Serialized Form


Package org.xnap.commons.gui

Class org.xnap.commons.gui.AboutDialog extends DefaultDialog implements Serializable

Serialized Fields

tabbedPane

CloseableTabbedPane tabbedPane

tabByFilename

Map<K,V> tabByFilename

Class org.xnap.commons.gui.CloseableTabbedPane extends JTabbedPane implements Serializable

Serialized Fields

mouseHandler

org.xnap.commons.gui.CloseableTabbedPane.MouseHandler mouseHandler

selHandler

org.xnap.commons.gui.CloseableTabbedPane.SelectionHandler selHandler

compHandler

org.xnap.commons.gui.CloseableTabbedPane.ComponentHandler compHandler

closeListener

CloseableTabbedPane.CloseListener closeListener

useScrollHack

boolean useScrollHack

getTabComponentAtMethod

Method getTabComponentAtMethod

setTabComponentAtMethod

Method setTabComponentAtMethod

java6

boolean java6

Class org.xnap.commons.gui.CloseableTabbedPane.TabTitleComponent extends Box implements Serializable

Serialized Fields

titleLabel

JLabel titleLabel

closeButton

org.xnap.commons.gui.CloseableTabbedPane.TabTitleButton closeButton

placeholder

Component placeholder

Class org.xnap.commons.gui.ColorChooserPanel extends JPanel implements Serializable

Serialized Fields

customColor

Color customColor

colorComboBox

JComboBox colorComboBox

namesByColor

Map<K,V> namesByColor

colorAction

ColorChooserPanel.ColorChooserAction colorAction

dialogParent

Component dialogParent

Class org.xnap.commons.gui.ColorChooserPanel.ColorCellRenderer extends DefaultListCellRenderer implements Serializable

Serialized Fields

icon

ColorChooserPanel.ColorIcon icon

Class org.xnap.commons.gui.ColorChooserPanel.ColorChooserAction extends AbstractXNapAction implements Serializable

Class org.xnap.commons.gui.ColoredTable extends JTable implements Serializable

Serialized Fields

oddColor

Color oddColor

evenColor

Color evenColor

Class org.xnap.commons.gui.DefaultDialog extends JDialog implements Serializable

Serialized Fields

applyAction

org.xnap.commons.gui.DefaultDialog.ApplyAction applyAction

cancelAction

org.xnap.commons.gui.DefaultDialog.CancelAction cancelAction

closeAction

org.xnap.commons.gui.DefaultDialog.CloseAction closeAction

okayAction

org.xnap.commons.gui.DefaultDialog.OkayAction okayAction

helpAction

org.xnap.commons.gui.DefaultDialog.HelpAction helpAction

defaultsAction

org.xnap.commons.gui.DefaultDialog.DefaultsAction defaultsAction

contextHelpAction

org.xnap.commons.gui.DefaultDialog.ContextHelpAction contextHelpAction

buttonsLeftPanel

JPanel buttonsLeftPanel

buttonsRightPanel

JPanel buttonsRightPanel

mainPanel

JPanel mainPanel

topPanel

JPanel topPanel

isOkay

boolean isOkay

bottomPanel

JPanel bottomPanel

buttonSeparator

JSeparator buttonSeparator

Class org.xnap.commons.gui.Dialogs.FileListCellRenderer extends DefaultListCellRenderer implements Serializable

Class org.xnap.commons.gui.DirectoryChooser extends DefaultDialog implements Serializable

Serialized Fields

directoryTree

JTree directoryTree

directoryTreeModel

FileTreeModel directoryTreeModel

homeAction

DirectoryChooser.HomeAction homeAction

selectedOption

int selectedOption

Class org.xnap.commons.gui.DirectoryChooser.HomeAction extends AbstractXNapAction implements Serializable

Class org.xnap.commons.gui.EraseTextFieldAction extends AbstractXNapAction implements Serializable

Serialized Fields

textField

JTextField textField

Class org.xnap.commons.gui.ErrorDialog extends DefaultDialog implements Serializable

Serialized Fields

detailsPanel

JPanel detailsPanel

detailsTextArea

JTextArea detailsTextArea

doNotShowExceptionAgainCheckBox

JCheckBox doNotShowExceptionAgainCheckBox

doNotShowDialogAgainCheckBox

JCheckBox doNotShowDialogAgainCheckBox

continueAction

org.xnap.commons.gui.ErrorDialog.ContinueAction continueAction

detailsAction

org.xnap.commons.gui.ErrorDialog.DetailsAction detailsAction

exitAction

org.xnap.commons.gui.ErrorDialog.ExitAction exitAction

sendAction

org.xnap.commons.gui.ErrorDialog.SendAction sendAction

threads

List<E> threads

throwables

List<E> throwables

busy

boolean busy
If true, the dialog can not handle more exceptions.


exceptionManager

UncaughtExceptionManager exceptionManager

detailsVisibleSetting

BooleanSetting detailsVisibleSetting

showDialogAgainSetting

BooleanSetting showDialogAgainSetting

Class org.xnap.commons.gui.FileChooserPanel extends JPanel implements Serializable

Serialized Fields

filenameTextField

JTextField filenameTextField

fileChooserAction

org.xnap.commons.gui.FileChooserPanel.FileChooserAction fileChooserAction

dialogParent

Component dialogParent

completion

Completion completion

chooser

JFileChooser chooser

Class org.xnap.commons.gui.IconSplitPane extends JSplitPane implements Serializable

Serialized Fields

iconList

JList iconList

iconListModel

DefaultListModel iconListModel

containerLayout

CardLayout containerLayout

container

Container container

Class org.xnap.commons.gui.ProgressDialog extends DefaultDialog implements Serializable

Serialized Fields

isCancelled

boolean isCancelled

panel

JPanel panel

progressBar

JProgressBar progressBar

statusLabel

JLabel statusLabel

disposed

boolean disposed

value

long value

totalSteps

long totalSteps

Class org.xnap.commons.gui.SplashWindow extends JWindow implements Serializable

Serialized Fields

progressBar

JProgressBar progressBar

statusLabel

JLabel statusLabel

imageLabel

JLabel imageLabel

Class org.xnap.commons.gui.TextFieldMenu extends JMenu implements Serializable

Class org.xnap.commons.gui.TextFieldMenu.ClearAction extends TextAction implements Serializable

Class org.xnap.commons.gui.TextFieldMenu.CopyAction extends DefaultEditorKit.CopyAction implements Serializable

Class org.xnap.commons.gui.TextFieldMenu.CutAction extends DefaultEditorKit.CutAction implements Serializable

Class org.xnap.commons.gui.TextFieldMenu.PasteAction extends DefaultEditorKit.PasteAction implements Serializable

Class org.xnap.commons.gui.TextFieldMenu.SelectAllAction extends TextAction implements Serializable

Class org.xnap.commons.gui.ThinBevelBorder extends BevelBorder implements Serializable

Class org.xnap.commons.gui.ThinEtchedBorder extends AbstractBorder implements Serializable

Serialized Fields

etchType

int etchType

Class org.xnap.commons.gui.TitledSeparator extends JPanel implements Serializable

Class org.xnap.commons.gui.ToolBarButton extends JButton implements Serializable

Serialized Fields

showBorder

boolean showBorder

showMenuHint

boolean showMenuHint

Class org.xnap.commons.gui.ToolBarToggleButton extends JToggleButton implements Serializable

Serialized Fields

showBorder

boolean showBorder

showMenuHint

boolean showMenuHint

Package org.xnap.commons.gui.action

Class org.xnap.commons.gui.action.AbstractSelectionAction extends AbstractXNapAction implements Serializable

Serialized Fields

items

Object[] items

Class org.xnap.commons.gui.action.AbstractSingleSelectionAction extends AbstractXNapAction implements Serializable

Serialized Fields

item

Object item

Class org.xnap.commons.gui.action.AbstractToggleAction extends AbstractXNapAction implements Serializable

Class org.xnap.commons.gui.action.AbstractToggleSettingAction extends AbstractToggleAction implements Serializable

Serialized Fields

setting

BooleanSetting setting

Class org.xnap.commons.gui.action.AbstractXNapAction extends AbstractAction implements Serializable


Package org.xnap.commons.gui.completion

Class org.xnap.commons.gui.completion.ClearCompletionModelAction extends AbstractXNapAction implements Serializable

Serialized Fields

model

