BioLegato 0.7.5 Core API

org.biolegato.menu
Class CommandButton

java.lang.Object
  extended by 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
 
Method Summary
 void display(java.awt.Container dest, RunWindow window)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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

Method Detail

display

public void display(java.awt.Container dest,
                    RunWindow window)

BioLegato 0.7.5 Core API

Copyright © 2008-2011 University of Manitoba.