| |
|
| org.cougaar.planning.plugin.legacy.SimplePlugin org.cougaar.mlm.plugin.organization.GLSGUIBasePlugin
All known Subclasses: org.cougaar.mlm.plugin.organization.GLSGUIInitPlugin, org.cougaar.mlm.plugin.organization.GLSRescindPlugin,
GLSGUIBasePlugin | abstract public class GLSGUIBasePlugin extends SimplePlugin (Code) | | The GLSGUIBasePlugin supports both init and rescind plugins by
providing the basic oplan tracking and management. For each Oplan,
the combobox of the gui is augmented with the additional oplan.
When the selected oplan is changed, methods are invoked in the
subclasses to allow labels to be updated.
|
Inner Class :protected static class OplanWrapper | |
canSend | protected boolean canSend(Code) | | |
glsButton | protected JButton glsButton(Code) | | A button to push to kick things off *
|
oplanCombo | protected JComboBox oplanCombo(Code) | | A combo box for selecting the Oplan *
|
selfOrgAsset | protected Organization selfOrgAsset(Code) | | for knowing when we get our self org asset *
|
additionalExecute | abstract protected void additionalExecute()(Code) | | |
buttonPushed | abstract protected void buttonPushed(OplanWrapper wrapper)(Code) | | |
checkButtonEnable | protected void checkButtonEnable()(Code) | | |
closeTheTransaction | public void closeTheTransaction(boolean b)(Code) | | |
createPrivateState | abstract protected void createPrivateState()(Code) | | |
createSubscriptions | abstract protected void createSubscriptions()(Code) | | |
execute | final public void execute()(Code) | | |
formatDate | protected static String formatDate(long when)(Code) | | |
getButtonText | abstract protected String getButtonText()(Code) | | |
getGLSLabelText | abstract protected String getGLSLabelText(int nTasks)(Code) | | |
handlePrivateState | abstract protected void handlePrivateState()(Code) | | |
isPrivateStateOk | abstract protected boolean isPrivateStateOk()(Code) | | |
openTheTransaction | public void openTheTransaction()(Code) | | |
restorePrivateState | abstract protected void restorePrivateState()(Code) | | |
setupSubscriptions | final protected void setupSubscriptions()(Code) | | Overrides the setupSubscriptions() in the SimplifiedPlugin.
Should be further overridden in subclasses which must call
super.setupSubscriptions().
|
unload | public void unload()(Code) | | |
|
|
|