|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfacets.facet.app.FacetPreferences
public abstract class FacetPreferences
AppActions.StatePreferences for a FacetAppSurface.
The default implementations FacetPreferences of
| Field Summary | |
|---|---|
FacetAppSurface |
app
|
static int |
PREFERENCES_DRAG
Indexes into DialogSurface.Contenters created by default. |
static int |
PREFERENCES_FEATURES
Indexes into DialogSurface.Contenters created by default. |
static int |
PREFERENCES_GRAPH
Indexes into DialogSurface.Contenters created by default. |
static int |
PREFERENCES_TRACE
Indexes into DialogSurface.Contenters created by default. |
static int |
PREFERENCES_VALUES
Indexes into DialogSurface.Contenters created by default. |
static int |
PREFERENCES_VIEW
Indexes into DialogSurface.Contenters created by default. |
static java.lang.String |
TITLE_DRAG
|
static java.lang.String |
TITLE_FEATURES
|
static java.lang.String |
TITLE_GRAPH
|
static java.lang.String |
TITLE_HEADER
|
static java.lang.String |
TITLE_START
|
static java.lang.String |
TITLE_TIMES
|
static java.lang.String |
TITLE_TRACE
|
static java.lang.String |
TITLE_VALUES
|
static java.lang.String |
TITLE_VIEW
|
| Constructor Summary | |
|---|---|
FacetPreferences(FacetAppSurface app)
|
|
| Method Summary | |
|---|---|
DialogSurface.Contenter[] |
newContenters()
Implements abstract method. |
Dialogs.Surfacer |
newSurfacer()
Implements abstract method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TITLE_START
public static final java.lang.String TITLE_TRACE
public static final java.lang.String TITLE_VIEW
public static final java.lang.String TITLE_FEATURES
public static final java.lang.String TITLE_GRAPH
public static final java.lang.String TITLE_DRAG
public static final java.lang.String TITLE_VALUES
public static final java.lang.String TITLE_HEADER
public static final java.lang.String TITLE_TIMES
public static final int PREFERENCES_VALUES
DialogSurface.Contenters created by default.
public static final int PREFERENCES_TRACE
DialogSurface.Contenters created by default.
public static final int PREFERENCES_GRAPH
DialogSurface.Contenters created by default.
public static final int PREFERENCES_VIEW
DialogSurface.Contenters created by default.
public static final int PREFERENCES_FEATURES
DialogSurface.Contenters created by default.
public static final int PREFERENCES_DRAG
DialogSurface.Contenters created by default.
public final FacetAppSurface app
| Constructor Detail |
|---|
public FacetPreferences(FacetAppSurface app)
| Method Detail |
|---|
public DialogSurface.Contenter[] newContenters()
DialogSurface.Contenters exposing framework session values.
newContenters in interface AppActions.StatePreferencesDialogSurface.Contenters indexed as described above;
clients will usually override trivially to return appropriate DialogSurface.Contenterspublic Dialogs.Surfacer newSurfacer()
newSurfacer in interface AppActions.StatePreferencesDialogs.Surfacer created with
FacetDialogSurface.newDefaultTabbedSurfacer();
clients may reimplement to create an appropriate DialogSurface to match
newContenters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||