Package | Description |
---|---|
ilog.views.appframe.docview |
Provides classes that are involved in the Document/View architecture of the Java Application Framework.
|
ilog.views.appframe.swing.mdi |
Provides interfaces and classes for managing MDI Swing main windows.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlvMDIContainerTemplate
Container template that creates one new view container for each
open document.
|
interface |
IlvSingleContainerTemplate
Defines container templates that handle static view containers.
|
Modifier and Type | Method and Description |
---|---|
IlvContainerTemplate |
IlvDocumentViewConfiguration.getContainerTemplate()
Returns the container template associated with this view configuration.
|
IlvContainerTemplate |
IlvMainWindow.getContainerTemplate(String name)
Returns the container template stored by the main window with the specified
name.
|
IlvContainerTemplate |
IlvAbstractMainWindow.getContainerTemplate(String name)
Returns the container template of the main window with the specified
name.
|
IlvContainerTemplate[] |
IlvAbstractMainWindow.getContainerTemplates()
Returns the array of container templates added to this main window.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvAbstractMainWindow.addContainerTemplate(String name,
IlvContainerTemplate containerTemplate)
Adds the specified container template to the list of container templates
managed by the main window.
|
String |
IlvAbstractMainWindow.getContainerTemplateName(IlvContainerTemplate containerTemplate)
Returns the name that was used to register the specified
containerTemplate to the main window. |
IlvViewContainer |
IlvDocumentTemplate.newViewContainer(IlvDocument document,
IlvContainerTemplate containerTemplate,
String configurationName)
Creates a new view container for the specified document and container
template.
|
void |
IlvAbstractMainWindow.removeContainerTemplate(IlvContainerTemplate containerTemplate)
Removes the specified container template from the list of container templates
managed by the main window.
|
void |
IlvDocumentViewConfiguration.setContainerTemplate(IlvContainerTemplate containerTemplate)
Sets the container template associated with this view configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDesktopPane
Swing desktop pane that implements Application Framework interfaces for
creating document view containers.
|
class |
IlvMDIDockingArea
Defines objects that create document view containers as new dockable tabs in a
docking area.
|
class |
IlvMDITabbedPane
Implementation of the
IlvMDIClient interface
that manages child IlvMDITab containers. |
Modifier and Type | Method and Description |
---|---|
IlvContainerTemplate |
IlvMDITab.getContainerTemplate()
Returns the tabbed pane that has created this tab.
|
IlvContainerTemplate |
IlvInternalFrame.getContainerTemplate()
Returns the container template that has created this internal frame.
|
IlvContainerTemplate |
IlvMDIMainFrame.getContainerTemplate(String name)
Returns the container template stored by the main window with the specified
name.
|
IlvContainerTemplate |
IlvMDIApplet.getContainerTemplate(String name)
Returns the container template of the applet with the specified
name.
|
IlvContainerTemplate[] |
IlvMDIMainFrame.getContainerTemplates()
Returns the container templates managed by this main window.
|
IlvContainerTemplate[] |
IlvMDIApplet.getContainerTemplates()
Returns the container templates managed by this applet.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMDIMainFrame.addContainerTemplate(String name,
IlvContainerTemplate containerTemplate)
Adds the specified container template to the list of container templates
managed by the main window.
|
void |
IlvMDIApplet.addContainerTemplate(String name,
IlvContainerTemplate containerTemplate)
Adds the specified container template to the list of container templates
managed by the applet.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.