Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui
Interface IViewLayout


public interface IViewLayout

Represents the layout info for a view or placeholder in an IPageLayout.

This interface is not intended to be implemented by clients.

Since:
3.0
Restriction:
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

isCloseable

boolean isCloseable()
Returns whether the view is closeable. The default is true.

Returns:
true if the view is closeable, false if not

setCloseable

void setCloseable(boolean closeable)
Sets whether the view is closeable.

Parameters:
closeable - true if the view is closeable, false if not

isMoveable

boolean isMoveable()
Returns whether the view is moveable. The default is true.

Returns:
true if the view is moveable, false if not

setMoveable

void setMoveable(boolean moveable)
Sets whether the view is moveable.

Parameters:
moveable - true if the view is moveable, false if not

isStandalone

boolean isStandalone()
Returns whether the view is a standalone view.

See Also:
IPageLayout.addStandaloneView(java.lang.String, boolean, int, float, java.lang.String)

getShowTitle

boolean getShowTitle()
Returns whether the view shows its title. This is only applicable to standalone views.

See Also:
IPageLayout.addStandaloneView(java.lang.String, boolean, int, float, java.lang.String)

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire