|
Oxygen XML Editor 14.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.exml.IDEAccess
ro.sync.exml.SACommonIDEAccess
ro.sync.exml.SimpleSAIDEAccess
ro.sync.ecss.extensions.api.component.AuthorComponentIDEAccess
@API(type=INTERNAL, src=PRIVATE) public class AuthorComponentIDEAccess
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 |
---|
public AuthorComponentIDEAccess()
Method Detail |
---|
public ro.sync.exml.PreferencePagePresenter getPreferencePagePresenter()
BasicIDEAccessInterface.getPreferencePagePresenter()
public void updateResults(java.lang.String key, ro.sync.db.SQLTableModel tableModel)
updateResults
in class ro.sync.exml.IDEAccess
IDEAccess.updateResults(java.lang.String, ro.sync.db.SQLTableModel)
public void showHierarchyOrDependences(java.lang.String systemId, boolean showDependences, java.lang.String contentType)
showHierarchyOrDependences
in class ro.sync.exml.IDEAccess
IDEAccess.showHierarchyOrDependences(java.lang.String, boolean, java.lang.String)
public void showDockableView(java.lang.String viewID, boolean requestFocus)
showDockableView
in class ro.sync.exml.IDEAccess
IDEAccess.showDockableView(java.lang.String, boolean)
public void showComponentDependencies(ro.sync.exml.editor.identifiers.Identifier identifier, ro.sync.exml.editor.finders.SearchReferencesConstants.FinderType resourceType)
showComponentDependencies
in class ro.sync.exml.IDEAccess
IDEAccess.showComponentDependencies(ro.sync.exml.editor.identifiers.Identifier, ro.sync.exml.editor.finders.SearchReferencesConstants.FinderType)
public void addWatchExpression(java.lang.String watchExpression)
addWatchExpression
in class ro.sync.exml.IDEAccess
IDEAccess.addWatchExpression(java.lang.String)
public ro.sync.exml.editor.xproc.transform.XProcTransformationHelperInterface getXProcTransformationHelper()
getXProcTransformationHelper
in class ro.sync.exml.IDEAccess
IDEAccess.getXProcTransformationHelper()
public ro.sync.exml.editor.ResourceManagerFactory getResourceManagerFactory()
getResourceManagerFactory
in class ro.sync.exml.IDEAccess
IDEAccess.getResourceManagerFactory()
public ro.sync.diff.ui.DiffFilesPresenter getDiffFilePresenter()
getDiffFilePresenter
in class ro.sync.exml.IDEAccess
IDEAccess.getDiffFilePresenter()
public ro.sync.exml.editor.xmleditor.transform.dita.DITATransformationHelperInterface getDITATransformationHelper()
getDITATransformationHelper
in class ro.sync.exml.IDEAccess
IDEAccess.getDITATransformationHelper()
public ro.sync.exml.editor.xmleditor.transform.ant.ANTTransformationHelperInterface getANTTransformationHelper()
getANTTransformationHelper
in class ro.sync.exml.IDEAccess
IDEAccess.getANTTransformationHelper()
public ro.sync.exml.masterfiles.IMasterFilesSupport getMasterFilesSupport()
getMasterFilesSupport
in class ro.sync.exml.IDEAccess
IDEAccess.getMasterFilesSupport()
public void refreshFilesInProject(ro.sync.exml.project.ProjectRefreshFilesEvent refreshFilesEvent)
refreshFilesInProject
in class ro.sync.exml.IDEAccess
IDEAccess.refreshFilesInProject(ProjectRefreshFilesEvent)
|
Oxygen XML Editor 14.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |