Uses of Class
dsto.dfc.util.BasicPropertyEventSource

Packages that use BasicPropertyEventSource
dsto.dfc.swing.commands Framework for defining and presenting user commands in a UI. 
dsto.dfc.swing.controls Miscellaneous UI components and support classes. 
dsto.dfc.swing.forms A high-level framework supporting the assembly of UI editor components into forms. 
dsto.dfc.swing.logging Components for displaying log messages. 
dsto.dfc.swing.panels Provides MDI-style window management support for managing a set of components. 
dsto.dfc.swing.persistence Support for managing persistent objects. 
dsto.dfc.swing.status A status bar control. 
dsto.dfc.swing.undo Extends Swing undo/redo framework to add generalized support for monitoring user edits and displaying them in a UI. 
dsto.dfc.swt.commands Framework for defining and presenting user commands in a UI. 
dsto.dfc.swt.dnd   
dsto.dfc.swt.util   
dsto.dfc.swt.viewers   
livespace.ui.dashboard   
 

Uses of BasicPropertyEventSource in dsto.dfc.swing.commands
 

Subclasses of BasicPropertyEventSource in dsto.dfc.swing.commands
 class CommandActionAdapter
          Adapts a Command instance to look like a JFC Action instance.
 class CommandView
          A list of Command's and sub-CommandView's intended to define the commands presented in a given UI context, such as a main menu or a toolbar.
 

Fields in dsto.dfc.swing.commands declared as BasicPropertyEventSource
protected  BasicPropertyEventSource AbstractMutableCommand.listeners
           
 

Uses of BasicPropertyEventSource in dsto.dfc.swing.controls
 

Subclasses of BasicPropertyEventSource in dsto.dfc.swing.controls
 class Gradient
          This class is used to represent a colour gradient.
 

Uses of BasicPropertyEventSource in dsto.dfc.swing.forms
 

Subclasses of BasicPropertyEventSource in dsto.dfc.swing.forms
static class CustomizersTreeModel.Entry
          An entry in the tree model.
 

Uses of BasicPropertyEventSource in dsto.dfc.swing.logging
 

Subclasses of BasicPropertyEventSource in dsto.dfc.swing.logging
 class LogWindowPopper
          Manages auto popup of the log window when selected types of log events occur.
 

Uses of BasicPropertyEventSource in dsto.dfc.swing.panels
 

Subclasses of BasicPropertyEventSource in dsto.dfc.swing.panels
 class ToolView
          A floating tool view of a PanelManager.Panel.
 

Uses of BasicPropertyEventSource in dsto.dfc.swing.persistence
 

Subclasses of BasicPropertyEventSource in dsto.dfc.swing.persistence
 class AbstractDocument
          A base implementation of Document which implements the high-level bahaviour of a document without being specific to a particular persistent storage mechanism.
 class FileDocument
          A base class for documents that are file-based.
 

Uses of BasicPropertyEventSource in dsto.dfc.swing.status
 

Subclasses of BasicPropertyEventSource in dsto.dfc.swing.status
 class StatusManager
          Manages a stack of status messages.
 

Uses of BasicPropertyEventSource in dsto.dfc.swing.undo
 

Subclasses of BasicPropertyEventSource in dsto.dfc.swing.undo
 class MonitoredUndoManager
          Provides the same functions as the Swing UndoManager, plus provides functionality to skip non-undoable edits in the middle of the history list.
 

Uses of BasicPropertyEventSource in dsto.dfc.swt.commands
 

Subclasses of BasicPropertyEventSource in dsto.dfc.swt.commands
 class AbstractAboutCommand
          Base for commands that show an "about box.
 class AbstractAddEntryCommand
          Base class for commands that add a new entry to a control.
 class AbstractCommand
          Base class for most commands.
 class AbstractCopyCommand
           
 class AbstractCutCommand
           
 class AbstractDeleteCommand
          Basic delete command.
 class AbstractPasteCommand
           
 class AbstractPropertiesCommand
          Base class for Properties type commands.
 class BasicExitCommand
          Base class for Exit commands.
 class BasicToggleCommand
          Base class for commands that can be "on" or "off".
 class CmdChangeDataObjectProperty
          Command to change a property of one or more target data objects.
 class CmdSetBeanProperty
          Command that sets the value of a Bean property (ie via a setX () method).
 class CmdToggleWindowStyle
          Command to toggle a style setting on a JFace window.
 

Uses of BasicPropertyEventSource in dsto.dfc.swt.dnd
 

Subclasses of BasicPropertyEventSource in dsto.dfc.swt.dnd
 class CmdCopyDataObjectProperties
          Command that copies selected properties of an IDataObject to the clipboard as text.
 class CmdCopyObject
          Command to copy an object to the clipboard.
 class CmdPasteObject
          Command to paste an object from the clipboard.
 

Uses of BasicPropertyEventSource in dsto.dfc.swt.util
 

Subclasses of BasicPropertyEventSource in dsto.dfc.swt.util
 class CmdToggleDataBeanProperty
          Command that toggles a boolean property of an IDataBean.
 

Uses of BasicPropertyEventSource in dsto.dfc.swt.viewers
 

Subclasses of BasicPropertyEventSource in dsto.dfc.swt.viewers
 class AbstractCreateItemCommand
          Abstract base class for commands that create new items in a collection being viewed by a JFace StructuredViewer.
 class CmdDeleteItem
          Generic "Delete Items" command for JFace Viewer's showing a Collection (although could be subclassed for non Collection's).
 class CmdMoveItem
          Generic command to move items up/down in a viewer that is displaying a java.util.List.
 

Uses of BasicPropertyEventSource in livespace.ui.dashboard
 

Subclasses of BasicPropertyEventSource in livespace.ui.dashboard
 class CmdAboutBox
           
 class CmdRestartOsgi
          Triggers an OSGi system restart.
 class CmdShowPanel
           
 class CmdShutdownOsgi
          Triggers a clean OSGi system shutdown.
 



Copyright © 2008 Commonwealth of Australia