Uses of Interface
com.sdm.quasar.client.core.common.Disposable

Packages that use Disposable
com.sdm.quasar.client.core.application   
com.sdm.quasar.client.core.application.dialog.impl   
com.sdm.quasar.client.core.commands   
com.sdm.quasar.client.core.common.config   
com.sdm.quasar.client.core.common.hierarchy   
com.sdm.quasar.client.core.common.services   
com.sdm.quasar.client.core.data   
com.sdm.quasar.client.core.data.impl   
com.sdm.quasar.client.core.data.plugin   
com.sdm.quasar.client.core.data.plugins   
com.sdm.quasar.client.core.data.plugins.impl   
com.sdm.quasar.client.core.dialog   
com.sdm.quasar.client.core.dialog.impl   
com.sdm.quasar.client.core.dialog.lifecycle   
com.sdm.quasar.client.core.dialogbase.services   
com.sdm.quasar.client.core.dialogsupport.features   
com.sdm.quasar.client.core.states   
com.sdm.quasar.client.jsf.application.dialog.impl   
com.sdm.quasar.client.showcase.swing.allinone.emplDetail   
com.sdm.quasar.client.swing.commands.adapters   
com.sdm.quasar.client.swing.data.plugins   
com.sdm.quasar.client.swing.data.plugins.impl   
com.sdm.quasar.client.swing.embedding.services   
com.sdm.quasar.client.swing.states   
com.sdm.quasar.client.swing.states.adapters   
com.sdm.util.model.states   
 

Uses of Disposable in com.sdm.quasar.client.core.application
 

Subinterfaces of Disposable in com.sdm.quasar.client.core.application
 interface Session
          Represents a session.
 

Classes in com.sdm.quasar.client.core.application that implement Disposable
 class AbstractSessionManager
          Basic implementation of SessionManager.
 class DefaultSessionManager
          The default implementation of a SessionManager for a swing client.
 

Uses of Disposable in com.sdm.quasar.client.core.application.dialog.impl
 

Classes in com.sdm.quasar.client.core.application.dialog.impl that implement Disposable
 class DefaultSessionAdapter
           
 

Uses of Disposable in com.sdm.quasar.client.core.commands
 

Classes in com.sdm.quasar.client.core.commands that implement Disposable
 class AbstractCommandAdapter
          An abstract CommandAdapter implementation.
 

Uses of Disposable in com.sdm.quasar.client.core.common.config
 

Subinterfaces of Disposable in com.sdm.quasar.client.core.common.config
 interface ConfigurationDescriptor
          Describes a configuration entry of a ConfigManager.
 

Classes in com.sdm.quasar.client.core.common.config that implement Disposable
 class AbstractConfigurationDescriptor
          An abstract implementation of a ConfigurationDescriptor.
 class BeanCreatorConfigurationDescriptor
          A simple ConfigurationDescriptor, which interprets the given configuration value information as class names of beans.
 class ValueConfigurationDescriptor
           
 

Uses of Disposable in com.sdm.quasar.client.core.common.hierarchy
 

Classes in com.sdm.quasar.client.core.common.hierarchy that implement Disposable
 class DefaultHierarchyManager
          Default implementation of the HierarchyManager.
 

Uses of Disposable in com.sdm.quasar.client.core.common.services
 

Classes in com.sdm.quasar.client.core.common.services that implement Disposable
 class AbstractServiceManager
          Abstract base class for service managers.
 

Uses of Disposable in com.sdm.quasar.client.core.data
 

Subinterfaces of Disposable in com.sdm.quasar.client.core.data
 interface DataManagerPlugIn
          This is the tagging interface of all plug ins of a DataManager.
 

Uses of Disposable in com.sdm.quasar.client.core.data.impl
 

Classes in com.sdm.quasar.client.core.data.impl that implement Disposable
 class DefaultDataCore
          The core of a DataManagerComponent.
 class DefaultDataManagerComponent
          Default implementation for DataManagerComponent.
 

Uses of Disposable in com.sdm.quasar.client.core.data.plugin
 

Classes in com.sdm.quasar.client.core.data.plugin that implement Disposable
 class AbstractDataManagerPlugIn
           
 

Uses of Disposable in com.sdm.quasar.client.core.data.plugins
 

Subinterfaces of Disposable in com.sdm.quasar.client.core.data.plugins
 interface BasicValuesPlugIn
          A plug in for a DataManager that supplies the basic value handler infrastructure needed for managing and storing the values of types BaseNode AspectNode ComputedNode It does not offer any special services to the user.
 interface IndexedValuesPlugIn
          A plug in for a DataManager that supplies the basic value handler infrastructure needed for managing and storing the values of the type IndexedNode.
 interface ValueChangedPlugIn
           Note: this is a first draft!
 

Uses of Disposable in com.sdm.quasar.client.core.data.plugins.impl
 

Classes in com.sdm.quasar.client.core.data.plugins.impl that implement Disposable
 class DefaultBasicValuesPlugIn
          Implementation of the com.sdm.quasar.client.core.data.BasicValuesPlugIn.
 class DefaultIndexedValuesPlugIn
          Implementation of the IndexedValuesPlugIn.
 class DefaultValueChangedPlugIn
           Note: this is a first draft!
 

Uses of Disposable in com.sdm.quasar.client.core.dialog
 

Classes in com.sdm.quasar.client.core.dialog that implement Disposable
 class AbstractPerChildService
           Note: The user that instanciates the concrete class has to assure, that the service implementation is installed at the same SubDialogControl as passed here by the constructor.
 

Uses of Disposable in com.sdm.quasar.client.core.dialog.impl
 

Subinterfaces of Disposable in com.sdm.quasar.client.core.dialog.impl
 interface DialogManager
          Manages the dialogs of a session.
 

Classes in com.sdm.quasar.client.core.dialog.impl that implement Disposable
 class DefaultDialogManager
          A default implementation of DialogManager.
 class DefaultDialogServiceManager
          This service manager manages services of type Service.
 class DefaultFeatureManager
          A default implementation of FeatureManager.
 class DefaultSubDialogLifeCycleController
          A default implementation of SubDialogLifeCycleController.
 

Uses of Disposable in com.sdm.quasar.client.core.dialog.lifecycle
 

Subinterfaces of Disposable in com.sdm.quasar.client.core.dialog.lifecycle
 interface LifeCycle
          Represents the life cycle within a dialog.
 

Uses of Disposable in com.sdm.quasar.client.core.dialogbase.services
 

Classes in com.sdm.quasar.client.core.dialogbase.services that implement Disposable
 class AbstractActivationService
          A basic implementation of ActivationService.
 class AbstractCloseService
          A basic implementation of CloseService.
 

Uses of Disposable in com.sdm.quasar.client.core.dialogsupport.features
 

Methods in com.sdm.quasar.client.core.dialogsupport.features with parameters of type Disposable
protected  void AbstractPresentationFeature.registerDisposable(Disposable disposable)
          Registeres Disposables wil be disposes automatically when this feature is released
protected  void AbstractPresentationFeature.unregisterDisposable(Disposable disposable)
          Unregister a former registered Disposable
 

Uses of Disposable in com.sdm.quasar.client.core.states
 

