org.openstreetmap.josm.gui.preferences
Interface PreferenceTabbedPane.ValidationListener

All Known Implementing Classes:
GPXSettingsPanel
Enclosing class:
PreferenceTabbedPane

public static interface PreferenceTabbedPane.ValidationListener

Allows PreferenceSettings to do validation of entered values when ok was pressed. If data is invalid then event can return false to cancel closing of preferences dialog.


Method Summary
 boolean validatePreferences()
           
 

Method Detail

validatePreferences

boolean validatePreferences()
Returns:
True if preferences can be saved


JOSM