|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject com.jidesoft.marker.MarkerEvent
public class MarkerEvent
MarkerEvent
is used to notify interested parties that marker has been changed in the
MarkerModel
.
Field Summary | |
---|---|
static int |
MARKER_ADDED
|
static int |
MARKER_REMOVED
|
static int |
MARKER_UPDATED
|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
MarkerEvent(Object source,
Marker marker,
int type)
Creates a MarkerEvent . |
|
MarkerEvent(Object source,
Marker marker,
int type,
boolean isAdjusting)
Creates a MarkerEvent . |
Method Summary | |
---|---|
Marker |
getMarker()
Gets the marker that is changed. |
int |
getType()
Gets the type of the MarkerEvent . |
static String |
getTypeName(int type)
|
boolean |
isAdjusting()
Checks if the change is part of several marker change events. |
String |
toString()
|
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int MARKER_ADDED
public static final int MARKER_REMOVED
public static final int MARKER_UPDATED
Constructor Detail |
---|
public MarkerEvent(Object source, Marker marker, int type)
MarkerEvent
.
source
- marker
- type
- public MarkerEvent(Object source, Marker marker, int type, boolean isAdjusting)
MarkerEvent
.
source
- marker
- type
- isAdjusting
- Method Detail |
---|
public Marker getMarker()
public boolean isAdjusting()
public int getType()
MarkerEvent
.
public static String getTypeName(int type)
public String toString()
toString
in class EventObject
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |