fable.framework.toolbox
Class LookAndFeel
java.lang.Object
fable.framework.toolbox.LookAndFeel
public class LookAndFeel
- extends java.lang.Object
Method Summary |
static org.eclipse.swt.widgets.Group |
getGroup(org.eclipse.swt.widgets.Composite parent,
java.lang.String grpText,
int numCols,
int horizontalSpan)
|
static org.eclipse.swt.widgets.Group |
getGroupGlobal(org.eclipse.swt.widgets.Composite container)
|
static org.eclipse.swt.widgets.Label |
getLabelError(org.eclipse.swt.widgets.Composite parent)
|
static org.eclipse.swt.widgets.Button |
getValidatePushButton(org.eclipse.swt.widgets.Composite parent)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LookAndFeel
public LookAndFeel()
getLabelError
public static org.eclipse.swt.widgets.Label getLabelError(org.eclipse.swt.widgets.Composite parent)
getValidatePushButton
public static org.eclipse.swt.widgets.Button getValidatePushButton(org.eclipse.swt.widgets.Composite parent)
getGroup
public static org.eclipse.swt.widgets.Group getGroup(org.eclipse.swt.widgets.Composite parent,
java.lang.String grpText,
int numCols,
int horizontalSpan)
- Parameters:
Composite
- Parent : Parent compositeString
- grpText : Label for the group boxint
- numCols : columns numberint
- horizontalSpan : horizontal span for the group (compared to a gridLayout)
- Returns:
- Group : the new group
getGroupGlobal
public static org.eclipse.swt.widgets.Group getGroupGlobal(org.eclipse.swt.widgets.Composite container)