Serialized Form


Package common.gui

Class common.gui.EasyOptionPane extends org.gjt.sp.jedit.AbstractOptionPane implements Serializable

Serialized Fields

emptyToNull

boolean emptyToNull

cspec

java.util.List cspec

pstore

java.util.Properties pstore

cinst

java.util.Map cinst

rgroups

java.util.Map rgroups

Class common.gui.FileTextField extends javax.swing.JPanel implements Serializable

Serialized Fields

text

javax.swing.JTextField text

chooser

javax.swing.JButton chooser

forceExists

boolean forceExists

selectionMode

int selectionMode

Class common.gui.HelpfulJTable extends javax.swing.JTable implements Serializable

Serialized Fields

autoResizeColumns

boolean autoResizeColumns

autoResizeWithHeaders

boolean autoResizeWithHeaders

sortColumn

int sortColumn

sortOrder

int sortOrder

Class common.gui.HistoryComboBox extends javax.swing.JComboBox implements Serializable

Serialized Fields

entries

java.util.Stack entries

entryCount

int entryCount

model

javax.swing.DefaultComboBoxModel model

propertyName

java.lang.String propertyName

Class common.gui.JMouseComboBox extends javax.swing.JComboBox implements Serializable

Class common.gui.ListPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

label

javax.swing.JLabel label

list

javax.swing.JList list

scrollpane

javax.swing.JScrollPane scrollpane

reorderable

boolean reorderable

sorted

boolean sorted

Class common.gui.ModalJFileChooser extends javax.swing.JFileChooser implements Serializable

Serialized Fields

defaultHiddenFileStatus

boolean defaultHiddenFileStatus

hiddenFileFilter

javax.swing.filechooser.FileFilter hiddenFileFilter

Class common.gui.OkCancelButtons extends javax.swing.JPanel implements Serializable

Serialized Fields

target

org.gjt.sp.jedit.gui.EnhancedDialog target

cancel

javax.swing.JButton cancel

ok

javax.swing.JButton ok

Class common.gui.SelectionListPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

title

java.lang.String title

cf

ConstraintFactory cf

moveRight

javax.swing.JButton moveRight

moveLeft

javax.swing.JButton moveLeft

lists

ListPanel[] lists


Package common.gui.actions

Class common.gui.actions.Cancel extends CustomAction implements Serializable

Serialized Fields

_dialog

javax.swing.JDialog _dialog

Class common.gui.actions.CustomAction extends javax.swing.AbstractAction implements Serializable


Package common.gui.pathbuilder

Class common.gui.pathbuilder.PathBuilder extends javax.swing.JPanel implements Serializable

Serialized Fields

pathElementTable

javax.swing.JTable pathElementTable
The table that displays the path elements.


pathElementModel

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 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.


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

Class common.gui.pathbuilder.PathBuilderDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

okString

java.lang.String okString

cancelString

java.lang.String cancelString


Package common.gui.util

Class common.gui.util.SortedListModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

_elements

java.util.ArrayList _elements

comparator

java.util.Comparator comparator