Class DeviceData

  • Direct Known Subclasses:
    PrinterData

    public class DeviceData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DeviceData()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • display_name

        public java.lang.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 java.lang.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 java.lang.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 java.lang.Error[] errors
      • objects

        public java.lang.Object[] objects
    • Constructor Detail

      • DeviceData

        public DeviceData()