ilog.views.maps.graphic
Class IlvMapSelectionFactory.IlvMapEditable

java.lang.Object
  extended by ilog.views.IlvNamedProperty
      extended by ilog.views.maps.graphic.IlvMapSelectionFactory.IlvMapEditable
All Implemented Interfaces:
IlvPersistentObject, Serializable
Enclosing class:
IlvMapSelectionFactory

public static class IlvMapSelectionFactory.IlvMapEditable
extends IlvNamedProperty

A named property telling that an IlvGraphic is editable. Setting this property on an IlvGraphic means that this object is editable.

Since:
JViews 7.5
See Also:
Serialized Form

Constructor Summary
IlvMapSelectionFactory.IlvMapEditable(IlvInputStream stream)
          Reads a IlvMapEditable property from an IlvInputStream
 
Method Summary
 IlvNamedProperty copy()
          Copies the named property.
 boolean isPersistent()
          Tells if the property must be saved to an IVL file.
 
Methods inherited from class ilog.views.IlvNamedProperty
getName, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlvMapSelectionFactory.IlvMapEditable

public IlvMapSelectionFactory.IlvMapEditable(IlvInputStream stream)
                                      throws IlvReadFileException
Reads a IlvMapEditable property from an IlvInputStream

Parameters:
stream - The stream to read from.
Throws:
IlvReadFileException
Method Detail

copy

public IlvNamedProperty copy()
Copies the named property. Note that when a graphic object is copied (method copy), the named properties associated with this object are also copied using this method. The only way to avoid the copy is to return null in this method.

Specified by:
copy in class IlvNamedProperty
See Also:
IlvNamedProperty.copy()

isPersistent

public boolean isPersistent()
Tells if the property must be saved to an IVL file. If this method returns true, the property is saved; otherwise it is not saved.

Specified by:
isPersistent in class IlvNamedProperty
See Also:
IlvNamedProperty.isPersistent()


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