Package factOrFiction.model

Examples of factOrFiction.model.Deck.reinitialize()


    service.activateContext("factOrFiction.deckEditorContext"); //$NON-NLS-1$
  }

  public void update(Observable arg0, Object arg1) {
    Deck deck = (Deck) getEditorInput().getAdapter(Deck.class);
    deck.reinitialize(CardPool.instance());
  }

  public void initializeDeckViewer() {
    Deck deck = (Deck) getEditorInput().getAdapter(Deck.class);
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.