Uses of Package
uic.model

Packages that use uic.model
uic.action Actions to connect widgets with each other; or with your logic. 
uic.model Provides model classes for Swing GUIs. 
uic.widgets Swing Widgets for your programming pleasure! 
uic.widgets.filechooser Provides the classes for the UIC FileChooser widget. 
 

Classes in uic.model used by uic.action
UICSimpleAction
          This class represent the glue between a user event and a piece of controlling logic.
UICSimpleAction.Arguments
          A builder class to specify arguments of differing types for a target method.
 

Classes in uic.model used by uic.model
ActionFactory
          ActionFactory builds actions and keeps them referenced so you can easily enable/disable them.
IconFactory
          Icon factory creates Icon objects from image files found in one of the registered repositories.
IconFactory.Repository
          This interface is used to query any repository for icons it might have to be used by the IconFactory.
SpinboxModelInterface
           
TableViewInterface
          This interface should be added to every table model used in the MWTable from this package.
UICAction
          This action class contains all the information to provide high quality widgets and an action.
UICActionList
          The placeholder class that ActionFactory returns for certain entries in your .rc file.
UICRadioAction
          An RadioButton action to add the concept of buttongroups to the ActionFactory used actions.
UICSimpleAction
          This class represent the glue between a user event and a piece of controlling logic.
UICSimpleAction.Arguments
          A builder class to specify arguments of differing types for a target method.
UICSimpleAction.ExecutePolicy
          Each action that is called 'execute()' on will be executed according to policy.
UICToggleAction
          An toggle action to add the concept of 'selected' to the ActionFactory used actions.
WorkerThread
          This is a helper class for the Actions framework.
WorkerThread.Job
           
WorkerThread.Worker
           
 

Classes in uic.model used by uic.widgets
ActionFactory
          ActionFactory builds actions and keeps them referenced so you can easily enable/disable them.
ExtendedListSelectionModel
          List selection model, that handles 2 extra selection types
IconFactory
          Icon factory creates Icon objects from image files found in one of the registered repositories.
SpinboxModelInterface
           
TableViewInterface
          This interface should be added to every table model used in the MWTable from this package.
 

Classes in uic.model used by uic.widgets.filechooser
IconFactory
          Icon factory creates Icon objects from image files found in one of the registered repositories.
 



Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence