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

G

GenericSelectionGroup<E> - Class in be.ugent.caagt.swirl
Acts like a button group with associated generic selection model for type E.
GenericSelectionGroup() - Constructor for class be.ugent.caagt.swirl.GenericSelectionGroup
Create a selection group with a newly created selection model and no buttons.
GenericSelectionGroup(boolean) - Constructor for class be.ugent.caagt.swirl.GenericSelectionGroup
Create a selection group with a newly created selection model and no buttons.
GenericSelectionGroup(GenericSelectionModel<E>, boolean) - Constructor for class be.ugent.caagt.swirl.GenericSelectionGroup
Create a selection group with the given model.
GenericSelectionModel<E> - Interface in be.ugent.caagt.swirl
Model which keeps track of a single element selected from a group.
getAcceleratorKey() - Method in class be.ugent.caagt.swirl.actions.Description
Return the accelerator key for this description, or 0 when no key was given.
getActionCommand() - Method in class be.ugent.caagt.swirl.GenericSelectionGroup
Return the action command of the currently selected button, or null if none is selected.
getActionCommand() - Method in class be.ugent.caagt.swirl.SelectionGroup
Return the action command of the currently selected button, or null if none is selected.
getActionCommand() - Method in class be.ugent.caagt.swirl.tables.TableColumnButton
Return the action command for this button.
getActionMap() - Method in class be.ugent.caagt.swirl.menus.MenuBuilder
The action map used by this builder
getBorderSelectionColor() - Method in class be.ugent.caagt.swirl.lists.DefaultCellListCellRenderer
Return the color which is used to draw the focus indicator.
getButton() - Method in class be.ugent.caagt.swirl.ActionRepeater
Button to which this repeater is currently registered, or null if none.
getButtonPanel() - Method in class be.ugent.caagt.swirl.dialogs.SimpleDialog
Return the button panel for this dialog.
getCancelButtonDescription() - Static method in class be.ugent.caagt.swirl.actions.Description
Return a default description for a Cancel-button.
getCaption() - Method in class be.ugent.caagt.swirl.actions.Description
Return the caption for this description.
getCaption() - Method in class be.ugent.caagt.swirl.undoredo.RedoAction
 
getCaption() - Method in class be.ugent.caagt.swirl.undoredo.UndoAction
 
getCaption() - Method in class be.ugent.caagt.swirl.undoredo.UndoRedoAction
Obtain the correct caption from the manager.
getCellBounds(int, int) - Method in class be.ugent.caagt.swirl.lists.CellList
Returns the bounds of the specified range of items in component coordinates.Returns null if index isn't valid.
getCellHeight() - Method in class be.ugent.caagt.swirl.lists.CellList
Height of a grid cell.
getCellIcon() - Method in interface be.ugent.caagt.swirl.lists.CellListCellValue
Return the icon to be displayed when not selected.
getCellRenderer() - Method in class be.ugent.caagt.swirl.lists.CellList
Return the cell renderer used by this list.
getCellSelectedIcon() - Method in interface be.ugent.caagt.swirl.lists.CellListCellValue
Return the icon to be displayed when selected.
getCellText() - Method in interface be.ugent.caagt.swirl.lists.CellListCellValue
Return the text to be displayed.
getCellToolTipText() - Method in interface be.ugent.caagt.swirl.lists.CellListCellValue
Return tool tip text for this value.
getCellWidth() - Method in class be.ugent.caagt.swirl.lists.CellList
Width of a grid cell.
getChildComponent() - Method in class be.ugent.caagt.swirl.subwindows.Subwindow
Return the child component which is managed by this subwindow.
getChildWithName(Container, String) - Static method in class be.ugent.caagt.swirl.SwirlUtilities
Returns the first child component with the given name, or null if no such child can be found.
getColumnIndex() - Method in class be.ugent.caagt.swirl.tables.TableColumnButton
Return the column index for this button.
getDecorationHeight() - Method in class be.ugent.caagt.swirl.tables.TableColumnButton
 
getDecorationHeight() - Method in interface be.ugent.caagt.swirl.tables.TableColumnDecoration
Return the height of this decoration.
getDecorationHeight() - Method in class be.ugent.caagt.swirl.tables.TableColumnIcon
Return the height of this decoration.
getDecorations(int) - Method in class be.ugent.caagt.swirl.tables.EnhancedTable
Return the list of decorations for the given column.
getDecorationWidth() - Method in class be.ugent.caagt.swirl.tables.TableColumnButton
 
