Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Class
oracle.jdeveloper.uieditor.uicanvas.SelectNib

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

Uses of SelectNib in oracle.jdeveloper.uieditor.uicanvas
 

Methods in oracle.jdeveloper.uieditor.uicanvas that return SelectNib
 SelectNib[] SelectionEffects.getSelectNibs(int count)
          Get an array of SelectNib which may then be customized with respect to color, visibility, etc.
 SelectNib SelectionEffects.hitTest(java.awt.Point point)
          Determine whether or not a given Point falls within the boundaries of a valid SelectNib.
 

Methods in oracle.jdeveloper.uieditor.uicanvas with parameters of type SelectNib
 void SelectionEffects.moveNib(SelectNib nib, int x, int y)
          Move the given SelectNib to the given coordinates relative to the surface of the associated UICanvas.
 void LayoutAssistant.prepareResizeComponent(CmtModelNode node, SelectionEffects effects, SelectNib nib)
          Perform a requested resize on a child.
 void AbstractAssistant.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.
 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.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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