|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectHoGenericTreeNode
de.ug2t.unifiedGui.UnMenuFunction
public final class UnMenuFunction
This class is used to connect menues with listeners. Normally it is not necessary to use it.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface de.ug2t.unifiedGui.interfaces.IUnKeyAccess |
|---|
IUnKeyAccess.UnInsertHTMLString |
| Constructor Summary | |
|---|---|
UnMenuFunction(java.lang.String xName,
IKeExecutable xFct)
|
|
UnMenuFunction(java.lang.String xName,
IKeExecutable xPre,
IKeExecutable xPost,
IKeExecutable xFct)
|
|
UnMenuFunction(java.lang.String xName,
IUnGuiEventListener xFct)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
execObj(java.lang.Object xObj)
|
int |
getAccKey()
Gets the acces-key of a widget |
void |
setKeyAccess(int xKey)
Sets the access-key of a widget |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnMenuFunction(java.lang.String xName,
IKeExecutable xPre,
IKeExecutable xPost,
IKeExecutable xFct)
throws java.lang.Exception
java.lang.Exception
public UnMenuFunction(java.lang.String xName,
IKeExecutable xFct)
throws java.lang.Exception
java.lang.Exception
public UnMenuFunction(java.lang.String xName,
IUnGuiEventListener xFct)
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
public java.lang.Object execObj(java.lang.Object xObj)
public int getAccKey()
IUnKeyAccessGets the acces-key of a widget
getAccKey in interface IUnKeyAccess
public void setKeyAccess(int xKey)
IUnKeyAccessSets the access-key of a widget
setKeyAccess in interface IUnKeyAccessxKey - keycode of the access-key
|
WidgetServer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||