Package | Description |
---|---|
ilog.views.appframe |
Provides common classes that are used within all Java Application Framework modules.
|
ilog.views.appframe.docview |
Provides classes that are involved in the Document/View architecture of the Java Application Framework.
|
ilog.views.appframe.event |
Provides interfaces and classes for dealing with different types of events fired by main Application Framework classes.
|
ilog.views.appframe.swing |
Provides custom Swing components that are initialized from the settings.
|
ilog.views.appframe.swing.docking |
Provides classes for dealing with dockable panes.
|
ilog.views.appframe.swing.mdi |
Provides interfaces and classes for managing MDI Swing main windows.
|
Modifier and Type | Method and Description |
---|---|
IlvDocumentView |
IlvApplication.getActiveView(boolean mdiDocument)
Returns the document view currently active in the application.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvApplication.setActiveDocument(IlvDocument document,
IlvDocumentView view,
boolean mdiDocument)
Sets the active document of the application.
|
void |
IlvApplication.setActiveView(IlvDocumentView view,
boolean mdiDocument)
Sets the active document view of this application.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDocumentViewSupport
This is a utility class for implementing the
IlvDocumentView interface. |
Modifier and Type | Method and Description |
---|---|
protected IlvDocumentView |
IlvDocumentViewConfiguration.createView(IlvSettingsElement viewTemplateElement,
int viewIndex,
IlvViewContainer container)
Instantiates a view according to the settings specification provided with
the
viewTemplateElement . |
IlvDocumentView |
IlvDocumentTemplate.documentViewExists(IlvDocument document,
String viewConfiguration)
Determines whether a document view associated with the specified
document has been created for the specified
viewConfiguration . |
IlvDocumentView |
IlvDocumentTemplate.ensureDocumentViewExists(IlvDocument document,
String viewConfiguration,
boolean activate)
Ensures that a document view is created for the specified
document and viewConfiguration . |
protected abstract IlvDocumentView[] |
IlvAbstractStaticViewContainer.findViews()
Invoked by the
IlvAbstractStaticViewContainer.getViews() method to retrieve the document views
contained by this view container. |
IlvDocumentView |
IlvAbstractDocument.getActiveView()
Returns the view currently active for the document, namely the
last view of the document that became active to the application.
|
IlvDocumentView |
IlvDocument.getView(int index)
Returns the view of the document at the specified position in the
list of document views.
|
IlvDocumentView |
IlvAbstractDocument.getView(int index)
Returns the view of the document at the specified position in the
list of document views.
|
IlvDocumentView[] |
IlvViewContainer.getViews()
Returns the document views of this container.
|
IlvDocumentView[] |
IlvAbstractStaticViewContainer.getViews()
Returns the document views of this container that are provided with the
IlvAbstractStaticViewContainer.findViews() method. |
IlvDocumentView[] |
IlvAbstractDocument.getViews()
Returns all the document views associated with the document.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDocumentTemplate.activateDocumentView(IlvDocumentView view)
Activates the specified
view . |
void |
IlvDocument.addView(IlvDocumentView view)
Adds the specified
IlvDocumentView object to the list of views of the document. |
void |
IlvAbstractDocument.addView(IlvDocumentView view)
Adds the specified instance of
IlvDocumentView to the list of views of the document. |
boolean |
IlvMDIViewContainer.addViews(IlvDocumentView[] views)
Adds the specified views to the container.
|
protected void |
IlvAbstractDocument.notifyViews(String name,
IlvDocumentView except,
Object[] params)
Notifies the views associated with this document of an event.
|
void |
IlvMainWindow.registerStaticView(String name,
IlvDocumentView view)
Registers the specified document view as a static view within the
main window.
|
void |
IlvAbstractMainWindow.registerStaticView(String name,
IlvDocumentView view)
Registers the specified document view as a static view within the
main window.
|
boolean |
IlvDocument.removeView(IlvDocumentView view)
Removes the specified
view from the list of views of the document. |
boolean |
IlvAbstractDocument.removeView(IlvDocumentView view)
Removes the specified
view from the list of views of the document. |
void |
IlvMainWindow.unregisterStaticView(IlvDocumentView view)
Unregisters the specified document view from the main window.
|
void |
IlvAbstractMainWindow.unregisterStaticView(IlvDocumentView view)
Unregisters the specified document view from the main window.
|
Constructor and Description |
---|
IlvAbstractStaticViewContainer(IlvDocumentView view)
Constructs a new
IlvAbstractStaticViewContainer instance
that contains the specified document view. |
Modifier and Type | Method and Description |
---|---|
IlvDocumentView |
ApplicationEvent.getView()
Returns the document view that originated the event;
null if this event was not originated by a document view. |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationEvent.setView(IlvDocumentView view)
Sets the active view of the document.
|
Constructor and Description |
---|
ApplicationEvent(int id,
IlvDocument document,
IlvDocumentView view,
IlvDocumentTemplate documentTemplate)
Constructs an
ApplicationEvent with the specified
id , document , document view , and
documentTemplate . |
ApplicationEvent(int id,
IlvDocument document,
IlvDocumentView view,
IlvViewContainer container,
IlvDocumentTemplate documentTemplate)
Constructs an
ApplicationEvent with the specified
id , document , document view ,
view container , and documentTemplate . |
ApplicationEvent(int id,
IlvDocumentView view)
Constructs an
ApplicationEvent with the specified
id and document view . |
Modifier and Type | Class and Description |
---|---|
class |
IlvExplorerView
Explorer view for visualizing and editing data container documents.
|
class |
IlvPanelView
Implements the
IlvDocumentView interface
for a JPanel . |
class |
IlvTextView
Defines a document view associated with the Swing text component.
|
class |
IlvTreeView
Defines a document view associated with Swing
JTree . |
Modifier and Type | Method and Description |
---|---|
protected IlvDocumentView[] |
IlvDefaultStaticViewContainer.findViews()
Invoked by the
IlvAbstractStaticViewContainer.getViews() method to retrieve the document views
contained by this view container. |
Modifier and Type | Method and Description |
---|---|
static boolean |
IlvSwingMainWindow.AddViews(IlvViewContainer container,
Container clientContainer,
IlvDocumentView[] views)
Default mechanism for adding views to a container.
|
Constructor and Description |
---|
IlvDefaultStaticViewContainer(Container container,
IlvDocumentView view)
Constructs a new
IlvDefaultStaticViewContainer associated
with the specified component and that contains the
specified view . |
Modifier and Type | Method and Description |
---|---|
IlvDocumentView |
IlvDockingArea.getDockableView(String name)
Returns the document view contained by the dockable with the
specified name.
|
Modifier and Type | Method and Description |
---|---|
IlvDocumentView |
IlvMDITab.getActiveView()
Returns the active view of this MDI tab.
|
IlvDocumentView[] |
IlvMDITab.getViews()
Returns the document views of this container.
|
IlvDocumentView[] |
IlvInternalFrame.getViews()
Returns the document views of this container.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IlvMDITab.addViews(IlvDocumentView[] views)
Adds the specified views to the container.
|
boolean |
IlvInternalFrame.addViews(IlvDocumentView[] views)
Adds the specified views to the container.
|
void |
IlvMDIMainFrame.registerStaticView(String name,
IlvDocumentView view)
Registers the specified document view as a static view within the
main window.
|
void |
IlvMDIApplet.registerStaticView(String name,
IlvDocumentView view)
Registers the specified document view as a static view within the
applet.
|
void |
IlvMDIMainFrame.unregisterStaticView(IlvDocumentView view)
Unregisters the specified document view from the main window.
|
void |
IlvMDIApplet.unregisterStaticView(IlvDocumentView view)
Unregisters the specified document view from the main window.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.