Uses of Class
org.apache.hop.ui.core.PropsUi
-
-
Uses of PropsUi in org.apache.hop.ui.core
Methods in org.apache.hop.ui.core that return PropsUi Modifier and Type Method Description static PropsUiPropsUi. getInstance()Methods in org.apache.hop.ui.core with parameters of type PropsUi Modifier and Type Method Description static ComboVarWidgetUtils. createFieldDropDown(org.eclipse.swt.widgets.Composite parentComposite, PropsUi props, IVariables variables, BaseTransformMeta transformMeta, org.eclipse.swt.layout.FormData formData)creates a ComboVar populated with fields from the previous transform. -
Uses of PropsUi in org.apache.hop.ui.core.dialog
Fields in org.apache.hop.ui.core.dialog declared as PropsUi Modifier and Type Field Description protected PropsUiBaseDialog. props -
Uses of PropsUi in org.apache.hop.ui.core.widget
Methods in org.apache.hop.ui.core.widget with parameters of type PropsUi Modifier and Type Method Description TopicSelection.BuilderTopicSelection.Builder. setProps(PropsUi props)Constructors in org.apache.hop.ui.core.widget with parameters of type PropsUi Constructor Description RadioTab(org.eclipse.swt.widgets.Composite composite, int i, String title, PropsUi props)TableView(IVariables variables, org.eclipse.swt.widgets.Composite parent, int style, ColumnInfo[] columnInfo, int nrRows, boolean readOnly, org.eclipse.swt.events.ModifyListener lsm, PropsUi pr)TableView(IVariables variables, org.eclipse.swt.widgets.Composite parent, int style, ColumnInfo[] columnInfo, int nrRows, boolean readOnly, org.eclipse.swt.events.ModifyListener lsm, PropsUi pr, boolean addIndexColumn)TableView(IVariables variables, org.eclipse.swt.widgets.Composite parent, int style, ColumnInfo[] columnInfo, int nrRows, boolean readOnly, org.eclipse.swt.events.ModifyListener lsm, PropsUi pr, boolean addIndexColumn, org.eclipse.swt.widgets.Listener listener)TableView(IVariables variables, org.eclipse.swt.widgets.Composite parent, int style, ColumnInfo[] columnInfo, int nrRows, boolean readOnly, org.eclipse.swt.events.ModifyListener lsm, PropsUi pr, boolean addIndexColumn, org.eclipse.swt.widgets.Listener listener, boolean undoEnabled)TableView(IVariables variables, org.eclipse.swt.widgets.Composite parent, int style, ColumnInfo[] columnInfo, int nrRows, boolean readOnly, org.eclipse.swt.events.ModifyListener lsm, PropsUi pr, boolean addIndexColumn, org.eclipse.swt.widgets.Listener listener, boolean undoEnabled, boolean toolbarEnabled)TableView(IVariables variables, org.eclipse.swt.widgets.Composite parent, int style, ColumnInfo[] columnInfo, int nrRows, org.eclipse.swt.events.ModifyListener lsm, PropsUi pr) -
Uses of PropsUi in org.apache.hop.ui.hopgui
Methods in org.apache.hop.ui.hopgui that return PropsUi Modifier and Type Method Description PropsUiHopGui. getProps()Gets propsMethods in org.apache.hop.ui.hopgui with parameters of type PropsUi Modifier and Type Method Description voidHopGui. setProps(PropsUi props) -
Uses of PropsUi in org.apache.hop.ui.hopgui.file.workflow
Fields in org.apache.hop.ui.hopgui.file.workflow declared as PropsUi Modifier and Type Field Description protected PropsUiHopGuiWorkflowGraph. propsMethods in org.apache.hop.ui.hopgui.file.workflow that return PropsUi Modifier and Type Method Description PropsUiHopGuiWorkflowGraph. getProps()Gets propsMethods in org.apache.hop.ui.hopgui.file.workflow with parameters of type PropsUi Modifier and Type Method Description voidHopGuiWorkflowGraph. setProps(PropsUi props) -
Uses of PropsUi in org.apache.hop.ui.hopgui.shared
Fields in org.apache.hop.ui.hopgui.shared declared as PropsUi Modifier and Type Field Description protected PropsUiBaseExecutionViewer. props -
Uses of PropsUi in org.apache.hop.ui.pipeline.transform
Fields in org.apache.hop.ui.pipeline.transform declared as PropsUi Modifier and Type Field Description protected PropsUiBaseTransformDialog. propsThe UI properties. -
Uses of PropsUi in org.apache.hop.ui.workflow.action
Fields in org.apache.hop.ui.workflow.action declared as PropsUi Modifier and Type Field Description protected PropsUiActionDialog. propsA reference to the properties user interface
-