Uses of Package
gate.swing

Packages that use gate.swing
gate.annotation   
gate.gui   
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
           
WaitDialog
          A small window used to show messages to the user during processing.
XJEditorPane
          An enhanced version of JEditorPane that is able of handling hyperlinks from the HTML document displayed.
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.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
JTreeTable.CustomJTree
          The JTree used for rendering the first column.
TreeTableModel
          TreeTableModel is the model used by a JTreeTable.
XJTable
          A "smarter" JTable.
XJTable.DefaultComparator
          This is used as the default comparator for a column when a custom was not provided.
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).