|
Eclipse Platform Kepler (4.3) |
|||||||||
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 | |
---|---|
java.lang.String |
getBasicURL()
|
abstract java.lang.String |
getImageURL()
|
abstract char |
getKey()
|
abstract java.lang.String |
getName()
|
abstract java.lang.String |
getTitle(java.util.Locale locale)
A user visible title for the view which will appear in the tooltip |
abstract java.lang.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 java.lang.String getName()
public abstract java.lang.String getURL()
public java.lang.String getBasicURL()
public abstract java.lang.String getImageURL()
public abstract char getKey()
public boolean isDeferred()
public abstract java.lang.String getTitle(java.util.Locale locale)
locale
- the locale of the client
public boolean isVisible()
public boolean isVisibleBasic()
|
Eclipse Platform Kepler (4.3) |
|||||||||
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, 2012. All rights reserved.