|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.extended.tab.DocumentAdapter<T>
public abstract class DocumentAdapter<T extends DocumentData>
Extension for WebDocumentPane documents state listener.
WebDocumentPane
Constructor Summary | |
---|---|
DocumentAdapter()
|
Method Summary | |
---|---|
void |
closed(T document,
PaneData<T> pane,
int index)
Informs that provided document is closed. |
boolean |
closing(T document,
PaneData<T> pane,
int index)
Informs that provided document is being closed. |
void |
opened(T document,
PaneData<T> pane,
int index)
Informs that provided document was opened inside document pane. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentAdapter()
Method Detail |
---|
public void opened(T document, PaneData<T> pane, int index)
opened
in interface DocumentListener<T extends DocumentData>
document
- document datapane
- specific document paneindex
- document tab indexpublic boolean closing(T document, PaneData<T> pane, int index)
closing
in interface DocumentListener<T extends DocumentData>
document
- document datapane
- specific document paneindex
- document tab index
public void closed(T document, PaneData<T> pane, int index)
closed
in interface DocumentListener<T extends DocumentData>
document
- document datapane
- specific document paneindex
- document tab index
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |