Extension SDK 9.0.5

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.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.
static void UIManager.registerFactory(ModelFactory factory)
          Register a ModelFactory.
 

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


Extension SDK

 

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