Download JComponentBreadboard
from its Sourceforge Project Page

Serialized Form


Package net.sourceforge.jcomponentbreadboard

Class net.sourceforge.jcomponentbreadboard.JComponentBreadboard extends javax.swing.JPanel implements Serializable

Serialized Fields

ROWWISE_DITTO

java.lang.String ROWWISE_DITTO
A directive that, when placed into the cell of a breadboard array, instructs JComponentBreadboard to use the object reference immediately above this cell for this cell, too. In other words, a conventional ditto mark. This constant is equal to the String literal "", and the intention is that the "" String literal, rather than this constant, will be placed onto actual breadboard arrays both to save space and also for its mnemonic significance (when interpreted as a ditto mark).

See Also:
setBreadboard, "columnar ditto"

rowScale

net.sourceforge.jcomponentbreadboard.JComponentBreadboard.ScalingDirective[] rowScale

colScale

net.sourceforge.jcomponentbreadboard.JComponentBreadboard.ScalingDirective[] colScale

hotKeyMenuBar

javax.swing.JMenuBar hotKeyMenuBar

jbConnections

java.util.ArrayList<E> jbConnections

refreshingConnection

boolean refreshingConnection

DEFAULT_INVALID_DATA_MESSAGE_TITLE

java.lang.String DEFAULT_INVALID_DATA_MESSAGE_TITLE
The default title of the popup error message dialog if no HTML title tag is included in the string returned from a data validation method function.

See the Data Validation Method Signatures section of the jbConnect method for more information.

See Also:
DATA_IS_VALID, REVERT_AND_BEEP, REVERT_QUIETLY, jbConnect

correctingInvalidInput

boolean correctingInvalidInput

NOT_A_MODIFIED_STRING

int NOT_A_MODIFIED_STRING

MODIFIED_STRING_AND_VALID

int MODIFIED_STRING_AND_VALID

MODIFIED_STRING_AND_INVALID

int MODIFIED_STRING_AND_INVALID

result

java.lang.Object result

CLOSE_BUTTON

javax.swing.JButton CLOSE_BUTTON
Whenever they receive the windowClosing event, JDialogs created via createBreadboardDialog are configured to call the doClick method of the CLOSE_BUTTON of the single top-level JComponentBreadboard that they contain. To handle windowClosing in such a JDialog, simply jbConnect the top level JComponentBreadboard's CLOSE_BUTTON and then implement the injected setter method of the JButton interface to handle this "close button click" just as you would for any other JButton.

For example, the NumericInputDialog example in the User's Guide employs a single code line (jbConnect(CLOSE_BUTTON, "ok");) to ensure that closing the dialog is equivalent to clicking the "OK" button.

If you do not connect the top-level JComponentBreadboard's CLOSE_BUTTON in this manner, that CLOSE_BUTTON will be automatically connected to a default event handler (containing the single line "jbReturn();") the first time a windowClosing event is seen by the createBreadboardDialog-created JDialog .

Class net.sourceforge.jcomponentbreadboard.JComponentBreadboard.JCBKeyStroke extends javax.swing.JMenuItem implements Serializable

Class net.sourceforge.jcomponentbreadboard.JComponentBreadboard.ProgressMonitoringBreadboard extends JComponentBreadboard implements Serializable

Serialized Fields

monitoredWorker

net.sourceforge.jcomponentbreadboard.JComponentBreadboard.ProgressMonitoredWorker monitoredWorker
Deprecated. 

canBeCanceled

boolean canBeCanceled
Deprecated. 

refreshTimer

java.util.Timer refreshTimer
Deprecated. 

refreshTimerTask

java.util.TimerTask refreshTimerTask
Deprecated. 

shutdownRequested

boolean shutdownRequested
Deprecated. 


Download JComponentBreadboard
from its Sourceforge Project Page

SourceForge.net Logo