Package | Description |
---|---|
oracle.jdeveloper.uieditor |
Contains classes that allow addins access to the UIEditor integration objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFactory
AbstractFactory provides an implementation of ModelFactory.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
CanvasKeyStrokeContext(ModelFactory factory)
Constructor.
|