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.views
Interface IStickyViewDescriptor


public interface IStickyViewDescriptor

Supplemental view interface that describes various sticky characteristics that a view may possess.

This interface is not intended to be implemented by clients.

Since:
3.1
See Also:
IViewRegistry, IViewDescriptor
Restriction:
This interface is not intended to be implemented by clients.

Method Summary
  String getId ()
          Return the id of the view to be made sticky.
 int getLocation ()
          Return the location of this sticky view.
 boolean isCloseable ()
          Return whether this view should be closeable.
 boolean isMoveable ()
          Return whether this view should be moveable.
 

Method Detail

getId


String getId()
Return the id of the view to be made sticky.

Returns:
the id of the view to be made sticky

getLocation

int getLocation()
Return the location of this sticky view. Must be one of IPageLayout.LEFT, IPageLayout.RIGHT, IPageLayout.TOP, or IPageLayout.BOTTOM.

Returns:
the location constant

isCloseable

boolean isCloseable()
Return whether this view should be closeable.

Returns:
whether this view should be closeeable

isMoveable

boolean isMoveable()
Return whether this view should be moveable.

Returns:
whether this view should be moveable

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