Ejemplo n.º 1
0
 /** Asserts parenthood for this AEP */
 public void assertParenthood() {
   CompoundCommand cc = new CompoundCommand();
   assertParenthood(cc);
   cc.execute();
 }
Ejemplo n.º 2
0
 public void update() {
   for (CollapseExpandButton button : buttonList) collapse(button);
   super.execute();
 }