org.gvsig.fmap.mapcontrol.swing.dynformfield.CoordinateReferenceSystem
Class JDynFormFieldCoordinateReferenceSystem

java.lang.Object
  extended by org.gvsig.tools.dynform.spi.dynformfield.AbstractJDynFormField
      extended by org.gvsig.fmap.mapcontrol.swing.dynformfield.CoordinateReferenceSystem.JDynFormFieldCoordinateReferenceSystem
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener, org.gvsig.tools.dynform.JDynFormField, org.gvsig.tools.service.Service, org.gvsig.tools.swing.api.Component

public class JDynFormFieldCoordinateReferenceSystem
extends org.gvsig.tools.dynform.spi.dynformfield.AbstractJDynFormField
implements org.gvsig.tools.dynform.JDynFormField, java.awt.event.FocusListener


Nested Class Summary
 
Nested classes/interfaces inherited from class org.gvsig.tools.dynform.spi.dynformfield.AbstractJDynFormField
org.gvsig.tools.dynform.spi.dynformfield.AbstractJDynFormField.IllegalFieldValue
 
Nested classes/interfaces inherited from interface org.gvsig.tools.dynform.JDynFormField
org.gvsig.tools.dynform.JDynFormField.JDynFormFieldListener
 
Field Summary
protected  org.cresques.cts.IProjection assignedValue
           
protected  org.cresques.cts.IProjection currentValue
           
protected  javax.swing.JButton jbutton
           
protected  javax.swing.JTextField jtext
           
 
Fields inherited from class org.gvsig.tools.dynform.spi.dynformfield.AbstractJDynFormField
contents, logger, parameters
 
Constructor Summary
JDynFormFieldCoordinateReferenceSystem(org.gvsig.tools.dynobject.DynObject parameters, org.gvsig.tools.service.spi.ServiceManager serviceManager)
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent arg0)
           
 void focusLost(java.awt.event.FocusEvent arg0)
           
 java.lang.Object getAssignedValue()
           
 java.lang.Object getValue()
           
 boolean hasValidValue()
           
 void initComponent()
           
 void onClickBrowse()
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class org.gvsig.tools.dynform.spi.dynformfield.AbstractJDynFormField
addActionToPopupMenu, addListener, addSeparatorToPopupMenu, asJComponent, fireFieldChangedEvent, fireFieldEnterEvent, fireFieldExitEvent, fireMessageEvent, getDefinition, getJLabel, getLabel, getManager, getName, getParameterValue, isModified, isReadOnly, problemIndicator, removeListener, setReadOnly, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.gvsig.tools.dynform.JDynFormField
addActionToPopupMenu, addListener, addSeparatorToPopupMenu, fireMessageEvent, getDefinition, getJLabel, getLabel, getName, isModified, isReadOnly, removeListener, setReadOnly
 
Methods inherited from interface org.gvsig.tools.swing.api.Component
asJComponent
 
Methods inherited from interface org.gvsig.tools.service.Service
getManager
 

Field Detail

assignedValue

protected org.cresques.cts.IProjection assignedValue

currentValue

protected org.cresques.cts.IProjection currentValue

jbutton

protected javax.swing.JButton jbutton

jtext

protected javax.swing.JTextField jtext
Constructor Detail

JDynFormFieldCoordinateReferenceSystem

public JDynFormFieldCoordinateReferenceSystem(org.gvsig.tools.dynobject.DynObject parameters,
                                              org.gvsig.tools.service.spi.ServiceManager serviceManager)
Method Detail

focusGained

public void focusGained(java.awt.event.FocusEvent arg0)
Specified by:
focusGained in interface java.awt.event.FocusListener

focusLost

public void focusLost(java.awt.event.FocusEvent arg0)
Specified by:
focusLost in interface java.awt.event.FocusListener

getAssignedValue

public java.lang.Object getAssignedValue()
Specified by:
getAssignedValue in class org.gvsig.tools.dynform.spi.dynformfield.AbstractJDynFormField

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface org.gvsig.tools.dynform.JDynFormField

hasValidValue

public boolean hasValidValue()
Specified by:
hasValidValue in interface org.gvsig.tools.dynform.JDynFormField

initComponent

public void initComponent()
Specified by:
initComponent in class org.gvsig.tools.dynform.spi.dynformfield.AbstractJDynFormField

onClickBrowse

public void onClickBrowse()

setValue

public void setValue(java.lang.Object value)
Specified by:
setValue in interface org.gvsig.tools.dynform.JDynFormField


Copyright © 2014 gvSIG Association. All Rights Reserved.