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

A

accept(File) - Method in class be.ugent.caagt.swirl.actions.ExtensionFileFilter
 
acceptDrop(JComponent, Object, int) - Method in interface be.ugent.caagt.swirl.dnd.DropHandler
Accept an object which was dropped onto the component handled by this handler.
actionPerformed(ActionEvent) - Method in class be.ugent.caagt.swirl.ActionRepeater
Called whenever the timer fires.
actionPerformed(ActionEvent) - Method in class be.ugent.caagt.swirl.actions.FileAction
Shows the file chooser dialog and dispatches to the appropriate dialog... method depending on the users choice
actionPerformed(ActionEvent) - Method in class be.ugent.caagt.swirl.actions.HideWindow
Hides the associated window.
actionPerformed(ActionEvent) - Method in class be.ugent.caagt.swirl.actions.ShowWindow
Makes the associated window visible and brings it to the front.
actionPerformed(ActionEvent) - Method in class be.ugent.caagt.swirl.actions.SimpleAction
 
actionPerformed(ActionEvent) - Method in class be.ugent.caagt.swirl.actions.SingleSelectionAction
 
actionPerformed(ActionEvent) - Method in class be.ugent.caagt.swirl.undoredo.RedoAction
Redoes the current undoable change.
actionPerformed(ActionEvent) - Method in class be.ugent.caagt.swirl.undoredo.UndoAction
Undoes the current undoable change.
ActionRepeater - Class in be.ugent.caagt.swirl
Provides a means of repeating an action as long as a certain button is pressed.
ActionRepeater() - Constructor for class be.ugent.caagt.swirl.ActionRepeater
Create a new object of this type.
add(AbstractButton, E) - Method in class be.ugent.caagt.swirl.GenericSelectionGroup
Add the given button to the group.
add(E) - Method in class be.ugent.caagt.swirl.lists.ArrayListModel
 
add(int, E) - Method in class be.ugent.caagt.swirl.lists.ArrayListModel
 
add(AbstractButton) - Method in class be.ugent.caagt.swirl.SelectionGroup
Add the given button to the group.
add(UndoableChange, boolean) - Method in class be.ugent.caagt.swirl.undoredo.UndoManager
Register an undoable change with the manager.
addActionListener(ActionListener) - Method in class be.ugent.caagt.swirl.tables.TableColumnButton
Adds an ActionListener to the button.
addAll(Collection<? extends E>) - Method in class be.ugent.caagt.swirl.lists.ArrayListModel
 
addAll(int, Collection<? extends E>) - Method in class be.ugent.caagt.swirl.lists.ArrayListModel
 
addChangeListener(ChangeListener) - Method in class be.ugent.caagt.swirl.DefaultGenericSelectionModel
 
addChangeListener(ChangeListener) - Method in class be.ugent.caagt.swirl.GenericSelectionGroup
Register the listener with the model.
addChangeListener(ChangeListener) - Method in interface be.ugent.caagt.swirl.GenericSelectionModel
Adds a listener which should be notified of all changes in the model.
addChangeListener(ChangeListener) - Method in class be.ugent.caagt.swirl.SelectionGroup
Register the listener with the model.
addDropHandler(DropHandler) - Method in class be.ugent.caagt.swirl.dnd.LocalTransferHandler
Register a drop handler.
addHandler(MouseHandler) - Method in class be.ugent.caagt.swirl.mouse.MouseTool
Add a handler to this tool.
addLayoutComponent(String, Component) - Method in class be.ugent.caagt.swirl.dialogs.ButtonAreaLayout
 
addListDataListener(ListDataListener) - Method in class be.ugent.caagt.swirl.lists.ArrayListModel
 
addPrototypeDecoration(Class, TableColumnDecoration) - Method in class be.ugent.caagt.swirl.tables.EnhancedTable
Add a prototype decoration for a given column class.
addPrototypeDecoration(TableColumnDecoration) - Method in class be.ugent.caagt.swirl.tables.EnhancedTable
Add a prototype decoration for default columns, i.e., columns with a column class for which no decorations were registered.
addSubwindowListener(SubwindowListener) - Method in class be.ugent.caagt.swirl.subwindows.Subwindow
Register a listener which will be notified of all changes in the collapsed state of the subwindow.
addUndoListener(UndoListener) - Method in class be.ugent.caagt.swirl.undoredo.UndoManager
Register a listener with this object.
allowsMultipleDrops(JComponent) - Method in interface be.ugent.caagt.swirl.dnd.DropHandler
Does this handler allow multiple objects of this class to be dropped at the same time?
APPROVE_OPTION - Static variable in class be.ugent.caagt.swirl.dialogs.SimpleDialog
Return value if approve (yes, ok) is chosen.
ArrayListModel<E> - Class in be.ugent.caagt.swirl.lists
Implementation of ListModel that behaves like an ArrayList and implements the interface List from the collections API.
ArrayListModel(int) - Constructor for class be.ugent.caagt.swirl.lists.ArrayListModel
Constructs an empty list with the specified initial capacity.
ArrayListModel() - Constructor for class be.ugent.caagt.swirl.lists.ArrayListModel
Constructs an empty list with an initial capacity of ten.
ArrayListModel(Collection<? extends E>) - Constructor for class be.ugent.caagt.swirl.lists.ArrayListModel
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.

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