Q-Index (Java Platform SE 6) (original) (raw)
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
QName - Class in javax.xml.namespace
QName
represents a qualified name as defined in the XML specifications: XML Schema Part2: Datatypes specification, Namespaces in XML, Namespaces in XML Errata.
[**QName(String, String)**](../javax/xml/namespace/QName.html#QName%28java.lang.String, java.lang.String%29) - Constructor for class javax.xml.namespace.QName
QName
constructor specifying the Namespace URI and local part.
[**QName(String, String, String)**](../javax/xml/namespace/QName.html#QName%28java.lang.String, java.lang.String, java.lang.String%29) - Constructor for class javax.xml.namespace.QName
QName
constructor specifying the Namespace URI, local part and prefix.
QName(String) - Constructor for class javax.xml.namespace.QName
QName
constructor specifying the local part.
QOP - Static variable in class javax.security.sasl.Sasl
The name of a property that specifies the quality-of-protection to use.
QuadCurve2D - Class in java.awt.geom
The QuadCurve2D
class defines a quadratic parametric curve segment in (x,y)
coordinate space.
QuadCurve2D() - Constructor for class java.awt.geom.QuadCurve2D
This is an abstract class that cannot be instantiated directly.
QuadCurve2D.Double - Class in java.awt.geom
A quadratic parametric curve segment specified with double
coordinates.
QuadCurve2D.Double() - Constructor for class java.awt.geom.QuadCurve2D.Double
Constructs and initializes a QuadCurve2D
with coordinates (0, 0, 0, 0, 0, 0).
[**QuadCurve2D.Double(double, double, double, double, double, double)**](../java/awt/geom/QuadCurve2D.Double.html#QuadCurve2D.Double%28double, double, double, double, double, double%29) - Constructor for class java.awt.geom.QuadCurve2D.Double
Constructs and initializes a QuadCurve2D
from the specified double
coordinates.
QuadCurve2D.Float - Class in java.awt.geom
A quadratic parametric curve segment specified with float
coordinates.
QuadCurve2D.Float() - Constructor for class java.awt.geom.QuadCurve2D.Float
Constructs and initializes a QuadCurve2D
with coordinates (0, 0, 0, 0, 0, 0).
[**QuadCurve2D.Float(float, float, float, float, float, float)**](../java/awt/geom/QuadCurve2D.Float.html#QuadCurve2D.Float%28float, float, float, float, float, float%29) - Constructor for class java.awt.geom.QuadCurve2D.Float
Constructs and initializes a QuadCurve2D
from the specified float
coordinates.
quadrantRotate(int) - Method in class java.awt.geom.AffineTransform
Concatenates this transform with a transform that rotates coordinates by the specified number of quadrants.
[**quadrantRotate(int, double, double)**](../java/awt/geom/AffineTransform.html#quadrantRotate%28int, double, double%29) - Method in class java.awt.geom.AffineTransform
Concatenates this transform with a transform that rotates coordinates by the specified number of quadrants around the specified anchor point.
[**quadTo(double, double, double, double)**](../java/awt/geom/Path2D.Double.html#quadTo%28double, double, double, double%29) - Method in class java.awt.geom.Path2D.Double
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the specified coordinates (x2,y2)
, using the specified point (x1,y1)
as a quadratic parametric control point.
[**quadTo(double, double, double, double)**](../java/awt/geom/Path2D.Float.html#quadTo%28double, double, double, double%29) - Method in class java.awt.geom.Path2D.Float
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the specified coordinates (x2,y2)
, using the specified point (x1,y1)
as a quadratic parametric control point.
[**quadTo(float, float, float, float)**](../java/awt/geom/Path2D.Float.html#quadTo%28float, float, float, float%29) - Method in class java.awt.geom.Path2D.Float
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the specified coordinates (x2,y2)
, using the specified point (x1,y1)
as a quadratic parametric control point.
[**quadTo(double, double, double, double)**](../java/awt/geom/Path2D.html#quadTo%28double, double, double, double%29) - Method in class java.awt.geom.Path2D
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the specified coordinates (x2,y2)
, using the specified point (x1,y1)
as a quadratic parametric control point.
QUARTO - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Quarto, 215 x 275 mm.
QUARTO - Static variable in class javax.print.attribute.standard.MediaSize.Other
Specifies the quarto size, 8.5 inches by 10.83 inches.
QUARTO - Static variable in class javax.print.attribute.standard.MediaSizeName
quarto size .
Query - Class in javax.management
Constructs query object constraints.
Query() - Constructor for class javax.management.Query
Basic constructor.
QUERY_STRING - Static variable in interface javax.xml.ws.handler.MessageContext
Standard property: Query string for request.
QueryEval - Class in javax.management
Allows a query to be performed in the context of a specific MBean server.
QueryEval() - Constructor for class javax.management.QueryEval
QueryExp - Interface in javax.management
Represents relational constraints that can be used in database query "where clauses".
[**queryMBeans(ObjectName, QueryExp)**](../javax/management/MBeanServer.html#queryMBeans%28javax.management.ObjectName, javax.management.QueryExp%29) - Method in interface javax.management.MBeanServer
[**queryMBeans(ObjectName, QueryExp)**](../javax/management/MBeanServerConnection.html#queryMBeans%28javax.management.ObjectName, javax.management.QueryExp%29) - Method in interface javax.management.MBeanServerConnection
Gets MBeans controlled by the MBean server.
[**queryMBeans(ObjectName, MarshalledObject, Subject)**](../javax/management/remote/rmi/RMIConnection.html#queryMBeans%28javax.management.ObjectName, java.rmi.MarshalledObject, javax.security.auth.Subject%29) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method [MBeanServerConnection.queryMBeans(ObjectName, QueryExp)](../javax/management/MBeanServerConnection.html#queryMBeans%28javax.management.ObjectName, javax.management.QueryExp%29).
[**queryMBeans(ObjectName, MarshalledObject, Subject)**](../javax/management/remote/rmi/RMIConnectionImpl.html#queryMBeans%28javax.management.ObjectName, java.rmi.MarshalledObject, javax.security.auth.Subject%29) - Method in class javax.management.remote.rmi.RMIConnectionImpl
[**queryMBeans(ObjectName, MarshalledObject, Subject)**](../javax/management/remote/rmi/RMIConnectionImpl%5FStub.html#queryMBeans%28javax.management.ObjectName, java.rmi.MarshalledObject, javax.security.auth.Subject%29) - Method in class javax.management.remote.rmi.RMIConnectionImpl_Stub
[**queryNames(ObjectName, QueryExp)**](../javax/management/MBeanServer.html#queryNames%28javax.management.ObjectName, javax.management.QueryExp%29) - Method in interface javax.management.MBeanServer
[**queryNames(ObjectName, QueryExp)**](../javax/management/MBeanServerConnection.html#queryNames%28javax.management.ObjectName, javax.management.QueryExp%29) - Method in interface javax.management.MBeanServerConnection
Gets the names of MBeans controlled by the MBean server.
[**queryNames(ObjectName, MarshalledObject, Subject)**](../javax/management/remote/rmi/RMIConnection.html#queryNames%28javax.management.ObjectName, java.rmi.MarshalledObject, javax.security.auth.Subject%29) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method [MBeanServerConnection.queryNames(ObjectName, QueryExp)](../javax/management/MBeanServerConnection.html#queryNames%28javax.management.ObjectName, javax.management.QueryExp%29).
[**queryNames(ObjectName, MarshalledObject, Subject)**](../javax/management/remote/rmi/RMIConnectionImpl.html#queryNames%28javax.management.ObjectName, java.rmi.MarshalledObject, javax.security.auth.Subject%29) - Method in class javax.management.remote.rmi.RMIConnectionImpl
[**queryNames(ObjectName, MarshalledObject, Subject)**](../javax/management/remote/rmi/RMIConnectionImpl%5FStub.html#queryNames%28javax.management.ObjectName, java.rmi.MarshalledObject, javax.security.auth.Subject%29) - Method in class javax.management.remote.rmi.RMIConnectionImpl_Stub
QUESTION_DIALOG - Static variable in class javax.swing.JRootPane
Constant used for the windowDecorationStyle property.
QUESTION_MESSAGE - Static variable in class javax.swing.JOptionPane
Used for questions.
Queue<E> - Interface in java.util
A collection designed for holding elements prior to processing.
QUEUED_IN_DEVICE - Static variable in class javax.print.attribute.standard.JobStateReason
The job has been forwarded to a device or print system that is unable to send back status.
QueuedJobCount - Class in javax.print.attribute.standard
Class QueuedJobCount is an integer valued printing attribute that indicates the number of jobs in the printer whose JobState is either PENDING, PENDING_HELD, PROCESSING, or PROCESSING_STOPPED.
QueuedJobCount(int) - Constructor for class javax.print.attribute.standard.QueuedJobCount
Construct a new queued job count attribute with the given integer value.
quote(String) - Static method in class java.util.regex.Pattern
Returns a literal pattern String
for the specifiedString
.
quote(String) - Static method in class javax.management.ObjectName
Returns a quoted form of the given String, suitable for inclusion in an ObjectName.
quoteChar(int) - Method in class java.io.StreamTokenizer
Specifies that matching pairs of this character delimit string constants in this tokenizer.
quoteReplacement(String) - Static method in class java.util.regex.Matcher
Returns a literal replacement String
for the specifiedString
.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2015, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
Scripting on this page tracks web page traffic, but does not change the content in any way.