Serialized Form
Package org.xnap.commons.gui |
tabbedPane
CloseableTabbedPane tabbedPane
tabByFilename
Map<K,V> tabByFilename
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
titleLabel
JLabel titleLabel
closeButton
org.xnap.commons.gui.CloseableTabbedPane.TabTitleButton closeButton
placeholder
Component placeholder
customColor
Color customColor
colorComboBox
JComboBox colorComboBox
namesByColor
Map<K,V> namesByColor
colorAction
ColorChooserPanel.ColorChooserAction colorAction
dialogParent
Component dialogParent
icon
ColorChooserPanel.ColorIcon icon
oddColor
Color oddColor
evenColor
Color evenColor
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
directoryTree
JTree directoryTree
directoryTreeModel
FileTreeModel directoryTreeModel
homeAction
DirectoryChooser.HomeAction homeAction
selectedOption
int selectedOption
textField
JTextField textField
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
filenameTextField
JTextField filenameTextField
fileChooserAction
org.xnap.commons.gui.FileChooserPanel.FileChooserAction fileChooserAction
dialogParent
Component dialogParent
completion
Completion completion
chooser
JFileChooser chooser
iconList
JList iconList
iconListModel
DefaultListModel iconListModel
containerLayout
CardLayout containerLayout
container
Container container
isCancelled
boolean isCancelled
panel
JPanel panel
progressBar
JProgressBar progressBar
statusLabel
JLabel statusLabel
disposed
boolean disposed
value
long value
totalSteps
long totalSteps
progressBar
JProgressBar progressBar
statusLabel
JLabel statusLabel
imageLabel
JLabel imageLabel
etchType
int etchType
showBorder
boolean showBorder
showMenuHint
boolean showMenuHint
showBorder
boolean showBorder
showMenuHint
boolean showMenuHint
Package org.xnap.commons.gui.action |
items
Object[] items
item
Object item
setting
BooleanSetting setting
Package org.xnap.commons.gui.completion |
model
DefaultCompletionModel model
completion
Completion completion
completionGroup
ButtonGroup completionGroup
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
root
org.xnap.commons.gui.completion.DefaultCompletionModel.CharNode root
completeOnlyDirectories
boolean completeOnlyDirectories
completeHiddenFiles
boolean completeHiddenFiles
dirFilter
FileFilter dirFilter
Package org.xnap.commons.gui.dnd |
showCopyDialog
BooleanSetting showCopyDialog
Package org.xnap.commons.gui.shortcut |
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
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 |
columnClasses
Class<T>[] columnClasses
data
List<E> data
precision
int precision
minValue
long minValue
formatString
String formatString
value
Progress value
text
String text
buttons
List<E> buttons
tableLayout
TableLayout tableLayout
layoutListener
TableLayoutListener layoutListener
checkBoxListener
org.xnap.commons.gui.table.TableHeaderMenu.CheckBoxHandler checkBoxListener
sortOrderAction
TableHeaderMenu.MaintainSortOrderAction sortOrderAction
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
dateFormat
DateFormat dateFormat
Package org.xnap.commons.gui.tree |
fullPath
boolean fullPath
label
String label
Package org.xnap.commons.gui.util |
Package org.xnap.commons.gui.wizard |
description
String description
icon
Icon icon
title
String title
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
maxDim
Dimension maxDim
Package org.xnap.commons.io |
Class org.xnap.commons.io.JobExecutor$1 extends Object implements Serializable |
Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.