swingwtx.swing.event
Interface DocumentEvent

All Known Implementing Classes:
AbstractDocument.DefaultDocumentEvent

public interface DocumentEvent


Nested Class Summary
static interface DocumentEvent.ElementChange
           
static class DocumentEvent.EventType
           
 
Method Summary
 DocumentEvent.ElementChange getChange(Element elem)
           
 Document getDocument()
           
 int getLength()
           
 int getOffset()
           
 DocumentEvent.EventType getType()
           
 

Method Detail

getOffset

public int getOffset()

getLength

public int getLength()

getDocument

public Document getDocument()

getType

public DocumentEvent.EventType getType()

getChange

public DocumentEvent.ElementChange getChange(Element elem)