Package: IDetailBar
IDetailBar
Coverage
1: package networkconfigurator;
2: 
3: /**
4:  * Interface for detailbars.
5:  * 
6:  * @author Erik Arand
7:  *
8:  */
9: public interface IDetailBar {
10:         /**
11:          * Methode for refreshing the textfields.
12:          */
13:         void reassignAttributes();
14: }