Package org.wikipediacleaner.utils

Examples of org.wikipediacleaner.utils.ConfigurationValueShortcut


   * @return Button.
   */
  private static JButton createInternalButton(
      Occurrence occurrence,
      boolean showIcon, boolean useShortcut) {
    ConfigurationValueShortcut shortcut = ConfigurationValueShortcut.OCCURRENCE_NEXT;
    String iconName = "gnome-go-next.png";
    String label = GT._("Next occurrence");
    switch (occurrence) {
    case FIRST:
      shortcut = ConfigurationValueShortcut.OCCURRENCE_FIRST;
View Full Code Here

TOP

Related Classes of org.wikipediacleaner.utils.ConfigurationValueShortcut

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.