|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.help.webapp.AbstractView
public abstract class AbstractView
A view which contributes a view to the help webapp
Constructor Summary | |
---|---|
AbstractView()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractView()
Method Detail |
---|
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 client
public boolean isVisible()
public boolean isVisibleBasic()
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.