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

Packages that use Guarded
org.springframework.richclient.application.mdi.contextmenu   
org.springframework.richclient.application.setup   
org.springframework.richclient.application.support   
org.springframework.richclient.command   
org.springframework.richclient.command.support   
org.springframework.richclient.control   
org.springframework.richclient.core Basic interfaces/classes used throughout the richclient. 
org.springframework.richclient.dialog   
org.springframework.richclient.dialog.support   
org.springframework.richclient.form   
org.springframework.richclient.form.builder.support   
org.springframework.richclient.list   
org.springframework.richclient.preference   
org.springframework.richclient.samples.showcase.binding   
org.springframework.richclient.samples.showcase.command   
org.springframework.richclient.samples.showcase.component   
org.springframework.richclient.samples.showcase.conversion   
org.springframework.richclient.samples.showcase.dialog   
org.springframework.richclient.samples.showcase.exceptionhandling   
org.springframework.richclient.samples.showcase.util   
org.springframework.richclient.samples.showcase.validation   
org.springframework.richclient.samples.showcase.wizard   
org.springframework.richclient.samples.simple.ui   
org.springframework.richclient.security Integrates Acegi Security System for Spring into RCP. 
org.springframework.richclient.selection.dialog   
org.springframework.richclient.table   
org.springframework.richclient.util Misc common utility classes (mostly static-utility) that aim to reduce repeat coding. 
org.springframework.richclient.wizard   
 

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

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

Classes in org.springframework.richclient.application.setup that implement Guarded
 class SetupIntroWizardPage
           
 class SetupLicenseWizardPage
          A WizardPage which shows a license text and confirmation radio buttons at the bottom.
 class SetupWizardDialog
           
 

Uses of Guarded in org.springframework.richclient.application.support
 

Classes in org.springframework.richclient.application.support that implement Guarded
protected  class AboutBox.AboutDialog
           
 

Uses of Guarded in org.springframework.richclient.command
 

Subinterfaces of Guarded in org.springframework.richclient.command
 interface GuardedActionCommandExecutor
          An ActionCommandExecutor that can be enabled or disabled, with optional listeners for these state changes.
 

Classes in org.springframework.richclient.command that implement Guarded
 class AbstractCommand
           Base class for commands.
 class ActionCommand
           
 class CommandGroup
          Implementation of an AbstractCommand that groups a collection of commands.
 class ExclusiveCommandGroup
           
 class TargetableActionCommand
          An ActionCommand that delegates to an internal ActionCommandExecutor.
 class ToggleCommand
           
 

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

Classes in org.springframework.richclient.command.support that implement Guarded
 class AboutCommand
           
 class AbstractActionCommandExecutor
           
 class ApplicationWindowAwareCommand
          A skeleton implementation of an action command that needs to be aware of the ApplicationWindow in which it resides.
 class DialogCommand
          Open a dialog.
 class ExitCommand
          An action command that causes the application to exit.
 class HelpContentsCommand
           
 class NewWindowCommand
           
 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.
 

Uses of Guarded in org.springframework.richclient.control
 

Classes in org.springframework.richclient.control that implement Guarded
 class MessageReportingOverlay
          Component which can be used as an overlay for an other component to the content of a message.
 

Uses of Guarded in org.springframework.richclient.core
 

Classes in org.springframework.richclient.core that implement Guarded
 class GuardedGroup
           
 

Methods in org.springframework.richclient.core that return Guarded
static Guarded GuardedGroup.createGuardedAdapter(JComponent component)
           
 

Methods in org.springframework.richclient.core with parameters of type Guarded
 void GuardedGroup.addGuarded(Guarded guarded)
           
 

Constructors in org.springframework.richclient.core with parameters of type Guarded
GuardedGroup(Guarded[] guarded)
           
 

Uses of Guarded in org.springframework.richclient.dialog
 

Subinterfaces of Guarded in org.springframework.richclient.dialog
 interface DialogPage
          DialogPages are used to combine several controls in one Dialog which acts as a container.
 

Classes in org.springframework.richclient.dialog that implement Guarded
 class AbstractDialogPage
          A convenience implementation of the DialogPage interface.
 class ApplicationDialog
           Abstract Base Class for a dialog with standard layout, buttons, and behavior.
 class CompositeDialogPage
          An implementation of the DialogPage interface that collects a group of dialog pages together so that they can be used in place of a single DialogPage
 class ConfirmationDialog
          Dialog for asking confirmation to the user.
 class FormBackedDialogPage
          An implementation of DialogPage that delegates to a FormPage for its control, pageComplete status and messages.
 class InputApplicationDialog
          Simple input application dialog consisting of a label and a text field for accepting input.
 class MessageDialog
          Dialog for showing an message to the user.
 class TabbedDialogPage
          A concrete implementation of CompositeDialogPage that presents the child pages in a JTabbedPane.
 class TitledApplicationDialog
           
 class TitledPageApplicationDialog
          A TitledApplicationDialog that delegates to a single DialogPage for its title, content and messages.
 class TreeCompositeDialogPage
          A concrete implementation of CompositeDialogPage that presents the child pages in a tree on the left, and the pages itself on the right.
 

Uses of Guarded in org.springframework.richclient.dialog.support
 

Methods in org.springframework.richclient.dialog.support with parameters of type Guarded
static void DialogPageUtils.adaptPageCompletetoGuarded(DialogPage dialogPage, Guarded guarded)
          Create an adapter that will monitor the page complete status of the dialog page and adapt it to operations on the provided Guarded object.
 

Constructors in org.springframework.richclient.dialog.support with parameters of type Guarded
DialogPageUtils.PageCompleteAdapter(Guarded guarded)
          Construct a handler on the given guarded object.
 

Uses of Guarded in org.springframework.richclient.form
 

Methods in org.springframework.richclient.form with parameters of type Guarded
 void AbstractForm.addGuarded(Guarded guarded)
           
 void Form.addGuarded(Guarded guarded)
          Attach the given Guarded object with the default mask to the formModel.
 void AbstractForm.addGuarded(Guarded guarded, int mask)
           
 void FormGuard.addGuarded(Guarded newGuarded, int mask)
          Adds a guarded object to be guarded by this FormGuard
 void Form.addGuarded(Guarded guarded, int mask)
          Attach the given Guarded object with the specified mask to the formModel.
protected  void AbstractForm.attachFormErrorGuard(Guarded guarded)
           
protected  void AbstractForm.attachFormGuard(Guarded guarded, int mask)
           
protected  void AbstractForm.detachFormGuard(Guarded guarded)
           
 void AbstractForm.removeGuarded(Guarded guarded)
           
 boolean FormGuard.removeGuarded(Guarded toRemove)
          Removes the guarded object from the management of this FormGuard.
 void Form.removeGuarded(Guarded guarded)
          Detach the Guarded object.
 

Constructors in org.springframework.richclient.form with parameters of type Guarded
FormGuard(ValidatingFormModel formModel, Guarded guarded)
          Creates the FormGuard monitoring the passed formModel, and adds the passed guarded-object.
FormGuard(ValidatingFormModel formModel, Guarded guarded, int mask)
          Creates the FormGuard monitoring the passed formModel, and adds the passed guarded-object using the specified mask.
 

Uses of Guarded in org.springframework.richclient.form.builder.support
 

Methods in org.springframework.richclient.form.builder.support with parameters of type Guarded
protected  ValidationListener ValidationInterceptor.registerGuarded(String propertyName, Guarded guarded)
          Register a guarded object on a specific property.
 

Uses of Guarded in org.springframework.richclient.list
 

Methods in org.springframework.richclient.list that return Guarded
 Guarded AbstractListSelectionGuard.getGuarded()
          Get the guarded object.
 

