Package edu.harvard.wcfia.yoshikoder.ui

Examples of edu.harvard.wcfia.yoshikoder.ui.EditPatternPanel


* @author will
*/
public class EditPatternDialog extends AbstractOkCancelDialog {

  public EditPatternDialog(Yoshikoder yk, CategoryNode parent, PatternNode nodeToReplace) {
    super(yk, new EditPatternPanel(yk, parent, nodeToReplace),
        Messages.getString("PatternDialog.icon"));
    setTitle(Messages.getString("EditPatternDialog.0"));
  }
View Full Code Here

TOP

Related Classes of edu.harvard.wcfia.yoshikoder.ui.EditPatternPanel

Copyright © 2018 www.massapicom. 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.