|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.javatools.compare.CompareViewFactory
public final class CompareViewFactory
Factory that can be used to obtain a compare view from a model without knowing specifically which viewer is being used.
Method Summary | |
---|---|
static CompareView |
createCompareView(CompareModel model)
Create a compare view suitable for displaying the specified model. |
static CompareView |
createCompareView(CompareModel model,
CompareViewBias bias)
Create a compare view suitable for displaying the specified model. |
static CompareView |
createMergeView(CompareModel model)
Create a merge view suitable for displaying the specified model. |
static CompareView |
createView(CompareModel model,
CompareMode mode,
java.lang.Class viewClass)
Create a view suitable for displaying the specified model. |
static void |
registerCompareView(CompareType type,
java.lang.Class viewClass)
|
static void |
registerCompareViewType(java.lang.Class modelType,
java.lang.Class compareViewType)
Deprecated. no-op, replaced by registerCompareView(oracle.javatools.compare.CompareType, java.lang.Class) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final void registerCompareViewType(java.lang.Class modelType, java.lang.Class compareViewType)
registerCompareView(oracle.javatools.compare.CompareType, java.lang.Class)
.
modelType
- compareViewType
- public static final void registerCompareView(CompareType type, java.lang.Class viewClass)
public static CompareView createCompareView(CompareModel model)
model
- the model to display.
public static CompareView createCompareView(CompareModel model, CompareViewBias bias)
model
- the model to display.bias
- the bias of the view.
public static CompareView createMergeView(CompareModel model)
model
- the model to display.
public static CompareView createView(CompareModel model, CompareMode mode, java.lang.Class viewClass)
model
- the model to display.mode
- the mode of the view to create.viewClass
- the class of the view to instantiate.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |