コード例 #1
0
 /**
  * A method to do some initialising before we actually play the package. Here we get the default
  * organization and then pass that to a method which will parse that organization (JDOM) and
  * figure out what we need, in terms of items, sequence, prerequisites, etc
  */
 public void initialize() {
   if (_navViewer.getDocument() == null) {
     return;
   }
   _javascriptStrings = parse(false);
 }