Package jetbrains.communicator.core

Examples of jetbrains.communicator.core.IDEtalkOptions


      return new UserPresence(PresenceMode.EXTENDED_AWAY);
    }
  }

  private static double timeout(String option, int defaultVal) {
    IDEtalkOptions options = Pico.getOptions();
    if (options == null) return -1;

    return options.getNumber(option, defaultVal) * 60;
  }
View Full Code Here

TOP

Related Classes of jetbrains.communicator.core.IDEtalkOptions

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.