| Package | Description | 
|---|---|
| oracle.jdeveloper.uieditor.uicanvas | 
 Contains classes that allow addins access to the UICanvas integration objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UICanvas | 
SelectionEffects.getUICanvas()
Get the associated UICanavas. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
javax.swing.JComponent | 
LayoutAssistant.getEffects(UICanvas canvas,
          java.awt.Container host)
Get a JComponent whose rendering provides any special effects applicable
 during object creation, object resize or object move for the LayoutManager
 being represented. 
 | 
javax.swing.JComponent | 
AbstractAssistant.getEffects(UICanvas canvas,
          java.awt.Container host)
Get a JComponent whose rendering provides any special effects applicable
 during object creation, object resize or object move for the LayoutManager
 being represented. 
 | 
java.lang.String | 
SelectNib.resizeAction(java.awt.Point location,
            UICanvas canvas)
Get a descriptive message describing the drag of this SelectNib from its
 current location to that provided as argument. 
 |