Uses of Class
com.iizigo.ws.prop.EditorOutputProps
Uses of EditorOutputProps in com.iizigo.ws.editor
Modifier and TypeMethodDescriptionIEditorReplyProcessor.createFirstProcessorIdentification
(EditorOutputProps output, IReplyContent reply) Creates the required identification properties to start to become a valid processor.boolean
IEditorReplyProcessor.processReply
(WebServiceEditor editor, EditorOutputProps output, boolean doPerform, List<VSComponent> list, Map<VSComponent, Throwable> errors) Processes a stored reply contents.ModifierConstructorDescriptionNewReplyProcessorWizard
(FilteredCommonViewer viewer, EditorOutputProps output, IReplyContent reply) Creates the text table wizard.Uses of EditorOutputProps in com.iizigo.ws.prop
Modifier and TypeMethodDescriptionEditorOutputProps.clone()
Clone must be overridden.EditorWebServiceProp.getOutput()
Gets the output property.EditorOutputColumn.getOutputProps()
Gets the output properties.EditorOutputTable.getOutputProps()
Gets the output properties.EditorOutputVariable.getOutputProps()
Gets the output properties.EditorOutputVariables.getOutputProps()
Gets the output properties.Uses of EditorOutputProps in com.iizigo.ws.prop.json
Modifier and TypeMethodDescriptionEditorJSONReplyDocument.getOutput()
Gets the output properties.EditorJSONElementWrapper.getOutputProps()
Gets the Output properties.Modifier and TypeMethodDescriptionEditorJSONReplyDocument.createFirstProcessorIdentification
(EditorOutputProps output, IReplyContent reply) Creates the required identification properties to start to become a valid processor.boolean
EditorJSONReplyDocument.processReply
(WebServiceEditor editor, EditorOutputProps output, boolean doPerform, List<VSComponent> list, Map<VSComponent, Throwable> errors) Processes a stored reply contents.