public interface IViewLayout
IPageLayout
.
This interface is not intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
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.
|
boolean isCloseable()
true
.true
if the view is closeable, false
if notvoid setCloseable(boolean closeable)
closeable
- true
if the view is closeable, false
if notboolean isMoveable()
true
.true
if the view is moveable, false
if notvoid setMoveable(boolean moveable)
moveable
- true
if the view is moveable, false
if notboolean isStandalone()
boolean getShowTitle()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.