getDecorationWidth() - Method in interface be.ugent.caagt.swirl.tables.TableColumnDecoration
Return the width of this decoration.
getDecorationWidth() - Method in class be.ugent.caagt.swirl.tables.TableColumnIcon
Return the width of this decoration.
getDescendantWithName(Container, String) - Static method in class be.ugent.caagt.swirl.SwirlUtilities
Returns the first descendant with the given name, or null if no such descendant can be found.
getDescription() - Method in class be.ugent.caagt.swirl.actions.ExtensionFileFilter
 
getDragHandler() - Method in class be.ugent.caagt.swirl.dnd.LocalTransferHandler
Return the drag handler used by this transfer handler, or null when none is registered.
getDropClass(JComponent) - Method in interface be.ugent.caagt.swirl.dnd.DropHandler
Return the class of elements that can be dropped by this handler onto the given component.
getDropLocation() - Method in class be.ugent.caagt.swirl.lists.CellList
Return the last drag-and-drop location where this component is a target.
getElementAt(int) - Method in class be.ugent.caagt.swirl.lists.ArrayListModel
 
getExportedClass(JComponent) - Method in interface be.ugent.caagt.swirl.dnd.DragHandler
Return the class of objects being exported from the given source.
getExportedClass(JComponent) - Method in class be.ugent.caagt.swirl.dnd.LocalTransferHandler
Return the class of objects being exported.
getExportedObjects(JComponent) - Method in interface be.ugent.caagt.swirl.dnd.DragHandler
Return the object(s) to be exported by a drag or cut-and-paste operation from the given source.
getExportedObjects(JComponent) - Method in class be.ugent.caagt.swirl.dnd.LocalTransferHandler
Return the object(s) to be exported by a drag-and-drop or cut-and-paste operation.
getFont() - Method in class be.ugent.caagt.swirl.lists.DefaultCellListCellRenderer
Return the font used for the caption.
getForeground() - Method in class be.ugent.caagt.swirl.lists.DefaultCellListCellRenderer
The color which is used to display the caption.
getHorizontalWindowPadding() - Method in class be.ugent.caagt.swirl.subwindows.Subwindow
Horizontal padding for this subwindow.
getIcon() - Method in class be.ugent.caagt.swirl.lists.DefaultCellListCellRenderer
Icon to be displayed.
getIconBackground() - Method in class be.ugent.caagt.swirl.lists.DefaultCellListCellRenderer
Return the background color for icons.
getIconTextGap() - Method in class be.ugent.caagt.swirl.lists.DefaultCellListCellRenderer
Return the gap between text and icon
getInsets() - Method in class be.ugent.caagt.swirl.lists.DefaultCellListCellRenderer
Return the insets of this cell.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class be.ugent.caagt.swirl.logging.JListLogCellRenderer
 
getMaximumSize() - Method in class be.ugent.caagt.swirl.subwindows.Subwindow
The maximum size is derived from the maximum size of the child unless it has been explicitely set.
getMinimumSize() - Method in class be.ugent.caagt.swirl.lists.CellList
 
getMinimumSize() - Method in class be.ugent.caagt.swirl.subwindows.Subwindow
The minimum size is derived from the minimum size of the child unless it has been explicitely set.
getMnemonic() - Method in class be.ugent.caagt.swirl.actions.Description
Return the mnemonic for this description
getMnemonicIndex() - Method in class be.ugent.caagt.swirl.actions.Description
Return the index of the mnemonic for this description, or -1 when no mnemonic was given.
getModel() - Method in class be.ugent.caagt.swirl.GenericSelectionGroup
The selection model used by this group.
getModel() - Method in class be.ugent.caagt.swirl.lists.CellList
Return the current data model.
getModel() - Method in class be.ugent.caagt.swirl.SelectionGroup
The single selection model used by this group.
getMouseToolModel() - Method in class be.ugent.caagt.swirl.mouse.MouseOverlay
Return the underlying model which keeps track of what mouse tool is currently active.
getNoButtonDescription() - Static method in class be.ugent.caagt.swirl.actions.Description
Return a default description for a No-button.
getOkButtonDescription() - Static method in class be.ugent.caagt.swirl.actions.Description
Return a default description for an OK-button.
getPopupLevel() - Method in class be.ugent.caagt.swirl.logging.JListLogHandler
Retrieve the popup log level, i.e., the minimum level for which the handler will try to draw the attention of the user by sounding a beep, making the parent window of the list visible and moving it to the front.
getPreferredScrollableViewportSize() - Method in class be.ugent.caagt.swirl.lists.CellList
 
getPreferredSize() - Method in class be.ugent.caagt.swirl.lists.CellList
 
