com.ibm.carma.ui.property
Class PropertyPageUtils

java.lang.Object
  extended by 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
           
 
Constructor Summary
PropertyPageUtils()
           
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

PropertyPageUtils

public PropertyPageUtils()
Method Detail

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 line
value - the value to display on the line