public interface IlvMDIViewContainer extends IlvViewContainer
IlvDocument
instance, like internal frames or a pane in a tabbed pane.IlvDocumentViewConfiguration
Modifier and Type | Field and Description |
---|---|
static String |
CLOSE_ALL_WINDOWS_CMD
Action command key for the action that closes all MDI child windows.
|
static String |
CLOSE_WINDOW_CMD
Action command key for the action that closes the container.
|
static String |
NEXT_WINDOW_CMD
Action command key for the action that activates the next window
to the current window in the window history list.
|
static String |
OWN_TITLE_PROPERTY
Bound property name that specifies whether the
view container provides its own title or whether this title is set taking into
account the title of its associated document.
|
static String |
PREVIOUS_WINDOW_CMD
Action command key for the action that activates the previous window
to the current window in the window history list.
|
static String |
TITLE_PROPERTY
Bound property name for the title property.
|
ACTIVE_VIEW_PROPERTY, APPLICATION_PROPERTY, CONFIGURATION_NAME_PROPERTY, CONTAINER_TEMPLATE_PROPERTY, DOCUMENT_PROPERTY, DOCUMENT_TEMPLATE_PROPERTY, DOCUMENT_VIEWS_PROPERTY, VISIBILITY_PROPERTY
Modifier and Type | Method and Description |
---|---|
boolean |
addViews(IlvDocumentView[] views)
Adds the specified views to the container.
|
boolean |
builtInViews()
Determines whether this container already contains views when they are created.
|
boolean |
close()
Closes the container.
|
String |
getContainerTitle()
Returns the title of the container.
|
void |
setContainerTitle(String title)
Sets a new title to the container.
|
activate, getViews, isContainerVisible, setContainerVisible
isProcessingAction, updateAction
actionPerformed
addPropertyChangeListener, getProperty, removePropertyChangeListener, setProperty
static final String TITLE_PROPERTY
static final String OWN_TITLE_PROPERTY
Boolean.TRUE
, the
title of the view container will not automatically be set to the title of its
associated document. Otherwise, the title of the view container is
updated according to the title of the document.
static final String CLOSE_ALL_WINDOWS_CMD
static final String CLOSE_WINDOW_CMD
static final String PREVIOUS_WINDOW_CMD
static final String NEXT_WINDOW_CMD
boolean close()
true
if the container could be closed;
false
otherwise.String getContainerTitle()
TITLE_PROPERTY
.setContainerTitle(java.lang.String)
void setContainerTitle(String title)
TITLE_PROPERTY
to the specified title.title
- The new title of the container.getContainerTitle()
boolean builtInViews()
IlvViewContainer.getViews()
method.addViews(ilog.views.appframe.docview.IlvDocumentView[])
.true
if the container already contains document views
when created; false
otherwise.IlvViewContainer.getViews()
,
addViews(ilog.views.appframe.docview.IlvDocumentView[])
boolean addViews(IlvDocumentView[] views)
views
- The views to add.true
if the views could be added to the
container; false
otherwise.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.