Uses of Class
org.csstudio.ui.util.widgets.StartEndRangeWidget.ORIENTATION

Packages that use StartEndRangeWidget.ORIENTATION
org.csstudio.ui.util.widgets Contains widgets general purpose swt/jface widgets 
 

Uses of StartEndRangeWidget.ORIENTATION in org.csstudio.ui.util.widgets
 

Methods in org.csstudio.ui.util.widgets that return StartEndRangeWidget.ORIENTATION
static StartEndRangeWidget.ORIENTATION StartEndRangeWidget.ORIENTATION.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StartEndRangeWidget.ORIENTATION[] StartEndRangeWidget.ORIENTATION.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.csstudio.ui.util.widgets with parameters of type StartEndRangeWidget.ORIENTATION
 void StartEndRangeWidget.setOrientation(StartEndRangeWidget.ORIENTATION orientation)