Esempio n. 1
0
 /** Enables this element in the passed state, which should be the default for a given action. */
 public static void enable(State defaultState) {
   Element tmp = new ModelMatrixElement();
   defaultState.setElement(tmp.getStateIndex(), tmp);
 }