org.biolegato.menu
Class CommandButton
java.lang.Object
org.biolegato.menu.CommandButton
public class CommandButton
- extends java.lang.Object
Creates a JButton, which when clicked runs internal API functions or external commands
- Author:
- Graham Alvare, Brian Fristensky
|
Constructor Summary |
CommandButton(java.util.Map<java.lang.String,Widget> widgets,
java.lang.String label,
java.lang.String command,
boolean close)
Creates a new instance of CommandButton |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandButton
public CommandButton(java.util.Map<java.lang.String,Widget> widgets,
java.lang.String label,
java.lang.String command,
boolean close)
- Creates a new instance of CommandButton
display
public void display(java.awt.Container dest,
RunWindow window)
Copyright © 2008-2011 University of Manitoba.