|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
UICanvas represents a design canvas to be hosted by the UIEditor when manipulating GUI objects.
UIEditorCanvas
Field Summary |
Fields inherited from interface oracle.ide.explorer.Explorer |
CLOSED, HIDDEN, SHOWN |
Fields inherited from interface oracle.ide.addin.View |
PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP |
Method Summary | |
CmtModelNode |
findContainerNode(CmtModelNode[] excludeNodes,
java.awt.Point absoluteLocation,
java.awt.Point relativeLocation,
CmtModelNode preferredAncestor)
Find the nearest container ancestor for a given point, providing relative location of that point within the ancestor. |
java.awt.Point |
getAbsoluteLocation(java.awt.Component component)
Get the location of the given Component relative to the design canvas. |
BoxEffects |
getBoxEffects()
Get a BoxEffects object associated with this UICanvas. |
LayoutAssistant |
getLayoutAssistant(CmtModelNode node)
Get the associated LayoutAssistant for the given CmtModelNode. |
SelectionEffects |
getSelectionEffects()
Get a SelectionEffects object associated with this UICanvas. |
Methods inherited from interface oracle.jdeveloper.uieditor.UIEditorCanvas |
getDefaultFocusComponent, getModel, getUIEditor, setModel |
Methods inherited from interface oracle.ide.explorer.Explorer |
getTitle, setContext, setOwner, stateChanged |
Methods inherited from interface oracle.ide.addin.View |
activate, addViewListener, addViewSelectionListener, close, deactivate, getContext, getContext, getContextMenu, getGUI, getId, getSelection, getToolbar, isVisible, owner, removeViewListener, removeViewSelectionListener, setToolbarVisible, show, updateTitle, updateVisibleActions |
Methods inherited from interface oracle.ide.addin.ControllerProvider |
getController |
Methods inherited from interface oracle.ide.help.Helpable |
getHelpInfo |
Method Detail |
public BoxEffects getBoxEffects()
public SelectionEffects getSelectionEffects()
public LayoutAssistant getLayoutAssistant(CmtModelNode node)
node
- the CmtModelNode whose associated LayoutAssistant is requested
public java.awt.Point getAbsoluteLocation(java.awt.Component component)
component
- the Component whose location is desired
public CmtModelNode findContainerNode(CmtModelNode[] excludeNodes, java.awt.Point absoluteLocation, java.awt.Point relativeLocation, CmtModelNode preferredAncestor)
excludeNodes
- array of CmtModelNode not to be consideredabsoluteLocation
- a location relative to the canvas surfacerelativeLocation
- output variable for point relative to ancestorpreferredAncestor
- nearest ancestor to consider
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.