Ejemplo n.º 1
0
 public Scheduler()
 {
   Scheduler scheduler = this;
   this.count = 0;
   this.commands = new StringArray();
   this.ids = new NumberArray();
   this.toCancel = new NumberArray();
   this.listener = (ITableListener) new Scheduler\u00241(this);
 }
Ejemplo n.º 2
0
 public Chooser()
 {
   Chooser chooser = this;
   this.__\u003C\u003Eeditable = new BooleanProperty((PropertyHolder) this, "Editable", true);
   this.__\u003C\u003EuseRadioButtons = new BooleanProperty((PropertyHolder) this, "Use Radio Buttons", true);
   this.choices = new StringArray();
 }