|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfacets.util.Tracer
facets.core.app.SimpleContenter
facets.facet.app.FacetDialogContenter
public abstract class FacetDialogContenter
SimpleContenter that creates content for a dialog in a
FacetAppSurface.
| Nested Class Summary | |
|---|---|
static class |
FacetDialogContenter.PanelFacets
FacetFactory for use by FacetDialogContenter. |
| Field Summary | |
|---|---|
protected FacetFactory |
ff
|
| Constructor Summary | |
|---|---|
FacetDialogContenter(java.lang.String title,
FacetFactory ff)
|
|
| Method Summary | |
|---|---|
protected void |
attachRootMountFacet(SAreaTarget rootArea)
Attach a facet to the tree headed by root. |
SFacet |
newContentPanel(SContentRootTargeter t)
Return a panel containing facets exposing the content. |
protected FacetDialogContenter.PanelFacets |
newPanelFacets(FacetFactory core)
Create a FacetDialogContenter.PanelFacets for return by newContentPanel(SContentRootTargeter). |
void |
setDialog(DialogSurface dialog)
Empty implementation. |
| Methods inherited from class facets.core.app.SimpleContenter |
|---|
applyChanges, contentAreaSize, contentFrame, dialogClosed, lazyContentRootElements, newContentRoot, reverseChanges, rootRetargeted, title |
| Methods inherited from class facets.util.Tracer |
|---|
trace, trace, trace, trace, trace, traceDebug, traceDebug, traceObjectText, traceOutput, traceOutputWithClass |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final FacetFactory ff
| Constructor Detail |
|---|
public FacetDialogContenter(java.lang.String title,
FacetFactory ff)
| Method Detail |
|---|
protected void attachRootMountFacet(SAreaTarget rootArea)
SimpleContenterroot.
Called by SimpleContenter.newContentRoot(boolean, boolean);
the facet attached should be a suitable MountFacet for the
facet returned by DialogSurface.Contenter.newContentPanel(SContentRootTargeter).
attachRootMountFacet in class SimpleContenterrootArea - was created in SimpleContenter.newContentRoot(boolean, boolean)public SFacet newContentPanel(SContentRootTargeter t)
DialogSurface.ContenterCalled from STargeter.retargetFacets(Notifying.Impact) in the (special)
SContentRootTargeter created by DialogSurface.ContentRoot
t - heads the targeter tree for the contentprotected FacetDialogContenter.PanelFacets newPanelFacets(FacetFactory core)
FacetDialogContenter.PanelFacets for return by newContentPanel(SContentRootTargeter).
core - passed to factory constructorpublic void setDialog(DialogSurface dialog)
SimpleContenter
setDialog in interface DialogSurface.ContentersetDialog in class SimpleContenter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||