Uses of Interface
org.springframework.richclient.core.Authorizable

Packages that use Authorizable
org.springframework.binding.form FormModel related interfaces. 
org.springframework.binding.form.support   
org.springframework.richclient.application.mdi.contextmenu   
org.springframework.richclient.command   
org.springframework.richclient.command.support   
org.springframework.richclient.core Basic interfaces/classes used throughout the richclient. 
org.springframework.richclient.preference   
org.springframework.richclient.samples.showcase.command   
org.springframework.richclient.samples.showcase.exceptionhandling   
org.springframework.richclient.samples.showcase.util   
org.springframework.richclient.samples.showcase.view   
org.springframework.richclient.security Integrates Spring Security System into RCP. 
org.springframework.richclient.security.support   
org.springframework.richclient.table   
org.springframework.richclient.util Some helper classes. 
 

Uses of Authorizable in org.springframework.binding.form
 

Subinterfaces of Authorizable in org.springframework.binding.form
 interface ConfigurableFormModel
          Sub-interface implemented by form models that allow for configuration of the form's value models, id etc..
 interface FormModel
           A formModel groups valueModels and actions that are related to the same backing object.
 interface HierarchicalFormModel
          Sub-interface implemented by form models that can be part of a form model hierarchy.
 interface ValidatingFormModel
          Sub-interface implemented by form models that can validate its own properties.
 

Uses of Authorizable in org.springframework.binding.form.support
 

Classes in org.springframework.binding.form.support that implement Authorizable
 class AbstractFormModel
          Base implementation of HierarchicalFormModel and ConfigurableFormModel subclasses need only implement the 4 value model interception methods.
 class DefaultFormModel
          Default form model implementation.
 

Uses of Authorizable in org.springframework.richclient.application.mdi.contextmenu
 

Classes in org.springframework.richclient.application.mdi.contextmenu that implement Authorizable
 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 Authorizable in org.springframework.richclient.command
 

Classes in org.springframework.richclient.command that implement Authorizable
 class AbstractCommand
           Base class for commands.
 class ActionCommand
           
 class CommandGroup
          Implementation of an AbstractCommand that groups a collection of commands.
 class CommandGroupFactoryBean
          A FactoryBean that produces a CommandGroup.
 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
           
 

Uses of Authorizable in org.springframework.richclient.command.support
 

Classes in org.springframework.richclient.command.support that implement Authorizable
 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 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
 

Uses of Authorizable in org.springframework.richclient.core
 

Subinterfaces of Authorizable in org.springframework.richclient.core
 interface SecurityControllable
          Interface implemented by objects whose authorized state can be controlled by a SecurityController.
 

Uses of Authorizable in org.springframework.richclient.preference
 

Classes in org.springframework.richclient.preference that implement Authorizable
 class PreferenceCommand
           
 

Uses of Authorizable in org.springframework.richclient.samples.showcase.command
 

Classes in org.springframework.richclient.samples.showcase.command that implement Authorizable
 class TitleBarTimeStampCommand
          Simple command testing the ApplicationWindowAwareCommand class.
 

Uses of Authorizable in org.springframework.richclient.samples.showcase.exceptionhandling
 

Classes in org.springframework.richclient.samples.showcase.exceptionhandling that implement Authorizable
 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 Authorizable in org.springframework.richclient.samples.showcase.util
 

Classes in org.springframework.richclient.samples.showcase.util that implement Authorizable
static class AbstractReporterForm.StateSynchronizingToggleCommand
           
 

Uses of Authorizable in org.springframework.richclient.samples.showcase.view
 

Classes in org.springframework.richclient.samples.showcase.view that implement Authorizable
 class ShowViewWithInputCommand
          Asks the user for input, then shows the ViewWithInput, passing the input from the user.
 

Uses of Authorizable in org.springframework.richclient.security
 

Classes in org.springframework.richclient.security that implement Authorizable
 class LoginCommand
          Provides a login interface to the user.
 class LogoutCommand
          Provides a command to log the current user out.
 

Methods in org.springframework.richclient.security with parameters of type Authorizable
 void SecurityController.addControlledObject(Authorizable object)
          Add an object to our controlled set.
 Object SecurityController.removeControlledObject(Authorizable object)
          Remove an object from our controlled set.
 

Uses of Authorizable in org.springframework.richclient.security.support
 

Methods in org.springframework.richclient.security.support with parameters of type Authorizable
 void AbstractSecurityController.addControlledObject(Authorizable object)
          Add an object to our controlled set.
 Object AbstractSecurityController.removeControlledObject(Authorizable object)
          Remove an object from our controlled set.
protected  void AbstractSecurityController.updateControlledObject(Authorizable controlledObject, boolean authorized)
          Update a controlled object based on the given authorization state.
 

Uses of Authorizable in org.springframework.richclient.table
 

Classes in org.springframework.richclient.table that implement Authorizable
 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 Authorizable in org.springframework.richclient.util
 

Classes in org.springframework.richclient.util that implement Authorizable
 class AdjustFontSizeCommand
           
 



Copyright © 2004-2009 The Spring Framework. All Rights Reserved.