コード例 #1
0
 protected YHorizontalLayoutCellStyle createCellStyle(
     YHorizontalLayout yHorizontalLayout, YTable yTable1) {
   return factory.createHorizontalLayoutCellStyle(yTable1, yHorizontalLayout);
 }
コード例 #2
0
 protected YHorizontalLayoutCellStyle createCellStyle(
     YHorizontalLayout yHorizontalLayout, YComboBox yComboBox1) {
   return factory.createHorizontalLayoutCellStyle(yComboBox1, yHorizontalLayout);
 }
コード例 #3
0
 protected YHorizontalLayoutCellStyle createCellStyle(
     YHorizontalLayout yHorizontalLayout, YList yList1) {
   return factory.createHorizontalLayoutCellStyle(yList1, yHorizontalLayout);
 }
コード例 #4
0
 protected YHorizontalLayoutCellStyle createCellStyle(
     YHorizontalLayout yHorizontalLayout, YTextArea yTextArea1) {
   return factory.createHorizontalLayoutCellStyle(yTextArea1, yHorizontalLayout);
 }