net.sourceforge.esw.graph
Interface IGraphResources


public interface IGraphResources

Defines static finals for the graph package.


Field Summary
static java.lang.String ADD_PARENT_PROPERTY
          Constant string indicating that the property change event concerned an additional parent being added.
static java.lang.String ADD_PROPERTY
          Constant string indicating that the property change event concerned an addition of a child.
static java.lang.String CLEAR_PROPERTY
          Constant string indicating that the property change event concerned the clearing of children.
static java.lang.String ID_PROPERTY
          Constant string indicating that the property change event concerned a change to the value of an identifier.
static java.lang.String REMOVE_PARENT_PROPERTY
          Constant string indicating that the property change event concerned an additional parent being removed.
static java.lang.String REMOVE_PROPERTY
          Constant string indicating that the property change event concerned a removeal of a child.
static java.lang.String VALUE_PROPERTY
          Constant string indicating that the property change event concerned a change to a value.
 

Field Detail

ID_PROPERTY

public static final java.lang.String ID_PROPERTY
Constant string indicating that the property change event concerned a change to the value of an identifier.

ADD_PARENT_PROPERTY

public static final java.lang.String ADD_PARENT_PROPERTY
Constant string indicating that the property change event concerned an additional parent being added.

REMOVE_PARENT_PROPERTY

public static final java.lang.String REMOVE_PARENT_PROPERTY
Constant string indicating that the property change event concerned an additional parent being removed.

VALUE_PROPERTY

public static final java.lang.String VALUE_PROPERTY
Constant string indicating that the property change event concerned a change to a value.

CLEAR_PROPERTY

public static final java.lang.String CLEAR_PROPERTY
Constant string indicating that the property change event concerned the clearing of children.

REMOVE_PROPERTY

public static final java.lang.String REMOVE_PROPERTY
Constant string indicating that the property change event concerned a removeal of a child.

ADD_PROPERTY

public static final java.lang.String ADD_PROPERTY
Constant string indicating that the property change event concerned an addition of a child.


Copyright 2002 Free Software Foundation. All Rights Reserved.