ADF Designtime

oracle.adf.dt.dbpanel.uix
Class UIXSettingsManager

java.lang.Object
  extended byoracle.adf.dt.dbpanel.uix.UIXSettingsManager
All Implemented Interfaces:
SettingsManager

public final class UIXSettingsManager
extends java.lang.Object
implements SettingsManager


Constructor Summary
UIXSettingsManager(DataBindingPanel panel)
           
 
Method Summary
static void addComponentPicker(DataBindingComponentPicker picker)
           
 java.util.Vector getBeanAttributeList()
          Return model for list options when a bean attribute is selected
 java.util.Vector getCollectionNodeList()
          Returns list for display when an accessor or a view object is selected
 java.util.Vector getDataControlList()
          Return model for list options when an application module is selected
 java.util.Vector getDataMethodsList()
          Returns list of items to show whe a method is selected
 java.awt.datatransfer.Transferable getSelectedTransferable(UIXBindingPanelListener listener)
           
 java.util.Vector getStructuredNodeList()
           
static void removeComponentPicker(DataBindingComponentPicker picker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIXSettingsManager

public UIXSettingsManager(DataBindingPanel panel)
Method Detail

addComponentPicker

public static void addComponentPicker(DataBindingComponentPicker picker)

removeComponentPicker

public static void removeComponentPicker(DataBindingComponentPicker picker)

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

getStructuredNodeList

public java.util.Vector getStructuredNodeList()
Specified by:
getStructuredNodeList in interface SettingsManager

getSelectedTransferable

public java.awt.datatransfer.Transferable getSelectedTransferable(UIXBindingPanelListener listener)

ADF Designtime

 

Copyright © 1997, 2004, Oracle. All rights reserved.