|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Control
org.eclipse.swt.widgets.Scrollable
org.eclipse.swt.widgets.Composite
org.eclipse.rse.ui.view.SystemPropertySheetForm
This re-usable widget is for a property-sheet widget that is imbeddable in dialogs. It is similar to the workbench property sheet but there are some important differences.
| Field Summary | |
|---|---|
static int |
DEFAULT_HEIGHT
|
static int |
DEFAULT_WIDTH
|
| Fields inherited from class org.eclipse.swt.widgets.Composite |
|---|
embeddedHandle |
| Fields inherited from class org.eclipse.swt.widgets.Widget |
|---|
handle |
| Constructor Summary | |
|---|---|
SystemPropertySheetForm(Shell shell,
Composite parent,
int style,
ISystemMessageLine msgLine)
Constructor |
|
SystemPropertySheetForm(Shell shell,
Composite parent,
int style,
ISystemMessageLine msgLine,
int horizontalSpan,
int verticalSpan)
Constructor when you want to span more than one column or row |
|
| Method Summary | |
|---|---|
protected void |
addOurKeyListener()
|
protected void |
addOurMouseListener()
|
protected void |
addOurSelectionListener()
|
protected void |
createPropertySheetView(Shell shell)
|
Control |
getControl()
Return the underlying control |
PropertySheetPage |
getPropertySheetView()
Return the system view tree viewer |
protected Composite |
prepareComposite(int numColumns,
int horizontalSpan,
int verticalSpan)
Prepares this composite control and sets the default layout data. |
void |
refresh()
Refresh contents |
void |
selectionChanged(ISelection selection)
Method declared on ISelectionListener. |
void |
setEnabled(boolean enabled)
Disable/Enable all the child controls. |
void |
setToolTipText(String tip)
Set the tree's tooltip text |
| Methods inherited from class org.eclipse.swt.widgets.Composite |
|---|
changed, checkSubclass, computeSize, getBackgroundMode, getChildren, getClientArea, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, setBackgroundMode, setFocus, setLayout, setLayoutDeferred, setTabList |
| Methods inherited from class org.eclipse.swt.widgets.Scrollable |
|---|
computeTrim, getBorderWidth, getHorizontalBar, getVerticalBar |
| Methods inherited from class org.eclipse.swt.widgets.Widget |
|---|
addDisposeListener, addListener, checkWidget, dispose, getData, getData, getDisplay, getStyle, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, setData, setData, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int DEFAULT_WIDTH
public static final int DEFAULT_HEIGHT
| Constructor Detail |
public SystemPropertySheetForm(Shell shell,
Composite parent,
int style,
ISystemMessageLine msgLine)
shell - The owning windowparent - The owning compositestyle - The swt style to apply to the overall composite. Typically SWT.NULLmsgLine - where to show messages and tooltip text
public SystemPropertySheetForm(Shell shell,
Composite parent,
int style,
ISystemMessageLine msgLine,
int horizontalSpan,
int verticalSpan)
shell - The owning windowparent - The owning compositestyle - The swt style to apply to the overall composite. Typically SWT.NULLhorizontalSpan - how many columns in parent composite to spanverticalSpan - how many rows in parent composite to spanmsgLine - where to show messages and tooltip text| Method Detail |
public PropertySheetPage getPropertySheetView()
public Control getControl()
public void setToolTipText(String tip)
public void refresh()
public void selectionChanged(ISelection selection)
public void setEnabled(boolean enabled)
protected Composite prepareComposite(int numColumns,
int horizontalSpan,
int verticalSpan)
protected void createPropertySheetView(Shell shell)
protected void addOurSelectionListener()
protected void addOurMouseListener()
protected void addOurKeyListener()
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||