|
Download JComponentBreadboard from its Sourceforge Project Page |
||||||
PREV NEXT | FRAMES NO FRAMES |
Package net.sourceforge.jcomponentbreadboard |
---|
Class net.sourceforge.jcomponentbreadboard.JComponentBreadboard extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
java.lang.String ROWWISE_DITTO
setBreadboard
,
"columnar ditto"
net.sourceforge.jcomponentbreadboard.JComponentBreadboard.ScalingDirective[] rowScale
net.sourceforge.jcomponentbreadboard.JComponentBreadboard.ScalingDirective[] colScale
javax.swing.JMenuBar hotKeyMenuBar
java.util.ArrayList<E> jbConnections
boolean refreshingConnection
java.lang.String DEFAULT_INVALID_DATA_MESSAGE_TITLE
See the Data Validation Method Signatures section of the
jbConnect
method for more information.
DATA_IS_VALID
,
REVERT_AND_BEEP
,
REVERT_QUIETLY
,
jbConnect
boolean correctingInvalidInput
int NOT_A_MODIFIED_STRING
int MODIFIED_STRING_AND_VALID
int MODIFIED_STRING_AND_INVALID
java.lang.Object result
javax.swing.JButton CLOSE_BUTTON
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 |
---|
net.sourceforge.jcomponentbreadboard.JComponentBreadboard.ProgressMonitoredWorker monitoredWorker
boolean canBeCanceled
java.util.Timer refreshTimer
java.util.TimerTask refreshTimerTask
boolean shutdownRequested
|
Download JComponentBreadboard from its Sourceforge Project Page |
||||||
PREV NEXT | FRAMES NO FRAMES |