gate.gui
Class ListEditorDialog

java.lang.Object
  |
  +--java.awt.Component
        |
        +--java.awt.Container
              |
              +--java.awt.Window
                    |
                    +--java.awt.Dialog
                          |
                          +--javax.swing.JDialog
                                |
                                +--gate.gui.ListEditorDialog
All Implemented Interfaces:
Accessible, ImageObserver, MenuContainer, RootPaneContainer, Serializable, WindowConstants

public class ListEditorDialog
extends JDialog

A simple editor for List values.

See Also:
Serialized Form

Nested Class Summary
protected  class ListEditorDialog.AddAction
          Adds an element to the list from the editing component located at the top of this dialog.
protected  class ListEditorDialog.RemoveAction
          Removes the selected element(s) from the list
protected  class ListEditorDialog.ResourceComboModel
          A model for a combobox containing the loaded corpora in the system
 
Field Summary
(package private)  Action addAction
          An action that adds the item being edited to the list
(package private)  JButton addBtn
          Used to add a new value to the list
(package private)  JButton cancelButton
          The cancel button for this dialog
(package private)  JComboBox combo
          Comobox used to select among values for GATE types
(package private)  boolean finiteType
          Does the item type have a finite range (i.e.
(package private)  String itemType
          The type of the elements in the list
(package private)  Class itemTypeClass
          The Class for the elements in the list
(package private)  JList listComponent
          The GUI compoenent used to display the list
(package private)  DefaultListModel listModel
          The model used by the listComponent
(package private)  JButton moveDownBtn
          Moves down one or more items in the list
(package private)  JButton moveUpBtn
          Moves up one or more items in the list
(package private)  JButton okButton
          The OK button for this dialog
(package private)  Action removeAction
          An action that removes the item(s) currently selected from the list
(package private)  JButton removeBtn
          Used to remove the selected element in the list;
(package private)  JTextField textField
          Text field used to input new arbitrary values
(package private)  boolean userCancelled
          Did the user press the cancel button?
 
Fields inherited from class javax.swing.JDialog
accessibleContext, rootPane, rootPaneCheckingEnabled
 
Fields inherited from class java.awt.Dialog
 
Fields inherited from class java.awt.Window
 
Fields inherited from class java.awt.Container
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Fields inherited from interface javax.swing.WindowConstants
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
ListEditorDialog(Component owner, List data, String itemType)
          Contructs a new ListEditorDialog.
 
Method Summary
protected  void initGuiComponents()
           
protected  void initListeners()
           
protected  void initLocalData(List data)
           
static void main(String[] args)
          test code
 List showDialog()
          Make this dialog visible allowing the editing of the list.
 
Methods inherited from class javax.swing.JDialog
addImpl, createRootPane, dialogInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update
 
Methods inherited from class java.awt.Dialog
addNotify, dispose, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setTitle, setUndecorated, show
 
Methods inherited from class java.awt.Window
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, finalize, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, isActive, isFocusableWindow, isFocusCycleRoot, isFocused, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationRelativeTo, toBack, toFront
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, removeNotify, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

itemType

String itemType
The type of the elements in the list


itemTypeClass

Class itemTypeClass
The Class for the elements in the list


listComponent

JList listComponent
The GUI compoenent used to display the list


combo

JComboBox combo
Comobox used to select among values for GATE types


textField

JTextField textField
Text field used to input new arbitrary values


removeBtn

JButton removeBtn
Used to remove the selected element in the list;


addBtn

JButton addBtn
Used to add a new value to the list


moveUpBtn

JButton moveUpBtn
Moves up one or more items in the list


moveDownBtn

JButton moveDownBtn
Moves down one or more items in the list


listModel

DefaultListModel listModel
The model used by the listComponent


finiteType

boolean finiteType
Does the item type have a finite range (i.e. should we use the combo)?


addAction

Action addAction
An action that adds the item being edited to the list


removeAction

Action removeAction
An action that removes the item(s) currently selected from the list


okButton

JButton okButton
The OK button for this dialog


cancelButton

JButton cancelButton
The cancel button for this dialog


userCancelled

boolean userCancelled
Did the user press the cancel button?

Constructor Detail

ListEditorDialog

public ListEditorDialog(Component owner,
                        List data,
                        String itemType)
Contructs a new ListEditorDialog.

Parameters:
owner - the component this dialog will be centred on.
data - a list with the initial values. This list will not be changed, its values will be cached and if the user selects the OK option a new list with the updated contents will be returned.
itemType - the type of the elements in the list in the form of a fully qualified class name
Method Detail

initLocalData

protected void initLocalData(List data)

initGuiComponents

protected void initGuiComponents()

initListeners

protected void initListeners()

showDialog

public List showDialog()
Make this dialog visible allowing the editing of the list. If the user selects the OK option a new list with the updated contents will be returned; it the Cancel option is selected this method return null.


main

public static void main(String[] args)
test code