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 _ 
Q
- Q - javafx.scene.input.KeyCode
 - 
Constant for the
Qkey. - QName - Class in javax.xml.namespace
 - 
QNamerepresents a qualified name as defined in the XML specifications: XML Schema Part2: Datatypes specification, Namespaces in XML. - QName(String) - Constructor for class javax.xml.namespace.QName
 - 
QNameconstructor specifying the local part. - QName(String, String) - Constructor for class javax.xml.namespace.QName
 - 
QNameconstructor specifying the Namespace URI and local part. - QName(String, String, String) - Constructor for class javax.xml.namespace.QName
 - 
QNameconstructor specifying the Namespace URI, local part and prefix. - QOP - Static variable in class javax.security.sasl.Sasl
 - 
The name of a property that specifies the quality-of-protection to use.
 - QuadCurve - Class in javafx.scene.shape
 - 
The
Quadcurveclass defines a quadratic Bézier parametric curve segment in (x,y) coordinate space. - QuadCurve() - Constructor for class javafx.scene.shape.QuadCurve
 - 
Creates an empty instance of QuadCurve.
 - QuadCurve(double, double, double, double, double, double) - Constructor for class javafx.scene.shape.QuadCurve
 - 
Creates a new instance of QuadCurve.
 - QuadCurve2D - Class in java.awt.geom
 - 
The
QuadCurve2Dclass 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
doublecoordinates. - QuadCurve2D.Float - Class in java.awt.geom
 - 
A quadratic parametric curve segment specified with
floatcoordinates. - QuadCurveTo - Class in javafx.scene.shape
 - 
Creates a curved path element, defined by two new points, by drawing a Quadratic Bézier curve that intersects both the current coordinates and the specified coordinates
(x, y), using the specified point(controlX, controlY)as a Bézier control point. - QuadCurveTo() - Constructor for class javafx.scene.shape.QuadCurveTo
 - 
Creates an empty instance of QuadCurveTo.
 - QuadCurveTo(double, double, double, double) - Constructor for class javafx.scene.shape.QuadCurveTo
 - 
Creates a new instance of QuadCurveTo.
 - 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) - 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.
 - quadraticCurveTo(double, double, double, double) - Method in class javafx.scene.canvas.GraphicsContext
 - 
Adds segments to the current path to make a quadratic Bezier curve.
 - quadTo(double, double, double, double) - 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) - 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) - 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. - quadTo(float, float, float, float) - 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. - QUALIFIED - javax.xml.bind.annotation.XmlNsForm
 - qualifiedName() - Method in interface com.sun.javadoc.ProgramElementDoc
 - 
Deprecated.Get the fully qualified name of this program element.
 - QualifiedNameable - Interface in javax.lang.model.element
 - 
A mixin interface for an element that has a qualified name.
 - qualifiedTypeName() - Method in interface com.sun.javadoc.Type
 - 
Deprecated.Return qualified name of type excluding any dimension information.
 - QUALITY - javafx.scene.CacheHint
 - 
A hint to tell the bitmap caching mechanism that this node should appear on screen at the highest visual quality.
 - QUARTER_OF_YEAR - Static variable in class java.time.temporal.IsoFields
 - 
The field that represents the quarter-of-year.
 - QUARTER_YEARS - Static variable in class java.time.temporal.IsoFields
 - 
Unit that represents the concept of a quarter-year.
 - 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(TemporalQuery<R>) - Method in interface java.time.chrono.ChronoLocalDate
 - 
Queries this date using the specified query.
 - query(TemporalQuery<R>) - Method in interface java.time.chrono.ChronoLocalDateTime
 - 
Queries this date-time using the specified query.
 - query(TemporalQuery<R>) - Method in interface java.time.chrono.ChronoZonedDateTime
 - 
Queries this date-time using the specified query.
 - query(TemporalQuery<R>) - Method in interface java.time.chrono.Era
 - 
Queries this era using the specified query.
 - query(TemporalQuery<R>) - Method in enum java.time.DayOfWeek
 - 
Queries this day-of-week using the specified query.
 - query(TemporalQuery<R>) - Method in class java.time.Instant
 - 
Queries this instant using the specified query.
 - query(TemporalQuery<R>) - Method in class java.time.LocalDate
 - 
Queries this date using the specified query.
 - query(TemporalQuery<R>) - Method in class java.time.LocalDateTime
 - 
Queries this date-time using the specified query.
 - query(TemporalQuery<R>) - Method in class java.time.LocalTime
 - 
Queries this time using the specified query.
 - query(TemporalQuery<R>) - Method in enum java.time.Month
 - 
