|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Tabbable
Interface implemented by the main window tabs. Gathering functionality common to most tabs.
Method Summary | |
---|---|
void |
enteringTab()
Called whenever the user navigates to this tab. |
void |
find()
Search within the tab. |
void |
findNext()
Continue search within tab. |
java.lang.String |
getTabTitle()
Returns the title of the tab. |
void |
goTo(Link link)
Navigate to the location pointed by the given Link object. |
void |
insert()
Insert a new entity on this tab. |
void |
leavingTab()
Called whenever the user navigates away from this tab. |
void |
outline()
Do a quick outline of the tab elements. |
void |
redo()
|
void |
remove()
Remove selected entry(entries) from this tab. |
void |
undo()
TODO: Why is undo/redo on this level? |
Method Detail |
---|
void undo()
void redo()
void insert()
void remove()
void goTo(Link link)
link
- A pointer object referencing for example a particular method,
or instruction.void find()
void findNext()
void outline()
void leavingTab()
java.lang.String getTabTitle()
void enteringTab()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |