Skip navigation links

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

E13403-06


Uses of Interface
oracle.jdeveloper.uieditor.ModelFactory

Packages that use ModelFactory
oracle.jdeveloper.uieditor Contains classes that allow addins access to the UIEditor integration objects. 

 

Uses of ModelFactory in oracle.jdeveloper.uieditor

 

Classes in oracle.jdeveloper.uieditor that implement ModelFactory
 class AbstractFactory
          AbstractFactory provides an implementation of ModelFactory.

 

Methods in oracle.jdeveloper.uieditor that return ModelFactory
static ModelFactory UIManager.getFactory(java.lang.Class cls)
          Get the ModelFactory that produced the CmtModel implementation class provided.
protected abstract  ModelFactory AbstractCanvasController.getModelFactory()
          Get the ModelFactory associated with this Controller.

 

Methods in oracle.jdeveloper.uieditor with parameters of type ModelFactory
static void UIManager.registerFactory(ModelFactory factory)
          Register a ModelFactory.
static void UIManager.setDefaultFactory(ModelFactory factory)
          Set the ModelFactory to use as the default when no registered ModelFactory has produced a CmtModel containing a CmtModelNode for a given variable.

 

Constructors in oracle.jdeveloper.uieditor with parameters of type ModelFactory
CanvasKeyStrokeContext(ModelFactory factory)
          Constructor.

 


Skip navigation links

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

E13403-06


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