oracle.adf.dt.dbpanel.jclient
Class XmlSettingsManager
java.lang.Object
oracle.adf.dt.dbpanel.jclient.XmlSettingsManager
- All Implemented Interfaces:
- SettingsManager
- public class XmlSettingsManager
- extends java.lang.Object
- implements SettingsManager
Read JCLient specific metadata which defines the controls for attr/view/methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlSettingsManager
public XmlSettingsManager(DataBindingPanel dbpanel,
java.lang.String sXmlFileName)
getCollectionNodeList
public java.util.Vector getCollectionNodeList()
- Description copied from interface:
SettingsManager
- Returns list for display when an accessor or a view object is selected
-
- Specified by:
getCollectionNodeList
in interface SettingsManager
getDataControlList
public java.util.Vector getDataControlList()
- Description copied from interface:
SettingsManager
- Return model for list options when an application module is selected
-
- Specified by:
getDataControlList
in interface SettingsManager
getBeanAttributeList
public java.util.Vector getBeanAttributeList()
- Description copied from interface:
SettingsManager
- Return model for list options when a bean attribute is selected
-
- Specified by:
getBeanAttributeList
in interface SettingsManager
getDataMethodsList
public java.util.Vector getDataMethodsList()
- Description copied from interface:
SettingsManager
- Returns list of items to show whe a method is selected
-
- Specified by:
getDataMethodsList
in interface SettingsManager
getConfigurerClassNames
public java.util.ArrayList getConfigurerClassNames()
getStructuredNodeList
public java.util.Vector getStructuredNodeList()
-
- Specified by:
getStructuredNodeList
in interface SettingsManager
Copyright © 1997, 2004, Oracle. All rights reserved.