Queries this month-of-year using the specified query.
 - query(TemporalQuery<R>) - Method in class java.time.MonthDay
 - 
Queries this month-day using the specified query.
 - query(TemporalQuery<R>) - Method in class java.time.OffsetDateTime
 - 
Queries this date-time using the specified query.
 - query(TemporalQuery<R>) - Method in class java.time.OffsetTime
 - 
Queries this time using the specified query.
 - query(TemporalQuery<R>) - Method in interface java.time.temporal.TemporalAccessor
 - 
Queries this date-time.
 - query(TemporalQuery<R>) - Method in class java.time.Year
 - 
Queries this year using the specified query.
 - query(TemporalQuery<R>) - Method in class java.time.YearMonth
 - 
Queries this year-month using the specified query.
 - query(TemporalQuery<R>) - Method in class java.time.ZonedDateTime
 - 
Queries this date-time using the specified query.
 - query(TemporalQuery<R>) - Method in class java.time.ZoneOffset
 - 
Queries this offset using the specified query.
 - 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.
 - queryAccessibleAttribute(AccessibleAttribute, Object...) - Method in class javafx.scene.control.SkinBase
 - 
This method is called by the assistive technology to request the value for an attribute.
 - queryAccessibleAttribute(AccessibleAttribute, Object...) - Method in class javafx.scene.Node
 - 
This method is called by the assistive technology to request the value for an attribute.
 - 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 similar to database query "where clauses".
 - queryFrom(TemporalAccessor) - Method in interface java.time.temporal.TemporalQuery
 - 
Queries the specified temporal object.
 - queryMBeans(ObjectName, MarshalledObject, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
 - 
Handles the method
MBeanServerConnection.queryMBeans(ObjectName, QueryExp). - queryMBeans(ObjectName, QueryExp) - Method in interface javax.management.MBeanServer
 - 
Gets MBeans controlled by the MBean server.
 - queryMBeans(ObjectName, QueryExp) - Method in interface javax.management.MBeanServerConnection
 - 
Gets MBeans controlled by the MBean server.
 - queryNames(ObjectName, MarshalledObject, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
 - 
Handles the method
MBeanServerConnection.queryNames(ObjectName, QueryExp). - queryNames(ObjectName, QueryExp) - Method in interface javax.management.MBeanServer
 - 
Gets the names of MBeans controlled by the MBean server.
 - queryNames(ObjectName, QueryExp) - Method in interface javax.management.MBeanServerConnection
 - 
Gets the names of MBeans controlled by the MBean server.
 - 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
QueuedJobCountis an integer valued printing attribute that indicates the number of jobs in the printer whoseJobStateis eitherPENDING,PENDING_HELD,PROCESSING, orPROCESSING_STOPPED. - QueuedJobCount(int) - Constructor for class javax.print.attribute.standard.QueuedJobCount
 - 
Construct a new queued job count attribute with the given integer value.
 - quietlyComplete() - Method in class java.util.concurrent.ForkJoinTask
 - 
Completes this task normally without setting a value.
 - quietlyCompleteRoot() - Method in class java.util.concurrent.CountedCompleter
 - 
Equivalent to
getRoot().quietlyComplete(). - quietlyInvoke() - Method in class java.util.concurrent.ForkJoinTask
 - 
Commences performing this task and awaits its completion if necessary, without returning its result or throwing its exception.
 - quietlyJoin() - Method in class java.util.concurrent.ForkJoinTask
 - 
Joins this task, without returning its result or throwing its exception.
 - QuitEvent - Class in java.awt.desktop
 - 
Event sent when the application is asked to quit.
 - QuitEvent() - Constructor for class java.awt.desktop.QuitEvent
 - 
Constructs a
QuitEvent - QuitHandler - Interface in java.awt.desktop
 - 
An implementor determines if requests to quit this application should proceed or cancel.
 - QuitResponse - Interface in java.awt.desktop
 - 
Used to respond to a request to quit the application.
 - QuitStrategy - Enum in java.awt.desktop
 - 
The strategy used to shut down the application, if Sudden Termination is not enabled.
 - quote(String) - Static method in class java.util.regex.Pattern
 - 
Returns a literal pattern
Stringfor 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.
 - QUOTE - javafx.scene.input.KeyCode
 - 
Constant for the
Quotekey. - quoteChar(int) - Method in class java.io.StreamTokenizer
 - 
Specifies that matching pairs of this character delimit string constants in this tokenizer.
 - QUOTEDBL - javafx.scene.input.KeyCode
 - 
Constant for the
Double Quotekey. - quoteReplacement(String) - Static method in class java.util.regex.Matcher
 - 
Returns a literal replacement
Stringfor the specifiedString.