Constructors in org.springframework.richclient.list with parameters of type Guarded
AbstractListSelectionGuard(ValueModel selectionHolder, Guarded guarded)
          Constructor.
ListMultipleSelectionGuard(ValueModel selectionHolder, Guarded guarded)
          Constructor.
ListMultipleSelectionGuard(ValueModel selectionHolder, Guarded guarded, int requiredCount)
          Constructor.
ListSingleSelectionGuard(ValueModel selectionHolder, Guarded guarded)
          Constructor.
SingleListSelectionGuard(ValueModel selectionIndexHolder, Guarded guarded)
           
 

Uses of Guarded in org.springframework.richclient.preference
 

Classes in org.springframework.richclient.preference that implement Guarded
 class FormBackedPreferencePage
           
 class PreferenceCommand
           
 class PreferenceDialog
           
 class PreferencePage
           
 

Uses of Guarded in org.springframework.richclient.samples.showcase.binding
 

Classes in org.springframework.richclient.samples.showcase.binding that implement Guarded
 class DerivedValueModelDialog
           
 class GenericKeyMapBindingDialog
           
 class ListSelectionBindingDialog
           
 class ParentChildFormDialog
           
 

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

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

Uses of Guarded in org.springframework.richclient.samples.showcase.component
 

Classes in org.springframework.richclient.samples.showcase.component that implement Guarded
 class ShuttleSortableTableDialog
          This sample shows a ShuttleSortableTableModel being used.
 

Uses of Guarded in org.springframework.richclient.samples.showcase.conversion
 

Classes in org.springframework.richclient.samples.showcase.conversion that implement Guarded
 class NumberConversionDialog
           
 

Uses of Guarded in org.springframework.richclient.samples.showcase.dialog
 

Classes in org.springframework.richclient.samples.showcase.dialog that implement Guarded
 class BasicApplicationDialog
           Very simple dialog showing only the basics.
 class BasicConfirmationDialog
          Shows the usage of the confirmation dialog.
 class BasicInputApplicationDialog
           
 class BasicMessageDialog
           
 class BasicTitledApplicationDialog
           
 

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

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

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

Uses of Guarded in org.springframework.richclient.samples.showcase.validation
 

Classes in org.springframework.richclient.samples.showcase.validation that implement Guarded
 class BasicRegExpConstraintDialog
          Show a basic dialog with a regular expression input field and a value input field.
 class StringLenghtConstraintDialog
          Dialog showing a number of fields to manipulate the StringLengthConstraint and see it in action on the value field.
 

Uses of Guarded in org.springframework.richclient.samples.showcase.wizard
 

Classes in org.springframework.richclient.samples.showcase.wizard that implement Guarded
 class BasicWizardDialog
           
 

Uses of Guarded in org.springframework.richclient.samples.simple.ui
 

Classes in org.springframework.richclient.samples.simple.ui that implement Guarded
 class ContactPropertiesDialog
          This is a dialog for editing the properties of a Contact object.
 

Uses of Guarded in org.springframework.richclient.security
 

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

Uses of Guarded in org.springframework.richclient.selection.dialog
 

Classes in org.springframework.richclient.selection.dialog that implement Guarded
 class AbstractSelectionDialog
          Base class for selection dialogs.
 class FilterListSelectionDialog
          Filtered ListSelectionDialog.
 class ListSelectionDialog
          A ListSelectionDialog can be used to select an item from a list.
 

Uses of Guarded in org.springframework.richclient.table
 

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

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

Uses of Guarded in org.springframework.richclient.wizard
 

Subinterfaces of Guarded in org.springframework.richclient.wizard
 interface WizardPage
           
 

Classes in org.springframework.richclient.wizard that implement Guarded
 class AbstractWizardPage
           
 class FormBackedWizardPage
          An implementation of WizardPage that delegates to a FormPage for its control, pageComplete status and messages.
 class WizardDialog
          Dialog for wizards.
 



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