📄 index-3.html
字号:
<DT><A HREF="../java/awt/font/GraphicAttribute.html#CENTER_BASELINE"><B>CENTER_BASELINE</B></A> - Static variable in class java.awt.font.<A HREF="../java/awt/font/GraphicAttribute.html">GraphicAttribute</A><DD>Aligns origin of graphic to center baseline of line.<DT><A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.ButtonAreaLayout.html#centersChildren"><B>centersChildren</B></A> - Variable in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicOptionPaneUI.ButtonAreaLayout.html">BasicOptionPaneUI.ButtonAreaLayout</A><DD>If true, children are lumped together in parent.<DT><A HREF="../java/security/Certificate.html"><B>Certificate</B></A> - interface java.security.<A HREF="../java/security/Certificate.html">Certificate</A>.<DD><B>Deprecated.</B> <I>A new certificate handling package is created in the Java 2 platform. This Certificate interface is entirely deprecated and is here to allow for a smooth transition to the new package.</I><DT><A HREF="../java/security/cert/Certificate.html"><B>Certificate</B></A> - class java.security.cert.<A HREF="../java/security/cert/Certificate.html">Certificate</A>.<DD>Abstract class for managing a variety of identity certificates.<DT><A HREF="../java/security/cert/Certificate.CertificateRep.html"><B>Certificate.CertificateRep</B></A> - class java.security.cert.<A HREF="../java/security/cert/Certificate.CertificateRep.html">Certificate.CertificateRep</A>.<DD>Alternate Certificate class for serialization.<DT><A HREF="../java/security/cert/Certificate.CertificateRep.html#Certificate.CertificateRep(java.lang.String, byte[])"><B>Certificate.CertificateRep(String, byte[])</B></A> - Constructor for class java.security.cert.<A HREF="../java/security/cert/Certificate.CertificateRep.html">Certificate.CertificateRep</A><DD>Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes.<DT><A HREF="../java/security/cert/Certificate.html#Certificate(java.lang.String)"><B>Certificate(String)</B></A> - Constructor for class java.security.cert.<A HREF="../java/security/cert/Certificate.html">Certificate</A><DD>Creates a certificate of the specified type.<DT><A HREF="../java/security/cert/CertificateEncodingException.html"><B>CertificateEncodingException</B></A> - exception java.security.cert.<A HREF="../java/security/cert/CertificateEncodingException.html">CertificateEncodingException</A>.<DD>Certificate Encoding Exception.<DT><A HREF="../java/security/cert/CertificateEncodingException.html#CertificateEncodingException()"><B>CertificateEncodingException()</B></A> - Constructor for class java.security.cert.<A HREF="../java/security/cert/CertificateEncodingException.html">CertificateEncodingException</A><DD>Constructs a CertificateEncodingException with no detail message.<DT><A HREF="../java/security/cert/CertificateEncodingException.html#CertificateEncodingException(java.lang.String)"><B>CertificateEncodingException(String)</B></A> - Constructor for class java.security.cert.<A HREF="../java/security/cert/CertificateEncodingException.html">CertificateEncodingException</A><DD>Constructs a CertificateEncodingException with the specified detail message.<DT><A HREF="../java/security/cert/CertificateException.html"><B>CertificateException</B></A> - exception java.security.cert.<A HREF="../java/security/cert/CertificateException.html">CertificateException</A>.<DD>This exception indicates one of a variety of certificate problems.<DT><A HREF="../java/security/cert/CertificateException.html#CertificateException()"><B>CertificateException()</B></A> - Constructor for class java.security.cert.<A HREF="../java/security/cert/CertificateException.html">CertificateException</A><DD> <DT><A HREF="../java/security/cert/CertificateException.html#CertificateException(java.lang.String)"><B>CertificateException(String)</B></A> - Constructor for class java.security.cert.<A HREF="../java/security/cert/CertificateException.html">CertificateException</A><DD>Constructs a certificate exception with the given detail message.<DT><A HREF="../java/security/cert/CertificateExpiredException.html"><B>CertificateExpiredException</B></A> - exception java.security.cert.<A HREF="../java/security/cert/CertificateExpiredException.html">CertificateExpiredException</A>.<DD>Certificate Expired Exception.<DT><A HREF="../java/security/cert/CertificateExpiredException.html#CertificateExpiredException()"><B>CertificateExpiredException()</B></A> - Constructor for class java.security.cert.<A HREF="../java/security/cert/CertificateExpiredException.html">CertificateExpiredException</A><DD>Constructs a CertificateExpiredException with no detail message.<DT><A HREF="../java/security/cert/CertificateExpiredException.html#CertificateExpiredException(java.lang.String)"><B>CertificateExpiredException(String)</B></A> - Constructor for class java.security.cert.<A HREF="../java/security/cert/CertificateExpiredException.html">CertificateExpiredException</A><DD>Constructs a CertificateExpiredException with the specified detail message.<DT><A HREF="../java/security/cert/CertificateFactory.html"><B>CertificateFactory</B></A> - class java.security.cert.<A HREF="../java/security/cert/CertificateFactory.html">CertificateFactory</A>.<DD>This class defines the functionality of a certificate factory, which is used to generate certificate and certificate revocation list (CRL) objects from their encodings.<DT><A HREF="../java/security/cert/CertificateFactory.html#CertificateFactory(java.security.cert.CertificateFactorySpi, java.security.Provider, java.lang.String)"><B>CertificateFactory(CertificateFactorySpi, Provider, String)</B></A> - Constructor for class java.security.cert.<A HREF="../java/security/cert/CertificateFactory.html">CertificateFactory</A><DD>Creates a CertificateFactory object of the given type, and encapsulates the given provider implementation (SPI object) in it.<DT><A HREF="../java/security/cert/CertificateFactorySpi.html"><B>CertificateFactorySpi</B></A> - class java.security.cert.<A HREF="../java/security/cert/CertificateFactorySpi.html">CertificateFactorySpi</A>.<DD>This class defines the <i>Service Provider Interface</i> (<b>SPI</b>) for the <code>CertificateFactory</code> class.<DT><A HREF="../java/security/cert/CertificateFactorySpi.html#CertificateFactorySpi()"><B>CertificateFactorySpi()</B></A> - Constructor for class java.security.cert.<A HREF="../java/security/cert/CertificateFactorySpi.html">CertificateFactorySpi</A><DD> <DT><A HREF="../java/security/cert/CertificateNotYetValidException.html"><B>CertificateNotYetValidException</B></A> - exception java.security.cert.<A HREF="../java/security/cert/CertificateNotYetValidException.html">CertificateNotYetValidException</A>.<DD>Certificate is not yet valid exception.<DT><A HREF="../java/security/cert/CertificateNotYetValidException.html#CertificateNotYetValidException()"><B>CertificateNotYetValidException()</B></A> - Constructor for class java.security.cert.<A HREF="../java/security/cert/CertificateNotYetValidException.html">CertificateNotYetValidException</A><DD>Constructs a CertificateNotYetValidException with no detail message.<DT><A HREF="../java/security/cert/CertificateNotYetValidException.html#CertificateNotYetValidException(java.lang.String)"><B>CertificateNotYetValidException(String)</B></A> - Constructor for class java.security.cert.<A HREF="../java/security/cert/CertificateNotYetValidException.html">CertificateNotYetValidException</A><DD>Constructs a CertificateNotYetValidException with the specified detail message.<DT><A HREF="../java/security/cert/CertificateParsingException.html"><B>CertificateParsingException</B></A> - exception java.security.cert.<A HREF="../java/security/cert/CertificateParsingException.html">CertificateParsingException</A>.<DD>Certificate Parsing Exception.<DT><A HREF="../java/security/cert/CertificateParsingException.html#CertificateParsingException()"><B>CertificateParsingException()</B></A> - Constructor for class java.security.cert.<A HREF="../java/security/cert/CertificateParsingException.html">CertificateParsingException</A><DD>Constructs a CertificateParsingException with no detail message.<DT><A HREF="../java/security/cert/CertificateParsingException.html#CertificateParsingException(java.lang.String)"><B>CertificateParsingException(String)</B></A> - Constructor for class java.security.cert.<A HREF="../java/security/cert/CertificateParsingException.html">CertificateParsingException</A><DD>Constructs a CertificateParsingException with the specified detail message.<DT><A HREF="../java/security/Identity.html#certificates()"><B>certificates()</B></A> - Method in class java.security.<A HREF="../java/security/Identity.html">Identity</A><DD><B>Deprecated.</B> Returns a copy of all the certificates for this identity.<DT><A HREF="../javax/swing/event/DocumentEvent.EventType.html#CHANGE"><B>CHANGE</B></A> - Static variable in class javax.swing.event.<A HREF="../javax/swing/event/DocumentEvent.EventType.html">DocumentEvent.EventType</A><DD>Change type.<DT><A HREF="../javax/swing/text/DefaultStyledDocument.ElementBuffer.html#change(int, int, javax.swing.text.AbstractDocument.DefaultDocumentEvent)"><B>change(int, int, AbstractDocument.DefaultDocumentEvent)</B></A> - Method in class javax.swing.text.<A HREF="../javax/swing/text/DefaultStyledDocument.ElementBuffer.html">DefaultStyledDocument.ElementBuffer</A><DD>Changes content.<DT><A HREF="../java/awt/dnd/DragSourceContext.html#CHANGED"><B>CHANGED</B></A> - Static variable in class java.awt.dnd.<A HREF="../java/awt/dnd/DragSourceContext.html">DragSourceContext</A><DD>An <code>int</code> used by updateCurrentCursor() indicating that the user operation has changed.<DT><A HREF="../javax/swing/text/ChangedCharSetException.html"><B>ChangedCharSetException</B></A> - exception javax.swing.text.<A HREF="../javax/swing/text/ChangedCharSetException.html">ChangedCharSetException</A>.<DD>ChangedCharSetException as the name indicates is an exception thrown when the charset is changed.<DT><A HREF="../javax/swing/text/ChangedCharSetException.html#ChangedCharSetException(java.lang.String, boolean)"><B>ChangedCharSetException(String, boolean)</B></A> - Constructor for class javax.swing.text.<A HREF="../javax/swing/text/ChangedCharSetException.html">ChangedCharSetException</A><DD> <DT><A HREF="../javax/swing/event/DocumentListener.html#changedUpdate(javax.swing.event.DocumentEvent)"><B>changedUpdate(DocumentEvent)</B></A> - Method in interface javax.swing.event.<A HREF="../javax/swing/event/DocumentListener.html">DocumentListener</A><DD>Gives notification that an attribute or set of attributes changed.<DT><A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html#changedUpdate(javax.swing.event.DocumentEvent)"><B>changedUpdate(DocumentEvent)</B></A> - Method in class javax.swing.text.<A HREF="../javax/swing/text/JTextComponent.AccessibleJTextComponent.html">JTextComponent.AccessibleJTextComponent</A><DD>Handles document remove (fire appropriate property change event, which is AccessibleContext.ACCESSIBLE_TEXT_PROPERTY).<DT><A HREF="../javax/swing/text/View.html#changedUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory)"><B>changedUpdate(DocumentEvent, Shape, ViewFactory)</B></A> - Method in class javax.swing.text.<A HREF="../javax/swing/text/View.html">View</A><DD>Gives notification from the document that attributes were changed in a location that this view is responsible for.<DT><A HREF="../javax/swing/text/GlyphView.html#changedUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory)"><B>changedUpdate(DocumentEvent, Shape, ViewFactory)</B></A> - Method in class javax.swing.text.<A HREF="../javax/swing/text/GlyphView.html">GlyphView</A><DD>Gives notification from the document that attributes were changed in a location that this view is responsible for.<DT><A HREF="../javax/swing/text/LabelView.html#changedUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory)"><B>changedUpdate(DocumentEvent, Shape, ViewFactory)</B></A> - Method in class javax.swing.text.<A HREF="../javax/swing/text/LabelView.html">LabelView</A><DD>Gives notification from the document that attributes were changed in a location that this view is responsible for.<DT><A HREF="../javax/swing/text/FlowView.html#changedUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory)"><B>changedUpdate(DocumentEvent, Shape, ViewFactory)</B></A> - Method in class javax.swing.text.<A HREF="../javax/swing/text/FlowView.html">FlowView</A><DD>Gives notification from the document that attributes were changed in a location that this view is responsible for.<DT><A HREF="../javax/swing/text/ParagraphView.html#changedUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory)"><B>changedUpdate(DocumentEvent, Shape, ViewFactory)</B></A> - Method in class javax.swing.text.<A HREF="../javax/swing/text/ParagraphView.html">ParagraphView</A><DD>Gives notification from the document that attributes were changed in a location that this view is responsible for.<DT><A HREF="../javax/swing/text/PlainView.html#changedUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory)"><B>changedUpdate(DocumentEvent, Shape, ViewFactory)</B></A> - Method in class javax.swing.text.<A HREF="../javax/swing/text/PlainView.html">PlainView</A><DD>Gives notification from the document that attributes were changed in a location that this view is responsible for.<DT><A HREF="../javax/swing/text/WrappedPlainView.html#changedUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory)"><B>changedUpdate(DocumentEvent, Shape, ViewFactory)</B></A> - Method in class javax.swing.text.<A HREF="../javax/swing/text/WrappedPlainView.html">WrappedPlainView</A><DD>Gives notification from the document that attributes were changed in a location that this view is responsible for.<DT><A HREF="../javax/swing/text/html/BlockView.html#changedUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory)"><B>changedUpdate(DocumentEvent, Shape, ViewFactory)</B></A> - Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/BlockView.html">BlockView</A><DD> <DT><A HREF="../javax/swing/text/html/InlineView.html#changedUpdate(javax.swing.event.DocumentEvent, java.awt.Shape, javax.swing.text.ViewFactory)"><B>changedUpdate(DocumentEvent, Shape, ViewFactory)</B></A> - Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/InlineView.html">InlineView</A><DD>Gives notification from the document that attributes were changed in a location that this view is responsible for.<DT><A HREF="../javax/swing/text/FlowView.FlowStrategy.html#changedUpdate(javax.swing.text.FlowView, javax.swing.event.DocumentEvent, java.awt.Rectangle)"><B>changedUpdate(FlowView, DocumentEvent, Rectangle)</B></A> - Method in class javax.swing.text.<A HREF="../javax/swing/text/FlowView.FlowStrategy.html">FlowView.FlowStrategy</A><DD>Gives notification from the document that attributes were changed in a location that this view is responsible for.<DT><A HREF="../javax/swing/DefaultSingleSelectionModel.html#changeEvent"><B>changeEvent</B></A> - Variable in class javax.swing.<A HREF="../javax/swing/DefaultSingleSelectionModel.html">DefaultSingleSelectionModel</A><DD> <DT><A HREF="../javax/swing/JTabbedPane.html#changeEvent"><B>changeEvent</B></A> - Variable in class javax.swing.<A HREF="../javax/swing/JTabbedPane.html">JTabbedPane</A><DD>Only one <code>ChangeEvent</code> is needed per <code>TabPane</code> instance since the event's only (read-only) state is the source property.<DT><A HREF="../javax/swing/AbstractButton.html#changeEvent"><B>changeEvent</B></A> - Variable in class javax.swing.<A HREF="../javax/swing/AbstractButton.html">AbstractButton</A><DD>Only one <code>ChangeEvent</code> is needed per button instance since the event's only state is the source property.<DT><A HREF="../javax/swing/DefaultBoundedRangeModel.html#changeEvent"><B>changeEvent</B></A> - Variable in class javax.swing.<A HREF="../javax/swing/DefaultBoundedRangeModel.html">DefaultBoundedRangeModel</A><DD>Only one ChangeEvent is needed per model instance since the event's only (read-only) state is the source property.<DT><A HREF="../javax/swing/MenuSelectionManager.html#changeEve
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -