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 voidWindowGeometry. initFromPreferences(java.lang.String preferenceKey)protected intWindowGeometry. parseField(java.lang.String preferenceKey, java.lang.String preferenceValue, java.lang.String field)Constructors in org.openstreetmap.josm.gui.util that throw WindowGeometry.WindowGeometryException Constructor Description WindowGeometry(java.lang.String preferenceKey)Creates a window geometry from the values kept in the preference store under the keypreferenceKey
-