DefaultCompletionModel model

Class org.xnap.commons.gui.completion.CompletionModeMenu extends JMenu implements Serializable

Serialized Fields

completion

Completion completion

completionGroup

ButtonGroup completionGroup

Class org.xnap.commons.gui.completion.CompletionPopup extends JPopupMenu implements Serializable

Serialized Fields

completion

Completion completion
The completion mode handling when and how to complete.


list

JList list
The list presenting the completed items.


keyListener

KeyListener keyListener

focusListener

FocusListener focusListener

componentListener

ComponentListener componentListener

propertyListener

PropertyChangeListener propertyListener

Class org.xnap.commons.gui.completion.DefaultCompletionModel extends DefaultComboBoxModel implements Serializable

Serialized Fields

root

org.xnap.commons.gui.completion.DefaultCompletionModel.CharNode root

Class org.xnap.commons.gui.completion.FileCompletionModel extends DefaultComboBoxModel implements Serializable

Serialized Fields

completeOnlyDirectories

boolean completeOnlyDirectories

completeHiddenFiles

boolean completeHiddenFiles

dirFilter

FileFilter dirFilter

Package org.xnap.commons.gui.dnd

Class org.xnap.commons.gui.dnd.AbstractFileTransferHandler extends TransferHandler implements Serializable

Class org.xnap.commons.gui.dnd.DefaultTextFieldFileTransferHandler extends AbstractFileTransferHandler implements Serializable

Class org.xnap.commons.gui.dnd.DefaultTreeFileTransferHandler extends AbstractFileTransferHandler implements Serializable

Serialized Fields

showCopyDialog

BooleanSetting showCopyDialog

Package org.xnap.commons.gui.shortcut

Class org.xnap.commons.gui.shortcut.EmacsKeyBindings.BackwardKillWordAction extends TextAction implements Serializable

Class org.xnap.commons.gui.shortcut.EmacsKeyBindings.CapitalizeWordAction extends TextAction implements Serializable

Class org.xnap.commons.gui.shortcut.EmacsKeyBindings.DowncaseWordAction extends TextAction implements Serializable

Class org.xnap.commons.gui.shortcut.EmacsKeyBindings.KillLineAction extends TextAction implements Serializable

Class org.xnap.commons.gui.shortcut.EmacsKeyBindings.KillRegionAction extends TextAction implements Serializable

Class org.xnap.commons.gui.shortcut.EmacsKeyBindings.KillRingSaveAction extends TextAction implements Serializable

Class org.xnap.commons.gui.shortcut.EmacsKeyBindings.KillWordAction extends TextAction implements Serializable

Class org.xnap.commons.gui.shortcut.EmacsKeyBindings.SetMarkCommandAction extends TextAction implements Serializable

Class org.xnap.commons.gui.shortcut.EmacsKeyBindings.UpcaseWordAction extends TextAction implements Serializable

Class org.xnap.commons.gui.shortcut.EmacsKeyBindings.YankAction extends TextAction implements Serializable

Class org.xnap.commons.gui.shortcut.EmacsKeyBindings.YankPopAction extends TextAction implements Serializable

Class org.xnap.commons.gui.shortcut.KeyStrokePanel extends JPanel implements Serializable

Serialized Fields

altCheckBox

JCheckBox altCheckBox

charButton

JToggleButton charButton

ctrlCheckBox

JCheckBox ctrlCheckBox

defaultKeyStroke

KeyStroke defaultKeyStroke

keyCode

int keyCode

keyListener

org.xnap.commons.gui.shortcut.KeyStrokePanel.CharButtonListener keyListener

metaCheckBox

JCheckBox metaCheckBox

shiftCheckBox

JCheckBox shiftCheckBox

defaultAction

org.xnap.commons.gui.shortcut.KeyStrokePanel.DefaultAction defaultAction

noneAction

org.xnap.commons.gui.shortcut.KeyStrokePanel.NoneAction noneAction

Class org.xnap.commons.gui.shortcut.ShortcutPanel extends JPanel implements Serializable

Serialized Fields

keyStrokePanel

KeyStrokePanel keyStrokePanel

shortcutTable

ColoredTable shortcutTable

shortcutTableLayoutManager

TableLayoutManager shortcutTableLayoutManager

