Serialized Form


Package be.ugent.caagt.swirl.actions

Class be.ugent.caagt.swirl.actions.FileAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

fileChooser

javax.swing.JFileChooser fileChooser
The file chooser which is used by this action.


parent

java.awt.Window parent
Parent window for any dialogs which need to be shown, in particular the file chooser dialog.

Class be.ugent.caagt.swirl.actions.FileOpenAction extends FileAction implements Serializable

Class be.ugent.caagt.swirl.actions.FileSaveAction extends FileAction implements Serializable

Class be.ugent.caagt.swirl.actions.HideWindow extends javax.swing.AbstractAction implements Serializable

Serialized Fields

window

java.awt.Window window

Class be.ugent.caagt.swirl.actions.MenuButton extends javax.swing.JMenuItem implements Serializable

Class be.ugent.caagt.swirl.actions.MenuCheckBoxButton extends javax.swing.JCheckBoxMenuItem implements Serializable

Class be.ugent.caagt.swirl.actions.MenuRadioButton extends javax.swing.JRadioButtonMenuItem implements Serializable

Class be.ugent.caagt.swirl.actions.ShowWindow extends javax.swing.AbstractAction implements Serializable

Serialized Fields

window

java.awt.Window window

Class be.ugent.caagt.swirl.actions.SimpleAction extends javax.swing.AbstractAction implements Serializable

Class be.ugent.caagt.swirl.actions.SingleSelectionAction extends SimpleAction implements Serializable

Serialized Fields

selectionModel

javax.swing.SingleSelectionModel selectionModel

value

int value

Class be.ugent.caagt.swirl.actions.ToolBarButton extends javax.swing.JButton implements Serializable

Class be.ugent.caagt.swirl.actions.ToolBarToggleButton extends javax.swing.JToggleButton implements Serializable


Package be.ugent.caagt.swirl.dialogs

Class be.ugent.caagt.swirl.dialogs.DialogPanel extends javax.swing.JPanel implements Serializable

Class be.ugent.caagt.swirl.dialogs.SimpleDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

parent

java.awt.Component parent

label

javax.swing.JLabel label
Label which displays the icon


central

javax.swing.JComponent central
Central component.


panel

javax.swing.JPanel panel
Main panel.


buttonPanel

javax.swing.JPanel buttonPanel
Button panel.


returnValue

int returnValue
Last value returned by SimpleDialog.launch().


Package be.ugent.caagt.swirl.dnd

Class be.ugent.caagt.swirl.dnd.LocalTransferHandler extends javax.swing.TransferHandler implements Serializable

Serialized Fields

handlers

java.util.List<E> handlers
List of handlers and corresponding types.


dragHandler

DragHandler dragHandler

Package be.ugent.caagt.swirl.lists

Class be.ugent.caagt.swirl.lists.ArrayListModel extends java.util.ArrayList<E> implements Serializable

Serialized Fields

delegate

be.ugent.caagt.swirl.lists.ArrayListModel.DummyListModel delegate

Class be.ugent.caagt.swirl.lists.CellList extends javax.swing.JComponent implements Serializable

Serialized Fields

selectionModel

javax.swing.ListSelectionModel selectionModel

dataModel

javax.swing.ListModel dataModel

cellRenderer

CellListCellRenderer cellRenderer

cellWidth

int cellWidth
Holds value of property cellWidth.


cellHeight

int cellHeight
Holds value of property cellHeight.


numberOfColumns

int numberOfColumns
Holds value of property numberOfColumns.


handler

be.ugent.caagt.swirl.lists.CellList.Handler handler

mouseHandler

be.ugent.caagt.swirl.lists.CellList.MouseHandler mouseHandler

mouseHandlerDragEnabled

be.ugent.caagt.swirl.lists.CellList.MouseHandlerDragEnabled mouseHandlerDragEnabled

currentMouseHandler

javax.swing.event.MouseInputListener currentMouseHandler

dragEnabled

boolean dragEnabled

dropInProgress

boolean dropInProgress

dropLocation

java.awt.Point dropLocation

dropListener

be.ugent.caagt.swirl.lists.CellList.DropListener dropListener

Package be.ugent.caagt.swirl.logging

Class be.ugent.caagt.swirl.logging.JListLogCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Serialized Fields

formatter

java.util.logging.Formatter formatter

Package be.ugent.caagt.swirl.menus

Class be.ugent.caagt.swirl.menus.MenuConfigurationException extends java.lang.RuntimeException implements Serializable


Package be.ugent.caagt.swirl.mouse

Class be.ugent.caagt.swirl.mouse.MouseOverlay extends javax.swing.JComponent implements Serializable

Serialized Fields

mouseToolModel

GenericSelectionModel<E> mouseToolModel

wasPopup

boolean wasPopup

wasDragged

boolean wasDragged

pressedEvent

java.awt.event.MouseEvent pressedEvent

savedEvent

java.awt.event.MouseEvent savedEvent

previousEvent

java.awt.event.MouseEvent previousEvent

activeHandler

MouseHandler activeHandler

Package be.ugent.caagt.swirl.subwindows

Class be.ugent.caagt.swirl.subwindows.Subwindow extends javax.swing.JComponent implements Serializable

Serialized Fields

child

javax.swing.JComponent child

collapsed

boolean collapsed

titleBarColorNoFocusSetExplicitely

boolean titleBarColorNoFocusSetExplicitely

titleBarColor

java.awt.Color titleBarColor

titleBarColorNoFocus

java.awt.Color titleBarColorNoFocus

titleBarTextColor

java.awt.Color titleBarTextColor

titleBarTextColorNoFocus

java.awt.Color titleBarTextColorNoFocus

titleBarTextColorNoFocusSetExplicitely

boolean titleBarTextColorNoFocusSetExplicitely

titleBarBorderColorSetExplicitely

boolean titleBarBorderColorSetExplicitely

titleBarBorderColor

java.awt.Color titleBarBorderColor

titleBarFont

java.awt.Font titleBarFont

titleBarFontNoFocus

java.awt.Font titleBarFontNoFocus

titleBarHeight

int titleBarHeight

horizontalWindowPadding

int horizontalWindowPadding

verticalWindowPadding

int verticalWindowPadding

titleBarHighlighted

boolean titleBarHighlighted

Package be.ugent.caagt.swirl.tables

Class be.ugent.caagt.swirl.tables.EnhancedTable extends javax.swing.JTable implements Serializable

Serialized Fields

decorations

java.util.List<E> decorations

defaultDecorations

java.util.List<E> defaultDecorations

decorationsByClass

java.util.Map<K,V> decorationsByClass

Package be.ugent.caagt.swirl.undoredo

Class be.ugent.caagt.swirl.undoredo.RedoAction extends UndoRedoAction implements Serializable

Class be.ugent.caagt.swirl.undoredo.UndoAction extends UndoRedoAction implements Serializable

Class be.ugent.caagt.swirl.undoredo.UndoRedoAction extends SimpleAction implements Serializable

Serialized Fields

manager

UndoManager manager

disabledCaption

java.lang.String disabledCaption

disabledCaptionSet

boolean disabledCaptionSet