|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfacets.core.app.Dialogs.Surfacer
public abstract static class Dialogs.Surfacer
Creates the DialogSurface
to expose a set of SContenter
s.
Constructor Summary | |
---|---|
Dialogs.Surfacer()
|
Method Summary | |
---|---|
protected abstract DialogSurface |
newSurface(SSurface app,
DialogHost host,
java.lang.String title,
DialogSurface.DialogActions actions,
DialogSurface.Contenter[] contents)
Create a DialogSurface to expose any DialogSurface.Contenter s type-identical to
those passed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Dialogs.Surfacer()
Method Detail |
---|
protected abstract DialogSurface newSurface(SSurface app, DialogHost host, java.lang.String title, DialogSurface.DialogActions actions, DialogSurface.Contenter[] contents)
DialogSurface
to expose any DialogSurface.Contenter
s type-identical to
those passed.
app
- application surfacehost
- dialog window for the surface to be createdtitle
- for the dialog windowactions
- defining top-level dialog buttonscontents
- the initial contenters; can be replaced in
the surface by any type-identical array
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |