|
Extension SDK 10.1.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.jdeveloper.jot.Jot
The Jot provides static registration and retrieval services for the Jot packages.
| Constructor Summary | |
Jot()
|
|
| Method Summary | |
static JotModel |
getJotModel()
Retrieves the JotModel. |
static JotModelFactory |
getJotModelFactory()
Retrieves the JotModelFactory. |
static JotWorkArea |
getJotWorkArea(java.lang.Object key)
Retrieves the JotWorkArea associated with a given key object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Jot()
| Method Detail |
public static JotModel getJotModel()
JotModel. Creates one if none exists.
JotModel.
public static JotWorkArea getJotWorkArea(java.lang.Object key)
throws java.lang.IllegalArgumentException
JotWorkArea associated with a given key object. The key should be
of a type associated with the environment hosting the Jot. For JDeveloper, the
key should be a oracle.jdeveloper.model.JProject. The key is resolved
to a JotWorkAreaProperties using the registered, or default
JotWorkAreaPropertiesFactory. This is then used to create the correct
JotWorkArea using the registered, or default JotWorkAreaFactory
key - the key used to create both the JotWorkAreaProperties
and the JotWorkArea. There is only one JotWorkArea per key.
java.lang.IllegalArgumentException - if the factory classes cannot resolve the key
to the correct type for the environment.public static JotModelFactory getJotModelFactory()
JotModelFactory. Creates one if none exists.
JotModel.
|
Extension SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2004, Oracle. All rights reserved.