Package vg.modules.notepad.components.textComponent

Examples of vg.modules.notepad.components.textComponent.ITextComponent.find()


  }
  private synchronized void find() {
    String whatFind = this.searchField.getText();
    ITextComponent textComponent = this.desktop.getCurrentTextComponent();
    if(textComponent != null) {
      textComponent.find(whatFind);
    }
  }
  /**
   * This method deletes non-empty directory.
   */
 
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.