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

C

CANCEL_OPTION - Static variable in class be.ugent.caagt.swirl.dialogs.SimpleDialog
Return value if cancel is chosen (or window is simply closed).
canHandle(JComponent) - Method in interface be.ugent.caagt.swirl.mouse.MouseHandler
Check whether this handler can work on the given component.
canHandle(JComponent) - Method in class be.ugent.caagt.swirl.mouse.MouseTool
Returns true if and only if all handlers registered with this tool can handle the given component.
canHandle(JComponent) - Method in class be.ugent.caagt.swirl.mouse.NullMouseHandler
 
canImport(JComponent, DataFlavor[]) - Method in class be.ugent.caagt.swirl.dnd.LocalTransferHandler
Overrides the standard functionality of TransferHandler by delegating to the individual drop handlers registered with this object.
canRedo() - Method in class be.ugent.caagt.swirl.undoredo.UndoManager
Are there currently any changes that can be redone?
canUndo() - Method in class be.ugent.caagt.swirl.undoredo.UndoManager
Are there currently any changes that can be undone?
CellList - Class in be.ugent.caagt.swirl.lists
List component in which list items are layed out as cells in a grid.
CellList(ListModel, int, int, int) - Constructor for class be.ugent.caagt.swirl.lists.CellList
Construct a list of this type for the given model, with the given cell size.
CellListCellRenderer - Interface in be.ugent.caagt.swirl.lists
Is responsible for painting a single element of a CellList.
CellListCellValue - Interface in be.ugent.caagt.swirl.lists
Objects of this type are intended to be used as elements of a CellList.
changedCollapsedState(Subwindow, boolean) - Method in interface be.ugent.caagt.swirl.subwindows.SubwindowListener
Called when the collapsed state of the subwindow changes.
clear() - Method in class be.ugent.caagt.swirl.lists.ArrayListModel
 
clear() - Method in class be.ugent.caagt.swirl.undoredo.UndoManager
Clear the list of undoable commands.
clearSelection() - Method in class be.ugent.caagt.swirl.DefaultGenericSelectionModel
 
clearSelection() - Method in interface be.ugent.caagt.swirl.GenericSelectionModel
Clears the selection.
close() - Method in class be.ugent.caagt.swirl.logging.JListLogHandler
 
configurePropertiesFromAction(Action) - Method in class be.ugent.caagt.swirl.actions.MenuButton
 
configurePropertiesFromAction(Action) - Method in class be.ugent.caagt.swirl.actions.MenuCheckBoxButton
 
configurePropertiesFromAction(Action) - Method in class be.ugent.caagt.swirl.actions.MenuRadioButton
 
configurePropertiesFromAction(Action) - Method in class be.ugent.caagt.swirl.actions.ToolBarButton
 
configurePropertiesFromAction(Action) - Method in class be.ugent.caagt.swirl.actions.ToolBarToggleButton
 
contentsChanged(ListDataEvent) - Method in class be.ugent.caagt.swirl.lists.CellList
 
copy() - Method in class be.ugent.caagt.swirl.tables.TableColumnButton
 
copy() - Method in interface be.ugent.caagt.swirl.tables.TableColumnDecoration
Makes a copy of this object.
copy() - Method in class be.ugent.caagt.swirl.tables.TableColumnIcon
 
createActionPropertyChangeListener(Action) - Method in class be.ugent.caagt.swirl.actions.MenuButton
 
createActionPropertyChangeListener(Action) - Method in class be.ugent.caagt.swirl.actions.MenuCheckBoxButton
 
createActionPropertyChangeListener(Action) - Method in class be.ugent.caagt.swirl.actions.MenuRadioButton
 
createActionPropertyChangeListener(Action) - Method in class be.ugent.caagt.swirl.actions.ToolBarButton
 
createActionPropertyChangeListener(Action) - Method in class be.ugent.caagt.swirl.actions.ToolBarToggleButton
 
createCancelButton() - Static method in class be.ugent.caagt.swirl.StandardButtons
Create a Cancel button with same look-and-feel as the Cancel button of an option pane.
createCloseButton() - Static method in class be.ugent.caagt.swirl.tables.TableColumnButton
Return a button with the look and feel of a 'close' button.
createDefaultTableHeader() - Method in class be.ugent.caagt.swirl.tables.EnhancedTable
 
