|
BioLegato 0.7.3 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biolegato.core.pcdmenu.CommandButton
public class CommandButton
Creates a JButton, which when clicked runs internal API functions or external commands
| Constructor Summary | |
|---|---|
CommandButton(java.lang.String label,
java.lang.String command,
boolean close)
Creates a new instance of CommandButton |
|
| Method Summary | |
|---|---|
void |
close()
Notifies the variable that the program has now completed successfully, and it can perform any closing operations |
java.awt.Component |
display()
Displays the current object |
java.lang.Object |
getValue()
Returns the value of the variable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandButton(java.lang.String label,
java.lang.String command,
boolean close)
| Method Detail |
|---|
public java.awt.Component display()
Widget
display in interface Widgetpublic java.lang.Object getValue()
Widget
getValue in interface Widgetpublic void close()
Widget
close in interface Widget
|
BioLegato 0.7.3 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||