コード例 #1
0
    /** Invokes <code>expandParentAndReceiver</code> on the parent, and expands the receiver. */
    protected void expandParentAndReceiver() {
      FHTreeStateNode parent = (FHTreeStateNode) getParent();

      if (parent != null) parent.expandParentAndReceiver();
      expand();
    }