|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ActionCommandExecutor in org.springframework.richclient.application |
|---|
| Methods in org.springframework.richclient.application that return ActionCommandExecutor | |
|---|---|
ActionCommandExecutor |
PageComponentContext.getLocalCommandExecutor(String commandId)
|
| Methods in org.springframework.richclient.application with parameters of type ActionCommandExecutor | |
|---|---|
void |
PageComponentContext.register(String commandId,
ActionCommandExecutor localExecutor)
Register a local handler for a global command. |
| Uses of ActionCommandExecutor in org.springframework.richclient.application.mdi.contextmenu |
|---|
| Classes in org.springframework.richclient.application.mdi.contextmenu that implement ActionCommandExecutor | |
|---|---|
class |
CascadeCommand
Cascades all JInternalFrames in a given JDesktopPane. |
class |
MinimizeAllCommand
Minimizes all JInternalFrames in a given JDesktopPane. |
class |
ShowFrameCommand
Command to show a JInternalFrame, i.e. |
class |
TileCommand
Tiles all JInternalFrames in a given JDesktopPane. |
| Uses of ActionCommandExecutor in org.springframework.richclient.application.setup |
|---|
| Classes in org.springframework.richclient.application.setup that implement ActionCommandExecutor | |
|---|---|
class |
SetupWizard
|
| Uses of ActionCommandExecutor in org.springframework.richclient.application.support |
|---|
| Methods in org.springframework.richclient.application.support that return ActionCommandExecutor | |
|---|---|
ActionCommandExecutor |
DefaultViewContext.getLocalCommandExecutor(String commandId)
|
| Methods in org.springframework.richclient.application.support with parameters of type ActionCommandExecutor | |
|---|---|
void |
DefaultViewContext.register(String commandId,
ActionCommandExecutor executor)
|
| Uses of ActionCommandExecutor in org.springframework.richclient.command |
|---|
| Subinterfaces of ActionCommandExecutor in org.springframework.richclient.command | |
|---|---|
interface |
GuardedActionCommandExecutor
An ActionCommandExecutor that can be enabled or disabled, with optional listeners
for these state changes. |
interface |
ParameterizableActionCommandExecutor
Sub-interface of command delegate that allows for parameterization of the command invocation. |
| Classes in org.springframework.richclient.command that implement ActionCommandExecutor | |
|---|---|
class |
AbstractCommand
Base class for commands. |
class |
ActionCommand
|
class |
CommandGroup
Implementation of an AbstractCommand that groups a collection of
commands. |
class |
ExclusiveCommandGroup
A CommandGroup that can only contain ToggleCommands and for which only one togglecommand can be
chosen. |
class |
SplitPaneExpansionToggleCommand
|
class |
TargetableActionCommand
An ActionCommand that delegates to an internal ActionCommandExecutor. |
class |
ToggleCommand
|
| Methods in org.springframework.richclient.command with parameters of type ActionCommandExecutor | |
|---|---|
TargetableActionCommand |
CommandFactory.createTargetableActionCommand(String commandId,
ActionCommandExecutor commandExecutor)
|
void |
TargetableActionCommand.setCommandExecutor(ActionCommandExecutor commandExecutor)
Attaches the given executor to this command instance, detaching the current executor in the process. |
void |
CommandRegistry.setTargetableActionCommandExecutor(String targetableCommandId,
ActionCommandExecutor commandExecutor)
Sets a command executor for the command with the given id. |
| Constructors in org.springframework.richclient.command with parameters of type ActionCommandExecutor | |
|---|---|
TargetableActionCommand(String commandId,
ActionCommandExecutor commandExecutor)
Creates a new TargetableActionCommand with the given identifier and initial
executor. |
|
| Uses of ActionCommandExecutor in org.springframework.richclient.command.support |
|---|
| Classes in org.springframework.richclient.command.support that implement ActionCommandExecutor | |
|---|---|
class |
AboutCommand
|
class |
AbstractActionCommandExecutor
|
class |
AbstractWidgetCommand
Base class for commands that use widgets. |
class |
ApplicationWindowAwareCommand
A skeleton implementation of an action command that needs to be aware of the ApplicationWindow in which it resides. |
class |
DataEditorWidgetViewCommand
Widget command om een DefaultDataEditorWidget te tonen (of een widget die daarvan extend) |
class |
DialogCommand
Open a dialog. |
class |
ExitCommand
An action command that causes the application to exit. |
class |
HelpContentsCommand
|
class |
MethodInvokingActionCommandExecutor
An implementation of ActionCommandExecutor that delegates
job execution to a specified (static or non-static) method for command
execution. |
class |
NewWindowCommand
|
class |
ShowDialogCommand
Command that shows an application dialog |
class |
ShowPageCommand
An action command for displaying a Page based on a provided PageDescriptor. |
class |
ShowPageMenu
A menu containing a collection of sub-menu items that each display a given page. |
class |
ShowViewCommand
An action command for displaying a View based on a provided ViewDescriptor. |
class |
ShowViewMenu
A menu containing a collection of sub-menu items that each display a given view. |
class |
WidgetDialogCommand
Widget Dialog Command shows a specific widget in a dialog. |
class |
WidgetViewCommand
Widget command that shows a widget in a view |
| Methods in org.springframework.richclient.command.support with parameters of type ActionCommandExecutor | |
|---|---|
TargetableActionCommand |
DefaultCommandManager.createTargetableActionCommand(String commandId,
ActionCommandExecutor delegate)
|
void |
DefaultCommandRegistry.setTargetableActionCommandExecutor(String commandId,
ActionCommandExecutor executor)
Sets a command executor for the command with the given id. |
void |
DefaultCommandManager.setTargetableActionCommandExecutor(String commandId,
ActionCommandExecutor executor)
|
| Uses of ActionCommandExecutor in org.springframework.richclient.preference |
|---|
| Classes in org.springframework.richclient.preference that implement ActionCommandExecutor | |
|---|---|
class |
PreferenceCommand
|
| Uses of ActionCommandExecutor in org.springframework.richclient.samples.showcase.command |
|---|
| Classes in org.springframework.richclient.samples.showcase.command that implement ActionCommandExecutor | |
|---|---|
class |
TitleBarTimeStampCommand
Simple command testing the ApplicationWindowAwareCommand class. |
| Uses of ActionCommandExecutor in org.springframework.richclient.samples.showcase.exceptionhandling |
|---|
| Classes in org.springframework.richclient.samples.showcase.exceptionhandling that implement ActionCommandExecutor | |
|---|---|
class |
HibernateExceptionHandlerCommand
Throws an InvalidStateException with several InvalidValues
to show the HibernateValidatorDialogExceptionHandler. |
class |
JXErrorDialogExceptionHandlerCommand
Command throwing the specific JXErrorDialogException that should be
caught by the JXErrorDialogExceptionHandler. |
class |
MessagesDialogExceptionHandlerCommand
Command throwing the specific MessagesDialogException that should be
caught by the MessagesDialogExceptionHandler. |
| Uses of ActionCommandExecutor in org.springframework.richclient.samples.showcase.util |
|---|
| Classes in org.springframework.richclient.samples.showcase.util that implement ActionCommandExecutor | |
|---|---|
static class |
AbstractReporterForm.StateSynchronizingToggleCommand
|
| Uses of ActionCommandExecutor in org.springframework.richclient.samples.showcase.view |
|---|
| Classes in org.springframework.richclient.samples.showcase.view that implement ActionCommandExecutor | |
|---|---|
class |
ShowViewWithInputCommand
Asks the user for input, then shows the ViewWithInput, passing the input from the user. |
| Uses of ActionCommandExecutor in org.springframework.richclient.security |
|---|
| Classes in org.springframework.richclient.security that implement ActionCommandExecutor | |
|---|---|
class |
LoginCommand
Provides a login interface to the user. |
class |
LogoutCommand
Provides a command to log the current user out. |
| Uses of ActionCommandExecutor in org.springframework.richclient.table |
|---|
| Classes in org.springframework.richclient.table that implement ActionCommandExecutor | |
|---|---|
class |
SortTableCommand
Listens to a sort list for changes and when they happen, sorts a sortable table model in a separate worker thread. |
| Uses of ActionCommandExecutor in org.springframework.richclient.table.support |
|---|
| Methods in org.springframework.richclient.table.support that return ActionCommandExecutor | |
|---|---|
ActionCommandExecutor |
AbstractObjectTable.getDoubleClickHandler()
|
| Methods in org.springframework.richclient.table.support with parameters of type ActionCommandExecutor | |
|---|---|
void |
AbstractObjectTable.setDoubleClickHandler(ActionCommandExecutor doubleClickHandler)
Set the handler (action executor) that should be invoked when a row in the table is double-clicked. |
| Uses of ActionCommandExecutor in org.springframework.richclient.util |
|---|
| Classes in org.springframework.richclient.util that implement ActionCommandExecutor | |
|---|---|
class |
AdjustFontSizeCommand
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||