|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JpaComposite<T>
A JpaComposite
defines the common behavior of the JPA related
widgets.
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. It is available at this early stage to solicit feedback from
pioneering adopters on the understanding that any code that uses this API
will almost certainly be broken (repeatedly) as the API evolves.
Method Summary | |
---|---|
void |
dispose()
Notifies this composite it should dispose any resources. |
void |
enableWidgets(boolean enabled)
Changes the enablement state of the widgets of this pane. |
org.eclipse.swt.widgets.Control |
getControl()
Returns the actual Composite . |
void |
populate()
Notifies this composite it should populates its widgets using the given model object. |
Method Detail |
---|
void populate()
model
- The model used to retrieve the information to be displayedorg.eclipse.swt.widgets.Control getControl()
Composite
.
void enableWidgets(boolean enabled)
enabled
- true
to enable the widgets or false
to disable themvoid dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |