Uses of Interface
javax.rad.ui.control.INodeFormatter

Packages that use INodeFormatter
com.sibvisions.rad.ui.swing.impl.control Contains Swing control implementations based on the platform and technology independent interface definitions. 
javax.rad.genui Contains a generic implementation of the platform and technology independent interfaces to design graphical user interfaces. 
javax.rad.genui.control Contains a generic implementation of the platform and technology independent control interfaces to design graphical user interfaces. 
javax.rad.ui.control Contains all interfaces to develop controls for a graphical user interface. 
 

Uses of INodeFormatter in com.sibvisions.rad.ui.swing.impl.control
 

Methods in com.sibvisions.rad.ui.swing.impl.control that return INodeFormatter
 INodeFormatter SwingTree.getNodeFormatter()
          Gets the node formatter.
 

Methods in com.sibvisions.rad.ui.swing.impl.control with parameters of type INodeFormatter
 void SwingTree.setNodeFormatter(INodeFormatter pNodeFormatter)
          Sets the node formatter.
 

Uses of INodeFormatter in javax.rad.genui
 

Methods in javax.rad.genui that return INodeFormatter
static INodeFormatter UIComponent.createNodeFormatter(Object pNodeFormatter, String pMethodName)
          Creates a node formatter instance with the given object and method name.
 

Uses of INodeFormatter in javax.rad.genui.control
 

Methods in javax.rad.genui.control that return INodeFormatter
 INodeFormatter UITree.getNodeFormatter()
          Gets the node formatter.
 

Methods in javax.rad.genui.control with parameters of type INodeFormatter
 void UITree.setNodeFormatter(INodeFormatter pNodeFormatter)
          Sets the node formatter.
 

Uses of INodeFormatter in javax.rad.ui.control
 

Methods in javax.rad.ui.control that return INodeFormatter
 INodeFormatter ITree.getNodeFormatter()
          Gets the node formatter.
 

Methods in javax.rad.ui.control with parameters of type INodeFormatter
 void ITree.setNodeFormatter(INodeFormatter pNodeFormatter)
          Sets the node formatter.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.