コード例 #1
0
 private boolean isConfigListEmpty() {
   return configList.getItemCount() == 0;
 }
コード例 #2
0
 private void selectLastConfig() {
   int lastIndex = configList.getItemCount() - 1;
   configList.setSelectedIndex(lastIndex);
 }