Oxygen XML Editor 14.2 Author API

ro.sync.ecss.extensions.api.component
Class AuthorComponentIDEAccess

java.lang.Object
  extended by ro.sync.exml.IDEAccess
      extended by ro.sync.exml.SACommonIDEAccess
          extended by ro.sync.exml.SimpleSAIDEAccess
              extended by ro.sync.ecss.extensions.api.component.AuthorComponentIDEAccess
All Implemented Interfaces:
ro.sync.exml.BasicIDEAccessInterface, ro.sync.exml.URLChooserCustomizerProviderAccess, ro.sync.find.textcomponent.FindReplaceInTextComponentInterractor

@API(type=INTERNAL,
     src=PRIVATE)
public class AuthorComponentIDEAccess
extends ro.sync.exml.SimpleSAIDEAccess

Author Component IDE Access.


Nested Class Summary
 
Nested classes/interfaces inherited from interface ro.sync.exml.BasicIDEAccessInterface
ro.sync.exml.BasicIDEAccessInterface.Status
 
Field Summary
 
Fields inherited from class ro.sync.exml.SimpleSAIDEAccess
editorManager, urlChooser
 
Fields inherited from class ro.sync.exml.SACommonIDEAccess
resultsManager
 
Fields inherited from class ro.sync.exml.IDEAccess
messages
 
Fields inherited from interface ro.sync.exml.BasicIDEAccessInterface
CANCEL_OPTION, OK_OPTION, OTHER_OPTION
 
Constructor Summary
AuthorComponentIDEAccess()
           
 
Method Summary
 void addWatchExpression(java.lang.String watchExpression)
           
 ro.sync.exml.editor.xmleditor.transform.ant.ANTTransformationHelperInterface getANTTransformationHelper()
           
 ro.sync.diff.ui.DiffFilesPresenter getDiffFilePresenter()
           
 ro.sync.exml.editor.xmleditor.transform.dita.DITATransformationHelperInterface getDITATransformationHelper()
           
 ro.sync.exml.masterfiles.IMasterFilesSupport getMasterFilesSupport()
           
 ro.sync.exml.PreferencePagePresenter getPreferencePagePresenter()
           
 ro.sync.exml.editor.ResourceManagerFactory getResourceManagerFactory()
           
 ro.sync.exml.editor.xproc.transform.XProcTransformationHelperInterface getXProcTransformationHelper()
           
 void refreshFilesInProject(ro.sync.exml.project.ProjectRefreshFilesEvent refreshFilesEvent)
           
 void showComponentDependencies(ro.sync.exml.editor.identifiers.Identifier identifier, ro.sync.exml.editor.finders.SearchReferencesConstants.FinderType resourceType)
           
 void showDockableView(java.lang.String viewID, boolean requestFocus)
           
 void showHierarchyOrDependences(java.lang.String systemId, boolean showDependences, java.lang.String contentType)
           
 void updateResults(java.lang.String key, ro.sync.db.SQLTableModel tableModel)
           
 
Methods inherited from class ro.sync.exml.SimpleSAIDEAccess
askUserToAddTableWidthAndColWidths, askUserToAddWidthSpecifications, chooseURL, chooseURLPath, chooseValueFromCombo, chooseValueFromRadio, getDocumentResourceFactory, getEditorManager, getSchemaContentType, getTargetInformationProvider, getURLChooseCustomizersProvider, getValidationEditor, getXMLFragmentEditor, newEditor, openAndShowLocation, openInEditor, setArchiveBrowser, setEditorManager, setTargetInformationProvider, setURLChooserCustomizersProvider, showExceptionMessageDetails, showStatusMessage, updateResults
 
Methods inherited from class ro.sync.exml.SACommonIDEAccess
addMessagesResults, addProblemsResults, addResult, addResult, addSearchReferencesResults, addSpellCheckResults, addSQLResults, addXPathResults, getEncodingChooser, getResultsManager, getStatusModelListener, invokeAndWait, invokeLater, isEventDispatchThread, setResultsManager, setStatusModelListener, setTestMode, showComplexErrorDialog, showComplexInfoDialog, showComplexQuestionDialog, showComplexQuestionDialog, showComplexWarnDialog, showComplexWarnDialog, showConfirmationDialog, showConfirmationDialog, showConfirmDialog, showConfirmDialog, showErrorMessage, showErrorMessage, showErrorMessageWithOptionsLink, showHelpErrorMessage, showHelpErrorMessage, showHelpWarnMessage, showImproveOxygenExperienceDialog, showInfoMessage, showInfoMessage, showInputDialog, showWarningMessage, showWarnMessageWithOptionsLink, updateFindResults, updateMessagesResults, updateProblemResults, updateResults, updateResults, updateResults, updateResults, updateSearchReferencesResults, updateSpellCheckResults, updateSQLResults, updateXPathResults
 
Methods inherited from class ro.sync.exml.IDEAccess
getInstance, setInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorComponentIDEAccess

public AuthorComponentIDEAccess()
Method Detail

getPreferencePagePresenter

public ro.sync.exml.PreferencePagePresenter getPreferencePagePresenter()
See Also:
BasicIDEAccessInterface.getPreferencePagePresenter()

updateResults

public void updateResults(java.lang.String key,
                          ro.sync.db.SQLTableModel tableModel)
Specified by:
updateResults in class ro.sync.exml.IDEAccess
See Also:
IDEAccess.updateResults(java.lang.String, ro.sync.db.SQLTableModel)

showHierarchyOrDependences

public void showHierarchyOrDependences(java.lang.String systemId,
                                       boolean showDependences,
                                       java.lang.String contentType)
Specified by:
showHierarchyOrDependences in class ro.sync.exml.IDEAccess
See Also:
IDEAccess.showHierarchyOrDependences(java.lang.String, boolean, java.lang.String)

showDockableView

public void showDockableView(java.lang.String viewID,
                             boolean requestFocus)
Specified by:
showDockableView in class ro.sync.exml.IDEAccess
See Also:
IDEAccess.showDockableView(java.lang.String, boolean)

showComponentDependencies

public void showComponentDependencies(ro.sync.exml.editor.identifiers.Identifier identifier,
                                      ro.sync.exml.editor.finders.SearchReferencesConstants.FinderType resourceType)
Specified by:
showComponentDependencies in class ro.sync.exml.IDEAccess
See Also:
IDEAccess.showComponentDependencies(ro.sync.exml.editor.identifiers.Identifier, ro.sync.exml.editor.finders.SearchReferencesConstants.FinderType)

addWatchExpression

public void addWatchExpression(java.lang.String watchExpression)
Specified by:
addWatchExpression in class ro.sync.exml.IDEAccess
See Also:
IDEAccess.addWatchExpression(java.lang.String)

getXProcTransformationHelper

public ro.sync.exml.editor.xproc.transform.XProcTransformationHelperInterface getXProcTransformationHelper()
Specified by:
getXProcTransformationHelper in class ro.sync.exml.IDEAccess
See Also:
IDEAccess.getXProcTransformationHelper()

getResourceManagerFactory

public ro.sync.exml.editor.ResourceManagerFactory getResourceManagerFactory()
Specified by:
getResourceManagerFactory in class ro.sync.exml.IDEAccess
See Also:
IDEAccess.getResourceManagerFactory()

getDiffFilePresenter

public ro.sync.diff.ui.DiffFilesPresenter getDiffFilePresenter()
Specified by:
getDiffFilePresenter in class ro.sync.exml.IDEAccess
See Also:
IDEAccess.getDiffFilePresenter()

getDITATransformationHelper

public ro.sync.exml.editor.xmleditor.transform.dita.DITATransformationHelperInterface getDITATransformationHelper()
Specified by:
getDITATransformationHelper in class ro.sync.exml.IDEAccess
See Also:
IDEAccess.getDITATransformationHelper()

getANTTransformationHelper

public ro.sync.exml.editor.xmleditor.transform.ant.ANTTransformationHelperInterface getANTTransformationHelper()
Specified by:
getANTTransformationHelper in class ro.sync.exml.IDEAccess
See Also:
IDEAccess.getANTTransformationHelper()

getMasterFilesSupport

public ro.sync.exml.masterfiles.IMasterFilesSupport getMasterFilesSupport()
Specified by:
getMasterFilesSupport in class ro.sync.exml.IDEAccess
See Also:
IDEAccess.getMasterFilesSupport()

refreshFilesInProject

public void refreshFilesInProject(ro.sync.exml.project.ProjectRefreshFilesEvent refreshFilesEvent)
Specified by:
refreshFilesInProject in class ro.sync.exml.IDEAccess
See Also:
IDEAccess.refreshFilesInProject(ProjectRefreshFilesEvent)

Oxygen XML Editor 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.