|
Eclipse Platform Release 3.2 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.ui.intro.config.IntroConfigurer
Classes that extend this abstract class are used to configure CustomizableIntroPart.
Since it is possible for multiple products to use the same intro configuration, this class allows
them to customize some aspects of the intro content so that it looks different for different
products even though they all share the same intro implementation and content.
| Constructor Summary | |
|---|---|
IntroConfigurer()
|
|
| Method Summary | |
|---|---|
abstract IntroElement[] |
getGroupChildren(String pageId,
String groupId)
Returns the children of dynamic groups. |
abstract String |
getVariable(String variableName)
Returns the value of the variable defined by the configurer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IntroConfigurer()
| Method Detail |
public abstract String getVariable(String variableName)
variableName - the name of the substitution variable
null if the variable
cannot be resolved.
public abstract IntroElement[] getGroupChildren(String pageId,
String groupId)
pageId - the identifier of the page in which this group appearsgroupId - the identifier of the group group within the page
|
Eclipse Platform Release 3.2 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.