Uses of Class
com.iizigo.ws.prop.EditorOutputProps
Packages that use EditorOutputProps
Uses of EditorOutputProps in com.iizigo.ws.editor
Methods in com.iizigo.ws.editor with parameters of type EditorOutputPropsModifier and TypeMethodDescriptionIEditorReplyProcessor.createFirstProcessorIdentification(EditorOutputProps output, IReplyContent reply) Creates the required identification properties to start to become a valid processor.booleanIEditorReplyProcessor.processReply(WebServiceEditor editor, EditorOutputProps output, boolean doPerform, List<VSComponent> list, Map<VSComponent, Throwable> errors) Processes a stored reply contents.Constructors in com.iizigo.ws.editor with parameters of type EditorOutputPropsModifierConstructorDescriptionNewReplyProcessorWizard(FilteredCommonViewer viewer, EditorOutputProps output, IReplyContent reply) Creates the text table wizard.Uses of EditorOutputProps in com.iizigo.ws.prop
Methods in com.iizigo.ws.prop that return EditorOutputPropsModifier 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
Methods in com.iizigo.ws.prop.json that return EditorOutputPropsModifier and TypeMethodDescriptionEditorJSONReplyDocument.getOutput()Gets the output properties.EditorJSONElementWrapper.getOutputProps()Gets the Output properties.Methods in com.iizigo.ws.prop.json with parameters of type EditorOutputPropsModifier and TypeMethodDescriptionEditorJSONReplyDocument.createFirstProcessorIdentification(EditorOutputProps output, IReplyContent reply) Creates the required identification properties to start to become a valid processor.booleanEditorJSONReplyDocument.processReply(WebServiceEditor editor, EditorOutputProps output, boolean doPerform, List<VSComponent> list, Map<VSComponent, Throwable> errors) Processes a stored reply contents.