Interface OperatingSystem.ExternalApplication

  • Enclosing class:
    OperatingSystem

    public static interface OperatingSystem.ExternalApplication
    • Method Detail

      • getName

        String getName()
        Application display name
        Returns:
        name
      • getIcon

        Icon getIcon()
        Application icon, if available.
        Returns:
        icon or null, if not available
      • isPreferred

        boolean isPreferred()
        Indicates whether this is the preferred application.
        Returns:
        true or false