- ClearTextActionTask - Class in net.sf.jguiraffe.examples.tutorial.createfile
-
A task for an action that clears the content of a text component.
- ClearTextActionTask(ComponentHandler<String>) - Constructor for class net.sf.jguiraffe.examples.tutorial.createfile.ClearTextActionTask
-
Creates a new instance of ClearTextActionTask
and initializes it.
- ColorListModel - Class in net.sf.jguiraffe.examples.tutorial.viewset
-
A ListModel
implementation for combo boxes that allow the user to
choose a color.
- ColorListModel(ApplicationContext) - Constructor for class net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Creates a new instance of ColorListModel
.
- compareTo(FileData) - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
A special compareTo()
implementation.
- constructPopup(PopupMenuBuilder, ComponentBuilderData) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.TablePopupHandler
-
Dynamically creates the context menu based on the enabled
state of the actions affected.
- createComparator() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Creates a Comparator
object that implements the sort order
specified in this object.
- CreateFileCommand - Class in net.sf.jguiraffe.examples.tutorial.createfile
-
A command class for creating a new file.
- CreateFileCommand(ApplicationContext, CreateFileData, FormAction) - Constructor for class net.sf.jguiraffe.examples.tutorial.createfile.CreateFileCommand
-
Creates a new instance of CreateFileCommand
and initializes it
with the application context and the data of the file to be created.
- CreateFileData - Class in net.sf.jguiraffe.examples.tutorial.createfile
-
A data class that stores all information for the creation of a new file.
- CreateFileData() - Constructor for class net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
-
- createFileFilter() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Creates a FileFilter
object that implements the filter criteria
defined for this object.
- CreateViewSettingsCommand - Class in net.sf.jguiraffe.examples.tutorial.viewset
-
A command class for storing view settings for a given directory.
- CreateViewSettingsCommand(ApplicationContext, ViewSettings, FormAction) - Constructor for class net.sf.jguiraffe.examples.tutorial.viewset.CreateViewSettingsCommand
-
- CTX_NAME - Static variable in class net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Constant for the name under which this model is stored in the builder
context.
- CTX_NAME - Static variable in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Constant for the name under which this instance is stored in the context.
- getApplication() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the central Application
object.
- getBackgroundColor() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getButtonIndex(Boolean) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.BooleanRadioButtonHandler
-
Returns the index of the button with the specified value.
- getContent() - Method in class net.sf.jguiraffe.examples.tutorial.model.DirectoryData
-
Returns a list with the content of this directory.
- getController() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
-
Returns a reference to the main controller.
- getDataForButton(int) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.BooleanRadioButtonHandler
-
Returns the value of the radio button with the specified index.
- getDirectory() - Method in class net.sf.jguiraffe.examples.tutorial.model.DirectoryData
-
Returns the File
object representing the associated directory.
- getDisplayObject(int) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
-
Returns the display object at the given index.
- getDisplayObject(int) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Returns the object to be displayed for the model element with the given
index.
- getDuration() - Method in class net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskData
-
- getFile() - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the associated File
object.
- getFileContent() - Method in class net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
-
- getFileDateFrom() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getFileDateTo() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getFileName() - Method in class net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
-
- getFileTypes() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getForegroundColor() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getIcon() - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the icon of this file.
- getIconDirectory() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the icon for directories.
- getIconFile() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the icon for files.
- getLastModified() - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the date this file was modified.
- getMinFileSize() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getName() - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the name of this file.
- getSelectedFile() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
-
Returns the selected file.
- getSelectedFiles() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns a list with the File
objects that are selected in the
current directory.
- getSelectionBackground() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getSelectionForeground() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getSize() - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the size of this file.
- getSortColumn() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getSortDirectories() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getTable() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the handler for the table component.
- getTree() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the handler for the tree component.
- getTreeModel() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the configuration acting a model for the tree component.
- getType() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
-
Returns the data type of the model elements.
- getType() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Returns the type of this model.
- getValueObject(int) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
-
Returns the value object at the given index.
- getValueObject(int) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Returns the model object at the given index.