Ignore:
Timestamp:
Mar 19, 2010, 5:51:31 PM (14 years ago)
Author:
tobias
Message:

displays key value pairs as part of the tree

File:
1 edited

Legend:

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

    r832 r847  
    3838                return name;
    3939        }
    40          public String getDescription() {
     40        public String getDescription() {
    4141                        return description;
    4242                }
    4343
    44                 public void setDescription(String description) {
     44        public void setDescription(String description) {
    4545                        this.description = description;
    46                 }
     46        }
    4747
    4848                public String getPassword() {
Note: See TracChangeset for help on using the changeset viewer.