예제 #1
0
 private void jButtonSummaryActionPerformed(
     java.awt.event.ActionEvent evt) { // GEN-FIRST:event_jButtonSummaryActionPerformed
   controller.requestNavigationTo("Summary", null);
 } // GEN-LAST:event_jButtonSummaryActionPerformed
예제 #2
0
 private void searchFieldKeyTyped(
     java.awt.event.KeyEvent evt) { // GEN-FIRST:event_searchFieldKeyTyped
   if (getName().length() > 3) {
     controller.newSearchEvent();
   }
 } // GEN-LAST:event_searchFieldKeyTyped
예제 #3
0
 private void searchFieldActionPerformed(
     java.awt.event.ActionEvent evt) { // GEN-FIRST:event_searchFieldActionPerformed
   setSearchResult(controller.findResultFor(getSearchText()));
 } // GEN-LAST:event_searchFieldActionPerformed
예제 #4
0
 private void jButtonNewDishActionPerformed(
     java.awt.event.ActionEvent evt) { // GEN-FIRST:event_jButtonNewDishActionPerformed
   controller.newDishEvent();
 } // GEN-LAST:event_jButtonNewDishActionPerformed
예제 #5
0
 private void BtnTableSelectionActionPerformed(
     java.awt.event.ActionEvent evt) { // GEN-FIRST:event_BtnTableSelectionActionPerformed
   controller.newTableSelection();
 } // GEN-LAST:event_BtnTableSelectionActionPerformed
예제 #6
0
 private void newDishItemActionPerformed(
     java.awt.event.ActionEvent evt) { // GEN-FIRST:event_newDishItemActionPerformed
   controller.newDishEvent();
 } // GEN-LAST:event_newDishItemActionPerformed
예제 #7
0
 private void quitItemActionPerformed(
     java.awt.event.ActionEvent evt) { // GEN-FIRST:event_quitItemActionPerformed
   controller.quitEvent();
 } // GEN-LAST:event_quitItemActionPerformed
예제 #8
0
 private void formWindowClosing(
     java.awt.event.WindowEvent evt) { // GEN-FIRST:event_formWindowClosing
   controller.quitEvent();
 } // GEN-LAST:event_formWindowClosing