Uses of Interface
dsto.dfc.util.JavaBean

Packages that use JavaBean
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   
dsto.dfc.util Miscellaneous utility classes. 
livespace.ui.dashboard   
 

Uses of JavaBean in dsto.dfc.swing.commands
 

Classes in dsto.dfc.swing.commands that implement JavaBean
 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.
 

Uses of JavaBean in dsto.dfc.swing.controls
 

Classes in dsto.dfc.swing.controls that implement JavaBean
 class Gradient
          This class is used to represent a colour gradient.
 

Uses of JavaBean in dsto.dfc.swing.forms
 

Classes in dsto.dfc.swing.forms that implement JavaBean
static class CustomizersTreeModel.Entry
          An entry in the tree model.
 

Uses of JavaBean in dsto.dfc.swing.logging
 

Classes in dsto.dfc.swing.logging that implement JavaBean
 class LogWindowPopper
          Manages auto popup of the log window when selected types of log events occur.
 

Uses of JavaBean in dsto.dfc.swing.panels
 

Classes in dsto.dfc.swing.panels that implement JavaBean
 class ToolView
          A floating tool view of a PanelManager.Panel.
 

Uses of JavaBean in dsto.dfc.swing.persistence
 

Classes in dsto.dfc.swing.persistence that implement JavaBean
 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 JavaBean in dsto.dfc.swing.status
 

Classes in dsto.dfc.swing.status that implement JavaBean
 class StatusManager
          Manages a stack of status messages.
 

Uses of JavaBean in dsto.dfc.swing.undo
 

Classes in dsto.dfc.swing.undo that implement JavaBean
 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 JavaBean in dsto.dfc.swt.commands
 

Classes in dsto.dfc.swt.commands that implement JavaBean
 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 JavaBean in dsto.dfc.swt.dnd
 

Classes in dsto.dfc.swt.dnd that implement JavaBean
 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 JavaBean in dsto.dfc.swt.util
 

Classes in dsto.dfc.swt.util that implement JavaBean
 class CmdToggleDataBeanProperty
          Command that toggles a boolean property of an IDataBean.
 

Uses of JavaBean in dsto.dfc.swt.viewers
 

Classes in dsto.dfc.swt.viewers that implement JavaBean
 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 JavaBean in dsto.dfc.util
 

Classes in dsto.dfc.util that implement JavaBean
 class BasicPropertyEventSource
          Base implementation of PropertyEventSource.
 

Uses of JavaBean in livespace.ui.dashboard
 

Classes in livespace.ui.dashboard that implement JavaBean
 class CmdAboutBox
           
 class CmdRestartOsgi
          Triggers an OSGi system restart.
 class CmdShowPanel
           
 class CmdShutdownOsgi
          Triggers a clean OSGi system shutdown.
 



Copyright © 2008 Commonwealth of Australia