com.ibm.carma.ui.property
Class PropertyPageUtils
java.lang.Object
com.ibm.carma.ui.property.PropertyPageUtils
public class PropertyPageUtils
- extends java.lang.Object
Utility operations for creating CARMA model object property pages
- Since:
- 7.1
|
Field Summary |
static java.lang.String |
COPYRIGHT
|
|
Method Summary |
static void |
createDisplayLine(org.eclipse.swt.widgets.Composite parent,
java.lang.String labelText,
java.lang.String value)
Helper method to include a line of display in the property page |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
PropertyPageUtils
public PropertyPageUtils()
createDisplayLine
public static void createDisplayLine(org.eclipse.swt.widgets.Composite parent,
java.lang.String labelText,
java.lang.String value)
- Helper method to include a line of display in the property page
- Parameters:
parent - the parent of the new display line (cannot be null)labelText - the label text to display for the linevalue - the value to display on the line