|
BioLegato 0.7.5 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biolegato.menu.RunWindow
public class RunWindow
| Field Summary | |
|---|---|
protected java.util.List<CommandButton> |
buttons
List of buttons for the window. |
javax.swing.AbstractAction |
CLOSE_ACTION
Action for command buttons to close the window. |
protected javax.swing.JDialog |
runWindow
The current window |
protected java.util.Map<java.lang.String,Widget> |
widgets
List of widgets for the window. |
| Constructor Summary | |
|---|---|
RunWindow(java.lang.String name,
java.util.List<CommandButton> buttons,
java.util.Map<java.lang.String,Widget> widgets)
Creates a new instance of RunWindow |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected javax.swing.JDialog runWindow
protected java.util.List<CommandButton> buttons
protected java.util.Map<java.lang.String,Widget> widgets
public final javax.swing.AbstractAction CLOSE_ACTION
| Constructor Detail |
|---|
public RunWindow(java.lang.String name,
java.util.List<CommandButton> buttons,
java.util.Map<java.lang.String,Widget> widgets)
| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListener
|
BioLegato 0.7.5 Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||