示例#1
0
 @Override
 public void uninstall(Controller c) throws Exception {
   super.uninstall(c);
   Scene scene = c.getPlugin(Scene.class);
   scene.getBackdropComponent().removeChild(terrain);
   viewPreferences.removeColorPickerChangedListener(this);
   VRPanel vp = c.getPlugin(VRPanel.class);
   vp.removeAll(getClass());
 }
示例#2
0
 @Override
 public void uninstall(Controller c) throws Exception {
   viewMenuBar.removeMenu(getClass(), exportMenu);
   super.uninstall(c);
 }