コード例 #1
0
ファイル: DateBox.java プロジェクト: Ondenge/imogene
 /**
  * Gets the date box's position in the tab index.
  *
  * @return the date box's tab index
  */
 public int getTabIndex() {
   return box.getTabIndex();
 }
コード例 #2
0
 public int getTabIndex() {
   return textBox.getTabIndex();
 }