ilog.views.maps.propertysheet
Class InheritEvent

java.lang.Object
  extended by ilog.views.maps.propertysheet.InheritEvent

public class InheritEvent
extends Object

Event send when the inheritance button in the style sheet is toggled.

Since:
JViews 7.5

Constructor Summary
InheritEvent(String propertyName, boolean selected)
          Constructs a Inherit event.
 
Method Summary
 String getPropertyName()
          Retrieves the name of the property.
 boolean isInherited()
          Tells is the property is inherited or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InheritEvent

public InheritEvent(String propertyName,
                    boolean selected)
Constructs a Inherit event.

Parameters:
propertyName - The name of the property whose inherited state has changed.
selected - true is the property is inherited, false otherwise.
Method Detail

getPropertyName

public String getPropertyName()
Retrieves the name of the property.

Returns:
The name of the property.

isInherited

public boolean isInherited()
Tells is the property is inherited or not.

Returns:
The inherited state.


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