@author ITerative Consulting @since 26-Feb-2008
1000100110021003100410051006
* display method which the caller omitted.<br> * <p> * @param info Type: LinkInfo */ public void getDefaults(ParameterHolder_LinkInfo info) { throw new Error(Error.GEN_UNIMPLEMENTED, "ExpressContainerWindow.GetDefaults", this).getException(); }
973974975976977978979
63646566676869
* <p> * @param command Type: int * @return boolean */ public boolean getState(int command) { throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.GetState", this).getException(); }
74757677787980
* HideCommand makes the command invisible to the user.<br> * <p> * @param command Type: int */ public void hideCommand(int command) { throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.HideCommand", this).getException(); }
86878889909192
* command set.<br> * <p> * @param command Type: int */ public void removeCommand(int command) { throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.RemoveCommand", this).getException(); }
979899100101102103
* RemoveSet removes the entire command set from the<br> * window.<br> * <p> */ public void removeSet() { throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.RemoveSet", this).getException(); }
109110111112113114115
* <p> * @param command Type: int * @param state Type: boolean */ public void setState(int command, boolean state) { throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.SetState", this).getException(); }
120121122123124125126
* ShowCommand makes the command visible to the user.<br> * <p> * @param command Type: int */ public void showCommand(int command) { throw new Error(Error.GEN_UNIMPLEMENTED, "CommandDesc.ShowCommand", this).getException(); }