Index
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form
A
- AbstractDesktopTask - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
-
An abstract base class for action tasks that perform a desktop operation with the currently selected file.
- AbstractDesktopTask(MainWndController) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
-
Creates a new instance of
AbstractDesktopTask
and sets the reference to the main controller. - actionPerformed(FormActionEvent) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskCommand
-
Notifies this object that the cancel button was pressed.
- AppendTextActionTask - Klasse in net.sf.jguiraffe.examples.tutorial.createfile
-
A task for an action that appends a configurable text to a text component.
- AppendTextActionTask(ComponentHandler<String>, String) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.createfile.AppendTextActionTask
-
Creates a new instance of
AppendTextActionTask
and initializes it.
B
- BgTaskCommand - Klasse in net.sf.jguiraffe.examples.tutorial.bgtask
-
A command class for executing the background task.
- BgTaskCommand(GUISynchronizer, Window, BgTaskData, ProgressBarHandler) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskCommand
-
Creates a new instance of
BgTaskCommand
and initializes it. - BgTaskData - Klasse in net.sf.jguiraffe.examples.tutorial.bgtask
-
A data class that stores all information required by the background task.
- BgTaskData() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskData
- BooleanRadioButtonHandler - Klasse in net.sf.jguiraffe.examples.tutorial.viewset
-
A specialized
ComponentHandler
implementation for a radio button group with only two elements. - BooleanRadioButtonHandler() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.viewset.BooleanRadioButtonHandler
-
Creates a new instance of
BooleanRadioButtonHandler
C
- ClearTextActionTask - Klasse in net.sf.jguiraffe.examples.tutorial.createfile
-
A task for an action that clears the content of a text component.
- ClearTextActionTask(ComponentHandler<String>) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.createfile.ClearTextActionTask
-
Creates a new instance of
ClearTextActionTask
and initializes it. - ColorListModel - Klasse in net.sf.jguiraffe.examples.tutorial.viewset
-
A
ListModel
implementation for combo boxes that allow the user to choose a color. - ColorListModel(ApplicationContext) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Creates a new instance of
ColorListModel
. - compareTo(FileData) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
-
A special
compareTo()
implementation. - constructPopup(PopupMenuBuilder, ComponentBuilderData) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.TablePopupHandler
-
Dynamically creates the context menu based on the enabled state of the actions affected.
- createComparator() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Creates a
Comparator
object that implements the sort order specified in this object. - CreateFileCommand - Klasse in net.sf.jguiraffe.examples.tutorial.createfile
-
A command class for creating a new file.
- CreateFileCommand(ApplicationContext, CreateFileData, FormAction) - Konstruktor für Klasse 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 - Klasse in net.sf.jguiraffe.examples.tutorial.createfile
-
A data class that stores all information for the creation of a new file.
- CreateFileData() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
- createFileFilter() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Creates a
FileFilter
object that implements the filter criteria defined for this object. - CreateViewSettingsCommand - Klasse in net.sf.jguiraffe.examples.tutorial.viewset
-
A command class for storing view settings for a given directory.
- CreateViewSettingsCommand(ApplicationContext, ViewSettings, FormAction) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.viewset.CreateViewSettingsCommand
- CTX_NAME - Statische Variable in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Constant for the name under which this model is stored in the builder context.
- CTX_NAME - Statische Variable in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Constant for the name under which this instance is stored in the context.
D
- DirectoryData - Klasse in net.sf.jguiraffe.examples.tutorial.model
-
A data class for storing information about a directory.
- DirectoryData(File) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.model.DirectoryData
-
Creates a new instance of
DirectoryData
and initializes it with theFile
object representing the associated directory. - DummyActionTask - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
-
A dummy task class that is associated with actions for which no implementation is provided.
- DummyActionTask() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.DummyActionTask
E
- EditDesktopTask - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
-
A specialized action task for editing a selected file.
- EditDesktopTask(MainWndController) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.EditDesktopTask
-
Creates a new instance of
EditDesktopTask
and sets the main controller. - elementChanged(FormChangeEvent) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemChangeListener
-
The selection of the combo box has changed.
- elementChanged(FormChangeEvent) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.TableChangeListener
-
The selection of the table has changed.
- elementChanged(FormChangeEvent) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.TreeChangeListener
-
The selection of the tree view has changed.
- elementChanged(FormChangeEvent) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettingsFormController
-
A change event was received.
- equals(Object) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
-
Compares this object with another one.
- ERR_FILE_EXISTS - Statische Variable in Klasse net.sf.jguiraffe.examples.tutorial.createfile.UniqueFileNameValidator
-
Constant for the error message produced by this validator.
- execute() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskCommand
-
Executes this command.
- execute() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.createfile.CreateFileCommand
-
Executes this command.
- execute() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.CreateViewSettingsCommand
-
Executes this command.
F
- FileData - Klasse in net.sf.jguiraffe.examples.tutorial.model
-
A simple data class representing a file (or sub directory) in a directory.
- FileData(File, Object) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
-
Creates a new instance of
FileData
for the specifiedFile
object. - FileData(String, Object) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
-
Creates a new instance of
FileData
that does not represent a file. - FileSizeTransformer - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
-
A specialized transformer for formatting file sizes.
- FileSizeTransformer() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.FileSizeTransformer
- FileSystemChangeListener - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
-
An event listener for change events fired by the combobox with the file systems.
- FileSystemChangeListener(MainWndController, ListComponentHandler) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemChangeListener
-
Creates a new instance of
FileSystemChangeListener
and initializes it. - FileSystemListModel - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
-
A
ListModel
implementation for the roots of the available file systems. - FileSystemListModel() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
-
Creates a new instance of
FileSystemListModel
. - forDirectory(File) - Statische Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Returns the
ViewSettings
object for the specified directory.
G
- getApplication() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the central
Application
object. - getBackgroundColor() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- getButtonIndex(Boolean) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.BooleanRadioButtonHandler
-
Returns the index of the button with the specified value.
- getContent() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.DirectoryData
-
Returns a list with the content of this directory.
- getController() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
-
Returns a reference to the main controller.
- getDataForButton(int) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.BooleanRadioButtonHandler
-
Returns the value of the radio button with the specified index.
- getDirectory() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.DirectoryData
-
Returns the
File
object representing the associated directory. - getDisplayObject(int) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
-
Returns the display object at the given index.
- getDisplayObject(int) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Returns the object to be displayed for the model element with the given index.
- getDuration() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskData
- getFile() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the associated
File
object. - getFileContent() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
- getFileDateFrom() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- getFileDateTo() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- getFileName() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
- getFileTypes() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- getForegroundColor() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- getIcon() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the icon of this file.
- getIconDirectory() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the icon for directories.
- getIconFile() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the icon for files.
- getLastModified() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the date this file was modified.
- getMinFileSize() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- getName() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the name of this file.
- getSelectedFile() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
-
Returns the selected file.
- getSelectedFiles() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns a list with the
File
objects that are selected in the current directory. - getSelectionBackground() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- getSelectionForeground() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- getSize() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the size of this file.
- getSortColumn() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- getSortDirectories() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- getTable() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the handler for the table component.
- getTree() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the handler for the tree component.
- getTreeModel() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the configuration acting a model for the tree component.
- getType() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
-
Returns the data type of the model elements.
- getType() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Returns the type of this model.
- getValueObject(int) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
-
Returns the value object at the given index.
- getValueObject(int) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Returns the model object at the given index.
H
- hashCode() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns a hash code for this object.
I
- isFilterDate() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- isFilterSize() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- isFilterTypes() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- isInitialized() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.DirectoryData
-
Returns a flag whether this directory has already been initialized.
- isSortDescending() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- isValid(Object, TransformerContext) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.createfile.UniqueFileNameValidator
-
Performs the validation.
- isValid(Form) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettingsFormValidator
-
Validates the specified
Form
instance. - isVisual() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskData
L
- log - Variable in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
-
The logger.
M
- main(String[]) - Statische Methode in Klasse net.sf.jguiraffe.examples.tutorial.Main
-
The main method of the application.
- Main - Klasse in net.sf.jguiraffe.examples.tutorial
-
The main application class of the JGUIraffe tutorial application.
- Main() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.Main
- MainWndController - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
-
The controller class for the main window.
- MainWndController(Application, TreeHandler, TableHandler, WidgetHandler) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Creates a new instance of
MainWndController
and initializes it with references to its dependencies.
N
- net.sf.jguiraffe.examples.tutorial - Package net.sf.jguiraffe.examples.tutorial
- net.sf.jguiraffe.examples.tutorial.bgtask - Package net.sf.jguiraffe.examples.tutorial.bgtask
- net.sf.jguiraffe.examples.tutorial.createfile - Package net.sf.jguiraffe.examples.tutorial.createfile
- net.sf.jguiraffe.examples.tutorial.mainwnd - Package net.sf.jguiraffe.examples.tutorial.mainwnd
- net.sf.jguiraffe.examples.tutorial.model - Package net.sf.jguiraffe.examples.tutorial.model
- net.sf.jguiraffe.examples.tutorial.viewset - Package net.sf.jguiraffe.examples.tutorial.viewset
O
- OpenDesktopTask - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
-
A specialized action task for opening a file or directory.
- OpenDesktopTask(MainWndController) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.OpenDesktopTask
-
Creates a new instance of
OpenDesktopTask
and initializes it with the main controller. - OpenViewSettingsDlgCommand - Klasse in net.sf.jguiraffe.examples.tutorial.viewset
-
A specialized command class for opening the dialog with the view settings.
- OpenViewSettingsDlgCommand() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.viewset.OpenViewSettingsDlgCommand
-
Creates a new instance of
OpenViewSettingsDlgCmd
and initializes the super class with the locator of the script to be processed.
P
- performDesktopOperation(Desktop) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
-
Performs the desired operation with the selected file.
- performDesktopOperation(Desktop) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.EditDesktopTask
-
Performs the desktop operation.
- performDesktopOperation(Desktop) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.OpenDesktopTask
-
Performs the desktop operation.
- performDesktopOperation(Desktop) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.PrintDesktopTask
-
Performs the desktop operation.
- performGUIUpdate() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskCommand
-
Performs UI-related updates after the execution of the command.
- performGUIUpdate() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.createfile.CreateFileCommand
-
Updates the UI after a successful execution of this command.
- performGUIUpdate() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.CreateViewSettingsCommand
-
Updates the UI after a successful execution of this command.
- prepareBuilderData(ApplicationBuilderData) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.OpenViewSettingsDlgCommand
-
Prepares the
ApplicationBuilderData
object before the builder is called. - PrintDesktopTask - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
-
A specialized action task for printing a file.
- PrintDesktopTask(MainWndController) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.PrintDesktopTask
-
Creates a new instance of
PrintDesktopTask
and initializes the controller.
R
- RefreshActionTask - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
-
The task of the refresh action.
- RefreshActionTask(MainWndController) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.RefreshActionTask
-
Creates a new instance of
RefreshActionTask
and sets the main controller. - run() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.createfile.AppendTextActionTask
-
Executes this task.
- run() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.createfile.ClearTextActionTask
-
Executes this task.
- run() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
-
Executes this task.
- run() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.DummyActionTask
-
Executes this task.
- run() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.OpenDesktopTask
-
Executes this task.
- run() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.RefreshActionTask
-
Executes this task.
- run() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.SelectAndOpenFileTask
S
- save(File) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Stores this object in the specified directory.
- SelectAndOpenFileTask - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
-
A task class for selecting a file and opening it.
- SelectAndOpenFileTask(FileChooserDialogService, MainWndController) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.SelectAndOpenFileTask
-
Creates a new instance of
SelectAndOpenFileTask
and initializes it with a reference to the file chooser service. - selectSubDirectory(File) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Selects the specified directory in the tree view.
- setApplication(Application) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.DummyActionTask
- setBackgroundColor(Color) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- setContent(List<FileData>) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.DirectoryData
-
Sets the list with the content of this directory.
- setDuration(int) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskData
- setFileContent(String) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
- setFileDateFrom(Date) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- setFileDateTo(Date) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- setFileName(String) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
- setFileTypes(String[]) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- setFilterDate(boolean) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- setFilterSize(boolean) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- setFilterTypes(boolean) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- setForegroundColor(Color) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- setIconDirectory(Object) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Sets the icon for directories.
- setIconFile(Object) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Sets the icon for files.
- setMinFileSize(Integer) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- setSelectionBackground(Color) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- setSelectionForeground(Color) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- setSortColumn(Integer) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- setSortDescending(boolean) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- setSortDirectories(Integer) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
- setVisual(boolean) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskData
- size() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
-
Returns the size of this model.
- size() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Returns the size of this model.
T
- TableChangeListener - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
-
An event listener for change events fired by the table with the directory content.
- TableChangeListener(MainWndController) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.TableChangeListener
-
Creates a new instance of
TableChangeListener
and initializes it with the reference to the main controller. - TablePopupHandler - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
-
A
PopupMenuHandler
implementation for creating the popup menu of the directory table. - TablePopupHandler() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.TablePopupHandler
- toString() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.DirectoryData
-
Returns a string representation for this object.
- toString() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns a string representation for this object.
- transform(Object, TransformerContext) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.FileSizeTransformer
-
Performs the transformation.
- TreeChangeListener - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
-
An event listener for change events fired by the tree view.
- TreeChangeListener(MainWndController) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.TreeChangeListener
-
Creates a new instance of
TreeChangeListener
and initializes it with its dependencies.
U
- UniqueFileNameValidator - Klasse in net.sf.jguiraffe.examples.tutorial.createfile
-
A specialized
Validator
implementations for checking whether the name entered for a new file does not exist in the current directory. - UniqueFileNameValidator() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.createfile.UniqueFileNameValidator
V
- VIEW_SETTINGS_FILE - Statische Variable in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Constant for the name of the file with the view settings.
- ViewSettings - Klasse in net.sf.jguiraffe.examples.tutorial.viewset
-
A data class for storing a view definition.
- ViewSettings() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Creates a new instance of
ViewSettings
and initializes it with default values. - ViewSettingsFormController - Klasse in net.sf.jguiraffe.examples.tutorial.viewset
-
A specialized
FormController
class for the view settings dialog. - ViewSettingsFormController() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettingsFormController
- ViewSettingsFormValidator - Klasse in net.sf.jguiraffe.examples.tutorial.viewset
-
A
FormValidator
implementation for validating the dialog with view settings. - ViewSettingsFormValidator() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettingsFormValidator
W
- windowOpened(WindowEvent) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettingsFormController
-
The associated window was opened.
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form