|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hillenbrand.jedi.editor.ClassBrowserHistory
public class ClassBrowserHistory
The class browser history stored all method selected by the user and enabled him to browse back and forth in the list. Classes and Packages are not stored because this might end up in too much entries.
Constructor Summary | |
---|---|
ClassBrowserHistory()
|
Method Summary | |
---|---|
static void |
addNextComponent(javax.swing.JComponent c)
Add a component that acts as a "next" component. |
static void |
addPrevComponent(javax.swing.JComponent c)
Add a component that acts as a "previous" component. |
static java.lang.String[] |
getNextList()
|
static java.lang.String[] |
getPreviousList()
|
static void |
init()
Initializes the class. |
static void |
next()
Jumps to the next entry in the list. |
static void |
next(int n)
Jumps to the next n-th entry in the list. |
static void |
previous()
Jumps to the previous entry in the list. |
static void |
previous(int n)
Jumps to the n-th previous entry in the list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassBrowserHistory()
Method Detail |
---|
public static void addNextComponent(javax.swing.JComponent c)
public static void addPrevComponent(javax.swing.JComponent c)
public static java.lang.String[] getNextList()
public static java.lang.String[] getPreviousList()
public static void init()
public static final void next()
public static final void next(int n)
public static final void previous()
public static final void previous(int n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |