Uses of Class
org.apache.hop.ui.core.widget.FormInput.Widget
-
Packages that use FormInput.Widget Package Description org.apache.hop.ui.core.widget -
-
Uses of FormInput.Widget in org.apache.hop.ui.core.widget
Methods in org.apache.hop.ui.core.widget that return FormInput.Widget Modifier and Type Method Description static FormInput.WidgetFormInput.Widget. valueOf(String name)Returns the enum constant of this type with the specified name.static FormInput.Widget[]FormInput.Widget. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hop.ui.core.widget with parameters of type FormInput.Widget Modifier and Type Method Description StringFormInput. getText(FormInput.Widget widget)getter for the widget textvoidFormInput. setPosition(int numerator, int offset, FormInput.Widget widget, FormInput.Position side)setter for the element positionvoidFormInput. setPosition(org.eclipse.swt.layout.FormAttachment position, FormInput.Widget widget, FormInput.Position side)setter for the element positionvoidFormInput. setPosition(org.eclipse.swt.widgets.Control control, int offset, FormInput.Widget widget, FormInput.Position side)setter for the element positionvoidFormInput. setText(String text, FormInput.Widget widget)setter for the widget textvoidFormInput. setToolTip(String text, FormInput.Widget widget)setter for the tooltip
-