|
|||||||||
| Home >> All >> javatools >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javatools.swing
Class ConnectionMethodChoosePanel

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
javatools.swing.InputPanel
javatools.swing.ConnectionMethodChoosePanel
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- public class ConnectionMethodChoosePanel
- extends InputPanel
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private javax.swing.ButtonGroup |
bgChooseMethod
|
private java.util.ResourceBundle |
javatoolsBundle
|
private javax.swing.JLabel |
lblConnectionMethod
|
private javax.swing.JRadioButton |
radConnect
|
private javax.swing.JRadioButton |
radCreate
|
| Fields inherited from class javatools.swing.InputPanel |
|
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
ConnectionMethodChoosePanel()
Creates new form ConnectionMethodChoosePanel |
|
| Method Summary | |
int |
getNumValues()
Returns the number of managed values. |
java.lang.String |
getValue(int numValue)
Returns the value whose position is specified. |
java.lang.String |
getValue(java.lang.String name)
Returns the value whose name is specified. |
java.lang.String |
getValueName(int numValue)
Returns the name of a value whose position is specified. |
int |
getValuePos(java.lang.String name)
Returns the position of a value whose name is specified. |
private void |
initComponents()
This method is called from within the constructor to initialize the form. |
void |
setValue(int numValue,
java.lang.String value)
Sets a value whose position is specified. |
void |
setValue(java.lang.String name,
java.lang.String value)
Sets a value whose name is specified. |
| Methods inherited from class javatools.swing.InputPanel |
getDescription, setDescription, setEnabledRefButton, setRefButton |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
bgChooseMethod
private javax.swing.ButtonGroup bgChooseMethod
radConnect
private javax.swing.JRadioButton radConnect
lblConnectionMethod
private javax.swing.JLabel lblConnectionMethod
radCreate
private javax.swing.JRadioButton radCreate
javatoolsBundle
private java.util.ResourceBundle javatoolsBundle
| Constructor Detail |
ConnectionMethodChoosePanel
public ConnectionMethodChoosePanel()
- Creates new form ConnectionMethodChoosePanel
| Method Detail |
initComponents
private void initComponents()
- This method is called from within the constructor to
initialize the form.
WARNING: Do NOT modify this code. The content of this method is
always regenerated by the Form Editor.
getNumValues
public int getNumValues()
- Returns the number of managed values.
- Specified by:
getNumValuesin classInputPanel
getValue
public java.lang.String getValue(int numValue) throws WizardException
- Returns the value whose position is specified.
- Specified by:
getValuein classInputPanel
getValue
public java.lang.String getValue(java.lang.String name)
- Returns the value whose name is specified.
- Specified by:
getValuein classInputPanel
getValueName
public java.lang.String getValueName(int numValue) throws WizardException
- Returns the name of a value whose position is specified.
- Specified by:
getValueNamein classInputPanel
getValuePos
public int getValuePos(java.lang.String name)
- Returns the position of a value whose name is specified.
- Specified by:
getValuePosin classInputPanel
setValue
public void setValue(java.lang.String name, java.lang.String value)
- Sets a value whose name is specified.
- Specified by:
setValuein classInputPanel
setValue
public void setValue(int numValue,
java.lang.String value)
throws WizardException
- Sets a value whose position is specified.
- Specified by:
setValuein classInputPanel
|
|||||||||
| Home >> All >> javatools >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC