Package net.sourceforge.ztail.modules.search

Examples of net.sourceforge.ztail.modules.search.SearchEntity


    UXWindowsUtil.screenCenter(win);
    win.setFindAction(new UXAbstractAction() {
      @Override
      public void doAction() {
        TabItem tab = TabPanelManager.instance().getActiveTab();
        SearchEntity sEntity = new SearchEntity(
            tab.getText(),
            win.getPattern(),
            win.isRegx(),
            win.isCaseSensitive());
       
View Full Code Here

TOP

Related Classes of net.sourceforge.ztail.modules.search.SearchEntity

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.