|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DelegateProvider
Marks an object as being a provider of delegates.
This interface is typically used to mark JComponents as having delegates which can then
be queried by the FocusTrackingDelegateMediator.
As a convenience, CommandContainers implement this interface allowing the
JComponent to simply delegate to an internal CommandContainer. You can also use
a DelegateProviderSupport.
DelegatingCommand,
FocusTrackingDelegateMediator| Method Summary | |
|---|---|
ActionCommandExecutor |
getActionCommandExecutor(java.lang.String commandId)
Gets the delegate with the specified id. |
| Method Detail |
|---|
ActionCommandExecutor getActionCommandExecutor(java.lang.String commandId)
commandId - the commands id.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||