javax.swing.event

Interface DocumentEvent

public interface DocumentEvent

DocumentEvent public interface
Nested Class Summary
static interfaceDocumentEvent.ElementChange
ElementChange public interface
static classDocumentEvent.EventType
EventType
Method Summary
DocumentEvent.ElementChangegetChange(Element element)
getChange
DocumentgetDocument()
getDocument
intgetLength()
getLength
intgetOffset()
getOffset
DocumentEvent.EventTypegetType()
getType

Method Detail

getChange

public DocumentEvent.ElementChange getChange(Element element)
getChange

Parameters: element TODO

Returns: ElementChange

getDocument

public Document getDocument()
getDocument

Returns: Document

getLength

public int getLength()
getLength

Returns: int

getOffset

public int getOffset()
getOffset

Returns: int

getType

public DocumentEvent.EventType getType()
getType

Returns: EventType