Package com.altova.automation.XMLSpy
Class OldAuthenticView
java.lang.Object
com.altova.automation.libs.COMIUnknownObject
com.altova.automation.libs.COMIDispatchObject
com.altova.automation.XMLSpy.OldAuthenticView
public class OldAuthenticView extends COMIDispatchObject
-
Field Summary
Fields inherited from class com.altova.automation.libs.COMIDispatchObject
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF -
Method Summary
Modifier and Type Method Description voidapplyTextState(java.lang.String elementName)method ApplyTextStatevoideditClear()method EditClearvoideditCopy()method EditCopyvoideditCut()method EditCutvoideditPaste()method EditPastevoideditRedo()method EditRedovoideditSelectAll()method EditSelectAllvoideditUndo()method EditUndovoidgetAllowedElements(Enums.SPYAuthenticElementActions nAction, XMLData pStartElement, XMLData pEndElement, JVariant pElements)method GetAllowedElementsAuthenticSelectiongetCurrentSelection()property CurrentSelectionAuthenticEventgetevent()property eventGUIDgetInterfaceIID()booleangetIsEditClearEnabled()property IsEditClearEnabledbooleangetIsEditCopyEnabled()property IsEditCopyEnabledbooleangetIsEditCutEnabled()property IsEditCutEnabledbooleangetIsEditPasteEnabled()property IsEditPasteEnabledbooleangetIsEditRedoEnabled()property IsEditRedoEnabledbooleangetIsEditUndoEnabled()property IsEditUndoEnabledbooleangetIsRowAppendEnabled()property IsRowAppendEnabledbooleangetIsRowDeleteEnabled()property IsRowDeleteEnabledbooleangetIsRowDuplicateEnabled()property IsRowDuplicateEnabledbooleangetIsRowInsertEnabled()property IsRowInsertEnabledbooleangetIsRowMoveDownEnabled()property IsRowMoveDownEnabledbooleangetIsRowMoveUpEnabled()property IsRowMoveUpEnabledXMLDatagetNextVisible(XMLData pElement)method GetNextVisibleXMLDatagetPreviousVisible(XMLData pElement)method GetPreviousVisibleXMLDatagetXMLRoot()property XMLRootbooleanisTextStateApplied(java.lang.String elementName)method IsTextStateAppliedbooleanisTextStateEnabled(java.lang.String elementName)method IsTextStateEnabledvoidloadXML(java.lang.String xmlString)method LoadXMLvoidmarkUpView(int Kind)method MarkUpViewvoidrowAppend()method RowAppendvoidrowDelete()method RowDeletevoidrowDuplicate()method RowDuplicatevoidrowInsert()method RowInsertvoidrowMoveDown()method RowMoveDownvoidrowMoveUp()method RowMoveUpjava.lang.StringsaveXML()method SaveXMLvoidselectionMoveTabOrder(boolean bForward, boolean bTag)method SelectionMoveTabOrderbooleanselectionSet(XMLData pStartElement, int nStartPos, XMLData pEndElement, int nEndPos)method SetSelectionMethods inherited from class com.altova.automation.libs.COMIDispatchObject
addListener, getProperty, getProperty, invoke, removeListener, setProperty, setPropertyMethods inherited from class com.altova.automation.libs.COMIUnknownObject
dispose, equals, getCOMInterfacePointer, isNull
-
Method Details
-
getInterfaceIID
-
getIsRowInsertEnabled
property IsRowInsertEnabled- Throws:
AutomationException
-
getIsRowAppendEnabled
property IsRowAppendEnabled- Throws:
AutomationException
-
getIsRowDeleteEnabled
property IsRowDeleteEnabled- Throws:
AutomationException
-
getIsRowMoveUpEnabled
property IsRowMoveUpEnabled- Throws:
AutomationException
-
getIsRowMoveDownEnabled
property IsRowMoveDownEnabled- Throws:
AutomationException
-
getIsRowDuplicateEnabled
property IsRowDuplicateEnabled- Throws:
AutomationException
-
markUpView
method MarkUpView- Throws:
AutomationException
-
rowInsert
method RowInsert- Throws:
AutomationException
-
rowAppend
method RowAppend- Throws:
AutomationException
-
rowDelete
method RowDelete- Throws:
AutomationException
-
rowMoveUp
method RowMoveUp- Throws:
AutomationException
-
rowMoveDown
method RowMoveDown- Throws:
AutomationException
-
rowDuplicate
method RowDuplicate- Throws:
AutomationException
-
applyTextState
method ApplyTextState- Throws:
AutomationException
-
isTextStateApplied
method IsTextStateApplied- Throws:
AutomationException
-
isTextStateEnabled
method IsTextStateEnabled- Throws:
AutomationException
-
saveXML
method SaveXML- Throws:
AutomationException
-
loadXML
method LoadXML- Throws:
AutomationException
-
getXMLRoot
property XMLRoot- Throws:
AutomationException
-
getCurrentSelection
property CurrentSelection- Throws:
AutomationException
-
selectionSet
public boolean selectionSet(XMLData pStartElement, int nStartPos, XMLData pEndElement, int nEndPos) throws AutomationExceptionmethod SetSelection- Throws:
AutomationException
-
getPreviousVisible
method GetPreviousVisible- Throws:
AutomationException
-
getNextVisible
method GetNextVisible- Throws:
AutomationException
-
selectionMoveTabOrder
method SelectionMoveTabOrder- Throws:
AutomationException
-
getAllowedElements
public void getAllowedElements(Enums.SPYAuthenticElementActions nAction, XMLData pStartElement, XMLData pEndElement, JVariant pElements) throws AutomationExceptionmethod GetAllowedElements- Throws:
AutomationException
-
getevent
property event- Throws:
AutomationException
-
getIsEditUndoEnabled
property IsEditUndoEnabled- Throws:
AutomationException
-
getIsEditRedoEnabled
property IsEditRedoEnabled- Throws:
AutomationException
-
getIsEditCopyEnabled
property IsEditCopyEnabled- Throws:
AutomationException
-
getIsEditCutEnabled
property IsEditCutEnabled- Throws:
AutomationException
-
getIsEditPasteEnabled
property IsEditPasteEnabled- Throws:
AutomationException
-
getIsEditClearEnabled
property IsEditClearEnabled- Throws:
AutomationException
-
editUndo
method EditUndo- Throws:
AutomationException
-
editRedo
method EditRedo- Throws:
AutomationException
-
editCopy
method EditCopy- Throws:
AutomationException
-
editCut
method EditCut- Throws:
AutomationException
-
editPaste
method EditPaste- Throws:
AutomationException
-
editClear
method EditClear- Throws:
AutomationException
-
editSelectAll
method EditSelectAll- Throws:
AutomationException
-