Uses of Class
org.openstreetmap.josm.gui.util.WindowGeometry.WindowGeometryException
-
Packages that use WindowGeometry.WindowGeometryException Package Description org.openstreetmap.josm.gui.util Provides GUI utility classes. -
-
Uses of WindowGeometry.WindowGeometryException in org.openstreetmap.josm.gui.util
Methods in org.openstreetmap.josm.gui.util that throw WindowGeometry.WindowGeometryException Modifier and Type Method Description protected void
WindowGeometry. initFromPreferences(String preferenceKey)
protected int
WindowGeometry. parseField(String preferenceKey, String preferenceValue, String field)
Constructors in org.openstreetmap.josm.gui.util that throw WindowGeometry.WindowGeometryException Constructor Description WindowGeometry(String preferenceKey)
Creates a window geometry from the values kept in the preference store under the keypreferenceKey
-