|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
IPropertySheet
| Method Summary | |
|---|---|
IPropertySheet |
createChildSheet()
Create a child sheet. |
void |
createComponent(org.eclipse.swt.widgets.Composite parent,
IPropertyModel model,
IPropertyCellFactory factory,
IStringBundle labelLookup)
Create the component. |
void |
dispose()
Dispose the object. |
IPropertyCell |
getCell(IPropertyDescriptor pd)
Get the property cell for the property descriptor. |
org.eclipse.swt.widgets.Composite |
getComponent()
Get the component. |
IStringBundle |
getLabelLookup()
Get the label lookup. |
IPropertyModel |
getModel()
Get the model. |
IPropertyCellFactory |
getPropertyCellFactory()
Get the property cell factory. |
boolean |
hasErrors()
Return the has errors flags. |
boolean |
isFilled()
Return the is filled flag. |
void |
setListener(IPropertyCellChangeListener listener)
Set the listener. |
void |
setModel(IPropertyModel model)
Set the model. |
void |
setSheetLayoutData(ISheetLayoutData layoutData)
Set the layout. |
| Method Detail |
public void createComponent(org.eclipse.swt.widgets.Composite parent,
IPropertyModel model,
IPropertyCellFactory factory,
IStringBundle labelLookup)
parent - model - factory - labelLookup - public org.eclipse.swt.widgets.Composite getComponent()
public IPropertyCell getCell(IPropertyDescriptor pd)
pd -
public IPropertyCellFactory getPropertyCellFactory()
public IStringBundle getLabelLookup()
public IPropertyModel getModel()
public void setModel(IPropertyModel model)
model - public void setListener(IPropertyCellChangeListener listener)
listener - public void setSheetLayoutData(ISheetLayoutData layoutData)
layoutData - public IPropertySheet createChildSheet()
public boolean hasErrors()
public boolean isFilled()
public void dispose()
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||