Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.3.0)

E80094-01

Package oracle.jdeveloper.uieditor.uicanvas

Contains classes that allow addins access to the UICanvas integration objects.

See: Description

Package oracle.jdeveloper.uieditor.uicanvas Description

Contains classes that allow addins access to the UICanvas integration objects.

The UICanvas subsystem represents a UIEditorCanvas that deals only with non menu GUI objects of a java source file, and any java.awt.LayoutManager objects associated with those GUI objects.  This canvas (see UICanvas) employs assistants (see LayoutAssistant) to handle the user interaction with the GUI model being depicted.  Each type of layout manager must be represented by an assistant such that the assistant may interpret the user gestures within the context of the layout manager that it represents.  Integrators may enable UICanvas interaction with foriegn layout managers by registering assistant implementations for those layout managers.

Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.3.0)

E80094-01

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