getPreferredSize() - Method in class be.ugent.caagt.swirl.subwindows.Subwindow
The preferred size is derived from the preferred size of the child unless it has been explicitely set.
getRedoCaption() - Method in interface be.ugent.caagt.swirl.undoredo.UndoableChange
Provides a caption for a corresponding redo button.
getRedoCaption() - Method in class be.ugent.caagt.swirl.undoredo.UndoManager
Return the caption for a redo button.
getReturnValue() - Method in class be.ugent.caagt.swirl.dialogs.SimpleDialog
Get the last value returned by SimpleDialog.launch().
getScrollableBlockIncrement(Rectangle, int, int) - Method in class be.ugent.caagt.swirl.lists.CellList
Returns the distance to scroll vertically to expose the next or previous block.
getScrollableTracksViewportHeight() - Method in class be.ugent.caagt.swirl.lists.CellList
 
getScrollableTracksViewportWidth() - Method in class be.ugent.caagt.swirl.lists.CellList
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class be.ugent.caagt.swirl.lists.CellList
Returns the distance to scroll vertically to expose the next or previous row.
getSelectedButton() - Method in class be.ugent.caagt.swirl.GenericSelectionGroup
Return the button which is currently selected.
getSelectedButton() - Method in class be.ugent.caagt.swirl.SelectionGroup
Return the button which is currently selected.
getSelectedIndex() - Method in class be.ugent.caagt.swirl.SelectionGroup
Return the current selection.
getSelectedValue() - Method in class be.ugent.caagt.swirl.lists.CellList
Returns the first selected value, or null if the selection is empty.
getSelectedValues() - Method in class be.ugent.caagt.swirl.lists.CellList
Returns an array of the values for the selected cells.
getSelection() - Method in class be.ugent.caagt.swirl.DefaultGenericSelectionModel
 
getSelection() - Method in class be.ugent.caagt.swirl.GenericSelectionGroup
Return the current selection.
getSelection() - Method in interface be.ugent.caagt.swirl.GenericSelectionModel
Returns the current selection or null if nothing is currently selected.
getSelectionBackground() - Method in class be.ugent.caagt.swirl.lists.DefaultCellListCellRenderer
Return the background color for selections.
getSelectionForeground() - Method in class be.ugent.caagt.swirl.lists.DefaultCellListCellRenderer
Return the text color for selections.
getSelectionModel() - Method in class be.ugent.caagt.swirl.lists.CellList
Return the current selection model.
getSize() - Method in class be.ugent.caagt.swirl.lists.ArrayListModel
 
getSourceActions(JComponent) - Method in interface be.ugent.caagt.swirl.dnd.DragHandler
Returns the type of transfer actions supported by the given component.
getSourceActions(JComponent) - Method in class be.ugent.caagt.swirl.dnd.LocalTransferHandler
Returns the type of transfer actions supported by the given source component.
getText() - Method in class be.ugent.caagt.swirl.lists.DefaultCellListCellRenderer
Return the caption to be displayed.
getTitleBarBorderColor() - Method in class be.ugent.caagt.swirl.subwindows.Subwindow
The color of the subwindow border, as set by the user.
getTitleBarColor() - Method in class be.ugent.caagt.swirl.subwindows.Subwindow
The color of the title bar.
getTitleBarColorNoFocus() - Method in class be.ugent.caagt.swirl.subwindows.Subwindow
The color of the title bar when the subwindow does not own the focus, as set by the user.
getTitleBarHeight() - Method in class be.ugent.caagt.swirl.subwindows.Subwindow
The height of the title bar in pixels.
getTitleBarTextColor() - Method in class be.ugent.caagt.swirl.subwindows.Subwindow
Return the color for the text of the title bar.
getTitleBarTextColorNoFocus() - Method in class be.ugent.caagt.swirl.subwindows.Subwindow
The color of the text in the title bar when the subwindow does not own the focus, as set by the user.
getTitleResourceKey() - Method in class be.ugent.caagt.swirl.dialogs.DialogPanel
Return the resource key for the dialog title.
getToolTipText(MouseEvent) - Method in class be.ugent.caagt.swirl.lists.CellList
Overrides JComponent's getToolTipText method in order to allow the renderer's tips to be used if it has text set.
getToolTipText(CellList, Object, int) - Method in interface be.ugent.caagt.swirl.lists.CellListCellRenderer
Return the tool tip text for the given element.
getToolTipText(CellList, Object, int) - Method in class be.ugent.caagt.swirl.lists.DefaultCellListCellRenderer
Return the tool tip text for the given element.
getUndoCaption() - Method in interface be.ugent.caagt.swirl.undoredo.UndoableChange
Provides a caption for a corresponding undo button.
getUndoCaption() - Method in class be.ugent.caagt.swirl.undoredo.UndoManager
Return the caption for an undo button.
getVerticalWindowPadding() - Method in class be.ugent.caagt.swirl.subwindows.Subwindow
Vertical padding for this subwindow.
getYesButtonDescription() - Static method in class be.ugent.caagt.swirl.actions.Description
Return a default description for a Yes-button.

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