createDialog(Component, String, boolean) - Method in class be.ugent.caagt.swirl.dialogs.DialogPanel
Create a new dialog, centered on the given component, with this as its central panel.
createDialog(Component, String, Icon, boolean) - Method in class be.ugent.caagt.swirl.dialogs.DialogPanel
Create a new dialog, centered on the given component, with this as its central panel, displaying the given icon.
createDialog(Component, ResourceBundle, boolean) - Method in class be.ugent.caagt.swirl.dialogs.DialogPanel
Create a new dialog, centered on the given component, with this as its central panel.
createDialog(Component, ResourceBundle, Icon, boolean) - Method in class be.ugent.caagt.swirl.dialogs.DialogPanel
Create a new dialog, centered on the given component, with this as its central panel, displaying the given icon.
createFileChooser() - Method in class be.ugent.caagt.swirl.actions.FileAction
Factory method which creates the file chooser at initialization time.
createJButton(ResourceBundle, String) - Static method in class be.ugent.caagt.swirl.actions.ButtonFactory
Create a new JButton with a description taken from the given resource bundle.
createJCheckBox(ResourceBundle, String) - Static method in class be.ugent.caagt.swirl.actions.ButtonFactory
Create a new JCheckBox with a description taken from the given resource bundle.
createJCheckBoxMenuItem(ResourceBundle, String) - Static method in class be.ugent.caagt.swirl.actions.ButtonFactory
Create a new JCheckBoxMenuItem with a description taken from the given resource bundle.
createJMenu(ResourceBundle, String) - Static method in class be.ugent.caagt.swirl.actions.ButtonFactory
Create a new JMenu with a description taken from the given resource bundle.
createJMenuBar(String) - Method in class be.ugent.caagt.swirl.menus.MenuBuilder
Build a menu bar which corresponds to the root configuration element with the given key.
createJMenuItem(ResourceBundle, String) - Static method in class be.ugent.caagt.swirl.actions.ButtonFactory
Create a new JMenuItem with a description taken from the given resource bundle.
createJPopupMenu(String) - Method in class be.ugent.caagt.swirl.menus.MenuBuilder
Build a popup menu which corresponds to the menu configuration element with the given key.
createJRadioButton(ResourceBundle, String) - Static method in class be.ugent.caagt.swirl.actions.ButtonFactory
Create a new JRadioButton with a description taken from the given resource bundle.
createJRadioButtonMenuItem(ResourceBundle, String) - Static method in class be.ugent.caagt.swirl.actions.ButtonFactory
Create a new JRadioButtonMenuItem with a description taken from the given resource bundle.
createJToggleButton(ResourceBundle, String) - Static method in class be.ugent.caagt.swirl.actions.ButtonFactory
Create a new JToggleButton with a description taken from the given resource bundle.
createJToolBar(String) - Method in class be.ugent.caagt.swirl.menus.MenuBuilder
Build a tool bar which corresponds to the menu configuration element with the given key.
createLoggingDialog(String, String) - Static method in class be.ugent.caagt.swirl.logging.JListLogHandler
Create a dialog which contains a list which is handled by a new handler, registered to the named logger of the application (use the empty string for the root logger).
createNoButton() - Static method in class be.ugent.caagt.swirl.StandardButtons
Create a No button with same look-and-feel as the No button of an option pane.
createOKButton() - Static method in class be.ugent.caagt.swirl.StandardButtons
Create an OK button with same look-and-feel as the OK button of an option pane.
createSimpleDialog(Component, String, boolean) - Static method in class be.ugent.caagt.swirl.dialogs.SimpleDialog
Creates a new simple dialog with the given component as a parent.
createTransferable(JComponent) - Method in class be.ugent.caagt.swirl.dnd.LocalTransferHandler
Creates a transferable encapsulating the objects returned by LocalTransferHandler.getExportedObjects(javax.swing.JComponent) with a data flavor derived from the value of LocalTransferHandler.getExportedClass(javax.swing.JComponent).
createURLStreamHandler(String) - Method in class be.ugent.caagt.swirl.protocol.MappedURLStreamHandlerFactory
Return the handler associated wit the given protocol, or null if a default handler should be tried
createYesButton() - Static method in class be.ugent.caagt.swirl.StandardButtons
Create a Yes button with same look-and-feel as the Yes button of an option pane.

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