com.alee.extended.tab
Interface DocumentDataCancellableRunnable<T extends DocumentData>
public interface DocumentDataCancellableRunnable<T extends DocumentData>
Custom runnable that provides information about DocumentData.
- Author:
- Mikle Garin
Method Summary |
boolean |
run(T document,
PaneData<T> pane,
int index)
Performs action according to provided event data. |
run
boolean run(T document,
PaneData<T> pane,
int index)
- Performs action according to provided event data.
Returns whether event should be cancelled or not according to performed actions.
- Parameters:
document
- documentpane
- pane dataindex
- document index within pane
- Returns:
- true if event should be cancelled, false otherwise