A B C D E F G H I J K L M N O P R S T U V W X Z

F

FileAcceptor - interface kiwi.io.FileAcceptor.
An interface for receiving File objects from a FilesystemTraverser.
FileExtensionFilter - class kiwi.io.FileExtensionFilter.
A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
FileExtensionFilter() - Constructor for class kiwi.io.FileExtensionFilter
Construct a new FileExtensionFilter.
FileExtensionFilter(String) - Constructor for class kiwi.io.FileExtensionFilter
Construct a new FileExtensionFilter that accepts files with the given extension.
FileExtensionFilter(String[]) - Constructor for class kiwi.io.FileExtensionFilter
Construct a new FileExtensionFilter that accepts the given extensions.
FileExtensionFilter(String[], String) - Constructor for class kiwi.io.FileExtensionFilter
Construct a new FileExtensionFilter that accepts the given extensions.
FileExtensionFilter(String, String) - Constructor for class kiwi.io.FileExtensionFilter
Construct a new FileExtensionFilter that accepts the given file type.
fileForIndex(int) - Method in class kiwi.ui.FilesystemListView
Get the File object for a given index in the list.
fileForPath(TreePath) - Method in class kiwi.ui.FilesystemTreeView
Get the File object for a given path in the tree.
fileForRow(int) - Method in class kiwi.ui.FilesystemTableView
Get the File object for a given row in the table.
FileLoggingEndpoint - class kiwi.util.FileLoggingEndpoint.
An implementation of LoggingEndpoint for ordinary files.
FileLoggingEndpoint(String) - Constructor for class kiwi.util.FileLoggingEndpoint
Construct a new FileLoggingEndpoint.
FilesystemDataSource - class kiwi.ui.model.FilesystemDataSource.
This class is an implementation of HierarchicalDataSource wherein tree nodes represent files in the local filesystem.
FilesystemDataSource(boolean) - Constructor for class kiwi.ui.model.FilesystemDataSource
Construct a new FilesystemDataSource with a default root corresponding to the root of the default (or current) filesystem.
FilesystemDataSource(File) - Constructor for class kiwi.ui.model.FilesystemDataSource
Construct a new FilesystemDataSource.
FilesystemDataSource(File, boolean) - Constructor for class kiwi.ui.model.FilesystemDataSource
Construct a new FilesystemDataSource.
FilesystemListView - class kiwi.ui.FilesystemListView.
This class represents a filesystem list component.
FilesystemListView() - Constructor for class kiwi.ui.FilesystemListView
Construct a new FilesystemListView.
FilesystemListView(boolean) - Constructor for class kiwi.ui.FilesystemListView
Construct a new FilesystemListView.
filesystemRoot - Static variable in class kiwi.util.KiwiUtils
The root of the filesystem.
FilesystemTableView - class kiwi.ui.FilesystemTableView.
This class represents a filesystem table component.
FilesystemTableView() - Constructor for class kiwi.ui.FilesystemTableView
Construct a new FilesystemTableView.
FilesystemTableView(boolean) - Constructor for class kiwi.ui.FilesystemTableView
Construct a new FilesystemTableView.
FilesystemTraverser - class kiwi.io.FilesystemTraverser.
This class represents a filesystem traverser.
FilesystemTraverser(File, FileAcceptor) - Constructor for class kiwi.io.FilesystemTraverser
Construct a new FilesystemTraverser.
FilesystemTraverser(File, FilenameFilter, FileAcceptor) - Constructor for class kiwi.io.FilesystemTraverser
Construct a new FilesystemTraverser.
FilesystemTreeView - class kiwi.ui.FilesystemTreeView.
This class represents a filesystem tree component.
FilesystemTreeView() - Constructor for class kiwi.ui.FilesystemTreeView
Construct a new FilesystemTreeView.
FilesystemTreeView(boolean) - Constructor for class kiwi.ui.FilesystemTreeView
Construct a new FilesystemTreeView.
fireActionEvent() - Method in class kiwi.event.ActionSupport
Fire an ActionEvent with an ID of ACTION_PERFORMED, a null command string, and an empty modifier mask.
fireActionEvent(int, String) - Method in class kiwi.event.ActionSupport
Fire an ActionEvent with the given ID and command string, and an empty modifier mask.
fireActionEvent(int, String, int) - Method in class kiwi.event.ActionSupport
Fire an ActionEvent with the given ID, command string, and modifier mask.
fireActionEvent(String) - Method in class kiwi.event.ActionSupport
Fire an ActionEvent with an ID of ACTION_PERFORMED, the given command string, and an empty modifier mask.
fireChangeEvent() - Method in class kiwi.ui.WizardPanelSequence
Fire a change event.
fireChangeEvent() - Method in class kiwi.ui.WizardPanel
Fire a change event.
fireChangeEvent() - Method in class kiwi.event.ChangeSupport
Fire a change event.
fireContentsChanged() - Method in class kiwi.ui.model.TreeModelListAdapter
Fire a contents changed event.
fireDialogDismissed(int) - Method in class kiwi.ui.dialog.KDialog
Fire a dialog dismissed event.
fireDialogDismissed(int, Object) - Method in class kiwi.ui.dialog.KDialog
Fire a dialog dismissed event.
fireEditingCanceled() - Method in class kiwi.ui.AbstractCellEditor
Notify all listeners that have registered interest for notification on this event type.
fireEditingStopped() - Method in class kiwi.ui.AbstractCellEditor
Notify all listeners that have registered interest for notification on this event type.
fireEditorClosed(WorkspaceEditor) - Method in class kiwi.ui.WorkspaceManager
Notify listeners that an editor has been closed in the workspace.
fireEditorDeselected(WorkspaceEditor) - Method in class kiwi.ui.WorkspaceManager
Notify listeners that an editor has been deselected in the workspace.
fireEditorIconified(WorkspaceEditor) - Method in class kiwi.ui.WorkspaceManager
Notify listeners that an editor has been minimized (iconified) in the workspace.
fireEditorRestored(WorkspaceEditor) - Method in class kiwi.ui.WorkspaceManager
Notify listeners that an editor has been maximized in the workspace.
fireEditorSelected(WorkspaceEditor) - Method in class kiwi.ui.WorkspaceManager
Notify listeners that an editor has been selected in the workspace.
fireEditorStateChanged(WorkspaceEditor) - Method in class kiwi.ui.WorkspaceManager
Notify listeners that an editor's state has changed.
fireIntervalAdded(int, int) - Method in class kiwi.ui.model.TreeModelListAdapter
Fire an interval added event.
fireIntervalAdded(int, int) - Method in class kiwi.ui.model.TreeModelTableAdapter
Fire an interval added event.
fireIntervalRemoved(int, int) - Method in class kiwi.ui.model.TreeModelListAdapter
Fire an interval removed event.
fireIntervalRemoved(int, int) - Method in class kiwi.ui.model.TreeModelTableAdapter
Fire an interval removed event.
fireItemAdded(Object, int) - Method in class kiwi.event.LinearAssociationSupport
Fire an item added event.
fireItemChanged(Object) - Method in class kiwi.event.LinearAssociationSupport
Fire an item changed event.
fireItemRemoved(Object, int) - Method in class kiwi.event.LinearAssociationSupport
Fire an item removed event.
fireNodeAdded(ITreeNode, int, ITreeNode) - Method in class kiwi.ui.model.StaticTreeModel
Notify listeners that a node has been added.
fireNodeAdded(Object, int, Object) - Method in class kiwi.event.HierarchicalAssociationSupport
Fire a node added event.
fireNodeChanged(ITreeNode) - Method in class kiwi.ui.model.StaticTreeModel
Notify listeners that a node has changed.
fireNodeChanged(Object) - Method in class kiwi.event.HierarchicalAssociationSupport
Fire a node changed event.
fireNodeCollapsed(ITreeNode) - Method in class kiwi.ui.model.StaticTreeModel
Notify listeners that a node has been collapsed.
fireNodeCollapsing(ITreeNode) - Method in class kiwi.ui.model.StaticTreeModel
Notify listeners that a node will be collapsed.
fireNodeExpanded(ITreeNode) - Method in class kiwi.ui.model.StaticTreeModel
Notify listeners that a node has been expanded.
fireNodeExpanding(ITreeNode) - Method in class kiwi.ui.model.StaticTreeModel
Notify listeners that a node will be expanded.
fireNodeRemoved(ITreeNode, int, ITreeNode) - Method in class kiwi.ui.model.StaticTreeModel
Notify listeners that a node has been removed.
fireNodeRemoved(Object, int, Object) - Method in class kiwi.event.HierarchicalAssociationSupport
Fire a node removed event.
fireNodeStructureChanged(ITreeNode) - Method in class kiwi.ui.model.StaticTreeModel
Notify listeners that the structure of the subtree rooted at a node has changed.
fireNodeStructureChanged(Object) - Method in class kiwi.event.HierarchicalAssociationSupport
Fire a node structure changed event.
fireStateChanged() - Method in class kiwi.ui.WorkspaceEditor
Fire an editor state changed event.
fireTreeNodesChanged(Object, int, Object) - Method in class kiwi.ui.model.TreeModelTreeAdapter
Fire a tree nodes changed event.
fireTreeNodesInserted(Object, int, Object) - Method in class kiwi.ui.model.TreeModelTreeAdapter
Fire a tree nodes inserted event.
fireTreeNodesRemoved(Object, int, Object) - Method in class kiwi.ui.model.TreeModelTreeAdapter
Fire a tree nodes removed event.
fireTreeStructureChanged(ITreeNode) - Method in class kiwi.ui.model.TreeModelTreeAdapter
Fire a tree structure changed event.
FloatHolder - class kiwi.util.FloatHolder.
A mutable holder for a float value.
FloatHolder() - Constructor for class kiwi.util.FloatHolder
Construct a new FloatHolder with an initial value of 0.
FloatHolder(float) - Constructor for class kiwi.util.FloatHolder
Construct a new FloatHolder with a specified initial value.
flush() - Method in class kiwi.io.Radix64OutputStream
Flush the output stream.
format() - Method in class kiwi.text.DateFormatter
Format the current date.
format(Calendar) - Method in class kiwi.text.DateFormatter
Format a Calendar object.
format(Color) - Static method in class kiwi.text.ColorFormatter
Format a color as a string.
format(Date) - Method in class kiwi.text.DateFormatter
Format a date from a Date object.
FormattingException - exception kiwi.text.FormattingException.
This exception is thrown by any of the formatter/parser classes in response to invalid input.
FormattingException(String) - Constructor for class kiwi.text.FormattingException
Construct a new FormattingException with the specified message.

A B C D E F G H I J K L M N O P R S T U V W X Z