public class LayoutPreferences extends AbstractSubsystemPreferences
Copyright 2010 Partner Software, Inc.
| Constructor and Description |
|---|
LayoutPreferences(Cog state) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAdvancedFeaturesEnabled() |
java.lang.String |
getLookAndFeel()
Java Swing pluggable look-and-feel (PLAF) used throughout the GUI.
|
java.lang.String |
getSkin()
Overall layout used.
|
LayoutPosition |
getToolbarPosition()
Allows you to place a configurable tool bar in the main window.
|
boolean |
isFloatingErrorDisplayEnabled()
If true, log error and warning messages will appear in a transparent floating display over the
map viewing area.
|
boolean |
isFormFieldPopupEnabled()
If true, form field popup keyboard helper dialogs are enabled.
|
boolean |
isZoomSliderEnabled()
Turns on a slider control for zooming, for environments that don't have scroll wheels or good right-mouse-button controls.
|
void |
setAdvancedFeaturesEnabled(boolean advancedFeaturesEnabled) |
void |
setFloatingErrorDisplayEnabled(boolean floatingErrorDisplayEnabled) |
void |
setFormFieldPopupEnabled(boolean formFieldPopupEnabled) |
void |
setLookAndFeel(java.lang.String lookAndFeel) |
void |
setSkin(java.lang.String skin) |
void |
setToolbarPosition(LayoutPosition toolbarPosition) |
void |
setZoomSliderEnabled(boolean zoomSliderEnabled) |
Cog |
toCog()
Returns the complete internal state of this object in the form of a
Cog. |
getName, setNamepublic LayoutPreferences(Cog state)
public Cog toCog()
CoggableCog.toCog in interface CoggabletoCog in class AbstractSubsystemPreferencespublic java.lang.String getSkin()
public void setSkin(java.lang.String skin)
public java.lang.String getLookAndFeel()
public void setLookAndFeel(java.lang.String lookAndFeel)
public boolean isFloatingErrorDisplayEnabled()
public void setFloatingErrorDisplayEnabled(boolean floatingErrorDisplayEnabled)
public boolean isFormFieldPopupEnabled()
public void setFormFieldPopupEnabled(boolean formFieldPopupEnabled)
public boolean isZoomSliderEnabled()
public void setZoomSliderEnabled(boolean zoomSliderEnabled)
public LayoutPosition getToolbarPosition()
public void setToolbarPosition(LayoutPosition toolbarPosition)
public boolean getAdvancedFeaturesEnabled()
public void setAdvancedFeaturesEnabled(boolean advancedFeaturesEnabled)