|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.preferences.model.AbstractSubsystemPreferences
com.partnersoft.preferences.model.LayoutPreferences
public class LayoutPreferences
Preference settings controlling Map Viewer application layout and GUI behavior.
Copyright 2010 Partner Software, Inc.
| Constructor Summary | |
|---|---|
LayoutPreferences(Cog state)
|
|
| Method Summary | |
|---|---|
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 |
isZoomSliderEnabled()
Turns on a slider control for zooming, for environments that don't have scroll wheels or good right-mouse-button controls. |
void |
setFloatingErrorDisplayEnabled(boolean floatingErrorDisplayEnabled)
|
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. |
| Methods inherited from class com.partnersoft.preferences.model.AbstractSubsystemPreferences |
|---|
getName, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutPreferences(Cog state)
| Method Detail |
|---|
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 isZoomSliderEnabled()
public void setZoomSliderEnabled(boolean zoomSliderEnabled)
public LayoutPosition getToolbarPosition()
public void setToolbarPosition(LayoutPosition toolbarPosition)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||