A C D E F G I J M N P R S V

A

ACCESS_COPY - Static variable in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
User can copy existing directories.
ACCESS_DELETE - Static variable in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
User can delete existing directories.
ACCESS_FULL - Static variable in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
User can do everything.
ACCESS_MOVE - Static variable in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
User can move existing directories.
ACCESS_NEW - Static variable in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
User can create new directories.
ACCESS_RENAME - Static variable in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
User can rename existing directories.
AccessEditor - class com.jtechlabs.ui.widget.directorychooser.AccessEditor.
Property editor for editing access rights of JDirectoryChooser
AccessEditor() - Constructor for class com.jtechlabs.ui.widget.directorychooser.AccessEditor
 
AccessEditorPanel - class com.jtechlabs.ui.widget.directorychooser.AccessEditorPanel.
Custom editor for the access property of JDirectoryChooser Java Bean.
AccessEditorPanel(PropertyEditorSupport) - Constructor for class com.jtechlabs.ui.widget.directorychooser.AccessEditorPanel
Creates a GUI for custom editor.
addAccess(int) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Adds the given access rights to the set of currently assigned access rights.
addDirectoryChooserConfirmationListener(DirectoryChooserConfirmationListener) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Allows an application to register custom DirectoryChooserConfirmation event listener.
addDirectoryChooserErrorListener(DirectoryChooserErrorListener) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Allows an application to register a custom DirectoryChooserError event listener.
addDirectoryChooserNameRequestListener(DirectoryChooserNameRequestListener) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Allows an application to register a custom DirectoryChooserNameRequest event listener.
addDirectoryChooserSelectionListener(DirectoryChooserSelectionListener) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Adds a listener for DirectoryChooserSelection event.

C

com.jtechlabs.ui.widget.directorychooser - package com.jtechlabs.ui.widget.directorychooser
 
