|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eodisp.wrapper.excel.CommandButton
public class CommandButton
Represents a CommandButton in a Excel Worksheet.
| Constructor Summary | |
|---|---|
CommandButton(org.eclipse.swt.ole.win32.OleAutomation commandButton,
org.eclipse.swt.ole.win32.OleControlSite controlSite)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the unique name of this button. |
boolean |
isEnabled()
Returns if this button is enabled or not. |
void |
setEnabled(boolean enabled)
Enables or disables this button. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
CommandButton(org.eclipse.swt.ole.win32.OleAutomation commandButton,
org.eclipse.swt.ole.win32.OleControlSite controlSite)
| Method Detail |
|---|
public void setEnabled(boolean enabled)
enabled - true to ebable.public boolean isEnabled()
true if this button is enabled.public java.lang.String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||