public abstract class AbstractView extends Object
Constructor and Description |
---|
AbstractView() |
Modifier and Type | Method and Description |
---|---|
String |
getBasicURL() |
abstract String |
getImageURL() |
abstract char |
getKey() |
abstract String |
getName() |
abstract String |
getTitle(Locale locale)
A user visible title for the view which will appear in the tooltip
|
abstract String |
getURL() |
boolean |
isDeferred()
Used to allow for views whose loading is deferred until
their contents are visible
|
boolean |
isVisible() |
boolean |
isVisibleBasic() |
public abstract String getName()
public abstract String getURL()
public String getBasicURL()
public abstract String getImageURL()
public abstract char getKey()
public boolean isDeferred()
public abstract String getTitle(Locale locale)
locale
- the locale of the clientpublic boolean isVisible()
public boolean isVisibleBasic()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.