Пример #1
0
 /**
  * @param b
  * @return the available shell for b. (normally the working shell of application)
  */
 public static Shell getCurrentShell(BlackBoard b) {
   return b.getData(NAME);
 }