gate.gui.docview
Class CorefEditor.NewCorefAction

java.lang.Object
  extended bygate.gui.docview.CorefEditor.NewCorefAction
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
CorefEditor

protected class CorefEditor.NewCorefAction
extends Object
implements ActionListener

When user hovers over the annotations which have been highlighted by show button


Nested Class Summary
private  class CorefEditor.NewCorefAction.AddAction
           
private  class CorefEditor.NewCorefAction.ListEditor
          Custom Editor for the ComboBox to enable key events
 
Field Summary
(package private)  JButton add
           
(package private)  JButton cancel
           
(package private)  String field
           
(package private)  boolean firstTime
           
(package private)  JLabel label
           
(package private)  JComboBox list
           
(package private)  CorefEditor.NewCorefAction.ListEditor listEditor
           
(package private)  JPanel mainPanel
           
(package private)  ComboBoxModel model
           
(package private)  Point mousePoint
           
(package private)  JPanel panel
           
(package private)  JPopupMenu popup1
           
(package private)  JPanel subPanel
           
(package private)  int textLocation
           
 
Constructor Summary
CorefEditor.NewCorefAction()
           
 
Method Summary
 void actionPerformed(ActionEvent ae)
           
 void setMousePointer(Point point)
           
 void setTextLocation(int textLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textLocation

int textLocation

mousePoint

Point mousePoint

label

JLabel label

panel

JPanel panel

subPanel

JPanel subPanel

field

String field

add

JButton add

cancel

JButton cancel

list

JComboBox list

mainPanel

JPanel mainPanel

popup1

JPopupMenu popup1

listEditor

CorefEditor.NewCorefAction.ListEditor listEditor

model

ComboBoxModel model

firstTime

boolean firstTime
Constructor Detail

CorefEditor.NewCorefAction

public CorefEditor.NewCorefAction()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent ae)
Specified by:
actionPerformed in interface ActionListener

setTextLocation

public void setTextLocation(int textLocation)

setMousePointer

public void setMousePointer(Point point)