Package org.xnap.gui.action

Examples of org.xnap.gui.action.EnableAction


   
        autoFetchNapigatorIntervalTextField = new ValidatedTextField
      (napPrefs.getAutoFetchNapigatorInterval() + "", 5,
       ValidatedTextField.NUMBERS_INT);
    autoFetchNapigatorAction
      = new EnableAction
        (XNap.tr("Refresh lists every"),
         new Component[] { autoFetchNapigatorIntervalTextField },
         napPrefs.getAutoFetchNapigator());
    GridBagHelper.addComponent
      (jpStartup, new XNapCheckBox(autoFetchNapigatorAction));
View Full Code Here

TOP

Related Classes of org.xnap.gui.action.EnableAction

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.