| Class | Description |
|---|---|
| EdalConfigDialog | |
| EdalDateChooser | |
| EdalDatePanel | |
| EdalDateTimePicker |
DatetimePicker provides a swing panel for the user to choose
Datetime and set it's Precision. |
| EdalFileChooser |
EDALFileChooser provides a simple mechanism for the user to
choose a file from EDAL File System. |
| EdalMutableTreeModel |
Defines the requirements for an object that can be used as a
tree node in a JTree.
|
| EdalNode |
Defines the requirements for an object that can be used as a
tree node data holder in a JTree.
|
| EdalTableModel |
The
EDALTableModel can be set up to display any data
model which implements the
TableModel interface with a couple of lines of code:
EDALTableModel myData = new EDALTableModel(data,columnNames);
JTable table = new JTable(myData);
we implement this class only because we want to make the table is readonly,
so the isCellEditable function return false |
| ErrorDialog | |
| MetadataDialog |
This is a abstract class.
|
| PermissionDialog |
PermissionDialog provides a mechanism for the user to manage the
permissions of EDAL File System. |
| TreeWillExpandListenerAction |
A class which implements TreeWillExpandListener interface, The listener
that's notified when a tree expands or collapses a node.
|
Copyright © 2016 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.