Uses of Interface
dsto.dfc.databeans.IDataBean

Packages that use IDataBean
dsto.dfc.databeans   
dsto.dfc.databeans.io   
dsto.dfc.databeans.views   
dsto.dfc.swt.commands Framework for defining and presenting user commands in a UI. 
dsto.dfc.swt.controls   
dsto.dfc.swt.util   
dsto.dfc.swt.viewers   
dsto.dfc.test   
livespace.services   
livespace.services.entities   
livespace.ui.dashboard   
 

Uses of IDataBean in dsto.dfc.databeans
 

Classes in dsto.dfc.databeans that implement IDataBean
 class AbstractDataBean
          Abstract base implementation of IDataBean.
 class DataBean
          Default implementation of IDataBean using Java collections classes for storage.
 class DataBeanLink
          A link to an IDataBean that also provides a facade to the bean (i.e.
 class DataBeanWeakRef
          A weak reference alias for an IDataBean.
 class JavaDataBean
          Wraps a JavaBean as an IDataBean.
 class SimpleJavaDataBean
          Direct IDataBean adapter for a JavaBean.
 

Fields in dsto.dfc.databeans declared as IDataBean
protected  IDataBean DataBeanLink.bean
           
 

Methods in dsto.dfc.databeans that return IDataBean
 IDataBean IDataBean.getBeanValue(String name)
           
 IDataBean AbstractDataObject.getBeanValue(String name)
           
 IDataBean DataBeanLink.getDataBeanTarget()
           
 

Methods in dsto.dfc.databeans with parameters of type IDataBean
 void DataBeanLink.setLinkTarget(IDataBean target)
          Set the object being pointed to by this link.
 

Constructors in dsto.dfc.databeans with parameters of type IDataBean
DataBeanLink(IDataBean bean)
           
DataBeanLink(IDataBean bean, boolean isSoftLink)
           
DataBeanWeakRef(IDataBean bean)
           
DataBeanWeakRef(IDataBean bean, boolean isSoftLink)
           
 

Uses of IDataBean in dsto.dfc.databeans.io
 

Methods in dsto.dfc.databeans.io with parameters of type IDataBean
protected  org.jdom.Element XmlDataObjectCodec.encodeDataBean(XmlEncodeContext context, IDataBean bean)
          Encode an IDataBean.
protected  void XmlDataObjectCodec.encodeDataBeanProperties(XmlEncodeContext context, IDataBean bean, org.jdom.Element element)
           
 

Uses of IDataBean in dsto.dfc.databeans.views
 

Classes in dsto.dfc.databeans.views that implement IDataBean
 class AbstractPropertyFilterSet
          Base class for automatically-generated sets of IFilter's for filtering against values of a IDataObject property.
 class MultiValuePropertyFilterSet
          A property filter that that works when property values are themselves IDataObject's (typically a set of some kind).
 class PropertyFilterSet
          An automatically-generated set of PropertyFilter's for a given property.
 

Uses of IDataBean in dsto.dfc.swt.commands
 

Constructors in dsto.dfc.swt.commands with parameters of type IDataBean
CmdToggleWindowStyle(String name, org.eclipse.jface.window.Window window, IDataBean preferences, String styleProperty)
          Create the command.
 

Uses of IDataBean in dsto.dfc.swt.controls
 

Fields in dsto.dfc.swt.controls declared as IDataBean
protected  IDataBean NiceWindow.preferences
          The window's preferences store.
 

Constructors in dsto.dfc.swt.controls with parameters of type IDataBean
NiceWindow(org.eclipse.swt.widgets.Shell parentShell, IDataBean preferences)
           
 

Uses of IDataBean in dsto.dfc.swt.util
 

Methods in dsto.dfc.swt.util that return IDataBean
 IDataBean DataBeanPreferenceStore.getDataBean()
           
 

Constructors in dsto.dfc.swt.util with parameters of type IDataBean
CmdToggleDataBeanProperty(IDataBean bean, String property, String name, String iconName, String group, String description, char mnemonic, int accelerator)
           
DataBeanPreferenceStore(IDataBean bean)
           
 

Uses of IDataBean in dsto.dfc.swt.viewers
 

Methods in dsto.dfc.swt.viewers with parameters of type IDataBean
protected  int DataBeanTableSorter.compareBeans(IDataBean b1, IDataBean b2, List options)
           
protected  int DataBeanTableSorter.compareBeans(IDataBean b1, IDataBean b2, String property)
           
 

Uses of IDataBean in dsto.dfc.test
 

Classes in dsto.dfc.test that implement IDataBean
 class AbstractProtocol
          A protocol framework to be used with ProtocolServer.
 

Uses of IDataBean in livespace.services
 

Methods in livespace.services that return IDataBean
static IDataBean Persistence.openObject(RoomEntity room, String path)
          Open/create a persistent object identified by a given logical path.
static IDataBean Persistence.openObjectHostScope(RoomEntity room, String path)
          Open/create a persistent object identified by a given logical path.
static IDataBean Persistence.readObject(String persistenceFile)
          Read a saved persistent object from a DBXML file.
 

Methods in livespace.services with parameters of type IDataBean
static void Persistence.closeObject(IDataBean bean)
          Close a persistent object previously returned by Persistence.openObject(RoomEntity, String).
 

Uses of IDataBean in livespace.services.entities
 

Fields in livespace.services.entities declared as IDataBean
 IDataBean ScreenConnection.config
          A data structure of the configuration for this connection.
 

Uses of IDataBean in livespace.ui.dashboard
 

Constructors in livespace.ui.dashboard with parameters of type IDataBean
AbstractDashboardPanel(IDashboard dashboard, String panelId, IDataBean preferences)
           
 



Copyright © 2008 Commonwealth of Australia