shortcutTableModel

org.xnap.commons.gui.shortcut.ShortcutPanel.ShortcutTableModel shortcutTableModel

selectedProxy

org.xnap.commons.gui.shortcut.ShortcutPanel.ShortcutProxy selectedProxy

Package org.xnap.commons.gui.table

Class org.xnap.commons.gui.table.AbstractSimpleTableModel extends AbstractTableModel implements Serializable

Serialized Fields

columnClasses

Class<T>[] columnClasses

data

List<E> data

Class org.xnap.commons.gui.table.FilesizeCellRenderer extends DefaultTableCellRenderer implements Serializable

Class org.xnap.commons.gui.table.NumberCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

precision

int precision

minValue

long minValue

formatString

String formatString

Class org.xnap.commons.gui.table.ProgressCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

value

Progress value

text

String text

Class org.xnap.commons.gui.table.StringCellRenderer extends DefaultTableCellRenderer implements Serializable

Class org.xnap.commons.gui.table.TableHeaderMenu extends JMenu implements Serializable

Serialized Fields

buttons

List<E> buttons

tableLayout

TableLayout tableLayout

layoutListener

TableLayoutListener layoutListener

checkBoxListener

org.xnap.commons.gui.table.TableHeaderMenu.CheckBoxHandler checkBoxListener

sortOrderAction

TableHeaderMenu.MaintainSortOrderAction sortOrderAction

Class org.xnap.commons.gui.table.TableHeaderMenu.MaintainSortOrderAction extends AbstractToggleAction implements Serializable

Class org.xnap.commons.gui.table.TableSorter extends AbstractTableModel implements Serializable

Serialized Fields

indexes

int[] indexes

revIndexes

int[] revIndexes

sortingColumns

ArrayList<E> sortingColumns

sortOrder

SortableModel.Order sortOrder

compares

int compares
Counts number of compares.


lastSortedColumn

int lastSortedColumn

maintainSortOrder

boolean maintainSortOrder

tableModel

TableModel tableModel

tableModelListener

TableModelListener tableModelListener

Class org.xnap.commons.gui.table.TimeCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

dateFormat

DateFormat dateFormat

Package org.xnap.commons.gui.tree

Class org.xnap.commons.gui.tree.FileCellRenderer extends DefaultTreeCellRenderer implements Serializable

Class org.xnap.commons.gui.tree.FileNode extends File implements Serializable

Serialized Fields

fullPath

boolean fullPath

label

String label

Package org.xnap.commons.gui.util

Class org.xnap.commons.gui.util.WhatsThisAction extends AbstractXNapAction implements Serializable


Package org.xnap.commons.gui.wizard

Class org.xnap.commons.gui.wizard.DefaultWizardPage extends JPanel implements Serializable

Serialized Fields

description

String description

icon

Icon icon

title

String title

Class org.xnap.commons.gui.wizard.WizardDialog extends DefaultDialog implements Serializable

Serialized Fields

titleLabel

JLabel titleLabel

iconLabel

JLabel iconLabel

descriptionLabel

JLabel descriptionLabel

pagePanel

JPanel pagePanel

pageCardLayout

CardLayout pageCardLayout

pages

List<E> pages

selectedIndex

int selectedIndex

nextButton

AbstractButton nextButton

finishButton

AbstractButton finishButton

previousAction

WizardDialog.PreviousAction previousAction

nextAction

WizardDialog.NextAction nextAction

finishAction

WizardDialog.FinishAction finishAction

listeners

List<E> listeners

Class org.xnap.commons.gui.wizard.WizardDialog.FinishAction extends AbstractXNapAction implements Serializable

Class org.xnap.commons.gui.wizard.WizardDialog.NextAction extends AbstractXNapAction implements Serializable

Class org.xnap.commons.gui.wizard.WizardDialog.PContainer extends JPanel implements Serializable

Serialized Fields

maxDim

Dimension maxDim

Class org.xnap.commons.gui.wizard.WizardDialog.PreviousAction extends AbstractXNapAction implements Serializable


Package org.xnap.commons.io

Class org.xnap.commons.io.JobExecutor$1 extends Object implements Serializable

Class org.xnap.commons.io.UserAbortException extends RuntimeException implements Serializable



Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.