|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.cog.gridface.impl.util.FormInputPanelMain
A Demo of how FormInputPanel works
| Constructor Summary | |
FormInputPanelMain()
|
|
| Method Summary | |
void |
checkThisOutMike(KeyEvent e)
This was for mike who wanted to know how to add items from an editable ComboBox |
void |
createAndShowGUI()
|
void |
getIntValue()
Shows how to get the value based upon the index Need to have something in the Field Labeled Index (Int): of the indexValue form |
void |
getStringValue()
Shows how to get the value based upon the Label Need to have something in the Field Labeled Value: of the indexValue form |
void |
getValues()
Shows how to get all the values using either their label or their index (no input needed) |
void |
insert()
Shows how to insert a field Need to have something in the Field Labeled Index (Int): of the indexValue form Need to have something selected in the Field Labeled Type: of the indexValue form |
static void |
main(String[] args)
Starts up the program |
void |
remove()
Shows how to remove a field Need to have something in the Field Labeled Index (Int): of the indexValue form |
void |
setLabel()
Shows how to set the label of a field Need to have something in the Field Labeled Index (Int): of the indexValue form Need to have something in the Field Labeled Value: of the indexValue form |
void |
setValue()
Shows how to set the value of a field Need to have something in the Field Labeled Index (Int): of the indexValue form Need to have something in the Field Labeled Value: of the indexValue form |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FormInputPanelMain()
throws FormInputPanelException
| Method Detail |
public void createAndShowGUI()
throws FormInputPanelException,
Exception
FormInputPanelException
Exceptionpublic void getValues()
public void getStringValue()
public void getIntValue()
public void setValue()
public void setLabel()
public void remove()
public void insert()
public void checkThisOutMike(KeyEvent e)
e - public static void main(String[] args)
args -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||