Package factOrFiction.model

Examples of factOrFiction.model.Deck.clear()


      return;
   
    Deck deck = (Deck)editor.getEditorInput().getAdapter(Deck.class);
   
    if(deck != null) {
      deck.clear();
    }
  }

  public void selectionChanged(IAction action, ISelection selection) {
    // I don't care
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.