|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the layout info for a view or placeholder in an IPageLayout
.
This interface is not intended to be implemented by clients.
Method Summary | |
---|---|
boolean |
getShowTitle()
Returns whether the view shows its title. |
boolean |
isCloseable()
Returns whether the view is closeable. |
boolean |
isMoveable()
Returns whether the view is moveable. |
boolean |
isStandalone()
Returns whether the view is a standalone view. |
void |
setCloseable(boolean closeable)
Sets whether the view is closeable. |
void |
setMoveable(boolean moveable)
Sets whether the view is moveable. |
Method Detail |
public boolean isCloseable()
true
.
true
if the view is closeable, false
if notpublic void setCloseable(boolean closeable)
closeable
- true
if the view is closeable, false
if notpublic boolean isMoveable()
true
.
true
if the view is moveable, false
if notpublic void setMoveable(boolean moveable)
moveable
- true
if the view is moveable, false
if notpublic boolean isStandalone()
IPageLayout.addStandaloneView(java.lang.String, boolean, int, float, java.lang.String)
public boolean getShowTitle()
IPageLayout.addStandaloneView(java.lang.String, boolean, int, float, java.lang.String)
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.