| Package | Description | 
|---|---|
| oracle.jdeveloper.uieditor.uicanvas | 
 Contains classes that allow addins access to the UICanvas integration objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 |