public static class MacProcesses.Info extends ProcessInfo
Constructor and Description |
---|
MacProcesses.Info(int processId,
java.lang.String moduleName,
java.lang.String displayedName,
java.lang.String bundleIdentifier,
boolean backgroundOnly)
Called by the framework.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBundleIdentifier()
The bundle identifier of the application.
|
java.lang.String |
getDisplayedName()
The displayed name of the application.
|
java.lang.String |
getWindowTitle()
Get the title of one of the visible top-level windows of this process.
|
boolean |
isBackgroundOnly()
Returns if the process is only running in the background and does not display any windows.
|
java.lang.String |
toString() |
equals, getModuleName, getProcessId, hashCode
public MacProcesses.Info(int processId, java.lang.String moduleName, java.lang.String displayedName, java.lang.String bundleIdentifier, boolean backgroundOnly)
public java.lang.String getWindowTitle()
ProcessInfo
getWindowTitle
in class ProcessInfo
public java.lang.String getDisplayedName()
public java.lang.String getBundleIdentifier()
public boolean isBackgroundOnly()
public java.lang.String toString()
toString
in class ProcessInfo