Ejemplo n.º 1
0
 public QualityBox(int w, int listh, int itemh, CFG<QualityList.SingleType> cfg) {
   super(w, listh, itemh);
   this.cfg = cfg;
   this.sel = cfg.get();
 }
Ejemplo n.º 2
0
 protected void defval() {
   a = cfg.get();
 }
Ejemplo n.º 3
0
 @Override
 public void updated(CFG<Boolean> cfg) {
   a = cfg.get();
 }
Ejemplo n.º 4
0
 public T get() {
   return CFG.get(this);
 }