Extension SDK 9.0.5

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

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

Uses of SelectionEffects in oracle.jdeveloper.uieditor.uicanvas
 

Methods in oracle.jdeveloper.uieditor.uicanvas that return SelectionEffects
 SelectionEffects UICanvas.getSelectionEffects()
          Get a SelectionEffects object associated with this UICanvas.
 

Methods in oracle.jdeveloper.uieditor.uicanvas with parameters of type SelectionEffects
 void LayoutAssistant.prepareResizeComponent(CmtModelNode node, SelectionEffects effects, SelectNib nib)
          Perform a requested resize on a child.
 java.lang.String LayoutAssistant.resizeAction(java.awt.Point newNibLocation, SelectionEffects effects, SelectNib nib)
          Return a status message string that will be displayed while the user is dragging the nib.
 void LayoutAssistant.prepareSelectComponent(CmtModelNode child, SelectionEffects effects)
          An immedate child node has been selected.
 void LayoutAssistant.prepareSelectDescendant(CmtModelNode parent, CmtModelNode child, SelectionEffects effects)
          A descendant node has been selected.
 void AbstractAssistant.prepareResizeComponent(CmtModelNode node, SelectionEffects effects, SelectNib nib)
          Perform a requested resize on a child.
 java.lang.String AbstractAssistant.resizeAction(java.awt.Point location, SelectionEffects effects, SelectNib nib)
          Return a status message string that will be displayed while the user is dragging the nib.
 void AbstractAssistant.prepareSelectComponent(CmtModelNode node, SelectionEffects effects)
          An immedate child node has been selected.
 void AbstractAssistant.prepareSelectDescendant(CmtModelNode parent, CmtModelNode child, SelectionEffects effects)
          A descendant node has been selected.
 


Extension SDK

 

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