Package jaxx.runtime.swing.editor.gis
Class DmdCoordinateEditorHandler
- java.lang.Object
-
- jaxx.runtime.swing.editor.gis.DmdCoordinateEditorHandler
-
- All Implemented Interfaces:
UIHandler<DmdCoordinateEditor>
public class DmdCoordinateEditorHandler extends Object implements UIHandler<DmdCoordinateEditor>
Created on 10/16/13.- Since:
- 2.6
- Author:
- Tony Chemit - chemit@codelutin.com
-
-
Field Summary
Fields Modifier and Type Field Description protected MethoddecimalMutatorprotected MethoddegreMutatorprotected MethodminuteMutatorprotected DmdCoordinateConvertersignedConverterprotected DefaultFormatterFactorysignedFormatterFactoryprotected MethodsignMutatorprotected DmdCoordinateConverterunsignedConverterprotected DefaultFormatterFactoryunsignedFormatterFactoryprotected booleanvalueIsAdjustingprotected booleanvalueModelIsAdjusting
-
Constructor Summary
Constructors Constructor Description DmdCoordinateEditorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterInit(DmdCoordinateEditor ui)voidbeforeInit(DmdCoordinateEditor ui)protected StringgetMaskFormatterPattern(boolean longitudeEditor, boolean useSign)voidinit(boolean longitudeEditor)voidonKeyReleased(KeyEvent e)voidresetEditor()voidsetValue(DmdCoordinate value, boolean pushToModel)
-
-
-
Field Detail
-
signMutator
protected Method signMutator
-
degreMutator
protected Method degreMutator
-
minuteMutator
protected Method minuteMutator
-
decimalMutator
protected Method decimalMutator
-
valueIsAdjusting
protected boolean valueIsAdjusting
-
valueModelIsAdjusting
protected boolean valueModelIsAdjusting
-
signedConverter
protected DmdCoordinateConverter signedConverter
-
unsignedConverter
protected DmdCoordinateConverter unsignedConverter
-
signedFormatterFactory
protected DefaultFormatterFactory signedFormatterFactory
-
unsignedFormatterFactory
protected DefaultFormatterFactory unsignedFormatterFactory
-
-
Method Detail
-
beforeInit
public void beforeInit(DmdCoordinateEditor ui)
- Specified by:
beforeInitin interfaceUIHandler<DmdCoordinateEditor>
-
afterInit
public void afterInit(DmdCoordinateEditor ui)
- Specified by:
afterInitin interfaceUIHandler<DmdCoordinateEditor>
-
init
public void init(boolean longitudeEditor)
-
setValue
public void setValue(DmdCoordinate value, boolean pushToModel)
-
resetEditor
public void resetEditor()
-
onKeyReleased
public void onKeyReleased(KeyEvent e)
-
getMaskFormatterPattern
protected String getMaskFormatterPattern(boolean longitudeEditor, boolean useSign)
-
-