Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
c2b15fdf
D
dragonwell8_jdk
项目概览
openanolis
/
dragonwell8_jdk
通知
4
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_jdk
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
c2b15fdf
编写于
1月 11, 2011
作者:
R
rupashka
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
6589952: Swing: dead links in API documentation
Reviewed-by: alexp
上级
f5d4fcee
变更
15
隐藏空白更改
内联
并排
Showing
15 changed file
with
37 addition
and
41 deletion
+37
-41
src/share/classes/javax/swing/AbstractButton.java
src/share/classes/javax/swing/AbstractButton.java
+0
-1
src/share/classes/javax/swing/JEditorPane.java
src/share/classes/javax/swing/JEditorPane.java
+2
-2
src/share/classes/javax/swing/SizeSequence.java
src/share/classes/javax/swing/SizeSequence.java
+1
-1
src/share/classes/javax/swing/TransferHandler.java
src/share/classes/javax/swing/TransferHandler.java
+6
-6
src/share/classes/javax/swing/event/InternalFrameAdapter.java
...share/classes/javax/swing/event/InternalFrameAdapter.java
+1
-2
src/share/classes/javax/swing/event/InternalFrameListener.java
...hare/classes/javax/swing/event/InternalFrameListener.java
+1
-3
src/share/classes/javax/swing/plaf/multi/doc-files/multi_tsc.html
...e/classes/javax/swing/plaf/multi/doc-files/multi_tsc.html
+1
-1
src/share/classes/javax/swing/plaf/synth/doc-files/synthFileFormat.html
...ses/javax/swing/plaf/synth/doc-files/synthFileFormat.html
+4
-4
src/share/classes/javax/swing/text/AsyncBoxView.java
src/share/classes/javax/swing/text/AsyncBoxView.java
+1
-1
src/share/classes/javax/swing/text/DefaultCaret.java
src/share/classes/javax/swing/text/DefaultCaret.java
+1
-1
src/share/classes/javax/swing/text/TableView.java
src/share/classes/javax/swing/text/TableView.java
+1
-1
src/share/classes/javax/swing/text/View.java
src/share/classes/javax/swing/text/View.java
+14
-14
src/share/classes/javax/swing/text/html/HTMLEditorKit.java
src/share/classes/javax/swing/text/html/HTMLEditorKit.java
+2
-2
src/share/classes/javax/swing/text/html/ParagraphView.java
src/share/classes/javax/swing/text/html/ParagraphView.java
+1
-1
src/share/classes/javax/swing/text/html/StyleSheet.java
src/share/classes/javax/swing/text/html/StyleSheet.java
+1
-1
未找到文件。
src/share/classes/javax/swing/AbstractButton.java
浏览文件 @
c2b15fdf
...
@@ -1335,7 +1335,6 @@ public abstract class AbstractButton extends JComponent implements ItemSelectabl
...
@@ -1335,7 +1335,6 @@ public abstract class AbstractButton extends JComponent implements ItemSelectabl
*
*
* @param a the button's action
* @param a the button's action
* @since 1.3
* @since 1.3
* @see <a href="#actions">Actions</a>
* @see Action
* @see Action
* @see #setAction
* @see #setAction
*/
*/
...
...
src/share/classes/javax/swing/JEditorPane.java
浏览文件 @
c2b15fdf
...
@@ -145,8 +145,8 @@ import javax.accessibility.*;
...
@@ -145,8 +145,8 @@ import javax.accessibility.*;
* <li>
* <li>
* One way is to specify the character set as a parameter of the MIME
* One way is to specify the character set as a parameter of the MIME
* type. This will be established by a call to the
* type. This will be established by a call to the
*
<a href="#setContentType">setContentType</a>
method. If the content
*
{@link #setContentType setContentType}
method. If the content
* is loaded by the
<a href="#setPage">setPage</a>
method the content
* is loaded by the
{@link #setPage setPage}
method the content
* type will have been set according to the specification of the URL.
* type will have been set according to the specification of the URL.
* It the file is loaded directly, the content type would be expected to
* It the file is loaded directly, the content type would be expected to
* have been set prior to loading.
* have been set prior to loading.
...
...
src/share/classes/javax/swing/SizeSequence.java
浏览文件 @
c2b15fdf
...
@@ -132,7 +132,7 @@ public class SizeSequence {
...
@@ -132,7 +132,7 @@ public class SizeSequence {
* can use <code>insertEntries</code> or <code>setSizes</code>.
* can use <code>insertEntries</code> or <code>setSizes</code>.
*
*
* @see #insertEntries
* @see #insertEntries
* @see #setSizes
* @see #setSizes
(int[])
*/
*/
public
SizeSequence
()
{
public
SizeSequence
()
{
a
=
emptyArray
;
a
=
emptyArray
;
...
...
src/share/classes/javax/swing/TransferHandler.java
浏览文件 @
c2b15fdf
...
@@ -344,7 +344,7 @@ public class TransferHandler implements Serializable {
...
@@ -344,7 +344,7 @@ public class TransferHandler implements Serializable {
*
*
* @return the drop location
* @return the drop location
* @throws IllegalStateException if this is not a drop
* @throws IllegalStateException if this is not a drop
* @see #isDrop
* @see #isDrop
()
*/
*/
public
DropLocation
getDropLocation
()
{
public
DropLocation
getDropLocation
()
{
assureIsDrop
();
assureIsDrop
();
...
@@ -380,7 +380,7 @@ public class TransferHandler implements Serializable {
...
@@ -380,7 +380,7 @@ public class TransferHandler implements Serializable {
*
*
* @param showDropLocation whether or not to indicate the drop location
* @param showDropLocation whether or not to indicate the drop location
* @throws IllegalStateException if this is not a drop
* @throws IllegalStateException if this is not a drop
* @see #isDrop
* @see #isDrop
()
*/
*/
public
void
setShowDropLocation
(
boolean
showDropLocation
)
{
public
void
setShowDropLocation
(
boolean
showDropLocation
)
{
assureIsDrop
();
assureIsDrop
();
...
@@ -406,7 +406,7 @@ public class TransferHandler implements Serializable {
...
@@ -406,7 +406,7 @@ public class TransferHandler implements Serializable {
* @see #getDropAction
* @see #getDropAction
* @see #getUserDropAction
* @see #getUserDropAction
* @see #getSourceDropActions
* @see #getSourceDropActions
* @see #isDrop
* @see #isDrop
()
*/
*/
public
void
setDropAction
(
int
dropAction
)
{
public
void
setDropAction
(
int
dropAction
)
{
assureIsDrop
();
assureIsDrop
();
...
@@ -440,7 +440,7 @@ public class TransferHandler implements Serializable {
...
@@ -440,7 +440,7 @@ public class TransferHandler implements Serializable {
* @throws IllegalStateException if this is not a drop
* @throws IllegalStateException if this is not a drop
* @see #setDropAction
* @see #setDropAction
* @see #getUserDropAction
* @see #getUserDropAction
* @see #isDrop
* @see #isDrop
()
*/
*/
public
int
getDropAction
()
{
public
int
getDropAction
()
{
return
dropAction
==
-
1
?
getUserDropAction
()
:
dropAction
;
return
dropAction
==
-
1
?
getUserDropAction
()
:
dropAction
;
...
@@ -468,7 +468,7 @@ public class TransferHandler implements Serializable {
...
@@ -468,7 +468,7 @@ public class TransferHandler implements Serializable {
* @throws IllegalStateException if this is not a drop
* @throws IllegalStateException if this is not a drop
* @see #setDropAction
* @see #setDropAction
* @see #getDropAction
* @see #getDropAction
* @see #isDrop
* @see #isDrop
()
*/
*/
public
int
getUserDropAction
()
{
public
int
getUserDropAction
()
{
assureIsDrop
();
assureIsDrop
();
...
@@ -501,7 +501,7 @@ public class TransferHandler implements Serializable {
...
@@ -501,7 +501,7 @@ public class TransferHandler implements Serializable {
*
*
* @return the drag source's supported drop actions
* @return the drag source's supported drop actions
* @throws IllegalStateException if this is not a drop
* @throws IllegalStateException if this is not a drop
* @see #isDrop
* @see #isDrop
()
*/
*/
public
int
getSourceDropActions
()
{
public
int
getSourceDropActions
()
{
assureIsDrop
();
assureIsDrop
();
...
...
src/share/classes/javax/swing/event/InternalFrameAdapter.java
浏览文件 @
c2b15fdf
...
@@ -32,8 +32,7 @@ package javax.swing.event;
...
@@ -32,8 +32,7 @@ package javax.swing.event;
* equivalent to the WindowAdapter class in the AWT.
* equivalent to the WindowAdapter class in the AWT.
* <p>
* <p>
* See <a href="http://java.sun.com/docs/books/tutorial/uiswing/events/internalframelistener.html">How to Write an Internal Frame Listener</a>
* See <a href="http://java.sun.com/docs/books/tutorial/uiswing/events/internalframelistener.html">How to Write an Internal Frame Listener</a>
* in <em>The Java Tutorial</em> and
* in <em>The Java Tutorial</em>
* <a href="http://www.awl.com/cp/javaseries/jcl1_2.html">The Java Class Libraries (update)</a>
*
*
* @see InternalFrameEvent
* @see InternalFrameEvent
* @see InternalFrameListener
* @see InternalFrameListener
...
...
src/share/classes/javax/swing/event/InternalFrameListener.java
浏览文件 @
c2b15fdf
...
@@ -33,9 +33,7 @@ import java.util.EventListener;
...
@@ -33,9 +33,7 @@ import java.util.EventListener;
* in the AWT.
* in the AWT.
* <p>
* <p>
* See <a href="http://java.sun.com/docs/books/tutorial/uiswing/events/internalframelistener.html">How to Write an Internal Frame Listener</a>
* See <a href="http://java.sun.com/docs/books/tutorial/uiswing/events/internalframelistener.html">How to Write an Internal Frame Listener</a>
* in <em>The Java Tutorial</em> and
* in <em>The Java Tutorial</em> for further documentation.
* <a href="http://www.awl.com/cp/javaseries/jcl1_2.html">The Java Class Libraries (update)</a>
* for further documentation.
*
*
* @see java.awt.event.WindowListener
* @see java.awt.event.WindowListener
*
*
...
...
src/share/classes/javax/swing/plaf/multi/doc-files/multi_tsc.html
浏览文件 @
c2b15fdf
...
@@ -66,7 +66,7 @@ This document has the following sections:
...
@@ -66,7 +66,7 @@ This document has the following sections:
Before reading further, you should be familiar
Before reading further, you should be familiar
with the concept of pluggable look and feels.
with the concept of pluggable look and feels.
For basic information, see
For basic information, see
<a
href=
"http://java.sun.com/docs/books/tutorial/uiswing/
start/swingTour.html#plaf"
>
Choosing
the Look and Feel
</a>
,
<a
href=
"http://java.sun.com/docs/books/tutorial/uiswing/
lookandfeel/plaf.html"
>
How to Set
the Look and Feel
</a>
,
a section in
a section in
<em>
The Java Tutorial
</em>
.
<em>
The Java Tutorial
</em>
.
For architectural details, you can read
For architectural details, you can read
...
...
src/share/classes/javax/swing/plaf/synth/doc-files/synthFileFormat.html
浏览文件 @
c2b15fdf
...
@@ -91,7 +91,7 @@ div.example {
...
@@ -91,7 +91,7 @@ div.example {
<div
class=
"dtd-fragment"
>
<div
class=
"dtd-fragment"
>
<pre
class=
"dtd-fragment"
>
<pre
class=
"dtd-fragment"
>
<
!ELEMENT
<a
name=
"e.style"
>
style
</a>
(
<a
href=
"#e.property"
>
property
</a>
|
<a
href=
"#e.defaultsProperty"
>
defaultsProperty
</a>
|
<a
href=
"#e.state"
>
state
</a>
|
<a
href=
"#e.font"
>
font
</a>
|
<a
href=
"#e.graphicsUtils"
>
graphicsUtils
</a>
|
<
!ELEMENT
<a
name=
"e.style"
>
style
</a>
(
<a
href=
"#e.property"
>
property
</a>
|
<a
href=
"#e.defaultsProperty"
>
defaultsProperty
</a>
|
<a
href=
"#e.state"
>
state
</a>
|
<a
href=
"#e.font"
>
font
</a>
|
<a
href=
"#e.graphicsUtils"
>
graphicsUtils
</a>
|
<a
href=
"#e.insets"
>
insets
</a>
|
<a
href=
"#e.painter"
>
painter
</a>
|
<a
href=
"#e.imagePainter"
>
imagePainter
</a>
|
<a
href=
"#e.opaque"
>
opaque
</a>
| (
<a
href=
"#beansPersistance"
>
%beansPersistance;
</a>
) |
<a
href=
"#e.insets"
>
insets
</a>
|
<a
href=
"#e.painter"
>
painter
</a>
|
<a
href=
"#e.imagePainter"
>
imagePainter
</a>
|
<a
href=
"#e.opaque"
>
opaque
</a>
| (
<a
href=
"#
ee.
beansPersistance"
>
%beansPersistance;
</a>
) |
<a
href=
"#e.imageIcon"
>
imageIcon
</a>
)*>
<a
href=
"#e.imageIcon"
>
imageIcon
</a>
)*>
<
!ATTLIST style
<
!ATTLIST style
<a
href=
"#style.id"
>
id
</a>
ID #IMPLIED
<a
href=
"#style.id"
>
id
</a>
ID #IMPLIED
...
@@ -250,8 +250,8 @@ div.example {
...
@@ -250,8 +250,8 @@ div.example {
<p>
<p>
Defines the font for the current
<a
href=
"#e.state"
>
state
</a>
,
Defines the font for the current
<a
href=
"#e.state"
>
state
</a>
,
or
<a
href=
"#e.style"
>
style
</a>
. You must
or
<a
href=
"#e.style"
>
style
</a>
. You must
specify either an
<a
href=
"#
state
.idref"
>
idref
</a>
or a
specify either an
<a
href=
"#
font
.idref"
>
idref
</a>
or a
<a
href=
"#
state.name"
>
name
</a>
and
<a
href=
"#state
.size"
>
size
</a>
.
<a
href=
"#
font.name"
>
name
</a>
and
<a
href=
"#font
.size"
>
size
</a>
.
</p>
</p>
<p>
<p>
The following example creates a style with a Font of
The following example creates a style with a Font of
...
@@ -797,7 +797,7 @@ div.example {
...
@@ -797,7 +797,7 @@ div.example {
<a
href=
"#imagePainter.path"
>
path
</a>
CDATA #REQUIRED
<a
href=
"#imagePainter.path"
>
path
</a>
CDATA #REQUIRED
<a
href=
"#imagePainter.sourceInsets"
>
sourceInsets
</a>
CDATA #IMPLIED
<a
href=
"#imagePainter.sourceInsets"
>
sourceInsets
</a>
CDATA #IMPLIED
<a
href=
"#imagePainter.destinationInsets"
>
destinationInsets
</a>
CDATA #IMPLIED
<a
href=
"#imagePainter.destinationInsets"
>
destinationInsets
</a>
CDATA #IMPLIED
<a
href=
"#imagePainter.paintCenter"
>
paintCenter
</a>
(true|false) "true"
<a
href=
"#imagePainter.paint
er
Center"
>
paintCenter
</a>
(true|false) "true"
<a
href=
"#imagePainter.stretch"
>
stretch
</a>
(true|false) "true"
<a
href=
"#imagePainter.stretch"
>
stretch
</a>
(true|false) "true"
<a
href=
"#imagePainter.center"
>
center
</a>
(true|false) "false"
<a
href=
"#imagePainter.center"
>
center
</a>
(true|false) "false"
>
>
...
...
src/share/classes/javax/swing/text/AsyncBoxView.java
浏览文件 @
c2b15fdf
...
@@ -384,7 +384,7 @@ public class AsyncBoxView extends View {
...
@@ -384,7 +384,7 @@ public class AsyncBoxView extends View {
/**
/**
* Loads all of the children to initialize the view.
* Loads all of the children to initialize the view.
* This is called by the
<a href="#setParent">setParent</a>
* This is called by the
{@link #setParent setParent}
* method. Subclasses can reimplement this to initialize
* method. Subclasses can reimplement this to initialize
* their child views in a different manner. The default
* their child views in a different manner. The default
* implementation creates a child view for each
* implementation creates a child view for each
...
...
src/share/classes/javax/swing/text/DefaultCaret.java
浏览文件 @
c2b15fdf
...
@@ -70,7 +70,7 @@ import sun.swing.SwingUtilities2;
...
@@ -70,7 +70,7 @@ import sun.swing.SwingUtilities2;
* will render a solid color as specified in the associated text component
* will render a solid color as specified in the associated text component
* in the <code>SelectionColor</code> property. This can easily be changed
* in the <code>SelectionColor</code> property. This can easily be changed
* by reimplementing the
* by reimplementing the
*
<a href="#getSelectionHighlighter">getSelectionHighlighter</a>
*
{@link #getSelectionPainter getSelectionPainter}
* method.
* method.
* <p>
* <p>
* A customized caret appearance can be achieved by reimplementing
* A customized caret appearance can be achieved by reimplementing
...
...
src/share/classes/javax/swing/text/TableView.java
浏览文件 @
c2b15fdf
...
@@ -315,7 +315,7 @@ public abstract class TableView extends BoxView {
...
@@ -315,7 +315,7 @@ public abstract class TableView extends BoxView {
* updated along the minor axis.
* updated along the minor axis.
* <p>
* <p>
* This is implemented to call the
* This is implemented to call the
*
<a href="#layoutColumns">layoutColumns</a>
method, and then
*
{@link #layoutColumns layoutColumns}
method, and then
* forward to the superclass to actually carry out the layout
* forward to the superclass to actually carry out the layout
* of the tables rows.
* of the tables rows.
*
*
...
...
src/share/classes/javax/swing/text/View.java
浏览文件 @
c2b15fdf
...
@@ -117,7 +117,7 @@ A view has the following responsibilities:
...
@@ -117,7 +117,7 @@ A view has the following responsibilities:
what it is prepared to deal with.
what it is prepared to deal with.
<li>The coordinate system is the same as the hosting <code>Component</code>
<li>The coordinate system is the same as the hosting <code>Component</code>
(i.e. the <code>Component</code> returned by the
(i.e. the <code>Component</code> returned by the
<a href="#getContainer">getContainer</a>
method).
{@link #getContainer getContainer}
method).
This means a child view lives in the same coordinate system as the parent
This means a child view lives in the same coordinate system as the parent
view unless the parent has explicitly changed the coordinate system.
view unless the parent has explicitly changed the coordinate system.
To schedule itself to be repainted a view can call repaint on the hosting
To schedule itself to be repainted a view can call repaint on the hosting
...
@@ -180,9 +180,9 @@ A view has the following responsibilities:
...
@@ -180,9 +180,9 @@ A view has the following responsibilities:
starting from the root of the view hierarchy.
starting from the root of the view hierarchy.
The methods for doing this are:
The methods for doing this are:
<ul>
<ul>
<li>
<a href="#insertUpdate">insertUpdate</a>
<li>
{@link #insertUpdate insertUpdate}
<li>
<a href="#removeUpdate">removeUpdate</a>
<li>
{@link #removeUpdate removeUpdate}
<li>
<a href="#changedUpdate">changedUpdate</a>
<li>
{@link #changedUpdate changedUpdate}
</ul>
</ul>
<p>
<p>
</dl>
</dl>
...
@@ -670,15 +670,15 @@ public abstract class View implements SwingConstants {
...
@@ -670,15 +670,15 @@ public abstract class View implements SwingConstants {
* spread out into the following calls that subclasses can
* spread out into the following calls that subclasses can
* reimplement:
* reimplement:
* <ol>
* <ol>
* <li>
<a href="#updateChildren">updateChildren</a>
is called
* <li>
{@link #updateChildren updateChildren}
is called
* if there were any changes to the element this view is
* if there were any changes to the element this view is
* responsible for. If this view has child views that are
* responsible for. If this view has child views that are
* represent the child elements, then this method should do
* represent the child elements, then this method should do
* whatever is necessary to make sure the child views correctly
* whatever is necessary to make sure the child views correctly
* represent the model.
* represent the model.
* <li>
<a href="#forwardUpdate">forwardUpdate</a>
is called
* <li>
{@link #forwardUpdate forwardUpdate}
is called
* to forward the DocumentEvent to the appropriate child views.
* to forward the DocumentEvent to the appropriate child views.
* <li>
<a href="#updateLayout">updateLayout</a>
is called to
* <li>
{@link #updateLayout updateLayout}
is called to
* give the view a chance to either repair its layout, to reschedule
* give the view a chance to either repair its layout, to reschedule
* layout, or do nothing.
* layout, or do nothing.
* </ol>
* </ol>
...
@@ -711,15 +711,15 @@ public abstract class View implements SwingConstants {
...
@@ -711,15 +711,15 @@ public abstract class View implements SwingConstants {
* spread out into the following calls that subclasses can
* spread out into the following calls that subclasses can
* reimplement:
* reimplement:
* <ol>
* <ol>
* <li>
<a href="#updateChildren">updateChildren</a>
is called
* <li>
{@link #updateChildren updateChildren}
is called
* if there were any changes to the element this view is
* if there were any changes to the element this view is
* responsible for. If this view has child views that are
* responsible for. If this view has child views that are
* represent the child elements, then this method should do
* represent the child elements, then this method should do
* whatever is necessary to make sure the child views correctly
* whatever is necessary to make sure the child views correctly
* represent the model.
* represent the model.
* <li>
<a href="#forwardUpdate">forwardUpdate</a>
is called
* <li>
{@link #forwardUpdate forwardUpdate}
is called
* to forward the DocumentEvent to the appropriate child views.
* to forward the DocumentEvent to the appropriate child views.
* <li>
<a href="#updateLayout">updateLayout</a>
is called to
* <li>
{@link #updateLayout updateLayout}
is called to
* give the view a chance to either repair its layout, to reschedule
* give the view a chance to either repair its layout, to reschedule
* layout, or do nothing.
* layout, or do nothing.
* </ol>
* </ol>
...
@@ -752,15 +752,15 @@ public abstract class View implements SwingConstants {
...
@@ -752,15 +752,15 @@ public abstract class View implements SwingConstants {
* spread out into the following calls that subclasses can
* spread out into the following calls that subclasses can
* reimplement:
* reimplement:
* <ol>
* <ol>
* <li>
<a href="#updateChildren">updateChildren</a>
is called
* <li>
{@link #updateChildren updateChildren}
is called
* if there were any changes to the element this view is
* if there were any changes to the element this view is
* responsible for. If this view has child views that are
* responsible for. If this view has child views that are
* represent the child elements, then this method should do
* represent the child elements, then this method should do
* whatever is necessary to make sure the child views correctly
* whatever is necessary to make sure the child views correctly
* represent the model.
* represent the model.
* <li>
<a href="#forwardUpdate">forwardUpdate</a>
is called
* <li>
{@link #forwardUpdate forwardUpdate}
is called
* to forward the DocumentEvent to the appropriate child views.
* to forward the DocumentEvent to the appropriate child views.
* <li>
<a href="#updateLayout">updateLayout</a>
is called to
* <li>
{@link #updateLayout updateLayout}
is called to
* give the view a chance to either repair its layout, to reschedule
* give the view a chance to either repair its layout, to reschedule
* layout, or do nothing.
* layout, or do nothing.
* </ol>
* </ol>
...
@@ -1186,7 +1186,7 @@ public abstract class View implements SwingConstants {
...
@@ -1186,7 +1186,7 @@ public abstract class View implements SwingConstants {
* simply messages the view with a call to <code>insertUpdate</code>,
* simply messages the view with a call to <code>insertUpdate</code>,
* <code>removeUpdate</code>, or <code>changedUpdate</code> depending
* <code>removeUpdate</code>, or <code>changedUpdate</code> depending
* upon the type of the event. This is called by
* upon the type of the event. This is called by
*
<a href="#forwardUpdate">forwardUpdate</a>
to forward
*
{@link #forwardUpdate forwardUpdate}
to forward
* the event to children that need it.
* the event to children that need it.
*
*
* @param v the child view to forward the event to
* @param v the child view to forward the event to
...
...
src/share/classes/javax/swing/text/html/HTMLEditorKit.java
浏览文件 @
c2b15fdf
...
@@ -123,7 +123,7 @@ import java.lang.ref.*;
...
@@ -123,7 +123,7 @@ import java.lang.ref.*;
* to load. By default, this kit produces documents that will be
* to load. By default, this kit produces documents that will be
* loaded asynchronously if loaded using <code>JEditorPane.setPage</code>.
* loaded asynchronously if loaded using <code>JEditorPane.setPage</code>.
* This is controlled by a property on the document. The method
* This is controlled by a property on the document. The method
*
<a href="#createDefaultDocument">createDefaultDocument</a>
can
*
{@link #createDefaultDocument createDefaultDocument}
can
* be overriden to change this. The batching of work is done
* be overriden to change this. The batching of work is done
* by the <code>HTMLDocument.HTMLReader</code> class. The actual
* by the <code>HTMLDocument.HTMLReader</code> class. The actual
* work is done by the <code>DefaultStyledDocument</code> and
* work is done by the <code>DefaultStyledDocument</code> and
...
@@ -558,7 +558,7 @@ public class HTMLEditorKit extends StyledEditorKit implements Accessible {
...
@@ -558,7 +558,7 @@ public class HTMLEditorKit extends StyledEditorKit implements Accessible {
* automatically or only <code>FormSubmitEvent</code> is fired.
* automatically or only <code>FormSubmitEvent</code> is fired.
* By default it is set to true.
* By default it is set to true.
*
*
* @see #isAutoFormSubmission
* @see #isAutoFormSubmission
()
* @see FormSubmitEvent
* @see FormSubmitEvent
* @since 1.5
* @since 1.5
*/
*/
...
...
src/share/classes/javax/swing/text/html/ParagraphView.java
浏览文件 @
c2b15fdf
...
@@ -61,7 +61,7 @@ public class ParagraphView extends javax.swing.text.ParagraphView {
...
@@ -61,7 +61,7 @@ public class ParagraphView extends javax.swing.text.ParagraphView {
* <p>
* <p>
* This is implemented
* This is implemented
* to forward to the superclass as well as call the
* to forward to the superclass as well as call the
*
<a href="#setPropertiesFromAttributes">setPropertiesFromAttributes</a>
*
{@link #setPropertiesFromAttributes setPropertiesFromAttributes}
* method to set the paragraph properties from the css
* method to set the paragraph properties from the css
* attributes. The call is made at this time to ensure
* attributes. The call is made at this time to ensure
* the ability to resolve upward through the parents
* the ability to resolve upward through the parents
...
...
src/share/classes/javax/swing/text/html/StyleSheet.java
浏览文件 @
c2b15fdf
...
@@ -51,7 +51,7 @@ import javax.swing.text.*;
...
@@ -51,7 +51,7 @@ import javax.swing.text.*;
* <p>
* <p>
* The primary entry point for HTML View implementations
* The primary entry point for HTML View implementations
* to get their attributes is the
* to get their attributes is the
*
<a href="#getViewAttributes">getViewAttributes</a>
*
{@link #getViewAttributes getViewAttributes}
* method. This should be implemented to establish the
* method. This should be implemented to establish the
* desired policy used to associate attributes with the view.
* desired policy used to associate attributes with the view.
* Each HTMLEditorKit (i.e. and therefore each associated
* Each HTMLEditorKit (i.e. and therefore each associated
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录