Package uk.ac.cisban.rod.gui.functions

Functions that are used repeatedly through the interface for specific tasks.

See:
          Description

Class Summary
ChangeNameAndDescription Shows a dialog to change the name and description of controlled vocabulary.
ClipboardAdapter When added to a JTextComponent, this class will show a menu on mouse right-click with the options 'Cut', 'Copy', and 'Paste', and handle clipboard events appropriately.
GetTreatments Retrieves the complete list of treatments from the database.
Latin1InputVerifier Restricts a JTextComponent's input to only what can be encoded into LATIN1, which is what the database is encoded in, and highlights unmappable text in red.
RenameExperiment A listener added to a button that allows renaming of the current experiment when it senses an ActionEvent.
RenameMedium A listener added to a button that allows renaming of the current experiment when it senses an ActionEvent.
RenameTreatment A listener added to a button that allows renaming of a treatment when it senses an ActionEvent.
StatePropertyChangeListener When added to a StateSwingWorker, listens for status events and progress reports, and updates the given JProgressBar and JLabels appropriately.
TextTransferHandler Works together with ClipboardAdapter to allow cut, copy, and paste from right-click menus.
 

Package uk.ac.cisban.rod.gui.functions Description

Functions that are used repeatedly through the interface for specific tasks.



Copyright © 2010. All Rights Reserved.