ilog.views.maps.datasource
Class IlvCoordinateSystemPropertyEditor

java.lang.Object
  extended by ilog.views.maps.datasource.IlvCoordinateSystemPropertyEditor
All Implemented Interfaces:
PropertyEditor

public class IlvCoordinateSystemPropertyEditor
extends Object
implements PropertyEditor

A property editor used to edit coordinate system.

Since:
JViews 7.5

Constructor Summary
IlvCoordinateSystemPropertyEditor()
          Creates a new IlvCoordinateSystemPropertyEditor.
 
Method Summary
 void addPropertyChangeListener(PropertyChangeListener listener)
          Not implemented.
 String getAsText()
          Returns the string representation of the coordinate system.
 Component getCustomEditor()
          Returns the specific IlvJCoordinateSystemEditorPanel editor panel.
 String getJavaInitializationString()
          Returns null.
 String[] getTags()
          Returns null.
 Object getValue()
          Returns the Coordinate system in use.
 boolean isPaintable()
          Returns false.
 void paintValue(Graphics gfx, Rectangle box)
          Does nothing.
 void removePropertyChangeListener(PropertyChangeListener listener)
          Not implemented.
 void setAsText(String text)
          Does nothing.
 void setValue(Object value)
          Sets the coordinate system to display.
 boolean supportsCustomEditor()
          Returns true.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlvCoordinateSystemPropertyEditor

public IlvCoordinateSystemPropertyEditor()
Creates a new IlvCoordinateSystemPropertyEditor.

Method Detail

setValue

public void setValue(Object value)
Sets the coordinate system to display.

Specified by:
setValue in interface PropertyEditor
See Also:
PropertyEditor.setValue(java.lang.Object)

getValue

public Object getValue()
Returns the Coordinate system in use.

Specified by:
getValue in interface PropertyEditor
See Also:
PropertyEditor.getValue()

isPaintable

public boolean isPaintable()
Returns false.

Specified by:
isPaintable in interface PropertyEditor
See Also:
PropertyEditor.isPaintable()

paintValue

public void paintValue(Graphics gfx,
                       Rectangle box)
Does nothing.

Specified by:
paintValue in interface PropertyEditor
See Also:
PropertyEditor.paintValue(java.awt.Graphics, java.awt.Rectangle)

getJavaInitializationString

public String getJavaInitializationString()
Returns null.

Specified by:
getJavaInitializationString in interface PropertyEditor
See Also:
PropertyEditor.getJavaInitializationString()

getAsText

public String getAsText()
Returns the string representation of the coordinate system.

Specified by:
getAsText in interface PropertyEditor
See Also:
PropertyEditor.getAsText()

setAsText

public void setAsText(String text)
               throws IllegalArgumentException
Does nothing.

Specified by:
setAsText in interface PropertyEditor
Throws:
IllegalArgumentException
See Also:
PropertyEditor.setAsText(java.lang.String)

getTags

public String[] getTags()
Returns null.

Specified by:
getTags in interface PropertyEditor
See Also:
PropertyEditor.getTags()

getCustomEditor

public Component getCustomEditor()
Returns the specific IlvJCoordinateSystemEditorPanel editor panel.

Specified by:
getCustomEditor in interface PropertyEditor
See Also:
PropertyEditor.getCustomEditor()

supportsCustomEditor

public boolean supportsCustomEditor()
Returns true.

Specified by:
supportsCustomEditor in interface PropertyEditor
See Also:
PropertyEditor.supportsCustomEditor()

addPropertyChangeListener

public void addPropertyChangeListener(PropertyChangeListener listener)
Not implemented.

Specified by:
addPropertyChangeListener in interface PropertyEditor
See Also:
PropertyEditor.addPropertyChangeListener(java.beans.PropertyChangeListener)

removePropertyChangeListener

public void removePropertyChangeListener(PropertyChangeListener listener)
Not implemented.

Specified by:
removePropertyChangeListener in interface PropertyEditor
See Also:
PropertyEditor.removePropertyChangeListener(java.beans.PropertyChangeListener)


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.