copyError(DirectoryChooserErrorEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaultHandler
Recieves notification of the directory copying error.
copyError(DirectoryChooserErrorEvent) - Method in interface com.jtechlabs.ui.widget.directorychooser.DirectoryChooserErrorListener
Recieves notification of the directory copying error.
createError(DirectoryChooserErrorEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaultHandler
Recieves notification of the directory creating error.
createError(DirectoryChooserErrorEvent) - Method in interface com.jtechlabs.ui.widget.directorychooser.DirectoryChooserErrorListener
Recieves notification of the directory creating error.

D

DirectoryChooserConfirmationEvent - class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserConfirmationEvent.
An event, that notifies listeners about request to confirm that certain operation (moving/deleting directory,...etc) should be performed.
DirectoryChooserConfirmationEvent(Object, File) - Constructor for class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserConfirmationEvent
An event, that notifies listeners about request to confirm certain operation.
DirectoryChooserConfirmationListener - interface com.jtechlabs.ui.widget.directorychooser.DirectoryChooserConfirmationListener.
The listener that is notified that given operation requested confirmation.
DirectoryChooserDefaultHandler - class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaultHandler.
Default base class for JDirectoryChooser event handlers.
DirectoryChooserDefaultHandler() - Constructor for class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaultHandler
 
DirectoryChooserDefaults - class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults.
Provides access to the default values of JDirectoryChooser properties.
DirectoryChooserDefaults() - Constructor for class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
 
DirectoryChooserErrorEvent - class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserErrorEvent.
An event, that notifies listeners about an error.
DirectoryChooserErrorEvent(Object, File, Exception) - Constructor for class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserErrorEvent
Notifies about error occured in the JDirectoryChooser component.
DirectoryChooserErrorListener - interface com.jtechlabs.ui.widget.directorychooser.DirectoryChooserErrorListener.
The listener that's notified about runtime errors in the JDirectoryChooser component.
DirectoryChooserNameRequestEvent - class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserNameRequestEvent.
An event, that notifies about request to provide JDirectoryChooser component with a name for the directory.
DirectoryChooserNameRequestEvent(Object, File, int) - Constructor for class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserNameRequestEvent
Notifies about request to provide name for the directory.
DirectoryChooserNameRequestListener - interface com.jtechlabs.ui.widget.directorychooser.DirectoryChooserNameRequestListener.
The listener that is notified that given operation requests new name for the directory.
DirectoryChooserSelectionEvent - class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserSelectionEvent.
An event that characterizes a change in the current selection.
DirectoryChooserSelectionEvent(Object, File) - Constructor for class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserSelectionEvent
Represents a change in the selection within JDirectoryChooser component.
DirectoryChooserSelectionListener - interface com.jtechlabs.ui.widget.directorychooser.DirectoryChooserSelectionListener.
The listener that's notified when the selection in a JDirectoryChooser changes.
deleteConfirmation(DirectoryChooserConfirmationEvent) - Method in interface com.jtechlabs.ui.widget.directorychooser.DirectoryChooserConfirmationListener
Called whenever users tries to delete a directory.
deleteConfirmation(DirectoryChooserConfirmationEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaultHandler
Called whenever users tries to delete a directory.
deleteError(DirectoryChooserErrorEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaultHandler
Recieves notification of the directory deleting error.
deleteError(DirectoryChooserErrorEvent) - Method in interface com.jtechlabs.ui.widget.directorychooser.DirectoryChooserErrorListener
Recieves notification of the directory deleting error.

E

expandFirstRoot() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Expands and selects the first root node in the file system directories' tree.

F

fireCopyError(DirectoryChooserErrorEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Notifies all registered selection listeners about event.
fireCreateError(DirectoryChooserErrorEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Notifies all registered selection listeners about event.
fireDeleteConfirmation(DirectoryChooserConfirmationEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Notifies all registered selection listeners about event.
fireDeleteError(DirectoryChooserErrorEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Notifies all registered selection listeners about event.
fireGeneralError(DirectoryChooserErrorEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Notifies all registered selection listeners about event.
fireGetDirectoryName(DirectoryChooserNameRequestEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Notifies all registered selection listeners about event.
fireMoveConfirmation(DirectoryChooserConfirmationEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Notifies all registered selection listeners about event.
fireMoveError(DirectoryChooserErrorEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Notifies all registered selection listeners about event.
fireRenameError(DirectoryChooserErrorEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Notifies all registered selection listeners about event.
fireValueChanged(DirectoryChooserSelectionEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Notifies all registered selection listeners about event.

G

generalError(DirectoryChooserErrorEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaultHandler
Recieves notification of all unknown errors occured.
generalError(DirectoryChooserErrorEvent) - Method in interface com.jtechlabs.ui.widget.directorychooser.DirectoryChooserErrorListener
Recieves notification of all unknown errors occured.
getAccess() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns a set of currently assigned access rights.
getActionCopy() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns 'Copy' action object.
getActionCut() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns 'Cut' action object.
getActionDelete() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns 'Delete' action object.
getActionHome() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns 'Home' action object.
getActionNew() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns 'New Directory' action object.
getActionPaste() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns 'Paste' action object.
getActionRename() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns 'Rename' action object.
getActionSynchronize() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns 'Synchronize' action object.
getAsText() - Method in class com.jtechlabs.ui.widget.directorychooser.AccessEditor
The access property value as a string.
getAsText() - Method in class com.jtechlabs.ui.widget.directorychooser.IconsThemeEditor
The iconsTheme property value as a string.
getBeanDescriptor() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooserBeanInfo
Gets the bean's BeanDescriptors.
getCollapsedIcon() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns icon assigned to display collapsed node handler.
getCopyText() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns text string assigned for the 'Copy' action.
getCustomEditor() - Method in class com.jtechlabs.ui.widget.directorychooser.AccessEditor
Returns custom editor for this component.
getCutText() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns text string assigned for the 'Cut' action.
getDeleteText() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns text string assigned for the 'Delete' action.
getDirectoryIcon() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns icon assigned to display directories.
getDirectoryName(DirectoryChooserNameRequestEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaultHandler
Called when JDirectoryChooser requests for the new directory name in order to proceed with execution of the current operation (For example: when creating the new directory, or renaming the existing directory).
getDirectoryName(DirectoryChooserNameRequestEvent) - Method in interface com.jtechlabs.ui.widget.directorychooser.DirectoryChooserNameRequestListener
Called when JDirectoryChooser requests for the new directory name in order to proceed with execution of the current operation (For example: when creating the new directory, or renaming the existing directory).
getException() - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserErrorEvent
Returns exception object that contains information about an error.
getExpandedIcon() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns icon assigned to display expanded node handler.
getFile() - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserConfirmationEvent
Returns the target file object of the operation that requested confirmation.
getFile() - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserErrorEvent
Returns the file object that was not handled because of an error.
getHomeText() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns text string assigned for the 'Home' action.
getIcon(int) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooserBeanInfo
Provides an icon the the bean.
getIconsTheme() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns icons' theme being currently in use by JDirectoryChooser.
getName() - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserNameRequestEvent
Returns the name of the directory, entered by user.
getNewText() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns text string assigned for the 'New Directory' action.
getOption(String) - Static method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Returns the default value of the given option.
getOptionFile(String) - Static method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Returns the default value of the given option.
getOptionIcon(String) - Static method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Returns the default value of the given option.
getOptionInt(String) - Static method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Returns the default value of the given option.
getOptionString(String) - Static method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Returns the default value of the given option.
getPasteText() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns text string assigned for the 'Paste' action.
getPath() - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserNameRequestEvent
Returns currently selected directory object.
getPath() - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserSelectionEvent
Returns the selected path.
getPropertyDescriptors() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooserBeanInfo
Returns info about properties.
getRenameText() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns text string assigned for the 'Rename' action.
getRootIcon() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns icon assigned to display the file system root(s).
getSelectedDirectory() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns currently selected path.
getSelectedDirectoryIcon() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns icon assigned to display the selected directory.
getSynchronizeText() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns text string assigned for the 'Synchronize' action.
getTags() - Method in class com.jtechlabs.ui.widget.directorychooser.IconsThemeEditor
Returns the tag values for this property.
getType() - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserNameRequestEvent
Returns the type of this request.
getWaitText() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Returns text, displayed during directory expansion process.

I

ICONS_CUSTOM - Static variable in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Custom icons are used.
ICONS_DEFAULT - Static variable in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Default icons are used.
ICONS_LOOK_AND_FEEL - Static variable in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Icons from the current look&feel are be used.
ICONS_NATIVE - Static variable in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Icons from the file system are used for drives and directories.
IconsThemeEditor - class com.jtechlabs.ui.widget.directorychooser.IconsThemeEditor.
Property editor for editing icons' theme of JDirectoryChooser
IconsThemeEditor() - Constructor for class com.jtechlabs.ui.widget.directorychooser.IconsThemeEditor
 
isConfirmed() - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserConfirmationEvent
Returns confirmation result.
isPaintable() - Method in class com.jtechlabs.ui.widget.directorychooser.AccessEditor
Determines whether this property editor is paintable.

J

JDirectoryChooser - class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser.
JDirectoryChooser component provides a GUI for navigating the file system, and then either choosing an existing directory from a tree or managing file system directories' tree structure by creating new directories, renaming, copying, moving or deleting existing directories.
JDirectoryChooser() - Constructor for class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Creates a directory chooser component with default parameters.
JDirectoryChooser(int) - Constructor for class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Creates a directory chooser component with given access rights and default icons theme .
JDirectoryChooser(int, int) - Constructor for class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Creates directory chooser with given access rights and icons' theme.
JDirectoryChooserBeanInfo - class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooserBeanInfo.
Descriptor for JDirectoryChooser Java Bean.
JDirectoryChooserBeanInfo() - Constructor for class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooserBeanInfo
Creates a bean descriptor object.

M

moveConfirmation(DirectoryChooserConfirmationEvent) - Method in interface com.jtechlabs.ui.widget.directorychooser.DirectoryChooserConfirmationListener
Called whenever users tries to move a directory.
moveConfirmation(DirectoryChooserConfirmationEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaultHandler
Called whenever users tries to move a directory.
moveError(DirectoryChooserErrorEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaultHandler
Recieves notification of the directory moving error.
moveError(DirectoryChooserErrorEvent) - Method in interface com.jtechlabs.ui.widget.directorychooser.DirectoryChooserErrorListener
Recieves notification of the directory moving error.

N

NEW_DIRECTORY - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserNameRequestEvent
Request name for the new directory.

P

PROP_ACCESS - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default access rights.
PROP_CANCEL_TEXT - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default text for the Cancel button of the directory chooser dialog.
PROP_COLLAPSED_ICON - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default icon for the collapsed node handler.
PROP_COPY_ICON - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default icon for the 'Copy' action button in the directory chooser dialog.
PROP_COPY_TEXT - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default text for the 'Copy' action.
PROP_CUT_ICON - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default icon for the 'Cut' action button in the directory chooser dialog.
PROP_CUT_TEXT - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default text for the 'Cut' action.
PROP_DELETE_ICON - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default icon for the 'Delete' action button in the directory chooser dialog.
PROP_DELETE_TEXT - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default text for the 'Delete' action.
PROP_DIALOG_CAPTION_TEXT - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default caption for the directory chooser dialog.
PROP_DIALOG_SIZE - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default size of the directory chooser dialog.
PROP_DIALOG_TEXT - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default information text for the directory chooser dialog.
PROP_DIRECTORY_ICON - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default icon for the directory nodes.
PROP_EXPANDED_ICON - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default icon for the expanded node handler.
PROP_HOME_ICON - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default icon for the 'Home' action button in the directory chooser dialog.
PROP_HOME_TEXT - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default text for the 'Home' action.
PROP_ICONS_THEME - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default icons' theme.
PROP_INITIAL_DIRECTORY - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default initial directory.
PROP_NEW_ICON - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default icon for the 'New Directory' action button in the directory chooser dialog.
PROP_NEW_TEXT - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default text for the 'New Directory' action.
PROP_OK_TEXT - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default text for the OK button of the directory chooser dialog.
PROP_PASTE_ICON - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default icon for the 'Paste' action button in the directory chooser dialog.
PROP_PASTE_TEXT - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default text for the 'Paste' action.
PROP_RENAME_TEXT - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default text for the 'Rename' action.
PROP_ROOT_ICON - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default icon for the root nodes.
PROP_SELECTED_DIRECTORY_ICON - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default icon for the selected directory node.
PROP_SIZE - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default size of the JDirectoryChooser component.
PROP_SYNCHRONIZE_ICON - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default icon for the 'Synchronize' action button in the directory chooser dialog.
PROP_SYNCHRONIZE_TEXT - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default text for the 'Synchronize' action.
PROP_WAIT_TEXT - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Default text displayed during directory expansion process.
paintValue(Graphics, Rectangle) - Method in class com.jtechlabs.ui.widget.directorychooser.AccessEditor
Paints a string with assigned access rights.
putOption(String, int) - Static method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Sets default value for the given option.
putOption(String, Object) - Static method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaults
Sets default value for the given option.

R

RENAME_DIRECTORY - Static variable in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserNameRequestEvent
Request name to rename the directory.
removeAccess(int) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Removes the given access rights from the set of assigned access rights.
removeDirectoryChooserConfirmationListener(DirectoryChooserConfirmationListener) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Removes a DirectoryChooserConfirmation listener.
removeDirectoryChooserErrorListener(DirectoryChooserErrorListener) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Removes a DirectoryChooserError listener.
removeDirectoryChooserNameRequestListener(DirectoryChooserNameRequestListener) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Removes a DirectoryChooserNameRequest listener.
removeDirectoryChooserSelectionListener(DirectoryChooserSelectionListener) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Removes a DirectoryChooserSelection listener.
renameError(DirectoryChooserErrorEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaultHandler
Recieves notification of the directory renaming error.
renameError(DirectoryChooserErrorEvent) - Method in interface com.jtechlabs.ui.widget.directorychooser.DirectoryChooserErrorListener
Receives notification of the directory renaming error.

S

setAccess(int) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Assignes given access rigts to this instance of JDirectoryChooser.
setAsText(String) - Method in class com.jtechlabs.ui.widget.directorychooser.IconsThemeEditor
The iconsTheme property value as a string.
setBorder(Border) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Sets the border of this component.
setCollapsedIcon(Icon) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Sets icon to display the collapsed node handler.
setConfirmed(boolean) - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserConfirmationEvent
Sets confrimation status.
setCopyText(String) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Set the given text string for 'Copy' action.
setCutText(String) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Set the given text string for 'Cut' action.
setDeleteText(String) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Set the given text string for 'Delete' action.
setDirectoryIcon(Icon) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Sets the icon to display directories.
setExpandedIcon(Icon) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Sets icon to display the expanded nodes handler.
setHomeText(String) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Set the given text string for 'Home' action.
setIconsTheme(int) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Assignes the given icons' theme to this instance of JDirectoryChooser.
setName(String) - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserNameRequestEvent
Set new name for the directory.
setNewText(String) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Set the given text string for 'New Directory' action.
setPasteText(String) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Set the given text string for 'Paste' action.
setRenameText(String) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Set the given text string for 'Rename' action.
setRootIcon(Icon) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Sets icon to display the file system root(s).
setSelectedDirectory(File) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Sets the currently selected path.
setSelectedDirectoryIcon(Icon) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Sets icon to display the selected directory.
setSynchronizeText(String) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Set the given text string for 'Sychronize' action.
setWaitText(String) - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Sets text string to be displayed during directory expansion process.
showDialog(Component) - Static method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Shows a modal directory chooser dialog and blocks until the dialog is hidden.
showDialog(Component, File) - Static method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Shows a modal directory chooser dialog and blocks until the dialog is hidden.
showDialog(Component, File, String, String) - Static method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Shows a modal directory chooser dialog and blocks until the dialog is hidden.
showDialog(Component, File, String, String, int) - Static method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Shows a modal directory chooser dialog and blocks until the dialog is hidden.
supportsCustomEditor() - Method in class com.jtechlabs.ui.widget.directorychooser.AccessEditor
Property supports custom editor.
synchronize() - Method in class com.jtechlabs.ui.widget.directorychooser.JDirectoryChooser
Detects all external changes in the file system and updates the content of the JDirectoryChooser.

V

valueChanged(DirectoryChooserSelectionEvent) - Method in class com.jtechlabs.ui.widget.directorychooser.DirectoryChooserDefaultHandler
Called whenever the selection in a JDirectoryChooser changes.
valueChanged(DirectoryChooserSelectionEvent) - Method in interface com.jtechlabs.ui.widget.directorychooser.DirectoryChooserSelectionListener
Called whenever the selection in a JDirectoryChooser changes.

A C D E F G I J M N P R S V

Copyright © 2005 JTechLabs.com All Rights Reserved.