Uses of Interface
ilog.views.appframe.docview.project.IlvDataContainer

Packages that use IlvDataContainer
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. 
 

Uses of IlvDataContainer in ilog.views.appframe.docview.project
 

Classes in ilog.views.appframe.docview.project that implement IlvDataContainer
 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.
 

Methods in ilog.views.appframe.docview.project that return IlvDataContainer
protected  IlvDataContainer IlvDataContainerDocument.createDataContainer(Object userData)
          Factory method for creating a new data container to associate with this document.
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.
 IlvDataContainer IlvDataContainerDocument.getDataContainer()
          Returns the data container associated with this document.
 IlvDataContainer IlvDataContainerProvider.getDataContainer()
          Returns a data container.
 IlvDataContainer DataContainerEvent.getDataContainer()
          Returns the data container that has the changed content.
 IlvDataContainer IlvAbstractDataContainerUndoableEdit.getDataContainer()
          Returns the data container on which an edit has occurred.
 

Methods in ilog.views.appframe.docview.project with parameters of type IlvDataContainer
protected  void IlvDataContainerDocument.endInitializeDataContainer(IlvDataContainer dataContainer)
          Finishes initializing the specified dataContainer.
protected  void IlvProjectDocument.endInitializeDataContainer(IlvDataContainer dataContainer)
          Finishes initializing the specified dataContainer.
protected  void IlvDataContainerDocument.initializeDataContainer(IlvDataContainer dataContainer, Object userData)
          Initializes 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  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.
 

Constructors in ilog.views.appframe.docview.project with parameters of type IlvDataContainer
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.
 

Uses of IlvDataContainer in ilog.views.appframe.swing
 

Methods in ilog.views.appframe.swing that return IlvDataContainer
 IlvDataContainer IlvExplorerView.getDataContainer()
          Returns the data container associated with this explorer view.
 

Methods in ilog.views.appframe.swing with parameters of type IlvDataContainer
protected  void IlvExplorerView.initializeView(IlvDataContainer dataContainer)
          Initializes the explorer view with the specified data container.
 



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