Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----com.jconfig.mac.MonitorHelperMRJ
Summary |
class MonitorHelperMRJ extends java.lang.Object { // Fields 2 private static final String copyrightString; private static final int kMaxMonitors; // Constructors 1 private MonitorHelperMRJ(); // Methods 2 static Monitor getMainMonitor(); static Monitor[] getMonitors(); }
Called by FileRegistryMRJ to implement its monitor related methods. Calls native methods in AppUtilsMRJ to get information on the user's monitors, and then creates MonitorMRJ objects with the data returned from native code.
Fields |
· copyrightString | Summary | Top |
private static final String copyrightString
· kMaxMonitors | Summary | Top |
private static final int kMaxMonitors
The maximum number of monitors getMonitors() returns
Constructors |
· MonitorHelperMRJ | Summary | Top |
private MonitorHelperMRJ()
Methods |
· getMonitors | Summary | Top |
static Monitor[] getMonitors()
Returns a list of all the user's monitors, or null if an error occurs.
· getMainMonitor | Summary | Top |
static Monitor getMainMonitor()
Returns the user's main monitor, or null if an error occurs.
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7