Subinterfaces of Disposable in com.sdm.quasar.client.core.states
 interface BooleanState
          A boolean State interface.
 interface BooleanStateAdapter
          The BooleanStateAdapter observes a State (see #setBooleanState(State)), and adapts it's value to something.
 interface State
          A basic state interface.
 

Classes in com.sdm.quasar.client.core.states that implement Disposable
 class AbstractBooleanState
          An abstract BooleanState implementation, that manages the enabled state as boolean, that subclasses can directly set.
 class AbstractBooleanStateAdapter
          An abstract BooleanStateAdapter implementation, which supports more than one target object to adapt.
 class AbstractCombinedBooleanState
          Abstract base class for boolean states that perform boolean operations on a set of other boolean states.
 class AbstractState
          A abstract uncomplete implementation of State which support listeners and adds a AbstractState.fireStateChanged() method to notify them.
 class AcceptorBooleanState
          A BooleanState, that adapts an object to the own boolean state value (see BooleanState.isValueTrue()) using an Acceptor: The BooleanState is true, if the Acceptor accepts the object.
 class ANDBooleanState
          A BooleanState that combines a set of other boolean states with the logical AND operation.
 class ConstantBooleanState
          ConstantBooleanState defines the two constant boolean state instances ConstantBooleanState.TRUE_STATE and ConstantBooleanState.FALSE_STATE.
 class MutableBooleanState
          A very simple implementation of BooleanState.
 class MutableState
           
 class NOTBooleanState
          A BooleanState, that negates it's source state.
 class ORBooleanState
          A BooleanState that combines a set of other boolean states with the logical OR operation.
 class StateAcceptedBooleanState
          A BooleanState, that adapts the State value (see State.getValue() to the own boolean state value (see BooleanState.isValueTrue()) using an Acceptor: The BooleanState is true, if the Acceptor accepts the State value.
 class ThresholdCounterBooleanState
          A BooleanState implementation that is true, as long as the managed counter is at least as big as the treshold set.
 class WrapperBooleanState
          A BooleanState, that wrappes an other BooleanState: This BooleanState refelcts the state of the wrapped BooleanState.
 class XORBooleanState
          A BooleanState that combines a set of other boolean states with the logical XOR operation.
 

Uses of Disposable in com.sdm.quasar.client.jsf.application.dialog.impl
 

Classes in com.sdm.quasar.client.jsf.application.dialog.impl that implement Disposable
 class DefaultJSFSessionManager
          The default-implementation of the JSFSessionManager interface.
 

Uses of Disposable in com.sdm.quasar.client.showcase.swing.allinone.emplDetail
 

Classes in com.sdm.quasar.client.showcase.swing.allinone.emplDetail that implement Disposable
 class EmplDetailPresentation.JComponentMarkedBooleanStateAdapter
           
 

Uses of Disposable in com.sdm.quasar.client.swing.commands.adapters
 

Classes in com.sdm.quasar.client.swing.commands.adapters that implement Disposable
 class AbstractButtonCommandAdapter
          The AbstractButtonCommandAdapter is an bidirectional adapter between an AbstractButton and a Command: It trigges the Command, when the ActionEvent is fired and it sets the enabled state of the AbstractButton due to the executable BooleanState of the Command.
 class JComboBoxCommandAdapter
          The JComboBoxCommandAdapter is an bidirectional adapter between an JComboBox and a Command: It trigges the Command, when the ActionEvent is fired and it sets the state of the JComboBox due to the executable BooleanState of the Command.
 class JComponentCommandAdapter
          The JComponentCommandAdapter is an bidirectional adapter between a JComponent that fires action events and the command interface of the quasar client.
 class JTableDoubleClickCommandAdapter
          The JTableDoubleClickCommandAdapter is an adapter between a JTable and a Command: It trigges the Command, when a row is selected via double click.
 class JTreeSelectionCommandAdapter
          The JTreeSelectionCommandAdapter is an adapter between a JTree and a Command: It trigges the Command, when a TreeSelectionEvent is fired.
 class ListSelectionCommandAdapter
          The ListSelectionCommandAdapter is an adapter between a ListSelectionModeland a Command: It trigges the Command, when a ListSelectionEvent is fired.
 class WindowClosingCommandAdapter
          The WindowClosingCommandAdapter is an adapter between a Windowsand a Command: It trigges the Command, when a WindowEvent is fired signalling the closing of the window.
 

Uses of Disposable in com.sdm.quasar.client.swing.data.plugins
 

Subinterfaces of Disposable in com.sdm.quasar.client.swing.data.plugins
 interface CUFValueModelPlugIn
          A plug in to the DataManager that provides an adapter between the DataManager and the CUF com.sdm.util.model.ValueModels in order to allow the CUF value binding to work with the DataManager Note: this is work in progress.
 

Uses of Disposable in com.sdm.quasar.client.swing.data.plugins.impl
 

Classes in com.sdm.quasar.client.swing.data.plugins.impl that implement Disposable
 class DefaultCUFValueModelPlugIn
          Implementation for com.sdm.quasar.client.core.data.cuf.CUFValueModelPlugIn.
 

Uses of Disposable in com.sdm.quasar.client.swing.embedding.services
 

Classes in com.sdm.quasar.client.swing.embedding.services that implement Disposable
 class AbstractTitleService
          An abstract TitleService implementation.
 class AbstractVisualRepresentationService
           
 

Uses of Disposable in com.sdm.quasar.client.swing.states
 

Classes in com.sdm.quasar.client.swing.states that implement Disposable
 class ActionEnabledBooleanState
          A BooleanState representing the enabled/disabled state of an Action.
 class ButtonModelSelectedBooleanState
          A BooleanState representing the selection state of an ButtonModel.
 class DocumentTextAcceptedBooleanState
          The BooleanState is true if the text of the Document is accepted by a given Acceptor.
 class JComponentEnabledBooleanState
          A BooleanState representing the enabled/disabled state of a JComponent.
 class ListModelSelectedBooleanState
          A BooleanState representing the selection/deselection state of a ListSelectionModel.
 class TreeModelSelectedBooleanState
          A BooleanState representing the selection/deselection state of a TreeSelectionModel.
 

Uses of Disposable in com.sdm.quasar.client.swing.states.adapters
 

Classes in com.sdm.quasar.client.swing.states.adapters that implement Disposable
 class AbstractSwingBooleanStateAdapter
          The base class for all BooleanStateAdapters, that adapt the boolean state value to some swing-element.
 class ActionEnabledBooleanStateAdapter
          Adapts the value of a BooleanState to the enabled state of a Action.
 class GlassPaneBlockingBooleanStateAdapter
          Adapts the value of a BooleanState to a blocking of user events: If the state value is true all input events are blockt by a glass pane.
 class JComponentEnabledBooleanStateAdapter
          Adapts the value of a BooleanState to the enabled state of a JComponent.
 class JComponentVisibleBooleanStateAdapter
          Adapts the value of a BooleanState to the visibility of a JComponent.
 class JTextComponentEditableBooleanStateAdapter
          Adapts the value of a BooleanState to the editable state of a JTextComponent.
 

Uses of Disposable in com.sdm.util.model.states
 

Classes in com.sdm.util.model.states that implement Disposable
 class ValueAcceptedBooleanState