Package | Description |
---|---|
twaver |
Modifier and Type | Interface and Description |
---|---|
interface |
ElementDelegateInterceptor
The
ElementDelegateInterceptor is designed to intercept
java.beans.DefaultPersistenceDelegate#initialize method. |
interface |
ExportValuesInterceptor
The
ExportValuesInterceptor is used to intercept Element.copy() method
to implement the value export from the old element object to new created element object. |
interface |
ResourceLocateInterceptor
This interceptor can be implemneted to customize
resolving resource location for xml, image, etc.
|
interface |
SelectionChangedInterceptor
The
SelectionChangedInterceptor class is designed to intercept
selection changed event in selection model. |
interface |
UndoRedoInterceptor
The
UndoRedoInterceptor class is designed to
intercept and implement UndoRedoManager 's undo/redo action. |
interface |
XMLInterceptor
The
XMLInterceptor class is used to intercept the reading and writing event
while TDataBox is parsing or outputing xml data. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultExportValuesInterceptor
The
DefaultExportValuesInterceptor is default implementation of
ExportValuesInterceptor interface. |
class |
DefaultUndoRedoInterceptor
The
DefaultUndoRedoInterceptor is default implementation of
UndoRedoInterceptor interface. |
class |
XMLInterceptorAdapter
The
XMLInterceptorAdapter is a adapter for XMLInterceptor
to intercept the reading and writing event while TDataBox is parsing
or outputing xml data. |
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.