|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.annotation.wordfreak.scheme.AnnotationScheme
Annotation schemes define different types of annotation. This is primarily done by specifying which types of annotations the
scheme deals handles by overriding handlesAnnotation
and the labels assigned to those types of annotation by
overriding initOutcomes
. For annoations which are based on oher annotations the building blocks can be specified
by overriding handlesBaseAnnotation
. A specific interface for entering the annotations can be built by overriding
createChooser
.
Nested Class Summary | |
class |
AnnotationScheme.POSFeature
|
Field Summary | |
protected static int |
_ADD
|
protected static int |
_MOVE
|
protected static int |
_RELOAD
|
protected static int |
_REMOVE
|
protected static int |
_UPDATE
|
static int |
ANNOTATE
global constant for setting the mouse to ANNOTATE mode |
protected AnnotationFilter |
annotationFilter
Filter which determines what subset of the annotations this scheme cares about. |
protected Annotator |
annotator
Current annotator for sorting outcomes if this is supported. |
protected java.lang.String |
annotatorName
Username of the person doing the annotation |
protected boolean |
canCreateAnnotations
Determines whether the scheme can create new annotations, or simply add properties to existing annotations. |
protected Chooser |
chooser
|
protected int |
chooserWidth
the number of buttons per row that will be passed to the outcomes chooser component |
static java.lang.String |
COADJUST
|
static java.lang.String |
COADJUSTLEFT
|
static java.lang.String |
COADJUSTRIGHT
|
protected java.lang.String[] |
codes
Parallel array to outcomes which designate the types an annotation can be marked with when outcomes is used for display purposes only |
protected java.util.List |
coloredWords
A list of the annotations that have been colorized |
protected java.awt.Color[] |
colors
|
protected java.util.Map |
colorTable
Provides a mapping between annotation types and colors for color viewing of annotations. |
static java.lang.String |
COMMENT
|
protected java.util.Map |
config
|
protected boolean |
configLoaded
|
protected boolean |
confineToBase
|
protected AnnotationFile |
currentFile
Stores the last AnnotatedFile which was sent to the
AnnotationListener s. |
static java.lang.String |
DEFAULT_ACTION
Navigation Messages |
protected java.lang.String |
defaultType
Default type for new annotations. |
static java.lang.String |
END
|
protected java.util.List |
files
List of AnnotatedFile s that are currently being
modified by this scheme. |
protected int |
findIndex
|
static java.lang.String |
FLATLEFT
|
static java.lang.String |
FLATNEXT
|
static java.lang.String |
FLATPREV
|
static java.lang.String |
FLATRIGHT
|
protected java.util.Map |
groups
A mapping from group labels to the outcomes in those groups. |
static java.lang.String |
GROWLEFT
|
static java.lang.String |
GROWRIGHT
|
protected GuiListener |
guiListener
|
static java.lang.String |
HOME
|
protected javax.swing.Icon[] |
icons
|
protected int |
index
Index of annotation currently under examination. |
static java.lang.String |
INSERT
|
static int |
JUMP
global constant for setting trhe mouse to JUMP mode |
static java.awt.ComponentOrientation |
L2R
|
static java.lang.String |
LEFT
|
protected java.util.List |
listeners
|
protected SchemeNavigator |
navigator
|
static java.lang.String |
NEXT
|
static java.lang.String |
NEXTCHUNK
|
static java.lang.String |
NORM
|
protected boolean |
one2one
When true designates that the scheme should create an annotation automatically for each base annotation unless that annoation already exists. |
protected java.lang.String |
one2oneFeature
Specifies a feature that an automatically created annotation should have. |
protected java.lang.String |
one2oneValue
Specifies the value of a the feature, one2oneFeature that an automatically created annotation should have. |
protected java.awt.ComponentOrientation |
orientation
|
static java.lang.String |
OUTCOME_CODES
|
static java.lang.String |
OUTCOME_COLORS
|
static java.lang.String |
OUTCOME_NAMES
|
protected java.lang.String[] |
outcomes
Set of types that an annotation can mark be marked with in this scheme. |
static java.lang.String |
PREV
|
static java.lang.String |
PREVCHUNK
|
static java.awt.ComponentOrientation |
R2L
|
static java.lang.String |
REMOVE
|
static java.lang.String |
RIGHT
|
protected AnnotationSelection |
selectedAnnotations
List of all selected annotations for this scheme. |
protected int |
selEnd
Index of the annotation at the beginning of the selection |
protected int |
selStart
Index of the annotation at the beginning of the selection |
static java.lang.String |
SHRINKLEFT
|
static java.lang.String |
SHRINKRIGHT
|
protected SortCriteria |
sortCriteria
|
protected SortedAnnotations |
sorted
|
protected int |
sortedIndex
Position of last examined annotation when a sorting scheme of than the default is used. |
static java.lang.String |
SPLIT
|
protected Annotation |
splita
|
protected Annotation |
splitb
|
protected java.lang.String |
type
The string parameter passed to the scheme constructor. |
protected java.util.Map |
typeMap
provides a mapping between outcomes and the annotation types which those |
protected java.lang.String |
typeName
Indicates which feature of the annotation should be used as the primary type. |
protected java.util.Map |
types
|
protected boolean |
update
|
static java.lang.String |
UPDATE
|
protected AnnotationView |
view
Current view for this annotation scheme. |
protected java.util.List |
views
List of AnnotatedViews s that are currently being
used by this scheme. |
Constructor Summary | |
AnnotationScheme(java.lang.String type)
|
|
AnnotationScheme(java.lang.String type,
Chooser c)
|
Method Summary | |
void |
addAnnotationSchemeListener(AnnotationSchemeListener listener)
Registers the specified listener for annotation scheme callbacks. |
boolean |
adjudicationMatch(Annotation a,
Annotation b)
|
boolean |
adjudicationMatch(Annotation a,
java.lang.Object ao,
Annotation b,
java.lang.Object bo)
|
void |
annotatedFile(AnnotationFile f)
Selects annotations from f that this scheme can
modify. |
protected Annotation |
annotationFromMouse(int start,
int end)
|
protected Annotation |
annotationFromMouse(int start,
int end,
java.lang.String type)
Creates a new annotation based on the offsets start and end and updates the schemes data stuctures. |
protected void |
buildSwatches()
|
void |
closeAnnotatedFile(AnnotationFile f)
Removes annotations in f from the set of possible
annotations. |
void |
colorize()
|
protected void |
createChooser()
Instantiates a new chooser if one does not already exist and registers the chooser for scheme events and the scheme for chooser events. |
protected AnnotationView |
createView(AnnotationFile af)
|
void |
dispose()
|
void |
down()
Specifies the the current annotation should be changed to an appropiate child annotation. |
void |
end()
|
void |
filter()
Filters the set of possible annotations to include only those which match the annotationFilter . |
void |
findExpression(java.lang.String e,
int dir)
|
void |
findExpressionAgain(java.lang.String e,
int dir)
|
void |
flatNext()
|
void |
flatPrev()
|
java.lang.Object |
getAdjudicationData(Annotation a)
|
Annotation |
getAnnotation()
|
Annotation |
getAnnotation(int i)
|
AnnotationFilter |
getAnnotationFilter()
|
protected void |
getAnnotationsFromFile(AnnotationFile f)
Creates data structures needed by the scheme to induce the set of all possible annotations. |
java.util.List |
getAnnotationsFromOffsets(int s,
int e)
|
int |
getAnnotationSize()
|
Chooser |
getChooser()
|
java.util.Map |
getColorScheme()
|
boolean |
getConfineToBase()
|
Annotation |
getCurrentAnnotation()
|
java.lang.String |
getDefaultType()
|
static java.lang.String[] |
getNames()
Returns the list of Strings that can be passed to
the contsructor to specify which scheme behavior to use. |
java.lang.String |
getPropertyName()
Returns the name of the property used to compare annotations |
protected SelectionMode |
getSelectionMode()
|
protected int |
getSortedIndex()
|
java.lang.String[] |
getValuesForFeature(java.lang.String f)
Returns the set of valid values for the specified feature. |
boolean |
handlesAnnotation(Annotation a)
|
boolean |
handlesBaseAnnotation(Annotation a)
|
boolean |
handlesRelation(Relation r)
|
protected void |
hilightChunk(int s,
int e)
|
void |
home()
|
void |
hotKeyPressed(java.lang.String name)
Indicates that the hot key with the specified name has been pressed. |
int |
indexOfAnnotation(Annotation a)
|
protected abstract void |
initOutcomes()
Initalizes the set of outcomes that this scheme can assign an annotation. |
boolean |
isOutcome(java.lang.String choice)
|
void |
jumpToMark()
Selects the Annotation marked by setMark |
boolean |
linkAnnotation(Annotation source,
Annotation target,
int modifiers)
Requests that the specified source annotation be linked to the specified target annotation given the modifiers. |
boolean |
moveAnnotation(Annotation child,
Annotation newParent,
Annotation oldParent)
Requests that the specified child annotation be moved form the specified old parent to the specified new parent. |
void |
next()
Advances scheme to the next annotation. |
void |
nextFile()
Specifies that the current annotation should be set to an annotation the next file. |
void |
nextOutcome()
Specifies that the type feature of the current annotation should be updated to the next appropiate value. |
protected void |
notifyListeners(int op,
Annotation ann)
|
protected void |
notifyListeners(int op,
Annotation ann,
Annotation p)
|
int |
offsetToIndex(int offset)
|
void |
prev()
Advances scheme to the previous annotation. |
void |
prevFile()
Specifies that the current annotation should be set to an annotation the previous file. |
void |
prevOutcome()
Specifies that the type feature of the current annotation should be updated to the previous appropiate value. |
protected void |
process(Annotation a)
|
void |
redoPerformed()
|
void |
reload()
Reloads each of the open files. |
void |
reloadFiles(java.lang.String encoding)
Requests that all loaded files be reloaded using the specified encoding or the default encoding is the specified encoding is null. |
void |
removeAllAnnotationSchemeListeners()
|
protected void |
removeAnnotation(Annotation a)
|
protected void |
removeAnnotation(Annotation a,
boolean shrink)
|
void |
removeAnnotationSchemeListener(AnnotationSchemeListener listener)
Unregisters the specified listener from the annotation scheme callbacks. |
void |
selectCurrentAnnotation()
Requests that the current annotation be selected. |
void |
set(java.lang.String choice)
Performs appropiate action based on user selection choice . |
void |
set(java.lang.String choice,
int modifiers)
Specifies that the specified choice has been selected with the specified modifier. |
void |
set(java.lang.String choice,
int modifiers,
boolean jump)
Specifies that the specified choice has been selected with the specified modifier and that the next annotation should be shown. |
void |
set(java.lang.String choice,
int modifiers,
boolean jump,
Annotation selectedAnnotation)
Specifies that the specified choice has been selected with the specified modifier and the specified selected Annotation and that the next annotation should be shown. |
void |
setAnnotatedFile(AnnotationFile af)
|
void |
setAnnotation(Annotation a)
Specifies the the annotation specified should be the current annotation. |
void |
setAnnotationFilter(AnnotationFilter af)
Designates the filter that will be applied whenever the filter method is called. |
void |
setAnnotationView(AnnotationView v)
|
void |
setAnnotator(Annotator a)
Sets the current annotator to allow outcomes to be sorted. |
void |
setAnnotatorName(java.lang.String ann)
Designates the annotator who will be making the annotations. |
void |
setChooser(Chooser c)
|
void |
setChunkNavigation(boolean b)
|
void |
setConfig(java.util.Map cfg)
Assigns the configuration specific properties of this scheme. |
void |
setConfineToBase(boolean c)
|
void |
setFeature(Annotation ann,
java.lang.String feature,
java.lang.String value)
Sets the annotation's feature to the specified value. |
void |
setGuiListener(GuiListener gl)
Designates a listener for adding gui objects to the display. |
void |
setJumpAfterAnnotation(boolean j)
|
void |
setMark()
Stores the AnnotatedFile and character offset of the current Annotation in static variables so that other schemes can select the same one. |
void |
setNavigator(SchemeNavigator n)
|
void |
setOneToOne(boolean o,
java.lang.String d)
Specifies that this should create an annotation of type d for
every annotation that this scheme handles. |
void |
setOneToOne(boolean o,
java.lang.String f,
java.lang.String v)
|
void |
setOrientation(java.awt.ComponentOrientation o)
|
void |
setSelection(AnnotationSelection anns)
Requests that the specified annotation selection should be set as the current selection. |
void |
setSelection(AnnotationSelection anns,
boolean validate)
Requests that the specified annotation selection should be set as the current selection and adjusted if the specified validate condition is true. |
void |
setSelectionEnd(int offset)
Specifies that a selection is being made which ends at the specified offset. |
protected void |
setSelectionMode(SelectionMode sm)
|
void |
setSelectionStart(int offset)
Specifies that a selection is being made which starts at the specified offset. |
void |
setSelEnd(int offset,
boolean validate)
|
protected void |
setSortedIndex(int si)
|
void |
setSortScheme(SortCriteria sortCriteria)
Notifies this scheme to use the specified sorting criteria. |
protected void |
setTypeName(java.lang.String t)
Sets the primary type used in this scheme to an annotation's feature t . |
void |
trackAnnotation(Annotation a)
|
void |
treeNodesChanged(javax.swing.event.TreeModelEvent e)
|
void |
treeNodesInserted(javax.swing.event.TreeModelEvent e)
|
void |
treeNodesRemoved(javax.swing.event.TreeModelEvent e)
|
void |
treeStructureChanged(javax.swing.event.TreeModelEvent e)
|
void |
undoPerformed()
|
void |
up()
Specifies the the current annotation should be changed to an appropiate parent annotation. |
protected void |
updateOutcomes(Annotation a)
Changes the possible outcomes or their order as appropiate. |
void |
viewCreated()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected AnnotationView view
protected Annotator annotator
protected boolean configLoaded
protected java.util.Map config
protected java.util.Map types
protected SchemeNavigator navigator
protected AnnotationSelection selectedAnnotations
protected int index
protected int sortedIndex
protected int selStart
protected int selEnd
protected java.lang.String defaultType
protected boolean one2one
protected java.lang.String one2oneFeature
protected java.lang.String one2oneValue
one2oneFeature
that an automatically created annotation should have.
protected boolean canCreateAnnotations
protected java.util.List files
AnnotatedFile
s that are currently being
modified by this scheme.
protected java.util.List views
AnnotatedViews
s that are currently being
used by this scheme.
protected AnnotationFilter annotationFilter
protected java.util.Map colorTable
protected AnnotationFile currentFile
AnnotatedFile
which was sent to the
AnnotationListener
s.
protected java.util.List coloredWords
protected static final int _ADD
protected static final int _REMOVE
protected static final int _RELOAD
protected static final int _UPDATE
protected static final int _MOVE
protected java.util.Map typeMap
protected int chooserWidth
protected java.awt.ComponentOrientation orientation
protected int findIndex
public static final java.awt.ComponentOrientation L2R
public static final java.awt.ComponentOrientation R2L
public static final int JUMP
public static final int ANNOTATE
public static final java.lang.String DEFAULT_ACTION
public static final java.lang.String NORM
public static final java.lang.String HOME
public static final java.lang.String END
public static final java.lang.String LEFT
public static final java.lang.String RIGHT
public static final java.lang.String NEXT
public static final java.lang.String PREV
public static final java.lang.String FLATLEFT
public static final java.lang.String FLATRIGHT
public static final java.lang.String FLATNEXT
public static final java.lang.String FLATPREV
public static final java.lang.String INSERT
public static final java.lang.String REMOVE
public static final java.lang.String UPDATE
public static final java.lang.String GROWLEFT
public static final java.lang.String GROWRIGHT
public static final java.lang.String SHRINKLEFT
public static final java.lang.String SHRINKRIGHT
public static final java.lang.String COMMENT
public static final java.lang.String NEXTCHUNK
public static final java.lang.String PREVCHUNK
public static final java.lang.String COADJUSTLEFT
public static final java.lang.String COADJUSTRIGHT
public static final java.lang.String SPLIT
public static final java.lang.String COADJUST
public static final java.lang.String OUTCOME_NAMES
public static final java.lang.String OUTCOME_CODES
public static final java.lang.String OUTCOME_COLORS
protected boolean confineToBase
protected java.util.List listeners
protected SortCriteria sortCriteria
protected GuiListener guiListener
protected java.lang.String annotatorName
protected boolean update
protected java.lang.String[] outcomes
protected java.util.Map groups
protected java.lang.String[] codes
protected java.awt.Color[] colors
protected javax.swing.Icon[] icons
protected Chooser chooser
protected java.lang.String type
protected SortedAnnotations sorted
protected java.lang.String typeName
Annotation.TYPE
by default.
protected Annotation splita
protected Annotation splitb
Constructor Detail |
public AnnotationScheme(java.lang.String type)
public AnnotationScheme(java.lang.String type, Chooser c)
Method Detail |
public void setJumpAfterAnnotation(boolean j)
public void hotKeyPressed(java.lang.String name)
WordFreakKeyboardFocusManager.HotKeyListener
hotKeyPressed
in interface WordFreakKeyboardFocusManager.HotKeyListener
name
- The name of the hot key.public void setChunkNavigation(boolean b)
public void setConfig(java.util.Map cfg)
cfg
- a mapping between configuration parameters and their values.public void setNavigator(SchemeNavigator n)
public void setOrientation(java.awt.ComponentOrientation o)
protected void setTypeName(java.lang.String t)
t
.
t
- the name of the feature to be used as the primary type.public void setOneToOne(boolean o, java.lang.String d)
d
for
every annotation that this scheme handles.
o
- true if annotations should be created.d
- the type of annotation to create.public void setOneToOne(boolean o, java.lang.String f, java.lang.String v)
public void setConfineToBase(boolean c)
public boolean getConfineToBase()
public void annotatedFile(AnnotationFile f)
f
that this scheme can
modify.
annotatedFile
in interface AnnotatedFileListener
f
- The file which was opened.public static java.lang.String[] getNames()
Strings
that can be passed to
the contsructor to specify which scheme behavior to use.
public java.lang.String getPropertyName()
protected AnnotationView createView(AnnotationFile af)
public void viewCreated()
protected void getAnnotationsFromFile(AnnotationFile f)
List annotations
and List allAnnotaitons
public void trackAnnotation(Annotation a)
public boolean handlesAnnotation(Annotation a)
public boolean handlesBaseAnnotation(Annotation a)
public boolean handlesRelation(Relation r)
public java.lang.Object getAdjudicationData(Annotation a)
public boolean adjudicationMatch(Annotation a, Annotation b)
public boolean adjudicationMatch(Annotation a, java.lang.Object ao, Annotation b, java.lang.Object bo)
public void setMark()
AnnotatedFile
and character offset of the current Annotation
in static variables so that other schemes can select the same one.
public void jumpToMark()
Annotation
marked by setMark
protected int getSortedIndex()
protected void setSortedIndex(int si)
public void setAnnotatedFile(AnnotationFile af)
public void setAnnotationView(AnnotationView v)
public int getAnnotationSize()
public int indexOfAnnotation(Annotation a)
public Annotation getAnnotation()
public Annotation getAnnotation(int i)
public void setAnnotation(Annotation a)
ChooserListener
setAnnotation
in interface ChooserListener
a
- the annotation which should become the current annotation.public void selectCurrentAnnotation()
ViewerListener
selectCurrentAnnotation
in interface ViewerListener
public Annotation getCurrentAnnotation()
public void setSelection(AnnotationSelection anns)
ViewerListener
setSelection
in interface ViewerListener
anns
- The annotations to be selected.public void setSelection(AnnotationSelection anns, boolean validate)
ViewerListener
setSelection
in interface ViewerListener
anns
- The annotations to be selected.validate
- Whether the annotaitons should be adjusted to be a valid selection.public void setSelectionStart(int offset)
ViewerListener
setSelectionStart
in interface ViewerListener
offset
- The start of the selection.public void setSelectionEnd(int offset)
ViewerListener
setSelectionEnd
in interface ViewerListener
offset
- The end of the selection.public void setSelEnd(int offset, boolean validate)
public boolean linkAnnotation(Annotation source, Annotation target, int modifiers)
ViewerListener
ConstituentAnnotaitonScheme
.
linkAnnotation
in interface ViewerListener
source
- The source annotation.target
- The target annotation.modifiers
- The modifiers selected when this action was taken.
public boolean moveAnnotation(Annotation child, Annotation newParent, Annotation oldParent)
ViewerListener
moveAnnotation
in interface ViewerListener
child
- The annotation to be moved.newParent
- The parent under which the specified child should be placed.oldParent
- The previous parent.
public java.util.List getAnnotationsFromOffsets(int s, int e)
public void reloadFiles(java.lang.String encoding)
ViewerListener
reloadFiles
in interface ViewerListener
encoding
- The encoding which should be used to reload the files.public int offsetToIndex(int offset)
protected void notifyListeners(int op, Annotation ann)
protected void notifyListeners(int op, Annotation ann, Annotation p)
protected Annotation annotationFromMouse(int start, int end)
protected Annotation annotationFromMouse(int start, int end, java.lang.String type)
public void setAnnotationFilter(AnnotationFilter af)
filter
method is called.
public AnnotationFilter getAnnotationFilter()
public void closeAnnotatedFile(AnnotationFile f)
f
from the set of possible
annotations.
closeAnnotatedFile
in interface AnnotatedFileListener
f
- The file which was closed.public void up()
ChooserListener
up
in interface ChooserListener
public void down()
ChooserListener
down
in interface ChooserListener
public void next()
next
in interface ChooserListener
public void prev()
prev
in interface ChooserListener
public void home()
public void end()
public void flatNext()
public void flatPrev()
public void nextFile()
ChooserListener
nextFile
in interface ChooserListener
public void prevFile()
ChooserListener
prevFile
in interface ChooserListener
public void nextOutcome()
ChooserListener
nextOutcome
in interface ChooserListener
public void prevOutcome()
ChooserListener
prevOutcome
in interface ChooserListener
protected void updateOutcomes(Annotation a)
protected void process(Annotation a)
public java.lang.String getDefaultType()
protected void buildSwatches()
protected void hilightChunk(int s, int e)
public void colorize()
public void reload()
public void filter()
annotationFilter
. This can cause the
set of annotations to grow or shrink.
public boolean isOutcome(java.lang.String choice)
public final void set(java.lang.String choice)
choice
.
set
in interface ChooserListener
choice
- The choice which has been selected.public final void set(java.lang.String choice, int modifiers)
ChooserListener
set
in interface ChooserListener
choice
- The choice which has been selected.modifiers
- The modifiers selection when that choice was made.public void set(java.lang.String choice, int modifiers, boolean jump)
ChooserListener
set
in interface ChooserListener
choice
- The choice which has been selected.modifiers
- The modifiers selection when that choice was made.jump
- Specifies whether the next annotation should be immediately shown.public void set(java.lang.String choice, int modifiers, boolean jump, Annotation selectedAnnotation)
ChooserListener
set
in interface ChooserListener
choice
- The choice which has been selected.modifiers
- The modifiers selection when that choice was made.jump
- Specifies whether the next annotation should be immediately shown.selectedAnnotation
- An annotation whose selection is related to the specified choice.protected void removeAnnotation(Annotation a)
protected void removeAnnotation(Annotation a, boolean shrink)
protected void createChooser()
protected abstract void initOutcomes()
public void removeAllAnnotationSchemeListeners()
public void addAnnotationSchemeListener(AnnotationSchemeListener listener)
listener
- The object that will recieve the callbacks.public void removeAnnotationSchemeListener(AnnotationSchemeListener listener)
listener
- The object which will no longer recieve annotation scheme callbacks.public void setAnnotator(Annotator a)
public void setAnnotatorName(java.lang.String ann)
public void setChooser(Chooser c)
public Chooser getChooser()
public java.lang.String[] getValuesForFeature(java.lang.String f)
ViewerListener
getValuesForFeature
in interface ViewerListener
f
- The feature whose value are being requested.
public void setGuiListener(GuiListener gl)
public void setSortScheme(SortCriteria sortCriteria)
sortCriteria
- The basis on which the annotation sort should be done.public java.util.Map getColorScheme()
public void dispose()
protected SelectionMode getSelectionMode()
protected void setSelectionMode(SelectionMode sm)
public void setFeature(Annotation ann, java.lang.String feature, java.lang.String value)
ann
- The annotation whose feature is being changed.feature
- The name of the feature to be set.value
- The value for the feature.public void undoPerformed()
undoPerformed
in interface UndoListener
public void redoPerformed()
redoPerformed
in interface UndoListener
public void findExpression(java.lang.String e, int dir)
public void findExpressionAgain(java.lang.String e, int dir)
public void treeNodesChanged(javax.swing.event.TreeModelEvent e)
treeNodesChanged
in interface javax.swing.event.TreeModelListener
public void treeNodesInserted(javax.swing.event.TreeModelEvent e)
treeNodesInserted
in interface javax.swing.event.TreeModelListener
public void treeNodesRemoved(javax.swing.event.TreeModelEvent e)
treeNodesRemoved
in interface javax.swing.event.TreeModelListener
public void treeStructureChanged(javax.swing.event.TreeModelEvent e)
treeStructureChanged
in interface javax.swing.event.TreeModelListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |