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