Package | Description |
---|---|
ilog.views.appframe.docview.project |
Provides the interfaces and classes for defining project documents.
|
ilog.views.appframe.swing |
Provides custom Swing components that are initialized from the settings.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultDataContainer
Default implementation of the
IlvDataContainer
interface. |
class |
IlvProjectDataContainer
Defines a data container that manages file references and folders.
|
class |
IlvWorkspaceDataContainer
Defines a data container that manages file references, folders, and
project references.
|
Modifier and Type | Method and Description |
---|---|
protected IlvDataContainer |
IlvWorkspaceDocument.createDataContainer(Object userData)
Factory method for creating a data container to associate with this
document.
|
protected IlvDataContainer |
IlvProjectDocument.createDataContainer(Object userData)
Factory method for creating a data container to associate with this
document.
|
protected IlvDataContainer |
IlvDataContainerDocument.createDataContainer(Object userData)
Factory method for creating a new data container to associate with this
document.
|
IlvDataContainer |
IlvDataContainerProvider.getDataContainer()
Returns a data container.
|
IlvDataContainer |
IlvDataContainerDocument.getDataContainer()
Returns the data container associated with this document.
|
IlvDataContainer |
IlvAbstractDataContainerUndoableEdit.getDataContainer()
Returns the data container on which an edit has occurred.
|
IlvDataContainer |
DataContainerEvent.getDataContainer()
Returns the data container that has the changed content.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvProjectDocument.endInitializeDataContainer(IlvDataContainer dataContainer)
Finishes initializing the specified
dataContainer . |
protected void |
IlvDataContainerDocument.endInitializeDataContainer(IlvDataContainer dataContainer)
Finishes initializing the specified
dataContainer . |
protected void |
IlvWorkspaceDocument.initializeDataContainer(IlvDataContainer dataContainer,
Object userData)
Initializes the specified
dataContainer . |
protected void |
IlvProjectDocument.initializeDataContainer(IlvDataContainer dataContainer,
Object userData)
Initializes the specified
dataContainer . |
protected void |
IlvDataContainerDocument.initializeDataContainer(IlvDataContainer dataContainer,
Object userData)
Initializes the specified
dataContainer . |
protected boolean |
IlvDataContainerDocument.readDataContainer(IlvDataContainer dataContainer,
Reader reader,
IlvFileFilter filter)
Reads the content of the specified
dataContainer from the
specified reader . |
void |
IlvDataContainerDocument.setDataContainer(IlvDataContainer dataContainer)
Sets the data container of this document.
|
protected boolean |
IlvDataContainerDocument.writeDataContainer(IlvDataContainer dataContainer,
Writer writer,
IlvFileFilter filter)
Writes the content of the specified
dataContainer into the
specified writer . |
Constructor and Description |
---|
DataContainerEvent(IlvDataContainer dataContainer,
int id,
Object parent,
Object node,
int index)
Constructs a
DataContainerEvent instance. |
IlvAbstractDataContainerUndoableEdit(IlvDataContainer dataContainer)
Constructs an undoable edit that occurred on the specified
dataContainer . |
IlvAddNodeEdit(IlvDataContainer dataContainer,
Object parent,
Object node,
int index)
Creates an edit that adds a node to the specified data container.
|
IlvNodePropertyChangeEdit(IlvDataContainer dataContainer,
Object parent,
Object node,
int index,
String propertyName,
Object oldValue,
Object newValue)
Creates an edit that changes a property of a node of a data container.
|
IlvRemoveNodeEdit(IlvDataContainer dataContainer,
Object parent,
Object node)
Creates an edit that removes a node from the specified data container.
|
NodePropertyChangeEvent(IlvDataContainer dataContainer,
Object parent,
Object node,
int index,
String propertyName,
Object oldValue,
Object newValue)
Constructs a new
NodePropertyChangeEvent . |
Modifier and Type | Method and Description |
---|---|
IlvDataContainer |
IlvExplorerView.getDataContainer()
Returns the data container associated with this explorer view.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvExplorerView.initializeView(IlvDataContainer dataContainer)
Initializes the explorer view with the specified data container.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.