|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.cis.plugin.adapter.command.AbstractButtonCommand
com.softwareag.cis.plugin.adapter.command.CancelButtonCommand
public class CancelButtonCommand
Common command used for handling "Cancel" button.
Field Summary | |
---|---|
static java.lang.String |
rcs_id
|
Constructor Summary | |
---|---|
CancelButtonCommand()
|
Method Summary | |
---|---|
void |
execute()
Close the current adapter (page). |
int |
getKeyCode()
Get code of key to be pressed to trigger this command |
java.lang.String |
getTitle()
Get the label to be used for this command |
Methods inherited from class com.softwareag.cis.plugin.adapter.command.AbstractButtonCommand |
---|
getAdapter, getLocale, setAdapter |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String rcs_id
Constructor Detail |
---|
public CancelButtonCommand()
Method Detail |
---|
public java.lang.String getTitle()
AbstractButtonCommand
getTitle
in class AbstractButtonCommand
public int getKeyCode()
AbstractButtonCommand
getKeyCode
in class AbstractButtonCommand
BaseConstants
public void execute()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |