コード例 #1
0
 public TCompoundControl getParentControl() {
   return m_controller.getParentControl();
 }
コード例 #2
0
 public void commit() {
   m_controller.commit();
 }
コード例 #3
0
 public void setParentControl(TCompoundControl compoundControl) {
   m_controller.setParentControl(compoundControl);
 }