|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.klg.jclass.chart3d.ParentTrackChange
An object that keeps a list of Changeable parents and updates
them when a change they need to know about happens.
| Field Summary | |
protected ArrayList |
parents
ArrayList of Changeable objects used to hold multiple parents so that and instance of this object may be shared between multiple parents. |
| Constructor Summary | |
ParentTrackChange()
|
|
| Method Summary | |
void |
addParent(com.klg.jclass.chart3d.Changeable parent)
Adds a parent to the list of parents of this ParentTrackChange
object. |
void |
clearParents()
Clears the list of parents of this ParentTrackChange object. |
void |
removeParent(com.klg.jclass.chart3d.Changeable parent)
Removes a parent from the list of parents of this ParentTrackChange object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected ArrayList parents
| Constructor Detail |
public ParentTrackChange()
| Method Detail |
public void addParent(com.klg.jclass.chart3d.Changeable parent)
ParentTrackChange
object.
parent - The Changeable object to add to the parent list.public void removeParent(com.klg.jclass.chart3d.Changeable parent)
ParentTrackChange object.
parent - The Changeable object to remove from the parent
list.public void clearParents()
ParentTrackChange object.
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||