|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DelegateContainer
The DelgateContainer interface marks a JComponent as being a provider of CommandDelegate
s.
The DelegateManager
tracks focus changes and searches up the components heirarchy to locate
the first container implementing this interface. DelegatingCommand
s use the DelegateManager
to automatically bind to their associated delegates when the focus changes.
Method Summary | |
---|---|
ActionCommandExecutor |
getCommandExecutor(java.lang.String commandId)
Gets the specifed command from this container. |
Method Detail |
---|
ActionCommandExecutor getCommandExecutor(java.lang.String commandId)
commandId
- the commands id.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |