Class DeviceData

java.lang.Object
org.eclipse.swt.graphics.DeviceData
Direct Known Subclasses:
PrinterData

public class DeviceData extends Object
  • Field Details

    • display_name

      public String display_name
      This field is platform dependent.

      IMPORTANT: This field is not part of the SWT public API. It is marked public 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.

    • application_name

      public String application_name
      This field is platform dependent.

      IMPORTANT: This field is not part of the SWT public API. It is marked public 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.

    • application_class

      public String application_class
      This field is platform dependent.

      IMPORTANT: This field is not part of the SWT public API. It is marked public 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.

    • debug

      public boolean debug
    • tracking

      public boolean tracking
    • errors

      public Error[] errors
    • objects

      public Object[] objects
  • Constructor Details

    • DeviceData

      public DeviceData()