ISourceModelEvent.EventType Class

com.bea.ide.sourceeditor.model
ISourceModelEvent.EventType Class

public static final class ISourceModelEvent.EventType

    extends Object

The type of change indicated by the event. There are three types, each static objects that can be compared directly via references.


Hierarchy
Object
  ISourceModelEvent.EventType
Enclosing interface

ISourceModelEvent

Field Summary

public static final ISourceModelEvent.EventType
CHANGE
An ISourceModelEvent indicating a change to the source model text (atomic removal and insert) or to a line attribute.
public static final ISourceModelEvent.EventType
INSERT
An ISourceModelEvent indicating an insertion of text.
public static final ISourceModelEvent.EventType
REMOVE
An ISourceModelEvent indicating a removal of text.
 

Method Summary

public String
toString()
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
   

Field Detail

CHANGE

public static final ISourceModelEvent.EventType CHANGE
An ISourceModelEvent indicating a change to the source model text (atomic removal and insert) or to a line attribute.


INSERT

public static final ISourceModelEvent.EventType INSERT
An ISourceModelEvent indicating an insertion of text.


REMOVE

public static final ISourceModelEvent.EventType REMOVE
An ISourceModelEvent indicating a removal of text.

 

Method Detail

toString() Method

public String toString()
Overrides
Object.toString()