author | psadhukhan |
Fri, 21 Jul 2017 10:23:37 +0530 | |
changeset 47159 | 8261a0f79e90 |
parent 47142 | c6ba533f5977 |
permissions | -rw-r--r-- |
36511 | 1 |
/* |
2 |
* Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved. |
|
3 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
|
4 |
* |
|
5 |
* This code is free software; you can redistribute it and/or modify it |
|
6 |
* under the terms of the GNU General Public License version 2 only, as |
|
7 |
* published by the Free Software Foundation. Oracle designates this |
|
8 |
* particular file as subject to the "Classpath" exception as provided |
|
9 |
* by Oracle in the LICENSE file that accompanied this code. |
|
10 |
* |
|
11 |
* This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 |
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 |
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 |
* version 2 for more details (a copy is included in the LICENSE file that |
|
15 |
* accompanied this code). |
|
16 |
* |
|
17 |
* You should have received a copy of the GNU General Public License version |
|
18 |
* 2 along with this work; if not, write to the Free Software Foundation, |
|
19 |
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 |
* |
|
21 |
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
|
22 |
* or visit www.oracle.com if you need additional information or have any |
|
23 |
* questions. |
|
24 |
*/ |
|
25 |
||
39872
088180ff66b9
8161407: Provide a javadoc description for java.desktop module
prr
parents:
38413
diff
changeset
|
26 |
/** |
40405
127fac211e5c
8161965: Create initial javadoc description for modules
lancea
parents:
39872
diff
changeset
|
27 |
* Defines the AWT and Swing user interface toolkits, plus APIs for |
127fac211e5c
8161965: Create initial javadoc description for modules
lancea
parents:
39872
diff
changeset
|
28 |
* accessibility, audio, imaging, printing, and JavaBeans. |
43710
8fa2058eb740
8173957: Fix @since in module-info.java in dev/jdk repo
mli
parents:
42338
diff
changeset
|
29 |
* |
45528
1e8c2f062ad3
8181639: Add tool and services information to module summary
mchung
parents:
45012
diff
changeset
|
30 |
* @uses java.awt.im.spi.InputMethodDescriptor |
1e8c2f062ad3
8181639: Add tool and services information to module summary
mchung
parents:
45012
diff
changeset
|
31 |
* @uses javax.accessibility.AccessibilityProvider |
1e8c2f062ad3
8181639: Add tool and services information to module summary
mchung
parents:
45012
diff
changeset
|
32 |
* @uses javax.imageio.spi.ImageInputStreamSpi |
1e8c2f062ad3
8181639: Add tool and services information to module summary
mchung
parents:
45012
diff
changeset
|
33 |
* @uses javax.imageio.spi.ImageOutputStreamSpi |
1e8c2f062ad3
8181639: Add tool and services information to module summary
mchung
parents:
45012
diff
changeset
|
34 |
* @uses javax.imageio.spi.ImageReaderSpi |
1e8c2f062ad3
8181639: Add tool and services information to module summary
mchung
parents:
45012
diff
changeset
|
35 |
* @uses javax.imageio.spi.ImageTranscoderSpi |
1e8c2f062ad3
8181639: Add tool and services information to module summary
mchung
parents:
45012
diff
changeset
|
36 |
* @uses javax.imageio.spi.ImageWriterSpi |
1e8c2f062ad3
8181639: Add tool and services information to module summary
mchung
parents:
45012
diff
changeset
|
37 |
* @uses javax.print.PrintServiceLookup |
1e8c2f062ad3
8181639: Add tool and services information to module summary
mchung
parents:
45012
diff
changeset
|
38 |
* @uses javax.print.StreamPrintServiceFactory |
1e8c2f062ad3
8181639: Add tool and services information to module summary
mchung
parents:
45012
diff
changeset
|
39 |
* @uses javax.sound.midi.spi.MidiDeviceProvider |
1e8c2f062ad3
8181639: Add tool and services information to module summary
mchung
parents:
45012
diff
changeset
|
40 |
* @uses javax.sound.midi.spi.MidiFileReader |
1e8c2f062ad3
8181639: Add tool and services information to module summary
mchung
parents:
45012
diff
changeset
|
41 |
* @uses javax.sound.midi.spi.MidiFileWriter |
1e8c2f062ad3
8181639: Add tool and services information to module summary
mchung
parents:
45012
diff
changeset
|
42 |
* @uses javax.sound.midi.spi.SoundbankReader |
1e8c2f062ad3
8181639: Add tool and services information to module summary
mchung
parents:
45012
diff
changeset
|
43 |
* @uses javax.sound.sampled.spi.AudioFileReader |
1e8c2f062ad3
8181639: Add tool and services information to module summary
mchung
parents:
45012
diff
changeset
|
44 |
* @uses javax.sound.sampled.spi.AudioFileWriter |
1e8c2f062ad3
8181639: Add tool and services information to module summary
mchung
parents:
45012
diff
changeset
|
45 |
* @uses javax.sound.sampled.spi.FormatConversionProvider |
1e8c2f062ad3
8181639: Add tool and services information to module summary
mchung
parents:
45012
diff
changeset
|
46 |
* @uses javax.sound.sampled.spi.MixerProvider |
1e8c2f062ad3
8181639: Add tool and services information to module summary
mchung
parents:
45012
diff
changeset
|
47 |
* |
44417
a431edba1629
8173303: Add module-subgraph images to main platform documentation
mchung
parents:
43728
diff
changeset
|
48 |
* @moduleGraph |
43710
8fa2058eb740
8173957: Fix @since in module-info.java in dev/jdk repo
mli
parents:
42338
diff
changeset
|
49 |
* @since 9 |
40405
127fac211e5c
8161965: Create initial javadoc description for modules
lancea
parents:
39872
diff
changeset
|
50 |
*/ |
36511 | 51 |
module java.desktop { |
45654
5ff2edfa03fc
8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents:
45528
diff
changeset
|
52 |
requires java.prefs; |
5ff2edfa03fc
8182416: Clean up module-info.java like move requires transitive adjacent to exports
mchung
parents:
45528
diff
changeset
|
53 |
|
42338
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
54 |
requires transitive java.datatransfer; |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
55 |
requires transitive java.xml; |
36511 | 56 |
|
57 |
exports java.applet; |
|
58 |
exports java.awt; |
|
59 |
exports java.awt.color; |
|
36903 | 60 |
exports java.awt.desktop; |
36511 | 61 |
exports java.awt.dnd; |
62 |
exports java.awt.event; |
|
63 |
exports java.awt.font; |
|
64 |
exports java.awt.geom; |
|
65 |
exports java.awt.im; |
|
66 |
exports java.awt.im.spi; |
|
67 |
exports java.awt.image; |
|
68 |
exports java.awt.image.renderable; |
|
69 |
exports java.awt.print; |
|
70 |
exports java.beans; |
|
71 |
exports java.beans.beancontext; |
|
72 |
exports javax.accessibility; |
|
73 |
exports javax.imageio; |
|
74 |
exports javax.imageio.event; |
|
75 |
exports javax.imageio.metadata; |
|
76 |
exports javax.imageio.plugins.bmp; |
|
77 |
exports javax.imageio.plugins.jpeg; |
|
78 |
exports javax.imageio.plugins.tiff; |
|
79 |
exports javax.imageio.spi; |
|
80 |
exports javax.imageio.stream; |
|
81 |
exports javax.print; |
|
82 |
exports javax.print.attribute; |
|
83 |
exports javax.print.attribute.standard; |
|
84 |
exports javax.print.event; |
|
85 |
exports javax.sound.midi; |
|
86 |
exports javax.sound.midi.spi; |
|
87 |
exports javax.sound.sampled; |
|
88 |
exports javax.sound.sampled.spi; |
|
89 |
exports javax.swing; |
|
90 |
exports javax.swing.border; |
|
91 |
exports javax.swing.colorchooser; |
|
92 |
exports javax.swing.event; |
|
93 |
exports javax.swing.filechooser; |
|
94 |
exports javax.swing.plaf; |
|
95 |
exports javax.swing.plaf.basic; |
|
96 |
exports javax.swing.plaf.metal; |
|
97 |
exports javax.swing.plaf.multi; |
|
98 |
exports javax.swing.plaf.nimbus; |
|
99 |
exports javax.swing.plaf.synth; |
|
100 |
exports javax.swing.table; |
|
101 |
exports javax.swing.text; |
|
102 |
exports javax.swing.text.html; |
|
103 |
exports javax.swing.text.html.parser; |
|
104 |
exports javax.swing.text.rtf; |
|
105 |
exports javax.swing.tree; |
|
106 |
exports javax.swing.undo; |
|
107 |
||
108 |
// qualified exports may be inserted at build time |
|
109 |
// see make/GensrcModuleInfo.gmk |
|
110 |
exports sun.awt to |
|
111 |
jdk.accessibility; |
|
112 |
||
42338
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
113 |
opens javax.swing.plaf.basic to |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
114 |
jdk.jconsole; |
47159
8261a0f79e90
8184813: Class javax/swing/plaf/metal/MetalFontDesktopProperty is broken in JDK10
psadhukhan
parents:
47142
diff
changeset
|
115 |
opens com.sun.java.swing.plaf.windows to |
8261a0f79e90
8184813: Class javax/swing/plaf/metal/MetalFontDesktopProperty is broken in JDK10
psadhukhan
parents:
47142
diff
changeset
|
116 |
jdk.jconsole; |
42338
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
117 |
|
36511 | 118 |
uses java.awt.im.spi.InputMethodDescriptor; |
119 |
uses javax.accessibility.AccessibilityProvider; |
|
120 |
uses javax.imageio.spi.ImageInputStreamSpi; |
|
121 |
uses javax.imageio.spi.ImageOutputStreamSpi; |
|
122 |
uses javax.imageio.spi.ImageReaderSpi; |
|
123 |
uses javax.imageio.spi.ImageTranscoderSpi; |
|
124 |
uses javax.imageio.spi.ImageWriterSpi; |
|
125 |
uses javax.print.PrintServiceLookup; |
|
126 |
uses javax.print.StreamPrintServiceFactory; |
|
127 |
uses javax.sound.midi.spi.MidiDeviceProvider; |
|
128 |
uses javax.sound.midi.spi.MidiFileReader; |
|
129 |
uses javax.sound.midi.spi.MidiFileWriter; |
|
130 |
uses javax.sound.midi.spi.SoundbankReader; |
|
131 |
uses javax.sound.sampled.spi.AudioFileReader; |
|
132 |
uses javax.sound.sampled.spi.AudioFileWriter; |
|
133 |
uses javax.sound.sampled.spi.FormatConversionProvider; |
|
134 |
uses javax.sound.sampled.spi.MixerProvider; |
|
135 |
||
45012
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
136 |
provides sun.datatransfer.DesktopDatatransferService with |
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
137 |
sun.awt.datatransfer.DesktopDatatransferServiceImpl; |
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
138 |
|
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
139 |
provides java.net.ContentHandlerFactory with |
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
140 |
sun.awt.www.content.MultimediaContentHandlers; |
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
141 |
|
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
142 |
provides javax.print.PrintServiceLookup with |
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
143 |
sun.print.PrintServiceLookupProvider; |
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
144 |
|
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
145 |
provides javax.print.StreamPrintServiceFactory with |
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
146 |
sun.print.PSStreamPrinterFactory; |
42338
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
147 |
|
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
148 |
provides javax.sound.midi.spi.MidiDeviceProvider with |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
149 |
com.sun.media.sound.MidiInDeviceProvider, |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
150 |
com.sun.media.sound.MidiOutDeviceProvider, |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
151 |
com.sun.media.sound.RealTimeSequencerProvider, |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
152 |
com.sun.media.sound.SoftProvider; |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
153 |
|
45012
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
154 |
provides javax.sound.midi.spi.MidiFileReader with |
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
155 |
com.sun.media.sound.StandardMidiFileReader; |
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
156 |
|
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
157 |
provides javax.sound.midi.spi.MidiFileWriter with |
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
158 |
com.sun.media.sound.StandardMidiFileWriter; |
42338
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
159 |
|
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
160 |
provides javax.sound.midi.spi.SoundbankReader with |
45012
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
161 |
com.sun.media.sound.AudioFileSoundbankReader, |
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
162 |
com.sun.media.sound.DLSSoundbankReader, |
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
163 |
com.sun.media.sound.JARSoundbankReader, |
4e9dedef0231
8178971: Uncommon formatting and typos in java.desktop module
serb
parents:
44417
diff
changeset
|
164 |
com.sun.media.sound.SF2SoundbankReader; |
42338
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
165 |
|
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
166 |
provides javax.sound.sampled.spi.AudioFileReader with |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
167 |
com.sun.media.sound.AiffFileReader, |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
168 |
com.sun.media.sound.AuFileReader, |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
169 |
com.sun.media.sound.SoftMidiAudioFileReader, |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
170 |
com.sun.media.sound.WaveFileReader, |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
171 |
com.sun.media.sound.WaveFloatFileReader, |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
172 |
com.sun.media.sound.WaveExtensibleFileReader; |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
173 |
|
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
174 |
provides javax.sound.sampled.spi.AudioFileWriter with |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
175 |
com.sun.media.sound.AiffFileWriter, |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
176 |
com.sun.media.sound.AuFileWriter, |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
177 |
com.sun.media.sound.WaveFileWriter, |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
178 |
com.sun.media.sound.WaveFloatFileWriter; |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
179 |
|
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
180 |
provides javax.sound.sampled.spi.FormatConversionProvider with |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
181 |
com.sun.media.sound.AlawCodec, |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
182 |
com.sun.media.sound.AudioFloatFormatConverter, |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
183 |
com.sun.media.sound.PCMtoPCMCodec, |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
184 |
com.sun.media.sound.UlawCodec; |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
185 |
|
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
186 |
provides javax.sound.sampled.spi.MixerProvider with |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
187 |
com.sun.media.sound.DirectAudioDeviceProvider, |
a60f280f803c
8169069: Module system implementation refresh (11/2016)
alanb
parents:
41804
diff
changeset
|
188 |
com.sun.media.sound.PortMixerProvider; |
36511 | 189 |
} |