Serialized Form


Package org.gjt.btools

Class org.gjt.btools.Version implements Serializable


Package org.gjt.btools.ext

Class org.gjt.btools.ext.EmptyDocumentException implements Serializable

Class org.gjt.btools.ext.IdentifierDocument implements Serializable

Class org.gjt.btools.ext.IntegerDocument implements Serializable

Class org.gjt.btools.ext.NonNegativeIntegerDocument implements Serializable


Package org.gjt.btools.gui.component

Class org.gjt.btools.gui.component.ButtonRenderer implements Serializable

Serialized Fields

renderer

javax.swing.JButton renderer
The rendering button.


editor

javax.swing.JButton editor
The editing button.


edRow

int edRow
Row of the cell being edited.


edCol

int edCol
Column of the cell being edited.


edValue

java.lang.Object edValue
Value of the cell being edited.


listenerList

javax.swing.event.EventListenerList listenerList
A list of event listeners registered with this object.

Class org.gjt.btools.gui.component.CheckBoxRenderer implements Serializable

Serialized Fields

renderer

javax.swing.JCheckBox renderer
The renderer checkbox.


editor

javax.swing.JCheckBox editor
The editor checkbox.


isEditing

boolean isEditing
Are we currently editing the table cell?

Class org.gjt.btools.gui.component.ConsolePane implements Serializable

Serialized Fields

prompt

java.lang.String prompt
The prompt to present to the user each time input is required.


inputEnabled

boolean inputEnabled
Is input currently enabled?


inputting

boolean inputting
Are we currently in input mode?


inputLinePosition

int inputLinePosition
The position in the underlying document at which the current input line begins. This input line does not include any prompt that has been displayed.


doc

org.gjt.btools.gui.component.ConsolePane.ConsoleDocument doc
The document containing the entire history of this console including any current partial input.


inputHistory

java.util.Vector inputHistory
A history of all input lines that have been entered, including the input line currently being edited. The earliest input line is at index 0. The input line currently being edited will be copied at various occasions into this history list, so what is stored in this list may not always be up to date with what has been typed. This is only true of the final entry in the history list.


inputHistoryPosition

int inputHistoryPosition
The line in the input history list upon which the the current working input line has been based.


inputAttributes

javax.swing.text.AttributeSet inputAttributes
The attributes to be used for displaying user input.


outputAttributes

javax.swing.text.AttributeSet outputAttributes
The attributes to be used for displaying console output.


promptAttributes

javax.swing.text.AttributeSet promptAttributes
The attributes to be used for displaying the console prompt.


outputStream

java.io.OutputStream outputStream
An output stream that writes output to this console.


processor

java.lang.Thread processor
The thread currently doing input processing, or null if no processing is being done.


processingLock

java.lang.Object processingLock
A lock to ensure only one thread is doing processing at a time.


processingCancelled

boolean processingCancelled
Has input processing been cancelled by the user?


cancelLock

java.lang.Object cancelLock
A lock to control cancellation of input processing.

Class org.gjt.btools.gui.component.EchoConsole implements Serializable

Class org.gjt.btools.gui.component.EditMenu implements Serializable

Serialized Fields

cut

javax.swing.JMenuItem cut
A specific menu item.


copy

javax.swing.JMenuItem copy
A specific menu item.


paste

javax.swing.JMenuItem paste
A specific menu item.


selectAll

javax.swing.JMenuItem selectAll
A specific menu item.


text

javax.swing.text.JTextComponent text
The text component upon which we operate.


readonly

boolean readonly
Is the associated text component read-only?

Class org.gjt.btools.gui.component.FancyCellRenderer implements Serializable

Class org.gjt.btools.gui.component.FancyColumnHeaderRenderer implements Serializable

Class org.gjt.btools.gui.component.LongStringRenderer implements Serializable

Serialized Fields

clicksToEdit

int clicksToEdit
Number of clicks required to start editing.


value

java.lang.String value
The specific string with which we are interacting.


title

java.lang.String title
The title for the message box that will display the full cell contents.


renderer

javax.swing.JLabel renderer
The actual component used to render table cells.


editor

javax.swing.Box editor
The actual component used to pseudo-edit table cells.


editorField

javax.swing.JTextField editorField
The field in which the string contents are displayed in the cell editor.


editorButton

javax.swing.JButton editorButton
The button in the cell editor that allows the full cell contents to be displayed in a message box.

Class org.gjt.btools.gui.component.PaddedPane implements Serializable

Serialized Fields

contents

java.awt.Component contents
The component held in this container.

 

insets

java.awt.Insets insets
The distances in pixels between the child component and each edge of the container.

 

Class org.gjt.btools.gui.component.TextDisplayRegion implements Serializable

Serialized Fields

metrics

java.awt.FontMetrics metrics
Metrics for the font used to draw text.

 

maxWidth

int maxWidth
Width in pixels of the longest text line.

 

textHeight

int textHeight
Height in pixels of the entire text display.

 

lineHeight

int lineHeight
Height in pixels of a single text line.

 

vPad

int vPad
Vertical padding between text and the edge of the component.

 

hPad

int hPad
Horizontal padding between text and the edge of the component.

 

allLines

java.util.Vector allLines
Actual text to be displayed.

 


Package org.gjt.btools.gui.dialog

Class org.gjt.btools.gui.dialog.InputBox implements Serializable

Serialized Fields

buttonPanel

javax.swing.JPanel buttonPanel
Panel in which the buttons reside.

 

text

javax.swing.JTextField text
The field in which the user can enter the requested text.

 

result

java.lang.String result
The text entered by the user; this is null until the dialog has been closed using OK.

 

Class org.gjt.btools.gui.dialog.LongMessageBox implements Serializable

Class org.gjt.btools.gui.dialog.MessageBox implements Serializable

Class org.gjt.btools.gui.dialog.MessageBoxBase implements Serializable

Serialized Fields

buttonPanel

javax.swing.JPanel buttonPanel
Panel in which to place the buttons.

 

buttons

int buttons
Which buttons are to be displayed?

 

buttonPressed

int buttonPressed
Which button was actually pressed?

 


Package org.gjt.btools.gui.lookandfeel

Class org.gjt.btools.gui.lookandfeel.LookAndFeelChooser implements Serializable

Serialized Fields

chosen

LookAndFeelItem chosen
Look and feel that has been selected by the user.

 

choices

javax.swing.JComboBox choices
Combo box containing all available look and feels.

 

ok

javax.swing.JButton ok
OK button.

 

cancel

javax.swing.JButton cancel
Cancel button.

 

Class org.gjt.btools.gui.lookandfeel.LookAndFeelMenu implements Serializable

Serialized Fields

setter

LookAndFeelSetter setter
The object used to set the look and feel once a menu item has been selected.


selected

javax.swing.JCheckBoxMenuItem selected
The look and feel menu item currently selected.



Copyright © 1998-2001, Ben Burton
This software is released under the GNU Public License.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@debian.org).