|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ucsb.nceas.morpho.framework.HelpCommand
Class to handle help command
Constructor Summary | |
HelpCommand()
Constructor of HelpCommand |
|
HelpCommand(java.lang.String id)
Constructor of HelpCommand with string id |
Method Summary | |
static int |
caculateCenterX(double parentX,
int parentWidth,
int childWidth)
|
static int |
caculateCenterY(double parentY,
int parentHeight,
int childHeight)
|
void |
execute(java.awt.event.ActionEvent event)
execute help command |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HelpCommand()
public HelpCommand(java.lang.String id)
Method Detail |
public void execute(java.awt.event.ActionEvent event)
execute
in interface Command
public static int caculateCenterX(double parentX, int parentWidth, int childWidth)
public static int caculateCenterY(double parentY, int parentHeight, int childHeight)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |