Uses of Package
gate.swing

Packages that use gate.swing
gate.annotation   
gate.gui   
gate.gui.annedit   
gate.gui.docview   
gate.swing   
 

Classes in gate.swing used by gate.annotation
XJTable
          A "smarter" JTable.
 

Classes in gate.swing used by gate.gui
ColorGenerator
          This class is used to generate random colours that are evenly distributed in the colours space.
JFontChooser
           
XJEditorPane
          An enhanced version of JEditorPane that is able of handling hyperlinks from the HTML document displayed.
XJFileChooser
          Extends JFileChooser to make sure the shared MainFrame instance is used as a parent when no parent is specified.
XJMenu
          A modified version of JMenu that uses MenuLayout as its layout.
XJMenuItem
          Extension of a JMenuItem that adds a description and a StatusListener as parameters.
XJTabbedPane
          An extended version of JTabbedPane.
XJTable
          A "smarter" JTable.
XJTextPane
          A custom JTextPane that reinitialises the default font style when th UI changes.
 

Classes in gate.swing used by gate.gui.annedit
JChoice
          A GUI component intended to allow quick selection from a set of options.
 

Classes in gate.swing used by gate.gui.docview
ColorGenerator
          This class is used to generate random colours that are evenly distributed in the colours space.
XJTable
          A "smarter" JTable.
 

Classes in gate.swing used by gate.swing
AbstractTreeTableModel
          An abstract implementation of the TreeTableModel interface.
BlockingGlassPane.BlockKeys
          The key dispatcher to block the keys.
BlockingGlassPane.BlockMouse
          The mouse listener used to block the mouse.
JChoice.ListenerWrapper
          An action listener that changes the source of events to be this object.
JTreeTable
          A TreeTable component.
JTreeTable.CustomJTree
          The JTree used for rendering the first column.
JTreeTable.TreeTableModelAdapter
          A wrapper that reads a TreeTableModel and behaves as a TableModel
TreeTableModel
          TreeTableModel is the model used by a JTreeTable.
XJTable
          A "smarter" JTable.
XJTable.ColumnData
           
XJTable.HeaderMouseListener
           
XJTable.SortingModel
          Handles translations between an indexed data source and a permutation of itself (like the translations between the rows in sorted table and the rows in the actual unsorted model).
XJTable.SortingModel.ValueHolder
           
XJTable.SortingModel.ValueHolderComparator