Exemple #1
0
 // <editor-fold defaultstate="collapsed" desc="general support functions">
 @Override
 public Action[] getActions() {
   return TextAction.augmentList(super.getActions(), defaultActions);
 }
Exemple #2
0
 /**
  * Fetch the list of actions supported by this editor. It is implemented to return the list of
  * actions supported by the embedded JTextComponent augmented with the actions defined locally.
  */
 public Action[] getActions() {
   return TextAction.augmentList(editor.getActions(), defaultActions);
 }