/*package-private*/ void initialize() {
   this.registerScreenCaptureKeyStrokes(this.getFrame());
   this.getInstanceFactoryState().addAndInvokeNewSchoolValueListener(this.instanceFactoryListener);
   org.alice.ide.croquet.models.ui.formatter.FormatterState.getInstance()
       .addNewSchoolValueListener(this.formatterListener);
 }
Example #2
0
 private String getTypeText() {
   org.alice.ide.formatter.Formatter formatter =
       org.alice.ide.croquet.models.ui.formatter.FormatterState.getInstance().getValue();
   return formatter.getTextForType(this.type);
 }