コード例 #1
0
 @Override
 protected void relayoutImpl() {
   myCellLayout.doLayout(this);
   myAscent = myCellLayout.getAscent(this);
   myDescent = myCellLayout.getDescent(this);
 }