|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Bindable
Defines standard binding operations for ActionCommands, CommandGroups and
ActionCommandDelegates.
Command.bind(),
CommandContainer.bind(java.awt.Component)| Method Summary | |
|---|---|
void |
bind()
Binds to the global command container. |
void |
bind(CommandContainer container)
Binds to the specified CommandContainer. |
void |
bind(java.awt.Component component)
Binds to the specified component. |
void |
rebind()
Re-evaluates the current binding. |
void |
unbind()
Unbinds from the current container or component. |
| Method Detail |
|---|
void bind()
CommandContainer.globalInstance()void bind(CommandContainer container)
CommandContainer.
container - the container to bind to.void bind(java.awt.Component component)
CommandContainer.
component - the component to bind to.CommandContainer.bind(Component)void rebind()
void unbind()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||