public class DeviceData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
application_class
This field is platform dependent.
|
java.lang.String |
application_name
This field is platform dependent.
|
boolean |
debug |
java.lang.String |
display_name
This field is platform dependent.
|
java.lang.Error[] |
errors |
java.lang.Object[] |
objects |
boolean |
tracking |
| Constructor and Description |
|---|
DeviceData() |
public java.lang.String display_name
IMPORTANT: This field is not part of the SWT public API. It is marked protected only so that it can be shared within the packages provided by SWT. It is not available on all platforms and should never be accessed from application code.
public java.lang.String application_name
IMPORTANT: This field is not part of the SWT public API. It is marked protected only so that it can be shared within the packages provided by SWT. It is not available on all platforms and should never be accessed from application code.
public java.lang.String application_class
IMPORTANT: This field is not part of the SWT public API. It is marked protected only so that it can be shared within the packages provided by SWT. It is not available on all platforms and should never be accessed from application code.
public boolean debug
public boolean tracking
public java.lang.Error[] errors
public java.lang.Object[] objects