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

E67111-01

Package oracle.jdeveloper.uieditor

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

See: Description

Package oracle.jdeveloper.uieditor Description

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

The UIEditor subsystem involves four types of entities: editors, canvases, factories and a manager. An editor is the host (see the UIEditor class) in which a canvas (see UIEditorCanvas) is displayed. The canvas is produced by a factory (see ModelFactory) and depicts a graphical representation of a factory specific model based upon the source file being edited.

For example; a factory might be registered that generates a model of only the non menu GUI objects of a source file and can produce on demand a canvas capable of displaying that model. Additionally, a second factory might be registered that generates a model of only the menu GUI objects of that same source file and can produce a canvas capable of displaying that model. The user may then toggle between the two canvases within a single editor based upon which model they wish to view.  Addin writers may register their factory implementations with the manager (see UIManager).

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

E67111-01

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