Serialized Form
listenerList
javax.swing.event.EventListenerList listenerList
- The
EventListenerList
.
headerViewport
javax.swing.JViewport headerViewport
- The viewport of the scrolled tabs.
normalCloseIcon
javax.swing.Icon normalCloseIcon
- The normal closeicon.
hoverCloseIcon
javax.swing.Icon hoverCloseIcon
- The closeicon when the mouse is over.
pressedCloseIcon
javax.swing.Icon pressedCloseIcon
- The closeicon when the mouse is pressed.
emptyToNull
boolean emptyToNull
cspec
java.util.List<E> cspec
pstore
java.util.Properties pstore
cinst
java.util.Map<K,V> cinst
rgroups
java.util.Map<K,V> rgroups
text
javax.swing.JTextField text
chooser
javax.swing.JButton chooser
forceExists
boolean forceExists
selectionMode
int selectionMode
autoResizeColumns
boolean autoResizeColumns
autoResizeWithHeaders
boolean autoResizeWithHeaders
sortColumn
int sortColumn
sortOrder
int sortOrder
entries
java.util.Stack<E> entries
entryCount
int entryCount
model
javax.swing.DefaultComboBoxModel model
propertyName
java.lang.String propertyName
label
javax.swing.JLabel label
list
javax.swing.JList list
scrollpane
javax.swing.JScrollPane scrollpane
reorderable
boolean reorderable
sorted
boolean sorted
defaultHiddenFileStatus
boolean defaultHiddenFileStatus
hiddenFileFilter
javax.swing.filechooser.FileFilter hiddenFileFilter
target
org.gjt.sp.jedit.gui.EnhancedDialog target
cancel
javax.swing.JButton cancel
ok
javax.swing.JButton ok
title
java.lang.String title
- Deprecated.
cf
ConstraintFactory cf
- Deprecated.
moveRight
javax.swing.JButton moveRight
- Deprecated.
moveLeft
javax.swing.JButton moveLeft
- Deprecated.
lists
ListPanel[] lists
- Deprecated.
searchList
javax.swing.JList searchList
model
javax.swing.DefaultListModel model
add
javax.swing.JButton add
remove
javax.swing.JButton remove
pathProperty
java.lang.String pathProperty
scroll
javax.swing.JScrollPane scroll
Package common.gui.actions |
Package common.gui.itemfinder |
window
javax.swing.JWindow window
- This window will contains the scroll with the items.
searchField
javax.swing.JTextField searchField
itemList
javax.swing.JList itemList
requestFocusWorker
ItemFinderPanel.RequestFocusWorker requestFocusWorker
itemFinder
ItemFinder<E> itemFinder
scroll
javax.swing.JScrollPane scroll
itemFinderPanel
ItemFinderPanel<E> itemFinderPanel
requestFocusWorker
java.lang.Runnable requestFocusWorker
Package common.gui.pathbuilder |
pathElementTable
javax.swing.JTable pathElementTable
- The table that displays the path elements.
pathElementModel
common.gui.pathbuilder.PathBuilder.PathElementTableModel pathElementModel
- The table model that holds the path elements.
btnPanel
javax.swing.JPanel btnPanel
- A panel to hold the buttons.
addElement
javax.swing.JButton addElement
- The button to add an element.
removeElement
javax.swing.JButton removeElement
- The button to remove an element.
moveUp
javax.swing.JButton moveUp
- The button to move an element towards the front of the path.
moveDown
javax.swing.JButton moveDown
- The button to move an element towards the end of the path.
moveButtonsEnabled
boolean moveButtonsEnabled
- Whether the move buttons are enabled or not.
multiSelectionEnabled
boolean multiSelectionEnabled
- Whether to enabled multi-selection in the file chooser or not.
elements
java.util.Vector<E> elements
- The elements of the path.
startDirectory
java.lang.String startDirectory
- The initial directory to show in the file dialog.
fileSelectionMode
int fileSelectionMode
- The file selection mode. By default it is FILES_AND_DIRECTORIES.
actionListeners
java.util.List<E> actionListeners
- A list of external action listeners added by users of this class.
filter
javax.swing.filechooser.FileFilter filter
- A file filter to set on the file chooser.
addButtonText
java.lang.String addButtonText
removeButtonText
java.lang.String removeButtonText
moveUpButtonText
java.lang.String moveUpButtonText
moveDownButtonText
java.lang.String moveDownButtonText
fileDialogTitle
java.lang.String fileDialogTitle
fileDialogAction
java.lang.String fileDialogAction
result
boolean result
- true if okay button pressed, otherwise false.
pathBuilder
PathBuilder pathBuilder
- The PathBuilder component.
jok
javax.swing.JButton jok
jcancel
javax.swing.JButton jcancel
_elements
java.util.ArrayList<E> _elements
comparator
java.util.Comparator<T> comparator
Package common.swingworker |
serialVersionUID: 7162625831330845068L
notifyOnEDT
boolean notifyOnEDT
- whether to notify listeners on EDT
-
- Since:
- 1.6
_preferred_width
int _preferred_width
_preferred_height
int _preferred_height
_size_unknown
boolean _size_unknown
_col_count
int _col_count
_row_count
int _row_count
_constraints
java.util.Hashtable<K,V> _constraints
_table
java.util.Hashtable<K,V> _table
_0dim
java.awt.Dimension _0dim
_components
java.util.Hashtable<K,V> _components
_col_widths
int[] _col_widths
_row_heights
int[] _row_heights
_same_width_cols
java.util.Vector<E> _same_width_cols
_same_height_rows
java.util.Vector<E> _same_height_rows
_stretch
boolean _stretch
x
int x
- start column
y
int y
- start row
w
int w
- # columns wide
h
int h
- # rows high
a
int a
- alignment within cell, see comments in KappaLayout
s
java.lang.String s
- stretch: default is 0 (character zero, no stretch), w = width of cell, h = height of cell, wh = both width and height
p
int p
- padding, same amount of blank space on all four sides of component
_dim
java.awt.Dimension _dim
_rigid
boolean _rigid