Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.javatools.compare.view
Interface IdeCompareView

All Superinterfaces:
CompareView, ToolbarView
All Known Implementing Classes:
IdeBaseCompareView

public interface IdeCompareView
extends CompareView, ToolbarView

Since:
11.1.1.2.0 (Shepherd)

Method Summary
 IdeAction[] getToolbarActions()
          Gets the components to be added to the editor toolbar while the compare view is displayable.
 void saveMergeModel(java.net.URL url)
          Saves the current state of the merge model to the filesystem.
 
Methods inherited from interface oracle.javatools.compare.CompareView
getGUI, getModel, setModel
 

Method Detail

getToolbarActions

IdeAction[] getToolbarActions()
Gets the components to be added to the editor toolbar while the compare view is displayable.

Specified by:
getToolbarActions in interface ToolbarView
Returns:
the toolbar components.

saveMergeModel

void saveMergeModel(java.net.URL url)
                    throws java.lang.UnsupportedOperationException,
                           java.io.IOException
Saves the current state of the merge model to the filesystem. This method can throw an UnsupportedOperationException if the default behavior is required, in which the text buffer of the result contributor is saved.

Parameters:
url - the destination URL.
Throws:
java.io.IOException - if an exception occurred saving the file.
java.lang.UnsupportedOperationException

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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