|
Servoy 3.5.x Public API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ICmdManager
The Action and Command manager
| Method Summary | |
|---|---|
void |
executeCmd(ICmd c,
EventObject ie)
Execute a ICmd. |
void |
executeRegisteredAction(String name)
Execute a known previously registered command. |
Action |
getRegisteredAction(String name)
Get a previously registered command. |
void |
registerAction(String name,
Action a)
Register an action. |
void |
setTextToolBarComponent(Component comp)
Handels enabling. |
| Methods inherited from interface com.servoy.j2db.IManager |
|---|
flushCachedItems, init |
| Method Detail |
|---|
void executeCmd(ICmd c,
EventObject ie)
c - the comamndie - the event which causes this (or null if none)void executeRegisteredAction(String name)
name - Action getRegisteredAction(String name)
name -
void registerAction(String name,
Action a)
name - the namea - the actionvoid setTextToolBarComponent(Component comp)
comp - the component to listen to for text toolbar, disabled when wrong type or null
|
Copyright © 2009 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||