| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.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<? extends CompareView> viewClass)Create a view suitable for displaying the specified model.  | 
static void | 
registerCompareView(CompareType type, java.lang.Class<? extends CompareView> viewClass) | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static final void registerCompareView(CompareType type,
                                             java.lang.Class<? extends CompareView> 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<? extends CompareView> 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.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||