Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.uieditor.uicanvas.LayoutAssistant

Packages that use LayoutAssistant
oracle.jdeveloper.uieditor.uicanvas Contains classes that allow addins access to the UICanvas integration objects. 
 

Uses of LayoutAssistant in oracle.jdeveloper.uieditor.uicanvas
 

Classes in oracle.jdeveloper.uieditor.uicanvas that implement LayoutAssistant
 class AbstractAssistant
          AbstractAssistant provides a base implementation for LayoutAssistant.
 

Methods in oracle.jdeveloper.uieditor.uicanvas that return LayoutAssistant
 LayoutAssistant UICanvas.getLayoutAssistant(CmtModelNode node)
          Get the associated LayoutAssistant for the given CmtModelNode.
 LayoutAssistant SelectNib.getLayoutAssistant()
          Get the LayoutAssistant associated with this SelectNib.
 

Methods in oracle.jdeveloper.uieditor.uicanvas with parameters of type LayoutAssistant
 void SelectNib.setLayoutAssistant(LayoutAssistant l)
          Set the LayoutAssistant to be associated with this SelectNib for use during resizeAction.
 


Extension SDK

 

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