Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.jdeveloper.uieditor.uicanvas
Interface UIModel

All Superinterfaces:
CmtModel

public interface UIModel
extends CmtModel

UIModel is simply a marker interface extending CmtModel for the purpose of fetching from the UIManager the ModelFactory implementation that is responsible for producing the UICanvas implementation. The UICanvas producing ModelFactory is typically required by implementations of LayoutAssistant that wish to register one or more layout specific IdeAction via ModelFactory.registerAction.

See Also:
CmtModel, UIManager, ModelFactory, LayoutAssistant

Method Summary
 
Methods inherited from interface oracle.jdeveloper.cmt.CmtModel
add, add, add, getComponent, getName, getRoot, isSubcomponentOwned, move, move
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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