|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MarkerMutationModel
A callback interface used exclusively by
as a
mutation model.
MarkerBar
The JMarkerBar
class notifies an implementor of the
MutationModel
about the fact, that the user is requesting a
marker to be removed or added.
MarkerBar
Method Summary | |
---|---|
int |
addMarkAtPosition(int position)
Called when the user requests a mark to be inserted into JMarkerBar . |
void |
removeMarkerAtIndex(int index)
Called when the user requests a mark to be removed from JMarkerBar . |
Method Detail |
---|
void removeMarkerAtIndex(int index)
JMarkerBar
.
index
- index of the mark to be removed.int addMarkAtPosition(int position)
JMarkerBar
.
position
- position at which to insert the mark.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |