See: Description
Interface | Description |
---|---|
DataContainerListener |
The listener interface for being notified of data container events.
|
IlvDataContainer |
Defines objects that contain hierarchical data.
|
IlvDataContainerProvider |
Defines objects that are associated with a data container.
|
IlvDefaultDataContainer.Node |
Defines nodes manipulated by an
IlvDefaultDataContainer . |
Class | Description |
---|---|
DataContainerEvent |
Event that indicates that the content of a data container has changed because
a node has been added or removed or because a node attribute has changed.
|
IlvAbstractDataContainerUndoableEdit |
Abstract implementation of the
UndoableEdit
interface that serves as a base for undoable edits on data containers. |
IlvAddNodeEdit |
A concrete subclass of
IlvAbstractDataContainerUndoableEdit for
adding a node object to a data container. |
IlvDataContainerDocument |
Defines documents associated with a data container.
|
IlvDefaultDataContainer |
Default implementation of the
IlvDataContainer
interface. |
IlvDefaultDataContainer.AbstractNode |
An abstract implementation of the
IlvDefaultDataContainer.Node
interface to serve as a basis for implementing various kinds of nodes. |
IlvNodePropertyChangeEdit |
A concrete subclass of
IlvAbstractDataContainerUndoableEdit for
changing the property of a node of a data container. |
IlvProjectDataContainer |
Defines a data container that manages file references and folders.
|
IlvProjectDocument |
Defines data container documents that are associated with
IlvProjectDataContainer instances. |
IlvRemoveNodeEdit |
A concrete subclass of
IlvAbstractDataContainerUndoableEdit to
remove a node from a data container. |
IlvWorkspaceDataContainer |
Defines a data container that manages file references, folders, and
project references.
|
IlvWorkspaceDocument |
Defines data container documents that are associated with
IlvWorkspaceDataContainer instances. |
NodePropertyChangeEvent |
Event that indicates that a property of a node of a data container has
changed.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.