ADF Designtime

oracle.adf.dt.controls
Class TreeNodesChooser

java.lang.Object
  extended byoracle.adf.dt.controls.TreeNodesChooser

public class TreeNodesChooser
extends java.lang.Object

Helper class used by DataControlTree to determine which nodes to show


Constructor Summary
TreeNodesChooser()
           
TreeNodesChooser(boolean showAttrs)
           
 
Method Summary
 boolean getShowAccessorNodes()
           
 boolean getShowActionNodes()
           
 boolean getShowAppModuleMethods()
           
 boolean getShowAttrs()
           
 boolean getShowClientMethod()
           
 boolean getShowNestedAppModules()
           
 boolean getShowStructAttribute()
           
 boolean getShowTransactionNodes()
           
 boolean getShowViewLinks()
           
 boolean getShowViewObjectMethods()
           
 boolean getShowViews()
           
 void setShowAccessorNodes(boolean b)
           
 void setShowActionNodes(boolean b)
           
 void setShowAppModuleMethods(boolean f)
           
 void setShowAttrs(boolean f)
           
 void setShowClientMethod(boolean b)
           
 void setShowNestedAppModules(boolean b)
           
 void setShowStructAttribute(boolean b)
           
 void setShowTransactionNodes(boolean b)
           
 void setShowViewLinks(boolean f)
           
 void setShowViewObjectMethods(boolean f)
           
 void setShowViews(boolean f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeNodesChooser

public TreeNodesChooser()

TreeNodesChooser

public TreeNodesChooser(boolean showAttrs)
Method Detail

setShowAttrs

public void setShowAttrs(boolean f)

getShowAttrs

public boolean getShowAttrs()

setShowViewObjectMethods

public void setShowViewObjectMethods(boolean f)

getShowViewObjectMethods

public boolean getShowViewObjectMethods()

setShowViewLinks

public void setShowViewLinks(boolean f)

getShowViewLinks

public boolean getShowViewLinks()

setShowViews

public void setShowViews(boolean f)

getShowViews

public boolean getShowViews()

setShowAppModuleMethods

public void setShowAppModuleMethods(boolean f)

getShowAppModuleMethods

public boolean getShowAppModuleMethods()

setShowNestedAppModules

public void setShowNestedAppModules(boolean b)

getShowNestedAppModules

public boolean getShowNestedAppModules()

setShowTransactionNodes

public void setShowTransactionNodes(boolean b)

getShowTransactionNodes

public boolean getShowTransactionNodes()

setShowActionNodes

public void setShowActionNodes(boolean b)

getShowActionNodes

public boolean getShowActionNodes()

setShowAccessorNodes

public void setShowAccessorNodes(boolean b)

getShowAccessorNodes

public boolean getShowAccessorNodes()

setShowClientMethod

public void setShowClientMethod(boolean b)

getShowClientMethod

public boolean getShowClientMethod()

setShowStructAttribute

public void setShowStructAttribute(boolean b)

getShowStructAttribute

public boolean getShowStructAttribute()

ADF Designtime

 

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