Ignore:
Timestamp:
Mar 12, 2010, 5:44:02 PM (14 years ago)
Author:
tobias
Message:

added Client to connect to the vanHelsing webservice
modified ConfigurationBean to read objects from Client

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/ConfigurationBean.java

    r832 r840  
    1111        public ConfigurationBean(){
    1212                DefaultMutableTreeNode root = new DefaultMutableTreeNode();
    13                 String[] nodes = {"Director", "SDStorage", "Catalog", "SDDevice"};
     13                String[] nodes = {"Director", "Client", "FileSet", "Schedule",
     14                                        "SDStorage", "Catalog", "SDDevice", "Job", "JobDefs"};
    1415                setTree(super.createTree(root, nodes));
    1516               
Note: See TracChangeset for help on using the changeset viewer.