- QName - Class in javax.xml.namespace
-
- QName(String, String) - Constructor for class javax.xml.namespace.QName
-
- QName(String, String, String) - Constructor for class javax.xml.namespace.QName
-
- QName(String) - Constructor for class javax.xml.namespace.QName
-
- 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
-
A two-dimensional curve that is parameterized with a quadratic
function.
- QuadCurve2D() - Constructor for class java.awt.geom.QuadCurve2D
-
Constructs a new QuadCurve2D.
- QuadCurve2D.Double - Class in java.awt.geom
-
A two-dimensional curve that is parameterized with a quadratic
function and stores coordinate values in double-precision
floating-point format.
- QuadCurve2D.Double() - Constructor for class java.awt.geom.QuadCurve2D.Double
-
Constructs a new QuadCurve2D that stores its coordinate values
in double-precision floating-point format.
- QuadCurve2D.Double(double, double, double, double, double, double) - Constructor for class java.awt.geom.QuadCurve2D.Double
-
Constructs a new QuadCurve2D that stores its coordinate values
in double-precision floating-point format, specifying the
initial position of each point.
- QuadCurve2D.Float - Class in java.awt.geom
-
A two-dimensional curve that is parameterized with a quadratic
function and stores coordinate values in single-precision
floating-point format.
- QuadCurve2D.Float() - Constructor for class java.awt.geom.QuadCurve2D.Float
-
Constructs a new QuadCurve2D that stores its coordinate values
in single-precision floating-point format.
- QuadCurve2D.Float(float, float, float, float, float, float) - Constructor for class java.awt.geom.QuadCurve2D.Float
-
Constructs a new QuadCurve2D that stores its coordinate values
in single-precision floating-point format, specifying the
initial position of each point.
- quadTo(float, float, float, float) - Method in class java.awt.geom.GeneralPath
-
Appends a quadratic Bezier curve to the current path.
- QUARTO - Static variable in class java.awt.PageAttributes.MediaType
-
- QUARTO - Static variable in class javax.print.attribute.standard.MediaSize.Other
-
US Quarto paper size, 8.5 inches by 10.83 inches.
- QUARTO - Static variable in class javax.print.attribute.standard.MediaSizeName
-
The quarto size: 8.5 inches by 10.83 inches.
- Query - Class in javax.management
-
Provides static methods for constructing queries.
- Query() - Constructor for class javax.management.Query
-
- QueryEval - Class in javax.management
-
Represents the evaluation context of a
MBeanServer
query by retaining the server used on a thread-by-thread
basis.
- QueryEval() - Constructor for class javax.management.QueryEval
-
- QueryExp - Interface in javax.management
-
Applies the type of relational constraints seen in the
where
clauses of databases to an
ObjectName
.
- queryMBeans(ObjectName, QueryExp) - Method in interface javax.management.MBeanServer
-
- queryMBeans(ObjectName, QueryExp) - Method in interface javax.management.MBeanServerConnection
-
- queryMBeans(ObjectName, MarshalledObject, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
-
Handles MBeanServerConnection#queryMBeans(ObjectName, QueryExp)
.
- queryNames(ObjectName, QueryExp) - Method in interface javax.management.MBeanServer
-
Returns a set of
ObjectName
s matching the specified
criteria.
- queryNames(ObjectName, QueryExp) - Method in interface javax.management.MBeanServerConnection
-
Returns a set of
ObjectName
s matching the specified
criteria.
- queryNames(ObjectName, MarshalledObject, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
-
Handles MBeanServerConnection#queryNames(ObjectName, QueryExp)
.
- QUESTION_DIALOG - Static variable in class javax.swing.JRootPane
-
- QUESTION_MESSAGE - Static variable in class javax.swing.JOptionPane
-
Identifier for the question message type.
- QUEUED_IN_DEVICE - Static variable in class javax.print.attribute.standard.JobStateReason
-
The printer has forwarded the job to the actual output device.
- QueuedJobCount - Class in javax.print.attribute.standard
-
The QueuedJobCount
printing attribute reports
the number of jobs currently in the queue.
- QueuedJobCount(int) - Constructor for class javax.print.attribute.standard.QueuedJobCount
-
Creates a QueuedJobCount
object.
- quote(String) - Static method in class java.util.regex.Pattern
-
Returns a literal pattern for the specified String.
- quote(String) - Static method in class javax.management.ObjectName
-
Returns a quoted version of the supplied string.
- quoteChar(int) - Method in class java.io.StreamTokenizer
-
This method sets the quote attribute on the specified character.
- quoteReplacement(String) - Static method in class java.util.regex.Matcher
-
Returns a literalized string of s where characters $
and \\
are escaped.