|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvMDIViewContainer
Defines view containers attached to one IlvDocument
instance, like internal frames or a pane in a tabbed pane.
IlvDocumentViewConfiguration| Field Summary | |
|---|---|
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. |
| Fields inherited from interface ilog.views.appframe.docview.IlvViewContainer |
|---|
ACTIVE_VIEW_PROPERTY, APPLICATION_PROPERTY, CONFIGURATION_NAME_PROPERTY, CONTAINER_TEMPLATE_PROPERTY, DOCUMENT_PROPERTY, DOCUMENT_TEMPLATE_PROPERTY, DOCUMENT_VIEWS_PROPERTY, VISIBILITY_PROPERTY |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface ilog.views.appframe.docview.IlvViewContainer |
|---|
activate, getViews, isContainerVisible, setContainerVisible |
| Methods inherited from interface ilog.views.appframe.event.ActionHandler |
|---|
isProcessingAction, updateAction |
| Methods inherited from interface java.awt.event.ActionListener |
|---|
actionPerformed |
| Methods inherited from interface ilog.views.appframe.util.IlvPropertyManager |
|---|
addPropertyChangeListener, getProperty, removePropertyChangeListener, setProperty |
| Field Detail |
|---|
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
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||