Uses of Class
com.iizigo.ws.prop.EditorOutputProps
Packages that use EditorOutputProps Package Description com.iizigo.ws.editor com.iizigo.ws.prop com.iizigo.ws.prop.json Uses of EditorOutputProps in com.iizigo.ws.editor
Methods in com.iizigo.ws.editor with parameters of type EditorOutputProps Modifier and Type Method Description PropCnr
IEditorReplyProcessor. 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, java.util.List<VSComponent> list, java.util.Map<VSComponent,java.lang.Throwable> errors)
Processes a stored reply contents.Constructors in com.iizigo.ws.editor with parameters of type EditorOutputProps Constructor Description NewReplyProcessorWizard(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 EditorOutputProps Modifier and Type Method Description EditorOutputProps
EditorOutputProps. clone()
Clone must be overridden.EditorOutputProps
EditorWebServiceProp. getOutput()
Gets the output property.EditorOutputProps
EditorOutputColumn. getOutputProps()
Gets the output properties.EditorOutputProps
EditorOutputTable. getOutputProps()
Gets the output properties.EditorOutputProps
EditorOutputVariable. getOutputProps()
Gets the output properties.EditorOutputProps
EditorOutputVariables. getOutputProps()
Gets the output properties.Uses of EditorOutputProps in com.iizigo.ws.prop.json
Methods in com.iizigo.ws.prop.json that return EditorOutputProps Modifier and Type Method Description EditorOutputProps
EditorJSONReplyDocument. getOutput()
Gets the output properties.EditorOutputProps
EditorJSONElementWrapper. getOutputProps()
Gets the Output properties.Methods in com.iizigo.ws.prop.json with parameters of type EditorOutputProps Modifier and Type Method Description PropCnr
EditorJSONReplyDocument. 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, java.util.List<VSComponent> list, java.util.Map<VSComponent,java.lang.Throwable> errors)
Processes a stored reply contents.