|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.ui.spoon.BreadcrumbManager
public class BreadcrumbManager
A class to manage breadcrumbing so that we know which document/tab/perspective opened a given document.
Constructor Summary | |
---|---|
BreadcrumbManager()
|
Method Summary | |
---|---|
void |
addCaller(String caller,
String callee)
Adds a link between a caller id a callee id. |
String |
getCaller(String callee)
Returns the id of the caller for a given callee id. |
static BreadcrumbManager |
getInstance()
|
void |
removeCaller(String callee)
Removes the caller id of the callee from the breadcrumb manager |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BreadcrumbManager()
Method Detail |
---|
public static BreadcrumbManager getInstance()
public void addCaller(String caller, String callee)
caller
- callee
- public String getCaller(String callee)
callee
-
public void removeCaller(String callee)
callee
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |