awt.d.ts 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. /// <reference path="../index.d.ts" />
  2. export declare type AWTEvent = $.java.awt.AWTEvent;
  3. export declare const AWTEvent: $.java.awt.AWTEvent_C;
  4. export declare type BufferCapabilities = $.java.awt.BufferCapabilities;
  5. export declare const BufferCapabilities: $.java.awt.BufferCapabilities_C;
  6. export declare type BufferCapabilities$FlipContents = $.java.awt.BufferCapabilities$FlipContents;
  7. export declare const BufferCapabilities$FlipContents: $.java.awt.BufferCapabilities$FlipContents_C;
  8. export declare type Color = $.java.awt.Color;
  9. export declare const Color: $.java.awt.Color_C;
  10. export declare type Component = $.java.awt.Component;
  11. export declare const Component: $.java.awt.Component_C;
  12. export declare type Component$BaselineResizeBehavior = $.java.awt.Component$BaselineResizeBehavior;
  13. export declare const Component$BaselineResizeBehavior: typeof $.java.awt.Component$BaselineResizeBehavior;
  14. export declare type ComponentOrientation = $.java.awt.ComponentOrientation;
  15. export declare const ComponentOrientation: $.java.awt.ComponentOrientation_C;
  16. export declare type Composite = $.java.awt.Composite;
  17. export declare const Composite: $.java.awt.Composite;
  18. export declare type CompositeContext = $.java.awt.CompositeContext;
  19. export declare const CompositeContext: $.java.awt.CompositeContext;
  20. export declare type Container = $.java.awt.Container;
  21. export declare const Container: $.java.awt.Container_C;
  22. export declare type Cursor = $.java.awt.Cursor;
  23. export declare const Cursor: $.java.awt.Cursor_C;
  24. export declare type Dialog$ModalExclusionType = $.java.awt.Dialog$ModalExclusionType;
  25. export declare const Dialog$ModalExclusionType: typeof $.java.awt.Dialog$ModalExclusionType;
  26. export declare type Dialog$ModalityType = $.java.awt.Dialog$ModalityType;
  27. export declare const Dialog$ModalityType: typeof $.java.awt.Dialog$ModalityType;
  28. export declare type Dimension = $.java.awt.Dimension;
  29. export declare const Dimension: $.java.awt.Dimension_C;
  30. export declare type DisplayMode = $.java.awt.DisplayMode;
  31. export declare const DisplayMode: $.java.awt.DisplayMode_C;
  32. export declare type Event = $.java.awt.Event;
  33. export declare const Event: $.java.awt.Event_C;
  34. export declare type EventQueue = $.java.awt.EventQueue;
  35. export declare const EventQueue: $.java.awt.EventQueue_C;
  36. export declare type FocusTraversalPolicy = $.java.awt.FocusTraversalPolicy;
  37. export declare const FocusTraversalPolicy: $.java.awt.FocusTraversalPolicy_C;
  38. export declare type Font = $.java.awt.Font;
  39. export declare const Font: $.java.awt.Font_C;
  40. export declare type FontMetrics = $.java.awt.FontMetrics;
  41. export declare const FontMetrics: $.java.awt.FontMetrics_C;
  42. export declare type Frame = $.java.awt.Frame;
  43. export declare const Frame: $.java.awt.Frame_C;
  44. export declare type Graphics = $.java.awt.Graphics;
  45. export declare const Graphics: $.java.awt.Graphics_C;
  46. export declare type Graphics2D = $.java.awt.Graphics2D;
  47. export declare const Graphics2D: $.java.awt.Graphics2D_C;
  48. export declare type GraphicsConfigTemplate = $.java.awt.GraphicsConfigTemplate;
  49. export declare const GraphicsConfigTemplate: $.java.awt.GraphicsConfigTemplate_C;
  50. export declare type GraphicsConfiguration = $.java.awt.GraphicsConfiguration;
  51. export declare const GraphicsConfiguration: $.java.awt.GraphicsConfiguration_C;
  52. export declare type GraphicsDevice = $.java.awt.GraphicsDevice;
  53. export declare const GraphicsDevice: $.java.awt.GraphicsDevice_C;
  54. export declare type GraphicsDevice$WindowTranslucency = $.java.awt.GraphicsDevice$WindowTranslucency;
  55. export declare const GraphicsDevice$WindowTranslucency: typeof $.java.awt.GraphicsDevice$WindowTranslucency;
  56. export declare type Image = $.java.awt.Image;
  57. export declare const Image: $.java.awt.Image_C;
  58. export declare type ImageCapabilities = $.java.awt.ImageCapabilities;
  59. export declare const ImageCapabilities: $.java.awt.ImageCapabilities_C;
  60. export declare type Insets = $.java.awt.Insets;
  61. export declare const Insets: $.java.awt.Insets_C;
  62. export declare type JobAttributes = $.java.awt.JobAttributes;
  63. export declare const JobAttributes: $.java.awt.JobAttributes_C;
  64. export declare type JobAttributes$DefaultSelectionType = $.java.awt.JobAttributes$DefaultSelectionType;
  65. export declare const JobAttributes$DefaultSelectionType: $.java.awt.JobAttributes$DefaultSelectionType_C;
  66. export declare type JobAttributes$DestinationType = $.java.awt.JobAttributes$DestinationType;
  67. export declare const JobAttributes$DestinationType: $.java.awt.JobAttributes$DestinationType_C;
  68. export declare type JobAttributes$DialogType = $.java.awt.JobAttributes$DialogType;
  69. export declare const JobAttributes$DialogType: $.java.awt.JobAttributes$DialogType_C;
  70. export declare type JobAttributes$MultipleDocumentHandlingType = $.java.awt.JobAttributes$MultipleDocumentHandlingType;
  71. export declare const JobAttributes$MultipleDocumentHandlingType: $.java.awt.JobAttributes$MultipleDocumentHandlingType_C;
  72. export declare type JobAttributes$SidesType = $.java.awt.JobAttributes$SidesType;
  73. export declare const JobAttributes$SidesType: $.java.awt.JobAttributes$SidesType_C;
  74. export declare type LayoutManager = $.java.awt.LayoutManager;
  75. export declare const LayoutManager: $.java.awt.LayoutManager;
  76. export declare type Menu = $.java.awt.Menu;
  77. export declare const Menu: $.java.awt.Menu_C;
  78. export declare type MenuBar = $.java.awt.MenuBar;
  79. export declare const MenuBar: $.java.awt.MenuBar_C;
  80. export declare type MenuComponent = $.java.awt.MenuComponent;
  81. export declare const MenuComponent: $.java.awt.MenuComponent_C;
  82. export declare type MenuContainer = $.java.awt.MenuContainer;
  83. export declare const MenuContainer: $.java.awt.MenuContainer;
  84. export declare type MenuItem = $.java.awt.MenuItem;
  85. export declare const MenuItem: $.java.awt.MenuItem_C;
  86. export declare type MenuShortcut = $.java.awt.MenuShortcut;
  87. export declare const MenuShortcut: $.java.awt.MenuShortcut_C;
  88. export declare type PageAttributes = $.java.awt.PageAttributes;
  89. export declare const PageAttributes: $.java.awt.PageAttributes_C;
  90. export declare type PageAttributes$ColorType = $.java.awt.PageAttributes$ColorType;
  91. export declare const PageAttributes$ColorType: $.java.awt.PageAttributes$ColorType_C;
  92. export declare type PageAttributes$MediaType = $.java.awt.PageAttributes$MediaType;
  93. export declare const PageAttributes$MediaType: $.java.awt.PageAttributes$MediaType_C;
  94. export declare type PageAttributes$OrientationRequestedType = $.java.awt.PageAttributes$OrientationRequestedType;
  95. export declare const PageAttributes$OrientationRequestedType: $.java.awt.PageAttributes$OrientationRequestedType_C;
  96. export declare type PageAttributes$OriginType = $.java.awt.PageAttributes$OriginType;
  97. export declare const PageAttributes$OriginType: $.java.awt.PageAttributes$OriginType_C;
  98. export declare type PageAttributes$PrintQualityType = $.java.awt.PageAttributes$PrintQualityType;
  99. export declare const PageAttributes$PrintQualityType: $.java.awt.PageAttributes$PrintQualityType_C;
  100. export declare type Paint = $.java.awt.Paint;
  101. export declare const Paint: $.java.awt.Paint;
  102. export declare type PaintContext = $.java.awt.PaintContext;
  103. export declare const PaintContext: $.java.awt.PaintContext;
  104. export declare type Point = $.java.awt.Point;
  105. export declare const Point: $.java.awt.Point_C;
  106. export declare type Polygon = $.java.awt.Polygon;
  107. export declare const Polygon: $.java.awt.Polygon_C;
  108. export declare type PopupMenu = $.java.awt.PopupMenu;
  109. export declare const PopupMenu: $.java.awt.PopupMenu_C;
  110. export declare type PrintJob = $.java.awt.PrintJob;
  111. export declare const PrintJob: $.java.awt.PrintJob_C;
  112. export declare type Rectangle = $.java.awt.Rectangle;
  113. export declare const Rectangle: $.java.awt.Rectangle_C;
  114. export declare type RenderingHints = $.java.awt.RenderingHints;
  115. export declare const RenderingHints: $.java.awt.RenderingHints_C;
  116. export declare type RenderingHints$Key = $.java.awt.RenderingHints$Key;
  117. export declare const RenderingHints$Key: $.java.awt.RenderingHints$Key_C;
  118. export declare type SecondaryLoop = $.java.awt.SecondaryLoop;
  119. export declare const SecondaryLoop: $.java.awt.SecondaryLoop;
  120. export declare type Shape = $.java.awt.Shape;
  121. export declare const Shape: $.java.awt.Shape;
  122. export declare type Stroke = $.java.awt.Stroke;
  123. export declare const Stroke: $.java.awt.Stroke;
  124. export declare type Toolkit = $.java.awt.Toolkit;
  125. export declare const Toolkit: $.java.awt.Toolkit_C;
  126. export declare type Transparency = $.java.awt.Transparency;
  127. export declare const Transparency: $.java.awt.Transparency;
  128. export declare type Window = $.java.awt.Window;
  129. export declare const Window: $.java.awt.Window_C;
  130. export declare type Window$Type = $.java.awt.Window$Type;
  131. export declare const Window$Type: typeof $.java.awt.Window$Type;