Uses of Class
java.lang.Override
-
Packages that use Override Package Description com.sun.nio.sctp A Java API for Stream Control Transport Protocol.com.sun.security.auth Provides implementations ofPrincipal
.com.sun.security.auth.login Provides an implementation ofConfiguration
.com.sun.source.util Provides utilities for operations on abstract syntax trees (AST).java.applet Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.java.awt.datatransfer Provides interfaces and classes for transferring data between and within applications.java.awt.image Provides classes for creating and modifying images.java.beans Contains classes related to developing beans -- components based on the JavaBeans™ architecture.java.io Provides for system input and output through data streams, serialization and the file system.java.lang Provides classes that are fundamental to the design of the Java programming language.java.lang.invoke Thejava.lang.invoke
package contains dynamic language support provided directly by the Java core class libraries and virtual machine.java.lang.module Classes to support module descriptors and creating configurations of modules by means of resolution and service binding.java.lang.reflect Provides classes and interfaces for obtaining reflective information about classes and objects.java.math Provides classes for performing arbitrary-precision integer arithmetic (BigInteger
) and arbitrary-precision decimal arithmetic (BigDecimal
).java.net Provides the classes for implementing networking applications.java.nio Defines buffers, which are containers for data, and provides an overview of the other NIO packages.java.nio.channels Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations.java.nio.file Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems.java.nio.file.attribute Interfaces and classes providing access to file and file system attributes.java.security Provides the classes and interfaces for the security framework.java.security.cert Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths.java.sql Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java™ programming language.java.text Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.java.time The main API for dates, times, instants, and durations.java.time.chrono Generic API for calendar systems other than the default ISO.java.time.format Provides classes to print and parse dates and times.java.time.temporal Access to date and time using fields and units, and date time adjusters.java.time.zone Support for time-zones and their rules.java.util Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.java.util.concurrent Utility classes commonly useful in concurrent programming.java.util.logging Provides the classes and interfaces of the Java™ 2 platform's core logging facilities.java.util.spi Service provider classes for the classes in the java.util package.java.util.stream Classes to support functional-style operations on streams of elements, such as map-reduce transformations on collections.java.util.zip Provides classes for reading and writing the standard ZIP and GZIP file formats.javafx.animation Provides the set of classes for ease of use transition based animations.javafx.application Provides the application life-cycle classes.javafx.beans The packagejavafx.beans
contains the interfaces that define the most generic form of observability.javafx.beans.binding Provides classes that create and operate on aBinding
that calculates a value that depends on one or more sources.javafx.beans.property The packagejavafx.beans.property
defines read-only properties and writable properties, plus a number of implementations.javafx.beans.property.adapter Provides various classes that act as adapters between a regular Java Bean property and a correspondingJavaFX Property
.javafx.beans.value The packagejavafx.beans.value
contains the two fundamental interfacesObservableValue
andWritableValue
and all of its sub-interfaces.javafx.collections Contains the essential JavaFX collections and collection utilitiesjavafx.collections.transformation Provides JavaFX collections that wrap and transform (for example, sort or filter) other JavaFX collections.javafx.concurrent Provides the set of classes for javafx.task.javafx.css Provides API for making properties styleable via CSS and for supporting pseudo-class state.javafx.css.converter Provides variousStyleConverter
classes that convert CSS parsed values.javafx.embed.swing Provides the set of classes to use JavaFX inside Swing applications.javafx.event Provides basic framework for FX events, their delivery and handling.javafx.fxml Contains classes for loading an object hierarchy from markup.javafx.geometry Provides the set of 2D classes for defining and performing operations on objects related to two-dimensional geometry.javafx.print Provides the public classes for the JavaFX Printing API.javafx.scene Provides the core set of base classes for the JavaFX Scene Graph API.javafx.scene.chart The JavaFX User Interface provides a set of chart components that are a very convenient way for data visualization.javafx.scene.control The JavaFX User Interface Controls (UI Controls or just Controls) are specialized Nodes in the JavaFX Scenegraph especially suited for reuse in many different application contexts.javafx.scene.control.cell Thejavafx.scene.control.cell
package is where all cell-related classes are located, other than the core classes such asCell
,IndexedCell
,ListCell
,TreeCell
, andTableCell
.javafx.scene.control.skin The javafx.scene.control.skin package is where the skin classes, typically one for each UI control, are locatedjavafx.scene.image Provides the set of classes for loading and displaying images.javafx.scene.input Provides the set of classes for mouse and keyboard input event handling.javafx.scene.layout Provides classes to support user interface layout.javafx.scene.media Provides the set of classes for integrating audio and video into Java FX Applications.javafx.scene.paint Provides the set of classes for colors and gradients used to fill shapes and backgrounds when rendering the scene graph.javafx.scene.shape Provides the set of 2D classes for defining and performing operations on objects related to two-dimensional geometry.javafx.scene.text Provides the set of classes for fonts and renderable Text Node.javafx.scene.transform Provides the set of convenient classes to perform rotating, scaling, shearing, and translation transformations forAffine
objects.javafx.scene.web This package provides means for loading and displaying Web content.javafx.stage Provides the top-level container classes for JavaFX content.javafx.util Contains various utilities and helper classes.javafx.util.converter This package is for standard string converters for JavaFX.javax.imageio.plugins.tiff Public classes used by the built-in TIFF plug-ins.javax.lang.model.element Interfaces used to model elements of the Java programming language.javax.lang.model.util Utilities to assist in the processing of program elements and types.javax.management Provides the core classes for the Java Management Extensions.javax.management.modelmbean Provides the definition of the ModelMBean classes.javax.management.monitor Provides the definition of the monitor classes.javax.management.openmbean Provides the open data types and Open MBean descriptor classes.javax.management.relation Provides the definition of the Relation Service.javax.management.remote Interfaces for remote access to JMX MBean servers.javax.management.remote.rmi The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.javax.net.ssl Provides classes for the secure socket package.javax.security.auth This package provides a framework for authentication and authorization.javax.security.auth.kerberos This package contains utility classes related to the Kerberos network authentication protocol.javax.sound.midi Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data.javax.sound.sampled Provides interfaces and classes for capture, processing, and playback of sampled audio data.javax.sql Provides the API for server side data source access and processing from the Java™ programming language.javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.javax.swing.border Provides classes and interface for drawing specialized borders around a Swing component.javax.swing.event Provides for events fired by Swing components.javax.swing.plaf.basic Provides user interface objects built according to the Basic look and feel.javax.swing.plaf.metal Provides user interface objects built according to the Java look and feel (once codenamed Metal), which is the default look and feel.javax.swing.plaf.multi Provides user interface objects that combine two or more look and feels.javax.swing.plaf.nimbus Provides user interface objects built according to the cross-platform Nimbus look and feel.javax.swing.plaf.synth Synth is a skinnable look and feel in which all painting is delegated.javax.swing.table Provides classes and interfaces for dealing withjavax.swing.JTable
.javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components.javax.tools Provides interfaces for tools which can be invoked from a program, for example, compilers.javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.javax.xml.catalog Provides the classes for implementing XML Catalogs OASIS Standard V1.1, 7 October 2005.javax.xml.datatype Defines XML/Java Type Mappings.javax.xml.parsers Provides the classes for processing XML documents with a SAX (Simple API for XML) parser or a DOM (Document Object Model) Document builder.javax.xml.soap Provides the API for creating and building SOAP messages.javax.xml.stream Defines interfaces and classes for the Streaming API for XML (StAX).javax.xml.transform Defines the generic APIs for processing transformation instructions, and performing a transformation from source to result.javax.xml.transform.dom Provides DOM specific transformation classes.javax.xml.transform.sax Provides SAX specific transformation classes.javax.xml.transform.stax Provides StAX specific transformation classes.javax.xml.transform.stream Provides stream and URI specific transformation classes.javax.xml.ws This package contains the core JAX-WS APIs.javax.xml.ws.wsaddressing This package defines APIs related to WS-Addressing.javax.xml.xpath Provides an object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment.jdk.dynalink Contains interfaces and classes that are used to link aninvokedynamic
call site.jdk.dynalink.beans Contains the linker for ordinary Java objects.jdk.dynalink.linker.support Contains classes that make it more convenient for language runtimes to implement their own language-specific object models and type conversions by providing basic implementations of some classes as well as various utilities.jdk.dynalink.support Contains classes that make using Dynalink more convenient by providing basic implementations of some classes as well as various utilities.jdk.incubator.http High level HTTP and WebSocket APIjdk.javadoc.doclet The Doclet API provides an environment which, in conjunction with the Language Model API and Compiler Tree API, allows clients to inspect the source-level structures of programs and libraries, including API comments embedded in the source.jdk.jfr This package contains classes to create events and control Flight Recorder.jdk.jfr.consumer This package contains classes for consuming Flight Recorder data.jdk.jshell Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL), which interactively evaluate "snippets" of Java programming language code.jdk.jshell.execution Provides implementation support for building JShell execution engines.jdk.jshell.spi Defines the Service Provider Interface for pluggable JShell execution engines.jdk.management.jfr This package contains classes to control and monitor Flight Recorder over JMX.jdk.management.resource Resource tracking contexts, meters, and factories.jdk.nashorn.api.scripting This package provides thejavax.script
integration, which is the preferred way to use Nashorn.jdk.nashorn.api.tree Nashorn parser API provides interfaces to represent ECMAScript source code as abstract syntax trees (AST) and Parser to parse ECMAScript source scripts.jdk.net Platform specific socket options for thejava.net
andjava.nio.channels
socket classes. -
-
Uses of Override in com.sun.nio.sctp
Methods in com.sun.nio.sctp with annotations of type Override Modifier and Type Method Description abstract Association
SendFailedNotification. association()
Returns the association that this notification is applicable to.boolean
SctpStandardSocketOptions.InitMaxStreams. equals(Object obj)
Returns true if the specified object is anotherInitMaxStreams
instance with the same number of in and out bound streams.HandlerResult
AbstractNotificationHandler. handleNotification(Notification notification, T attachment)
Invoked when an implementation specific notification is received from the SCTP stack.int
SctpStandardSocketOptions.InitMaxStreams. hashCode()
Returns a hash code value for this init max streams.String
SctpStandardSocketOptions.InitMaxStreams. toString()
Returns a string representation of this init max streams, including the maximum in and out bound streams.int
SctpChannel. validOps()
Returns an operation set identifying this channel's supported operations.int
SctpMultiChannel. validOps()
Returns an operation set identifying this channel's supported operations.int
SctpServerChannel. validOps()
Returns an operation set identifying this channel's supported operations. -
Uses of Override in com.sun.security.auth
Methods in com.sun.security.auth with annotations of type Override Modifier and Type Method Description PermissionCollection
PolicyFile. getPermissions(Subject subject, CodeSource codesource)
Deprecated, for removal: This API element is subject to removal in a future version.Examines thisPolicy
and returns the Permissions granted to the specifiedSubject
andCodeSource
.void
PolicyFile. refresh()
Deprecated, for removal: This API element is subject to removal in a future version.Refreshes the policy object by re-reading all the policy files. -
Uses of Override in com.sun.security.auth.login
Methods in com.sun.security.auth.login with annotations of type Override Modifier and Type Method Description AppConfigurationEntry[]
ConfigFile. getAppConfigurationEntry(String applicationName)
Retrieve an entry from theConfiguration
using an application name as an index.void
ConfigFile. refresh()
Refresh and reload theConfiguration
by re-reading all of the login configurations. -
Uses of Override in com.sun.source.util
Methods in com.sun.source.util with annotations of type Override Modifier and Type Method Description Iterator<DocTree>
DocTreePath. iterator()
Iterator<Tree>
TreePath. iterator()
Iterates from leaves to root.R
DocTreePathScanner. scan(DocTree tree, P p)
Scans a single node.R
TreePathScanner. scan(Tree tree, P p)
Scans a single node.String
TaskEvent. toString()
R
SimpleTreeVisitor. visitAnnotatedType(AnnotatedTypeTree node, P p)
Visits an AnnotatedTypeTree node.R
TreeScanner. visitAnnotatedType(AnnotatedTypeTree node, P p)
Visits an AnnotatedTypeTree node.R
SimpleTreeVisitor. visitAnnotation(AnnotationTree node, P p)
Visits an AnnotatedTree node.R
TreeScanner. visitAnnotation(AnnotationTree node, P p)
Visits an AnnotatedTree node.R
SimpleTreeVisitor. visitArrayAccess(ArrayAccessTree node, P p)
Visits an ArrayAccessTree node.R
TreeScanner. visitArrayAccess(ArrayAccessTree node, P p)
Visits an ArrayAccessTree node.R
SimpleTreeVisitor. visitArrayType(ArrayTypeTree node, P p)
Visits an ArrayTypeTree node.R
TreeScanner. visitArrayType(ArrayTypeTree node, P p)
Visits an ArrayTypeTree node.R
SimpleTreeVisitor. visitAssert(AssertTree node, P p)
Visits an AssertTree node.R
TreeScanner. visitAssert(AssertTree node, P p)
Visits an AssertTree node.R
SimpleTreeVisitor. visitAssignment(AssignmentTree node, P p)
Visits an AssignmentTree node.R
TreeScanner. visitAssignment(AssignmentTree node, P p)
Visits an AssignmentTree node.R
DocTreeScanner. visitAttribute(AttributeTree node, P p)
Visits an AttributeTree node.R
SimpleDocTreeVisitor. visitAttribute(AttributeTree node, P p)
Visits an AttributeTree node.R
DocTreeScanner. visitAuthor(AuthorTree node, P p)
Visits an AuthorTree node.R
SimpleDocTreeVisitor. visitAuthor(AuthorTree node, P p)
Visits an AuthorTree node.R
SimpleTreeVisitor. visitBinary(BinaryTree node, P p)
Visits a BinaryTree node.R
TreeScanner. visitBinary(BinaryTree node, P p)
Visits a BinaryTree node.R
SimpleTreeVisitor. visitBlock(BlockTree node, P p)
Visits a BlockTree node.R
TreeScanner. visitBlock(BlockTree node, P p)
Visits a BlockTree node.R
SimpleTreeVisitor. visitBreak(BreakTree node, P p)
Visits a BreakTree node.R
TreeScanner. visitBreak(BreakTree node, P p)
Visits a BreakTree node.R
SimpleTreeVisitor. visitCase(CaseTree node, P p)
Visits a CaseTree node.R
TreeScanner. visitCase(CaseTree node, P p)
Visits a CaseTree node.R
SimpleTreeVisitor. visitCatch(CatchTree node, P p)
Visits a CatchTree node.R
TreeScanner. visitCatch(CatchTree node, P p)
Visits a CatchTree node.R
SimpleTreeVisitor. visitClass(ClassTree node, P p)
Visits a ClassTree node.R
TreeScanner. visitClass(ClassTree node, P p)
Visits a ClassTree node.R
DocTreeScanner. visitComment(CommentTree node, P p)
Visits a CommentTree node.R
SimpleDocTreeVisitor. visitComment(CommentTree node, P p)
Visits a CommentTree node.R
SimpleTreeVisitor. visitCompilationUnit(CompilationUnitTree node, P p)
Visits a CompilationUnitTree node.R
TreeScanner. visitCompilationUnit(CompilationUnitTree node, P p)
Visits a CompilationUnitTree node.R
SimpleTreeVisitor. visitCompoundAssignment(CompoundAssignmentTree node, P p)
Visits a CompoundAssignmentTree node.R
TreeScanner. visitCompoundAssignment(CompoundAssignmentTree node, P p)
Visits a CompoundAssignmentTree node.R
SimpleTreeVisitor. visitConditionalExpression(ConditionalExpressionTree node, P p)
Visits a ConditionalExpressionTree node.R
TreeScanner. visitConditionalExpression(ConditionalExpressionTree node, P p)
Visits a ConditionalExpressionTree node.R
SimpleTreeVisitor. visitContinue(ContinueTree node, P p)
Visits a ContinueTree node.R
TreeScanner. visitContinue(ContinueTree node, P p)
Visits a ContinueTree node.R
DocTreeScanner. visitDeprecated(DeprecatedTree node, P p)
Visits a DeprecatedTree node.R
SimpleDocTreeVisitor. visitDeprecated(DeprecatedTree node, P p)
Visits a DeprecatedTree node.R
DocTreeScanner. visitDocComment(DocCommentTree node, P p)
Visits a DocCommentTree node.R
SimpleDocTreeVisitor. visitDocComment(DocCommentTree node, P p)
Visits a DocCommentTree node.R
DocTreeScanner. visitDocRoot(DocRootTree node, P p)
Visits a DocRootTree node.R
SimpleDocTreeVisitor. visitDocRoot(DocRootTree node, P p)
Visits a DocRootTree node.R
SimpleTreeVisitor. visitDoWhileLoop(DoWhileLoopTree node, P p)
Visits a DoWhileTree node.R
TreeScanner. visitDoWhileLoop(DoWhileLoopTree node, P p)
Visits a DoWhileTree node.R
SimpleTreeVisitor. visitEmptyStatement(EmptyStatementTree node, P p)
Visits an EmptyStatementTree node.R
TreeScanner. visitEmptyStatement(EmptyStatementTree node, P p)
Visits an EmptyStatementTree node.R
DocTreeScanner. visitEndElement(EndElementTree node, P p)
Visits an EndElementTree node.R
SimpleDocTreeVisitor. visitEndElement(EndElementTree node, P p)
Visits an EndElementTree node.R
SimpleTreeVisitor. visitEnhancedForLoop(EnhancedForLoopTree node, P p)
Visits an EnhancedForLoopTree node.R
TreeScanner. visitEnhancedForLoop(EnhancedForLoopTree node, P p)
Visits an EnhancedForLoopTree node.R
DocTreeScanner. visitEntity(EntityTree node, P p)
Visits an EntityTree node.R
SimpleDocTreeVisitor. visitEntity(EntityTree node, P p)
Visits an EntityTree node.R
DocTreeScanner. visitErroneous(ErroneousTree node, P p)
Visits an ErroneousTree node.R
SimpleDocTreeVisitor. visitErroneous(ErroneousTree node, P p)
Visits an ErroneousTree node.R
TreeScanner. visitErroneous(ErroneousTree node, P p)
Visits an ErroneousTree node.R
SimpleTreeVisitor. visitExports(ExportsTree node, P p)
R
TreeScanner. visitExports(ExportsTree node, P p)
R
SimpleTreeVisitor. visitExpressionStatement(ExpressionStatementTree node, P p)
Visits an ExpressionStatementTree node.R
TreeScanner. visitExpressionStatement(ExpressionStatementTree node, P p)
Visits an ExpressionStatementTree node.R
SimpleTreeVisitor. visitForLoop(ForLoopTree node, P p)
Visits a ForLoopTree node.R
TreeScanner. visitForLoop(ForLoopTree node, P p)
Visits a ForLoopTree node.R
DocTreeScanner. visitHidden(HiddenTree node, P p)
Visits a HiddenTree node.R
SimpleDocTreeVisitor. visitHidden(HiddenTree node, P p)
Visits a HiddenTree node.R
DocTreeScanner. visitIdentifier(IdentifierTree node, P p)
Visits an IdentifierTree node.R
SimpleDocTreeVisitor. visitIdentifier(IdentifierTree node, P p)
Visits an IdentifierTree node.R
SimpleTreeVisitor. visitIdentifier(IdentifierTree node, P p)
Visits an IdentifierTree node.R
TreeScanner. visitIdentifier(IdentifierTree node, P p)
Visits an IdentifierTree node.R
SimpleTreeVisitor. visitIf(IfTree node, P p)
Visits an IfTree node.R
TreeScanner. visitIf(IfTree node, P p)
Visits an IfTree node.R
SimpleTreeVisitor. visitImport(ImportTree node, P p)
Visits an ImportTree node.R
TreeScanner. visitImport(ImportTree node, P p)
Visits an ImportTree node.R
DocTreeScanner. visitIndex(IndexTree node, P p)
Visits an IndexTree node.R
SimpleDocTreeVisitor. visitIndex(IndexTree node, P p)
Visits an IndexTree node.R
DocTreeScanner. visitInheritDoc(InheritDocTree node, P p)
Visits an InheritDocTree node.R
SimpleDocTreeVisitor. visitInheritDoc(InheritDocTree node, P p)
Visits an InheritDocTree node.R
SimpleTreeVisitor. visitInstanceOf(InstanceOfTree node, P p)
Visits an InstanceOfTree node.R
TreeScanner. visitInstanceOf(InstanceOfTree node, P p)
Visits an InstanceOfTree node.R
SimpleTreeVisitor. visitIntersectionType(IntersectionTypeTree node, P p)
Visits an IntersectionTypeTree node.R
TreeScanner. visitIntersectionType(IntersectionTypeTree node, P p)
Visits an IntersectionTypeTree node.R
SimpleTreeVisitor. visitLabeledStatement(LabeledStatementTree node, P p)
Visits a LabeledStatementTree node.R
TreeScanner. visitLabeledStatement(LabeledStatementTree node, P p)
Visits a LabeledStatementTree node.R
SimpleTreeVisitor. visitLambdaExpression(LambdaExpressionTree node, P p)
Visits a LambdaExpressionTree node.R
TreeScanner. visitLambdaExpression(LambdaExpressionTree node, P p)
Visits a LambdaExpressionTree node.R
DocTreeScanner. visitLink(LinkTree node, P p)
Visits a LinkTree node.R
SimpleDocTreeVisitor. visitLink(LinkTree node, P p)
Visits a LinkTree node.R
DocTreeScanner. visitLiteral(LiteralTree node, P p)
Visits an LiteralTree node.R
SimpleDocTreeVisitor. visitLiteral(LiteralTree node, P p)
Visits an LiteralTree node.R
SimpleTreeVisitor. visitLiteral(LiteralTree node, P p)
Visits a LiteralTree node.R
TreeScanner. visitLiteral(LiteralTree node, P p)
Visits a LiteralTree node.R
SimpleTreeVisitor. visitMemberReference(MemberReferenceTree node, P p)
Visits a MemberReferenceTree node.R
TreeScanner. visitMemberReference(MemberReferenceTree node, P p)
Visits a MemberReferenceTree node.R
SimpleTreeVisitor. visitMemberSelect(MemberSelectTree node, P p)
Visits a MemberSelectTree node.R
TreeScanner. visitMemberSelect(MemberSelectTree node, P p)
Visits a MemberSelectTree node.R
SimpleTreeVisitor. visitMethod(MethodTree node, P p)
Visits a MethodTree node.R
TreeScanner. visitMethod(MethodTree node, P p)
Visits a MethodTree node.R
SimpleTreeVisitor. visitMethodInvocation(MethodInvocationTree node, P p)
Visits a MethodInvocationTree node.R
TreeScanner. visitMethodInvocation(MethodInvocationTree node, P p)
Visits a MethodInvocationTree node.R
SimpleTreeVisitor. visitModifiers(ModifiersTree node, P p)
Visits a ModifiersTree node.R
TreeScanner. visitModifiers(ModifiersTree node, P p)
Visits a ModifiersTree node.R
TreeScanner. visitModule(ModuleTree node, P p)
R
SimpleTreeVisitor. visitNewArray(NewArrayTree node, P p)
Visits a NewArrayTree node.R
TreeScanner. visitNewArray(NewArrayTree node, P p)
Visits a NewArrayTree node.R
SimpleTreeVisitor. visitNewClass(NewClassTree node, P p)
Visits a NewClassTree node.R
TreeScanner. visitNewClass(NewClassTree node, P p)
Visits a NewClassTree node.R
SimpleTreeVisitor. visitOpens(OpensTree node, P p)
R
TreeScanner. visitOpens(OpensTree node, P p)
R
DocTreeScanner. visitOther(DocTree node, P p)
Visits an unknown type of DocTree node.R
SimpleDocTreeVisitor. visitOther(DocTree node, P p)
Visits an unknown type of DocTree node.R
SimpleTreeVisitor. visitOther(Tree node, P p)
Visits an unknown type of Tree node.R
TreeScanner. visitOther(Tree node, P p)
Visits an unknown type of Tree node.R
SimpleTreeVisitor. visitPackage(PackageTree node, P p)
Visits a PackageTree node.R
TreeScanner. visitPackage(PackageTree node, P p)
Visits a PackageTree node.R
DocTreeScanner. visitParam(ParamTree node, P p)
Visits a ParamTree node.R
SimpleDocTreeVisitor. visitParam(ParamTree node, P p)
Visits a ParamTree node.R
SimpleTreeVisitor. visitParameterizedType(ParameterizedTypeTree node, P p)
Visits a ParameterizedTypeTree node.R
TreeScanner. visitParameterizedType(ParameterizedTypeTree node, P p)
Visits a ParameterizedTypeTree node.R
SimpleTreeVisitor. visitParenthesized(ParenthesizedTree node, P p)
Visits a ParenthesizedTree node.R
TreeScanner. visitParenthesized(ParenthesizedTree node, P p)
Visits a ParenthesizedTree node.R
SimpleTreeVisitor. visitPrimitiveType(PrimitiveTypeTree node, P p)
Visits a PrimitiveTypeTree node.R
TreeScanner. visitPrimitiveType(PrimitiveTypeTree node, P p)
Visits a PrimitiveTypeTree node.R
DocTreeScanner. visitProvides(ProvidesTree node, P p)
Visits a ProvidesTree node.R
SimpleDocTreeVisitor. visitProvides(ProvidesTree node, P p)
Visits a ProvidesTree node.R
SimpleTreeVisitor. visitProvides(ProvidesTree node, P p)
R
TreeScanner. visitProvides(ProvidesTree node, P p)
R
DocTreeScanner. visitReference(ReferenceTree node, P p)
Visits a ReferenceTree node.R
SimpleDocTreeVisitor. visitReference(ReferenceTree node, P p)
Visits a ReferenceTree node.R
SimpleTreeVisitor. visitRequires(RequiresTree node, P p)
R
TreeScanner. visitRequires(RequiresTree node, P p)
R
DocTreeScanner. visitReturn(ReturnTree node, P p)
Visits a ReturnTree node.R
SimpleDocTreeVisitor. visitReturn(ReturnTree node, P p)
Visits a ReturnTree node.R
SimpleTreeVisitor. visitReturn(ReturnTree node, P p)
Visits a ReturnTree node.R
TreeScanner. visitReturn(ReturnTree node, P p)
Visits a ReturnTree node.R
DocTreeScanner. visitSee(SeeTree node, P p)
Visits a SeeTree node.R
SimpleDocTreeVisitor. visitSee(SeeTree node, P p)
Visits a SeeTree node.R
DocTreeScanner. visitSerial(SerialTree node, P p)
Visits a SerialTree node.R
SimpleDocTreeVisitor. visitSerial(SerialTree node, P p)
Visits a SerialTree node.R
DocTreeScanner. visitSerialData(SerialDataTree node, P p)
Visits a SerialDataTree node.R
SimpleDocTreeVisitor. visitSerialData(SerialDataTree node, P p)
Visits a SerialDataTree node.R
DocTreeScanner. visitSerialField(SerialFieldTree node, P p)
Visits a SerialFieldTree node.R
SimpleDocTreeVisitor. visitSerialField(SerialFieldTree node, P p)
Visits a SerialFieldTree node.R
DocTreeScanner. visitSince(SinceTree node, P p)
Visits a SinceTree node.R
SimpleDocTreeVisitor. visitSince(SinceTree node, P p)
Visits a SinceTree node.R
DocTreeScanner. visitStartElement(StartElementTree node, P p)
Visits a StartElementTree node.R
SimpleDocTreeVisitor. visitStartElement(StartElementTree node, P p)
Visits a StartElementTree node.R
SimpleTreeVisitor. visitSwitch(SwitchTree node, P p)
Visits a SwitchTree node.R
TreeScanner. visitSwitch(SwitchTree node, P p)
Visits a SwitchTree node.R
SimpleTreeVisitor. visitSynchronized(SynchronizedTree node, P p)
Visits a SynchronizedTree node.R
TreeScanner. visitSynchronized(SynchronizedTree node, P p)
Visits a SynchronizedTree node.R
DocTreeScanner. visitText(TextTree node, P p)
Visits a TextTree node.R
SimpleDocTreeVisitor. visitText(TextTree node, P p)
Visits a TextTree node.R
SimpleTreeVisitor. visitThrow(ThrowTree node, P p)
Visits a ThrowTree node.R
TreeScanner. visitThrow(ThrowTree node, P p)
Visits a ThrowTree node.R
DocTreeScanner. visitThrows(ThrowsTree node, P p)
Visits a ThrowsTree node.R
SimpleDocTreeVisitor. visitThrows(ThrowsTree node, P p)
Visits a ThrowsTree node.R
SimpleTreeVisitor. visitTry(TryTree node, P p)
Visits a TryTree node.R
TreeScanner. visitTry(TryTree node, P p)
Visits a TryTree node.R
SimpleTreeVisitor. visitTypeCast(TypeCastTree node, P p)
Visits a TypeCastTree node.R
TreeScanner. visitTypeCast(TypeCastTree node, P p)
Visits a TypeCastTree node.R
SimpleTreeVisitor. visitTypeParameter(TypeParameterTree node, P p)
Visits a TypeParameterTree node.R
TreeScanner. visitTypeParameter(TypeParameterTree node, P p)
Visits a TypeParameterTree node.R
SimpleTreeVisitor. visitUnary(UnaryTree node, P p)
Visits a UnaryTree node.R
TreeScanner. visitUnary(UnaryTree node, P p)
Visits a UnaryTree node.R
SimpleTreeVisitor. visitUnionType(UnionTypeTree node, P p)
Visits a UnionTypeTree node.R
TreeScanner. visitUnionType(UnionTypeTree node, P p)
Visits a UnionTypeTree node.R
DocTreeScanner. visitUnknownBlockTag(UnknownBlockTagTree node, P p)
Visits an UnknownBlockTagTree node.R
SimpleDocTreeVisitor. visitUnknownBlockTag(UnknownBlockTagTree node, P p)
Visits an UnknownBlockTagTree node.R
DocTreeScanner. visitUnknownInlineTag(UnknownInlineTagTree node, P p)
Visits an UnknownInlineTagTree node.R
SimpleDocTreeVisitor. visitUnknownInlineTag(UnknownInlineTagTree node, P p)
Visits an UnknownInlineTagTree node.R
DocTreeScanner. visitUses(UsesTree node, P p)
Visits a UsesTree node.R
SimpleDocTreeVisitor. visitUses(UsesTree node, P p)
Visits a UsesTree node.R
SimpleTreeVisitor. visitUses(UsesTree node, P p)
R
TreeScanner. visitUses(UsesTree node, P p)
R
DocTreeScanner. visitValue(ValueTree node, P p)
Visits a ValueTree node.R
SimpleDocTreeVisitor. visitValue(ValueTree node, P p)
Visits a ValueTree node.R
SimpleTreeVisitor. visitVariable(VariableTree node, P p)
Visits a VariableTree node.R
TreeScanner. visitVariable(VariableTree node, P p)
Visits a VariableTree node.R
DocTreeScanner. visitVersion(VersionTree node, P p)
Visits a VersionTreeTree node.R
SimpleDocTreeVisitor. visitVersion(VersionTree node, P p)
Visits a VersionTreeTree node.R
SimpleTreeVisitor. visitWhileLoop(WhileLoopTree node, P p)
Visits a WhileLoopTree node.R
TreeScanner. visitWhileLoop(WhileLoopTree node, P p)
Visits a WhileLoopTree node.R
SimpleTreeVisitor. visitWildcard(WildcardTree node, P p)
Visits a WildcardTypeTree node.R
TreeScanner. visitWildcard(WildcardTree node, P p)
Visits a WildcardTypeTree node. -
Uses of Override in java.applet
Methods in java.applet with annotations of type Override Modifier and Type Method Description boolean
Applet. isValidateRoot()
Deprecated.Indicates if this container is a validate root. -
Uses of Override in java.awt
Methods in java.awt with annotations of type Override Modifier and Type Method Description boolean
DisplayMode. equals(Object dm)
Indicates whether some other object is "equal to" this one.Color
Window. getBackground()
Gets the background color of this window.int
DisplayMode. hashCode()
Returns a hash code value for the object.void
Container. invalidate()
Invalidates the container.boolean
Window. isOpaque()
Indicates if the window is currently opaque.boolean
Window. isValidateRoot()
Indicates if this container is a validate root.void
Window. paint(Graphics g)
Paints the container.void
Dialog. setBackground(Color bgColor)
Sets the background color of this window.void
Frame. setBackground(Color bgColor)
Sets the background color of this window.void
Window. setBackground(Color bgColor)
Sets the background color of this window.void
Window. setLocation(int x, int y)
Moves this component to a new location.void
Window. setLocation(Point p)
Moves this component to a new location.void
Dialog. setOpacity(float opacity)
Sets the opacity of the window.void
Frame. setOpacity(float opacity)
Sets the opacity of the window.void
Dialog. setShape(Shape shape)
Sets the shape of the window.void
Frame. setShape(Shape shape)
Sets the shape of the window.void
FileDialog. setTitle(String title)
Sets the title of the Dialog.String
DisplayMode. toString()
Returns a string representation of the object.String
Robot. toString()
Returns a string representation of this Robot. -
Uses of Override in java.awt.datatransfer
Methods in java.awt.datatransfer with annotations of type Override Modifier and Type Method Description List<DataFlavor>
SystemFlavorMap. getFlavorsForNative(String nat)
Returns aList
ofDataFlavor
s to which the specifiedString
native can be translated by the data transfer subsystem.Map<String,DataFlavor>
SystemFlavorMap. getFlavorsForNatives(String[] natives)
Returns aMap
of the specifiedString
natives to their most preferredDataFlavor
.List<String>
SystemFlavorMap. getNativesForFlavor(DataFlavor flav)
Returns aList
ofString
natives to which the specifiedDataFlavor
can be translated by the data transfer subsystem.Map<DataFlavor,String>
SystemFlavorMap. getNativesForFlavors(DataFlavor[] flavors)
Returns aMap
of the specifiedDataFlavor
s to their most preferredString
native. -
Uses of Override in java.awt.image
Methods in java.awt.image with annotations of type Override Modifier and Type Method Description boolean
ColorModel. equals(Object obj)
This method simply delegates to the default implementation inObject
which is identical to an==
test since this class cannot enforce the issues of a proper equality test among multiple independent subclass branches.boolean
ComponentColorModel. equals(Object obj)
Tests if the specifiedObject
is an instance ofComponentColorModel
and equals thisComponentColorModel
.boolean
IndexColorModel. equals(Object obj)
Tests if the specifiedObject
is an instance ofIndexColorModel
and if it equals thisIndexColorModel
boolean
PackedColorModel. equals(Object obj)
Tests if the specifiedObject
is an instance ofPackedColorModel
and equals thisPackedColorModel
.protected Image
BaseMultiResolutionImage. getBaseImage()
Graphics
AbstractMultiResolutionImage. getGraphics()
As per the contract of the baseImage#getGraphics()
method, this implementation will always throwUnsupportedOperationException
since only off-screen images can return aGraphics
object.int
AbstractMultiResolutionImage. getHeight(ImageObserver observer)
This method simply delegates to the same method on the base image and it is equivalent to:getBaseImage().getHeight(observer)
.Object
AbstractMultiResolutionImage. getProperty(String name, ImageObserver observer)
This method simply delegates to the same method on the base image and it is equivalent to:getBaseImage().getProperty(name, observer)
.Image
BaseMultiResolutionImage. getResolutionVariant(double destImageWidth, double destImageHeight)
List<Image>
BaseMultiResolutionImage. getResolutionVariants()
ImageProducer
AbstractMultiResolutionImage. getSource()
This method simply delegates to the same method on the base image and it is equivalent to:getBaseImage().getSource()
.int
AbstractMultiResolutionImage. getWidth(ImageObserver observer)
This method simply delegates to the same method on the base image and it is equivalent to:getBaseImage().getWidth(observer)
.int
ColorModel. hashCode()
This method simply delegates to the default implementation inObject
which returns the system ID for the class.int
ComponentColorModel. hashCode()
Returns the hash code for this ComponentColorModel.int
IndexColorModel. hashCode()
Returns the hash code for IndexColorModel.int
PackedColorModel. hashCode()
Returns the hash code for this PackedColorModel. -
Uses of Override in java.beans
Methods in java.beans with annotations of type Override Modifier and Type Method Description void
Expression. execute()
Theexecute
method finds a method whose name is the same as themethodName
property, and invokes the method on the target.BeanInfo[]
SimpleBeanInfo. getAdditionalBeanInfo()
Claim there are no other relevant BeanInfo objects.BeanDescriptor
SimpleBeanInfo. getBeanDescriptor()
Deny knowledge about the class and customizer of the bean.int
SimpleBeanInfo. getDefaultEventIndex()
Deny knowledge of a default event.int
SimpleBeanInfo. getDefaultPropertyIndex()
Deny knowledge of a default property.EventSetDescriptor[]
SimpleBeanInfo. getEventSetDescriptors()
Deny knowledge of event sets.Image
SimpleBeanInfo. getIcon(int iconKind)
Claim there are no icons available.MethodDescriptor[]
SimpleBeanInfo. getMethodDescriptors()
Deny knowledge of methods.PropertyDescriptor[]
SimpleBeanInfo. getPropertyDescriptors()
Deny knowledge of properties. -
Uses of Override in java.io
Methods in java.io with annotations of type Override Modifier and Type Method Description Writer
OutputStreamWriter. append(CharSequence csq)
Writer
OutputStreamWriter. append(CharSequence csq, int start, int end)
void
FilterOutputStream. close()
Closes this output stream and releases any system resources associated with the stream.boolean
FilePermission. equals(Object obj)
Checks two FilePermission objects for equality.void
BufferedOutputStream. flush()
Flushes this buffered output stream.void
FilterOutputStream. flush()
Flushes this output stream and forces any buffered output bytes to be written out to the stream.String
FilePermission. getActions()
Returns the "canonical string representation" of the actions.IOException
UncheckedIOException. getCause()
Returns the cause of this exception.int
FilePermission. hashCode()
Returns the hash code value for this object.boolean
FilePermission. implies(Permission p)
Checks if this FilePermission object "implies" the specified permission.PermissionCollection
FilePermission. newPermissionCollection()
Returns a new PermissionCollection object for storing FilePermission objects.void
BufferedOutputStream. write(byte[] b, int off, int len)
Writeslen
bytes from the specified byte array starting at offsetoff
to this buffered output stream.void
BufferedOutputStream. write(int b)
Writes the specified byte to this buffered output stream.void
FilterOutputStream. write(byte[] b)
Writesb.length
bytes to this output stream.void
FilterOutputStream. write(byte[] b, int off, int len)
Writeslen
bytes from the specifiedbyte
array starting at offsetoff
to this output stream.void
FilterOutputStream. write(int b)
Writes the specifiedbyte
to this output stream. -
Uses of Override in java.lang
Methods in java.lang with annotations of type Override Modifier and Type Method Description StringBuffer
StringBuffer. append(boolean b)
StringBuffer
StringBuffer. append(char c)
StringBuffer
StringBuffer. append(char[] str)
StringBuffer
StringBuffer. append(char[] str, int offset, int len)
StringBuffer
StringBuffer. append(double d)
StringBuffer
StringBuffer. append(float f)
StringBuffer
StringBuffer. append(int i)
StringBuffer
StringBuffer. append(long lng)
StringBuffer
StringBuffer. append(CharSequence s)
Appends the specifiedCharSequence
to this sequence.StringBuffer
StringBuffer. append(CharSequence s, int start, int end)
StringBuffer
StringBuffer. append(Object obj)
StringBuffer
StringBuffer. append(String str)
StringBuilder
StringBuilder. append(boolean b)
StringBuilder
StringBuilder. append(char c)
StringBuilder
StringBuilder. append(char[] str)
StringBuilder
StringBuilder. append(char[] str, int offset, int len)
StringBuilder
StringBuilder. append(double d)
StringBuilder
StringBuilder. append(float f)
StringBuilder
StringBuilder. append(int i)
StringBuilder
StringBuilder. append(long lng)
StringBuilder
StringBuilder. append(CharSequence s)
StringBuilder
StringBuilder. append(CharSequence s, int start, int end)
StringBuilder
StringBuilder. append(Object obj)
StringBuilder
StringBuilder. append(String str)
StringBuffer
StringBuffer. appendCodePoint(int codePoint)
StringBuilder
StringBuilder. appendCodePoint(int codePoint)
int
StringBuffer. capacity()
char
StringBuffer. charAt(int index)
IntStream
String. chars()
Returns a stream ofint
zero-extending thechar
values from this sequence.protected Object
Thread. clone()
Throws CloneNotSupportedException as a Thread can not be meaningfully cloned.int
StringBuffer. codePointAt(int index)
int
StringBuffer. codePointBefore(int index)
int
StringBuffer. codePointCount(int beginIndex, int endIndex)
IntStream
String. codePoints()
Returns a stream of code point values from this sequence.int
ProcessHandle. compareTo(ProcessHandle other)
Compares this ProcessHandle with the specified ProcessHandle for order.int
Runtime.Version. compareTo(Runtime.Version obj)
Compares this version to another.StringBuffer
StringBuffer. delete(int start, int end)
StringBuilder
StringBuilder. delete(int start, int end)
StringBuffer
StringBuffer. deleteCharAt(int index)
StringBuilder
StringBuilder. deleteCharAt(int index)
void
StringBuffer. ensureCapacity(int minimumCapacity)
boolean
ProcessHandle. equals(Object other)
Returnstrue
ifother
object is non-null, is of the same implementation, and represents the same system process; otherwise it returnsfalse
.boolean
Runtime.Version. equals(Object obj)
Determines whether thisVersion
is equal to another object.<T extends Annotation>
TModule. getAnnotation(Class<T> annotationClass)
Returns this element's annotation for the specified type if such an annotation is present, else null.Annotation[]
Module. getAnnotations()
Returns annotations that are present on this element.<A extends Annotation>
A[]Class. getAnnotationsByType(Class<A> annotationClass)
<A extends Annotation>
A[]Package. getAnnotationsByType(Class<A> annotationClass)
void
StringBuffer. getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin)
<A extends Annotation>
AClass. getDeclaredAnnotation(Class<A> annotationClass)
<A extends Annotation>
APackage. getDeclaredAnnotation(Class<A> annotationClass)
Annotation[]
Module. getDeclaredAnnotations()
Returns annotations that are directly present on this element.<A extends Annotation>
A[]Class. getDeclaredAnnotationsByType(Class<A> annotationClass)
<A extends Annotation>
A[]Package. getDeclaredAnnotationsByType(Class<A> annotationClass)
int
Boolean. hashCode()
Returns a hash code for thisBoolean
object.int
Byte. hashCode()
Returns a hash code for thisByte
; equal to the result of invokingintValue()
.int
Character. hashCode()
Returns a hash code for thisCharacter
; equal to the result of invokingcharValue()
.int
Double. hashCode()
Returns a hash code for thisDouble
object.int
Float. hashCode()
Returns a hash code for thisFloat
object.int
Integer. hashCode()
Returns a hash code for thisInteger
.int
Long. hashCode()
Returns a hash code for thisLong
.int
Package. hashCode()
Return the hash code computed from the package name.int
ProcessHandle. hashCode()
Returns a hash code value for this ProcessHandle.int
Runtime.Version. hashCode()
Returns the hash code of this version.int
Short. hashCode()
Returns a hash code for thisShort
; equal to the result of invokingintValue()
.int
StringBuffer. indexOf(String str)
int
StringBuffer. indexOf(String str, int fromIndex)
int
StringBuilder. indexOf(String str)
int
StringBuilder. indexOf(String str, int fromIndex)
StringBuffer
StringBuffer. insert(int offset, boolean b)
StringBuffer
StringBuffer. insert(int offset, char c)
StringBuffer
StringBuffer. insert(int offset, char[] str)
StringBuffer
StringBuffer. insert(int index, char[] str, int offset, int len)
StringBuffer
StringBuffer. insert(int offset, double d)
StringBuffer
StringBuffer. insert(int offset, float f)
StringBuffer
StringBuffer. insert(int offset, int i)
StringBuffer
StringBuffer. insert(int offset, long l)
StringBuffer
StringBuffer. insert(int dstOffset, CharSequence s)
StringBuffer
StringBuffer. insert(int dstOffset, CharSequence s, int start, int end)
StringBuffer
StringBuffer. insert(int offset, Object obj)
StringBuffer
StringBuffer. insert(int offset, String str)
StringBuilder
StringBuilder. insert(int offset, boolean b)
StringBuilder
StringBuilder. insert(int offset, char c)
StringBuilder
StringBuilder. insert(int offset, char[] str)
StringBuilder
StringBuilder. insert(int index, char[] str, int offset, int len)
StringBuilder
StringBuilder. insert(int offset, double d)
StringBuilder
StringBuilder. insert(int offset, float f)
StringBuilder
StringBuilder. insert(int offset, int i)
StringBuilder
StringBuilder. insert(int offset, long l)
StringBuilder
StringBuilder. insert(int dstOffset, CharSequence s)
StringBuilder
StringBuilder. insert(int dstOffset, CharSequence s, int start, int end)
StringBuilder
StringBuilder. insert(int offset, Object obj)
StringBuilder
StringBuilder. insert(int offset, String str)
boolean
Class. isAnnotationPresent(Class<? extends Annotation> annotationClass)
Returns true if an annotation for the specified type is present on this element, else false.boolean
Package. isAnnotationPresent(Class<? extends Annotation> annotationClass)
Returns true if an annotation for the specified type is present on this element, else false.int
StringBuffer. lastIndexOf(String str)
int
StringBuffer. lastIndexOf(String str, int fromIndex)
int
StringBuilder. lastIndexOf(String str)
int
StringBuilder. lastIndexOf(String str, int fromIndex)
int
StringBuffer. length()
int
StringBuffer. offsetByCodePoints(int index, int codePointOffset)
StringBuffer
StringBuffer. replace(int start, int end, String str)
StringBuilder
StringBuilder. replace(int start, int end, String str)
StringBuffer
StringBuffer. reverse()
StringBuilder
StringBuilder. reverse()
void
Thread. run()
If this thread was constructed using a separateRunnable
run object, then thatRunnable
object'srun
method is called; otherwise, this method does nothing and returns.void
StringBuffer. setCharAt(int index, char ch)
void
StringBuffer. setLength(int newLength)
CharSequence
StringBuffer. subSequence(int start, int end)
String
StringBuffer. substring(int start)
String
StringBuffer. substring(int start, int end)
String
Module. toString()
Returns the string representation of this module.String
ModuleLayer. toString()
Returns a string describing this module layer.String
Package. toString()
Returns the string representation of this Package.String
Runtime.Version. toString()
Returns a string representation of this version.String
StringBuffer. toString()
String
StringBuilder. toString()
void
StringBuffer. trimToSize()
-
Uses of Override in java.lang.invoke
Methods in java.lang.invoke with annotations of type Override Modifier and Type Method Description MethodHandle
ConstantCallSite. dynamicInvoker()
Returns this call site's permanent target.MethodHandle
MutableCallSite. dynamicInvoker()
Produces a method handle equivalent to an invokedynamic instruction which has been linked to this call site.MethodHandle
VolatileCallSite. dynamicInvoker()
Produces a method handle equivalent to an invokedynamic instruction which has been linked to this call site.boolean
MethodType. equals(Object x)
Compares the specified object with this type for equality.MethodHandle
ConstantCallSite. getTarget()
Returns the target method of the call site, which behaves like afinal
field of theConstantCallSite
.MethodHandle
MutableCallSite. getTarget()
Returns the target method of the call site, which behaves like a normal field of theMutableCallSite
.MethodHandle
VolatileCallSite. getTarget()
Returns the target method of the call site, which behaves like avolatile
field of theVolatileCallSite
.int
MethodType. hashCode()
Returns the hash code value for this method type.void
ConstantCallSite. setTarget(MethodHandle ignore)
Always throws anUnsupportedOperationException
.void
MutableCallSite. setTarget(MethodHandle newTarget)
Updates the target method of this call site, as a normal variable.void
VolatileCallSite. setTarget(MethodHandle newTarget)
Updates the target method of this call site, as a volatile variable.String
MethodHandle. toString()
Returns a string representation of the method handle, starting with the string"MethodHandle"
and ending with the string representation of the method handle's type.String
MethodHandles.Lookup. toString()
Displays the name of the class from which lookups are to be made.String
MethodType. toString()
Returns a string representation of the method type, of the form"(PT0,PT1...)RT"
.String
SerializedLambda. toString()
-
Uses of Override in java.lang.module
Methods in java.lang.module with annotations of type Override Modifier and Type Method Description void
ModuleReader. close()
Closes the module reader.int
ModuleDescriptor. compareTo(ModuleDescriptor that)
Compares this module descriptor to another.int
ModuleDescriptor.Exports. compareTo(ModuleDescriptor.Exports that)
Compares this module export to another.int
ModuleDescriptor.Opens. compareTo(ModuleDescriptor.Opens that)
Compares this module opens to another.int
ModuleDescriptor.Requires. compareTo(ModuleDescriptor.Requires that)
Compares this module dependence to another.int
ModuleDescriptor.Version. compareTo(ModuleDescriptor.Version that)
Compares this module version to another module version.boolean
ModuleDescriptor. equals(Object ob)
Tests this module descriptor for equality with the given object.boolean
ModuleDescriptor.Exports. equals(Object ob)
Tests this module export for equality with the given object.boolean
ModuleDescriptor.Opens. equals(Object ob)
Tests this module opens for equality with the given object.boolean
ModuleDescriptor.Provides. equals(Object ob)
Tests this provides for equality with the given object.boolean
ModuleDescriptor.Requires. equals(Object ob)
Tests this module dependence for equality with the given object.boolean
ModuleDescriptor.Version. equals(Object ob)
Tests this module version for equality with the given object.boolean
ResolvedModule. equals(Object ob)
Tests this resolved module for equality with the given object.int
ModuleDescriptor.Exports. hashCode()
Computes a hash code for this module export.int
ModuleDescriptor. hashCode()
Computes a hash code for this module descriptor.int
ModuleDescriptor.Opens. hashCode()
Computes a hash code for this module opens.int
ModuleDescriptor.Provides. hashCode()
Computes a hash code for this provides.int
ModuleDescriptor.Requires. hashCode()
Computes a hash code for this module dependence.int
ModuleDescriptor.Version. hashCode()
Computes a hash code for this module version.int
ResolvedModule. hashCode()
Computes a hash code for this resolved module.String
Configuration. toString()
Returns a string describing this configuration.String
ModuleDescriptor.Exports. toString()
Returns a string describing the exported package.String
ModuleDescriptor.Opens. toString()
Returns a string describing the open package.String
ModuleDescriptor.Provides. toString()
Returns a string describing this provides.String
ModuleDescriptor.Requires. toString()
Returns a string describing this module dependence.String
ModuleDescriptor. toString()
Returns a string describing the module.String
ModuleDescriptor.Version. toString()
Returns the string from which this version was parsed.String
ResolvedModule. toString()
Returns a string describing this resolved module. -
Uses of Override in java.lang.reflect
Methods in java.lang.reflect with annotations of type Override Modifier and Type Method Description AnnotatedType
AnnotatedArrayType. getAnnotatedOwnerType()
Returns the potentially annotated type that this type is a member of, if this type represents a nested type.AnnotatedType
AnnotatedParameterizedType. getAnnotatedOwnerType()
Returns the potentially annotated type that this type is a member of, if this type represents a nested type.AnnotatedType
AnnotatedTypeVariable. getAnnotatedOwnerType()
Returns the potentially annotated type that this type is a member of, if this type represents a nested type.AnnotatedType
AnnotatedWildcardType. getAnnotatedOwnerType()
Returns the potentially annotated type that this type is a member of, if this type represents a nested type.AnnotatedType
Constructor. getAnnotatedReceiverType()
Returns anAnnotatedType
object that represents the use of a type to specify the receiver type of the method/constructor represented by thisExecutable
object.AnnotatedType
Constructor. getAnnotatedReturnType()
Returns anAnnotatedType
object that represents the use of a type to specify the return type of the method/constructor represented by this Executable.AnnotatedType
Method. getAnnotatedReturnType()
Returns anAnnotatedType
object that represents the use of a type to specify the return type of the method/constructor represented by this Executable.<T extends Annotation>
T[]AccessibleObject. getAnnotationsByType(Class<T> annotationClass)
<T extends Annotation>
T[]Executable. getAnnotationsByType(Class<T> annotationClass)
Returns annotations that are associated with this element.<T extends Annotation>
T[]Field. getAnnotationsByType(Class<T> annotationClass)
Returns annotations that are associated with this element.<T extends Annotation>
T[]Parameter. getAnnotationsByType(Class<T> annotationClass)
Returns annotations that are associated with this element.<T extends Annotation>
TAccessibleObject. getDeclaredAnnotation(Class<T> annotationClass)
<T extends Annotation>
T[]AccessibleObject. getDeclaredAnnotationsByType(Class<T> annotationClass)
<T extends Annotation>
T[]Parameter. getDeclaredAnnotationsByType(Class<T> annotationClass)
Class<T>
Constructor. getDeclaringClass()
Returns theClass
object representing the class that declares the constructor represented by this object.Class<?>
Field. getDeclaringClass()
Returns theClass
object representing the class or interface that declares the field represented by thisField
object.Class<?>
Method. getDeclaringClass()
Returns theClass
object representing the class or interface that declares the method represented by this object.Class<?>[]
Constructor. getExceptionTypes()
Returns an array ofClass
objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.Class<?>[]
Method. getExceptionTypes()
Returns an array ofClass
objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.Type[]
Constructor. getGenericExceptionTypes()
Returns an array ofType
objects that represent the exceptions declared to be thrown by this executable object.Type[]
Method. getGenericExceptionTypes()
Returns an array ofType
objects that represent the exceptions declared to be thrown by this executable object.Type[]
Constructor. getGenericParameterTypes()
Returns an array ofType
objects that represent the formal parameter types, in declaration order, of the executable represented by this object.Type[]
Method. getGenericParameterTypes()
Returns an array ofType
objects that represent the formal parameter types, in declaration order, of the executable represented by this object.int
Constructor. getModifiers()
Returns the Java language modifiers for the executable represented by this object.int
Method. getModifiers()
Returns the Java language modifiers for the executable represented by this object.String
Constructor. getName()
Returns the name of this constructor, as a string.String
Method. getName()
Returns the name of the method represented by thisMethod
object, as aString
.Annotation[][]
Constructor. getParameterAnnotations()
Returns an array of arrays ofAnnotation
s that represent the annotations on the formal parameters, in declaration order, of theExecutable
represented by this object.Annotation[][]
Method. getParameterAnnotations()
Returns an array of arrays ofAnnotation
s that represent the annotations on the formal parameters, in declaration order, of theExecutable
represented by this object.Class<?>[]
Constructor. getParameterTypes()
Returns an array ofClass
objects that represent the formal parameter types, in declaration order, of the executable represented by this object.Class<?>[]
Method. getParameterTypes()
Returns an array ofClass
objects that represent the formal parameter types, in declaration order, of the executable represented by this object.TypeVariable<Constructor<T>>[]
Constructor. getTypeParameters()
Returns an array ofTypeVariable
objects that represent the type variables declared by the generic declaration represented by thisGenericDeclaration
object, in declaration order.TypeVariable<Method>[]
Method. getTypeParameters()
Returns an array ofTypeVariable
objects that represent the type variables declared by the generic declaration represented by thisGenericDeclaration
object, in declaration order.boolean
AccessibleObject. isAnnotationPresent(Class<? extends Annotation> annotationClass)
Returns true if an annotation for the specified type is present on this element, else false.boolean
Constructor. isSynthetic()
Returnstrue
if this executable is a synthetic construct; returnsfalse
otherwise.boolean
Method. isSynthetic()
Returnstrue
if this executable is a synthetic construct; returnsfalse
otherwise.boolean
Constructor. isVarArgs()
Returnstrue
if this executable was declared to take a variable number of arguments; returnsfalse
otherwise.boolean
Method. isVarArgs()
Returnstrue
if this executable was declared to take a variable number of arguments; returnsfalse
otherwise.void
Constructor. setAccessible(boolean flag)
Set theaccessible
flag for this reflected object to the indicated boolean value.void
Field. setAccessible(boolean flag)
void
Method. setAccessible(boolean flag)
String
Constructor. toGenericString()
Returns a string describing thisConstructor
, including type parameters.String
Method. toGenericString()
Returns a string describing thisMethod
, including type parameters. -
Uses of Override in java.math
Methods in java.math with annotations of type Override Modifier and Type Method Description int
BigDecimal. compareTo(BigDecimal val)
Compares thisBigDecimal
with the specifiedBigDecimal
.double
BigDecimal. doubleValue()
Converts thisBigDecimal
to adouble
.boolean
BigDecimal. equals(Object x)
Compares thisBigDecimal
with the specifiedObject
for equality.float
BigDecimal. floatValue()
Converts thisBigDecimal
to afloat
.int
BigDecimal. hashCode()
Returns the hash code for thisBigDecimal
.int
BigDecimal. intValue()
Converts thisBigDecimal
to anint
.long
BigDecimal. longValue()
Converts thisBigDecimal
to along
.String
BigDecimal. toString()
Returns the string representation of thisBigDecimal
, using scientific notation if an exponent is needed. -
Uses of Override in java.net
Methods in java.net with annotations of type Override Modifier and Type Method Description Object
HttpCookie. clone()
Create and return a copy of this object.boolean
HttpCookie. equals(Object obj)
Test the equality of two HTTP cookies.boolean
Inet6Address. equals(Object obj)
Compares this object against the specified object.boolean
InetSocketAddress. equals(Object obj)
Compares this object against the specified object.boolean
SocketPermission. equals(Object obj)
Checks two SocketPermission objects for equality.String
SocketPermission. getActions()
Returns the canonical string representation of the actions.byte[]
Inet6Address. getAddress()
Returns the raw IP address of thisInetAddress
object.String
Inet6Address. getHostAddress()
Returns the IP address string in textual presentation.int
HttpCookie. hashCode()
Returns the hash code of this HTTP cookie.int
Inet6Address. hashCode()
Returns a hashcode for this IP address.int
InetSocketAddress. hashCode()
Returns a hashcode for this socket address.int
SocketPermission. hashCode()
Returns the hash code value for this object.boolean
SocketPermission. implies(Permission p)
Checks if this socket permission object "implies" the specified permission.boolean
Inet6Address. isAnyLocalAddress()
Utility routine to check if the InetAddress is a wildcard address.boolean
Inet6Address. isLinkLocalAddress()
Utility routine to check if the InetAddress is an link local address.boolean
Inet6Address. isLoopbackAddress()
Utility routine to check if the InetAddress is a loopback address.boolean
Inet6Address. isMCGlobal()
Utility routine to check if the multicast address has global scope.boolean
Inet6Address. isMCLinkLocal()
Utility routine to check if the multicast address has link scope.boolean
Inet6Address. isMCNodeLocal()
Utility routine to check if the multicast address has node scope.boolean
Inet6Address. isMCOrgLocal()
Utility routine to check if the multicast address has organization scope.boolean
Inet6Address. isMCSiteLocal()
Utility routine to check if the multicast address has site scope.boolean
Inet6Address. isMulticastAddress()
Utility routine to check if the InetAddress is an IP multicast address. 11111111 at the start of the address identifies the address as being a multicast address.boolean
Inet6Address. isSiteLocalAddress()
Utility routine to check if the InetAddress is a site local address.PermissionCollection
SocketPermission. newPermissionCollection()
Returns a new PermissionCollection object for storing SocketPermission objects.Set<SocketOption<?>>
MulticastSocket. supportedOptions()
String
HttpCookie. toString()
Constructs a cookie header string representation of this cookie, which is in the format defined by corresponding cookie specification, but without the leading "Cookie:" token.String
InetSocketAddress. toString()
Constructs a string representation of this InetSocketAddress. -
Uses of Override in java.nio
Methods in java.nio with annotations of type Override Modifier and Type Method Description IntStream
CharBuffer. chars()
ByteBuffer
ByteBuffer. clear()
Clears this buffer.CharBuffer
CharBuffer. clear()
Clears this buffer.DoubleBuffer
DoubleBuffer. clear()
Clears this buffer.FloatBuffer
FloatBuffer. clear()
Clears this buffer.IntBuffer
IntBuffer. clear()
Clears this buffer.LongBuffer
LongBuffer. clear()
Clears this buffer.MappedByteBuffer
MappedByteBuffer. clear()
Clears this buffer.ShortBuffer
ShortBuffer. clear()
Clears this buffer.abstract ByteBuffer
ByteBuffer. duplicate()
Creates a new byte buffer that shares this buffer's content.abstract CharBuffer
CharBuffer. duplicate()
Creates a new char buffer that shares this buffer's content.abstract DoubleBuffer
DoubleBuffer. duplicate()
Creates a new double buffer that shares this buffer's content.abstract FloatBuffer
FloatBuffer. duplicate()
Creates a new float buffer that shares this buffer's content.abstract IntBuffer
IntBuffer. duplicate()
Creates a new int buffer that shares this buffer's content.abstract LongBuffer
LongBuffer. duplicate()
Creates a new long buffer that shares this buffer's content.abstract ShortBuffer
ShortBuffer. duplicate()
Creates a new short buffer that shares this buffer's content.ByteBuffer
ByteBuffer. flip()
Flips this buffer.CharBuffer
CharBuffer. flip()
Flips this buffer.DoubleBuffer
DoubleBuffer. flip()
Flips this buffer.FloatBuffer
FloatBuffer. flip()
Flips this buffer.IntBuffer
IntBuffer. flip()
Flips this buffer.LongBuffer
LongBuffer. flip()
Flips this buffer.MappedByteBuffer
MappedByteBuffer. flip()
Flips this buffer.ShortBuffer
ShortBuffer. flip()
Flips this buffer.ByteBuffer
ByteBuffer. limit(int newLimit)
Sets this buffer's limit.CharBuffer
CharBuffer. limit(int newLimit)
Sets this buffer's limit.DoubleBuffer
DoubleBuffer. limit(int newLimit)
Sets this buffer's limit.FloatBuffer
FloatBuffer. limit(int newLimit)
Sets this buffer's limit.IntBuffer
IntBuffer. limit(int newLimit)
Sets this buffer's limit.LongBuffer
LongBuffer. limit(int newLimit)
Sets this buffer's limit.MappedByteBuffer
MappedByteBuffer. limit(int newLimit)
Sets this buffer's limit.ShortBuffer
ShortBuffer. limit(int newLimit)
Sets this buffer's limit.ByteBuffer
ByteBuffer. mark()
Sets this buffer's mark at its position.CharBuffer
CharBuffer. mark()
Sets this buffer's mark at its position.DoubleBuffer
DoubleBuffer. mark()
Sets this buffer's mark at its position.FloatBuffer
FloatBuffer. mark()
Sets this buffer's mark at its position.IntBuffer
IntBuffer. mark()
Sets this buffer's mark at its position.LongBuffer
LongBuffer. mark()
Sets this buffer's mark at its position.MappedByteBuffer
MappedByteBuffer. mark()
Sets this buffer's mark at its position.ShortBuffer
ShortBuffer. mark()
Sets this buffer's mark at its position.ByteBuffer
ByteBuffer. position(int newPosition)
Sets this buffer's position.CharBuffer
CharBuffer. position(int newPosition)
Sets this buffer's position.DoubleBuffer
DoubleBuffer. position(int newPosition)
Sets this buffer's position.FloatBuffer
FloatBuffer. position(int newPosition)
Sets this buffer's position.IntBuffer
IntBuffer. position(int newPosition)
Sets this buffer's position.LongBuffer
LongBuffer. position(int newPosition)
Sets this buffer's position.MappedByteBuffer
MappedByteBuffer. position(int newPosition)
Sets this buffer's position.ShortBuffer
ShortBuffer. position(int newPosition)
Sets this buffer's position.ByteBuffer
ByteBuffer. reset()
Resets this buffer's position to the previously-marked position.CharBuffer
CharBuffer. reset()
Resets this buffer's position to the previously-marked position.DoubleBuffer
DoubleBuffer. reset()
Resets this buffer's position to the previously-marked position.FloatBuffer
FloatBuffer. reset()
Resets this buffer's position to the previously-marked position.IntBuffer
IntBuffer. reset()
Resets this buffer's position to the previously-marked position.LongBuffer
LongBuffer. reset()
Resets this buffer's position to the previously-marked position.MappedByteBuffer
MappedByteBuffer. reset()
Resets this buffer's position to the previously-marked position.ShortBuffer
ShortBuffer. reset()
Resets this buffer's position to the previously-marked position.ByteBuffer
ByteBuffer. rewind()
Rewinds this buffer.CharBuffer
CharBuffer. rewind()
Rewinds this buffer.DoubleBuffer
DoubleBuffer. rewind()
Rewinds this buffer.FloatBuffer
FloatBuffer. rewind()
Rewinds this buffer.IntBuffer
IntBuffer. rewind()
Rewinds this buffer.LongBuffer
LongBuffer. rewind()
Rewinds this buffer.MappedByteBuffer
MappedByteBuffer. rewind()
Rewinds this buffer.ShortBuffer
ShortBuffer. rewind()
Rewinds this buffer.abstract ByteBuffer
ByteBuffer. slice()
Creates a new byte buffer whose content is a shared subsequence of this buffer's content.abstract CharBuffer
CharBuffer. slice()
Creates a new char buffer whose content is a shared subsequence of this buffer's content.abstract DoubleBuffer
DoubleBuffer. slice()
Creates a new double buffer whose content is a shared subsequence of this buffer's content.abstract FloatBuffer
FloatBuffer. slice()
Creates a new float buffer whose content is a shared subsequence of this buffer's content.abstract IntBuffer
IntBuffer. slice()
Creates a new int buffer whose content is a shared subsequence of this buffer's content.abstract LongBuffer
LongBuffer. slice()
Creates a new long buffer whose content is a shared subsequence of this buffer's content.abstract ShortBuffer
ShortBuffer. slice()
Creates a new short buffer whose content is a shared subsequence of this buffer's content. -
Uses of Override in java.nio.channels
Methods in java.nio.channels with annotations of type Override Modifier and Type Method Description abstract AsynchronousSocketChannel
AsynchronousSocketChannel. bind(SocketAddress local)
abstract SocketChannel
SocketChannel. bind(SocketAddress local)
void
AsynchronousChannel. close()
Closes this channel.void
MulticastChannel. close()
Closes this channel.abstract SocketAddress
AsynchronousServerSocketChannel. getLocalAddress()
Returns the socket address that this channel's socket is bound to.abstract SocketAddress
DatagramChannel. getLocalAddress()
Returns the socket address that this channel's socket is bound to.abstract SocketAddress
ServerSocketChannel. getLocalAddress()
Returns the socket address that this channel's socket is bound to.abstract SocketAddress
SocketChannel. getLocalAddress()
Returns the socket address that this channel's socket is bound to.abstract Future<Integer>
AsynchronousSocketChannel. read(ByteBuffer dst)
<A> void
AsynchronousSocketChannel. read(ByteBuffer dst, A attachment, CompletionHandler<Integer,? super A> handler)
int
SeekableByteChannel. read(ByteBuffer dst)
Reads a sequence of bytes from this channel into the given buffer.abstract <T> AsynchronousSocketChannel
AsynchronousSocketChannel. setOption(SocketOption<T> name, T value)
abstract <T> SocketChannel
SocketChannel. setOption(SocketOption<T> name, T value)
abstract Future<Integer>
AsynchronousSocketChannel. write(ByteBuffer src)
<A> void
AsynchronousSocketChannel. write(ByteBuffer src, A attachment, CompletionHandler<Integer,? super A> handler)
int
SeekableByteChannel. write(ByteBuffer src)
Writes a sequence of bytes to this channel from the given buffer. -
Uses of Override in java.nio.file
Methods in java.nio.file with annotations of type Override Modifier and Type Method Description abstract void
FileSystem. close()
Closes this file system.void
WatchService. close()
Closes this watch service.int
Path. compareTo(Path other)
Compares two abstract paths lexicographically.IOException
DirectoryIteratorException. getCause()
Returns the cause of this exception.String
FileSystemException. getMessage()
Returns the detail message string.Iterator<T>
DirectoryStream. iterator()
Returns the iterator associated with thisDirectoryStream
.default Iterator<Path>
Path. iterator()
Returns an iterator over the name elements of this path.FileVisitResult
SimpleFileVisitor. postVisitDirectory(T dir, IOException exc)
Invoked for a directory after entries in the directory, and all of their descendants, have been visited.FileVisitResult
SimpleFileVisitor. preVisitDirectory(T dir, BasicFileAttributes attrs)
Invoked for a directory before entries in the directory are visited.default WatchKey
Path. register(WatchService watcher, WatchEvent.Kind<?>... events)
Registers the file located by this path with a watch service.WatchKey
Path. register(WatchService watcher, WatchEvent.Kind<?>[] events, WatchEvent.Modifier... modifiers)
Registers the file located by this path with a watch service.FileVisitResult
SimpleFileVisitor. visitFile(T file, BasicFileAttributes attrs)
Invoked for a file in a directory.FileVisitResult
SimpleFileVisitor. visitFileFailed(T file, IOException exc)
Invoked for a file that could not be visited. -
Uses of Override in java.nio.file.attribute
Methods in java.nio.file.attribute with annotations of type Override Modifier and Type Method Description int
FileTime. compareTo(FileTime other)
Compares the value of twoFileTime
objects for order.boolean
AclEntry. equals(Object ob)
Compares the specified object with this ACL entry for equality.boolean
FileTime. equals(Object obj)
Tests thisFileTime
for equality with the given object.int
AclEntry. hashCode()
Returns the hash-code value for this ACL entry.int
FileTime. hashCode()
Computes a hash code for this file time.String
AclFileAttributeView. name()
Returns the name of the attribute view.String
BasicFileAttributeView. name()
Returns the name of the attribute view.String
DosFileAttributeView. name()
Returns the name of the attribute view.String
FileOwnerAttributeView. name()
Returns the name of the attribute view.String
PosixFileAttributeView. name()
Returns the name of the attribute view.String
UserDefinedFileAttributeView. name()
Returns the name of this attribute view.DosFileAttributes
DosFileAttributeView. readAttributes()
PosixFileAttributes
PosixFileAttributeView. readAttributes()
String
AclEntry. toString()
Returns the string representation of this ACL entry.String
FileTime. toString()
Returns the string representation of thisFileTime
. -
Uses of Override in java.security
Methods in java.security with annotations of type Override Modifier and Type Method Description void
Permissions. add(Permission permission)
Adds a permission object to the PermissionCollection for the class the permission belongs to.void
Provider. clear()
Clears this provider so that it no longer contains the properties used to look up facilities implemented by the provider.Object
Provider. compute(Object key, BiFunction<? super Object,? super Object,? extends Object> remappingFunction)
Attempts to compute a mapping for the specified key and its current mapped value (ornull
if there is no current mapping).Object
Provider. computeIfAbsent(Object key, Function<? super Object,? extends Object> mappingFunction)
If the specified key is not already associated with a value (or is mapped tonull
), attempts to compute its value using the given mapping function and enters it into this map unlessnull
.Object
Provider. computeIfPresent(Object key, BiFunction<? super Object,? super Object,? extends Object> remappingFunction)
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.Enumeration<Permission>
Permissions. elements()
Returns an enumeration of all the Permission objects in all the PermissionCollections in this Permissions object.Enumeration<Object>
Provider. elements()
Set<Map.Entry<Object,Object>>
Provider. entrySet()
Returns an unmodifiable Set view of the property entries contained in this Provider.boolean
BasicPermission. equals(Object obj)
Checks two BasicPermission objects for equality.boolean
CodeSource. equals(Object obj)
Tests for equality between the specified object and this object.boolean
PKCS12Attribute. equals(Object obj)
Compares thisPKCS12Attribute
and a specified object for equality.void
Provider. forEach(BiConsumer<? super Object,? super Object> action)
Object
Provider. get(Object key)
String
BasicPermission. getActions()
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for a BasicPermission.Set<KeyStore.Entry.Attribute>
KeyStore.PrivateKeyEntry. getAttributes()
Retrieves the attributes associated with an entry.Set<KeyStore.Entry.Attribute>
KeyStore.SecretKeyEntry. getAttributes()
Retrieves the attributes associated with an entry.Set<KeyStore.Entry.Attribute>
KeyStore.TrustedCertificateEntry. getAttributes()
Retrieves the attributes associated with an entry.String
PKCS12Attribute. getName()
Returns the attribute's ASN.1 Object Identifier represented as a list of dot-separated integers.Object
Provider. getOrDefault(Object key, Object defaultValue)
KeyStore.ProtectionParameter
DomainLoadStoreParameter. getProtectionParameter()
Gets the keystore protection parameters for this domain.String
PKCS12Attribute. getValue()
Returns the attribute's ASN.1 DER-encoded value as a string.int
BasicPermission. hashCode()
Returns the hash code value for this object.int
CodeSource. hashCode()
Returns the hash code value for this object.int
PKCS12Attribute. hashCode()
Returns the hashcode for thisPKCS12Attribute
.boolean
BasicPermission. implies(Permission p)
Checks if the specified permission is "implied" by this object.boolean
Permissions. implies(Permission permission)
Checks to see if this object's PermissionCollection for permissions of the specified permission's class implies the permissions expressed in the permission object.Enumeration<Object>
Provider. keys()
Set<Object>
Provider. keySet()
Returns an unmodifiable Set view of the property keys contained in this provider.void
Provider. load(InputStream inStream)
Reads a property list (key and element pairs) from the input stream.Object
Provider. merge(Object key, Object value, BiFunction<? super Object,? super Object,? extends Object> remappingFunction)
If the specified key is not already associated with a value or is associated with null, associates it with the given value.PermissionCollection
BasicPermission. newPermissionCollection()
Returns a new PermissionCollection object for storing BasicPermission objects.protected int
SecureRandom. next(int numBits)
Generates an integer containing the user-specified number of pseudo-random bits (right justified, with leading zeros).void
SecureRandom. nextBytes(byte[] bytes)
Generates a user-specified number of random bytes.Object
Provider. put(Object key, Object value)
Sets thekey
property to have the specifiedvalue
.void
Provider. putAll(Map<?,?> t)
Copies all of the mappings from the specified Map to this provider.Object
Provider. putIfAbsent(Object key, Object value)
If the specified key is not already associated with a value (or is mapped tonull
) associates it with the given value and returnsnull
, else returns the current value.Object
Provider. remove(Object key)
Removes thekey
property (and its correspondingvalue
).boolean
Provider. remove(Object key, Object value)
Removes the entry for the specified key only if it is currently mapped to the specified value.Object
Provider. replace(Object key, Object value)
Replaces the entry for the specified key only if it is currently mapped to some value.boolean
Provider. replace(Object key, Object oldValue, Object newValue)
Replaces the entry for the specified key only if currently mapped to the specified value.void
Provider. replaceAll(BiFunction<? super Object,? super Object,? extends Object> function)
Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.void
SecureRandom. setSeed(long seed)
Reseeds this random object, using the eight bytes contained in the givenlong seed
.String
CodeSource. toString()
Returns a string describing this CodeSource, telling its URL and certificates.String
DrbgParameters.Capability. toString()
String
DrbgParameters.Instantiation. toString()
Returns a Human-readable string representation of thisInstantiation
.String
PKCS12Attribute. toString()
Returns a string representation of thisPKCS12Attribute
.String
ProtectionDomain. toString()
Convert a ProtectionDomain to a String.String
SecureRandom. toString()
Returns a Human-readable string representation of thisSecureRandom
.String
SecureRandomSpi. toString()
Returns a Human-readable string representation of thisSecureRandom
.Collection<Object>
Provider. values()
Returns an unmodifiable Collection view of the property values contained in this provider. -
Uses of Override in java.security.cert
Methods in java.security.cert with annotations of type Override Modifier and Type Method Description void
PKIXCertPathChecker. check(Certificate cert)
Performs the check(s) on the specified certificate using its internal state.Object
PKIXCertPathChecker. clone()
Returns a clone of this object.PKIXRevocationChecker
PKIXRevocationChecker. clone()
URICertStoreParameters
URICertStoreParameters. clone()
Returns a copy of this object.boolean
URICertStoreParameters. equals(Object p)
Compares the specified object with this parameters object for equality.String
CertificateRevokedException. getMessage()
int
URICertStoreParameters. hashCode()
Returns a hash code value for this parameters object.abstract void
PKIXCertPathChecker. init(boolean forward)
Initializes the internal state of thisPKIXCertPathChecker
.abstract boolean
PKIXCertPathChecker. isForwardCheckingSupported()
Indicates if forward checking is supported.String
URICertStoreParameters. toString()
Returns a formatted string describing the parameters including the URI used to construct this object. -
Uses of Override in java.sql
Methods in java.sql with annotations of type Override Modifier and Type Method Description int
Timestamp. hashCode()
Returns a hash code value for this object.Instant
Date. toInstant()
This method always throws an UnsupportedOperationException and should not be used because SQLDate
values do not have a time component.Instant
Time. toInstant()
This method always throws an UnsupportedOperationException and should not be used because SQLTime
values do not have a date component.Instant
Timestamp. toInstant()
Converts thisTimestamp
object to anInstant
. -
Uses of Override in java.text
Methods in java.text with annotations of type Override Modifier and Type Method Description Object
BreakIterator. clone()
Create a copy of this iteratorObject
Collator. clone()
Overrides CloneableObject
DecimalFormat. clone()
Standard override; no change in semantics.Object
DecimalFormatSymbols. clone()
Standard override.Object
NumberFormat. clone()
Overrides Cloneable.Object
SimpleDateFormat. clone()
Creates a copy of thisSimpleDateFormat
.int
Collator. compare(Object o1, Object o2)
Compares its two arguments for order.boolean
Collator. equals(Object that)
Compares the equality of two Collators.boolean
DecimalFormat. equals(Object obj)
Overrides equalsboolean
DecimalFormatSymbols. equals(Object obj)
Override equals.boolean
NumberFormat. equals(Object obj)
Overrides equals.boolean
SimpleDateFormat. equals(Object obj)
Compares the given object with thisSimpleDateFormat
for equality.StringBuffer
DecimalFormat. format(double number, StringBuffer result, FieldPosition fieldPosition)
Formats a double to produce a string.StringBuffer
DecimalFormat. format(long number, StringBuffer result, FieldPosition fieldPosition)
Format a long to produce a string.StringBuffer
DecimalFormat. format(Object number, StringBuffer toAppendTo, FieldPosition pos)
Formats a number and appends the resulting text to the given string buffer.StringBuffer
NumberFormat. format(Object number, StringBuffer toAppendTo, FieldPosition pos)
Formats a number and appends the resulting text to the given string buffer.StringBuffer
SimpleDateFormat. format(Date date, StringBuffer toAppendTo, FieldPosition pos)
Formats the givenDate
into a date/time string and appends the result to the givenStringBuffer
.AttributedCharacterIterator
DecimalFormat. formatToCharacterIterator(Object obj)
Formats an Object producing anAttributedCharacterIterator
.AttributedCharacterIterator
SimpleDateFormat. formatToCharacterIterator(Object obj)
Formats an Object producing anAttributedCharacterIterator
.Currency
DecimalFormat. getCurrency()
Gets the currency used by this decimal format when formatting currency values.int
DecimalFormat. getMaximumFractionDigits()
Gets the maximum number of digits allowed in the fraction portion of a number.int
DecimalFormat. getMaximumIntegerDigits()
Gets the maximum number of digits allowed in the integer portion of a number.int
DecimalFormat. getMinimumFractionDigits()
Gets the minimum number of digits allowed in the fraction portion of a number.int
DecimalFormat. getMinimumIntegerDigits()
Gets the minimum number of digits allowed in the integer portion of a number.RoundingMode
DecimalFormat. getRoundingMode()
Gets theRoundingMode
used in this DecimalFormat.abstract int
Collator. hashCode()
Generates the hash code for this Collator.int
DateFormatSymbols. hashCode()
Override hashCode.int
DecimalFormat. hashCode()
Overrides hashCodeint
DecimalFormatSymbols. hashCode()
Override hashCode.int
NumberFormat. hashCode()
Overrides hashCode.int
SimpleDateFormat. hashCode()
Returns the hash code value for thisSimpleDateFormat
object.Number
DecimalFormat. parse(String text, ParsePosition pos)
Parses text from a string to produce aNumber
.Date
SimpleDateFormat. parse(String text, ParsePosition pos)
Parses text from a string to produce aDate
.Object
NumberFormat. parseObject(String source, ParsePosition pos)
Parses text from a string to produce aNumber
.protected Object
DateFormat.Field. readResolve()
Resolves instances being deserialized to the predefined constants.protected Object
NumberFormat.Field. readResolve()
Resolves instances being deserialized to the predefined constants.void
DecimalFormat. setCurrency(Currency currency)
Sets the currency used by this number format when formatting currency values.void
DecimalFormat. setGroupingUsed(boolean newValue)
Set whether or not grouping will be used in this format.void
DecimalFormat. setMaximumFractionDigits(int newValue)
Sets the maximum number of digits allowed in the fraction portion of a number.void
DecimalFormat. setMaximumIntegerDigits(int newValue)
Sets the maximum number of digits allowed in the integer portion of a number.void
DecimalFormat. setMinimumFractionDigits(int newValue)
Sets the minimum number of digits allowed in the fraction portion of a number.void
DecimalFormat. setMinimumIntegerDigits(int newValue)
Sets the minimum number of digits allowed in the integer portion of a number.void
DecimalFormat. setRoundingMode(RoundingMode roundingMode)
Sets theRoundingMode
used in this DecimalFormat. -
Uses of Override in java.time
Methods in java.time with annotations of type Override Modifier and Type Method Description Temporal
Duration. addTo(Temporal temporal)
Adds this duration to the specified temporal object.Temporal
Period. addTo(Temporal temporal)
Adds this period to the specified temporal object.Temporal
DayOfWeek. adjustInto(Temporal temporal)
Adjusts the specified temporal object to have this day-of-week.Temporal
Instant. adjustInto(Temporal temporal)
Adjusts the specified temporal object to have this instant.Temporal
LocalDate. adjustInto(Temporal temporal)
Adjusts the specified temporal object to have the same date as this object.Temporal
LocalDateTime. adjustInto(Temporal temporal)
Adjusts the specified temporal object to have the same date and time as this object.Temporal
LocalTime. adjustInto(Temporal temporal)
Adjusts the specified temporal object to have the same time as this object.Temporal
Month. adjustInto(Temporal temporal)
Adjusts the specified temporal object to have this month-of-year.Temporal
MonthDay. adjustInto(Temporal temporal)
Adjusts the specified temporal object to have this month-day.Temporal
OffsetDateTime. adjustInto(Temporal temporal)
Adjusts the specified temporal object to have the same offset, date and time as this object.Temporal
OffsetTime. adjustInto(Temporal temporal)
Adjusts the specified temporal object to have the same offset and time as this object.Temporal
Year. adjustInto(Temporal temporal)
Adjusts the specified temporal object to have this year.Temporal
YearMonth. adjustInto(Temporal temporal)
Adjusts the specified temporal object to have this year-month.Temporal
ZoneOffset. adjustInto(Temporal temporal)
Adjusts the specified temporal object to have the same offset as this object.LocalDateTime
LocalDate. atTime(LocalTime time)
Combines this date with a time to create aLocalDateTime
.ZonedDateTime
LocalDateTime. atZone(ZoneId zone)
Combines this date-time with a time-zone to create aZonedDateTime
.int
Duration. compareTo(Duration otherDuration)
Compares this duration to the specifiedDuration
.int
Instant. compareTo(Instant otherInstant)
Compares this instant to the specified instant.int
LocalDate. compareTo(ChronoLocalDate other)
Compares this date to another date.int
LocalDateTime. compareTo(ChronoLocalDateTime<?> other)
Compares this date-time to another date-time.int
LocalTime. compareTo(LocalTime other)
Compares this time to another time.int
MonthDay. compareTo(MonthDay other)
Compares this month-day to another month-day.int
OffsetDateTime. compareTo(OffsetDateTime other)
Compares this date-time to another date-time.int
OffsetTime. compareTo(OffsetTime other)
Compares thisOffsetTime
to another time.int
Year. compareTo(Year other)
Compares this year to another year.int
YearMonth. compareTo(YearMonth other)
Compares this year-month to another year-month.int
ZoneOffset. compareTo(ZoneOffset other)
Compares this offset to another offset in descending order.boolean
Clock. equals(Object obj)
Checks if this clock is equal to another clock.boolean
Duration. equals(Object otherDuration)
Checks if this duration is equal to the specifiedDuration
.boolean
Instant. equals(Object otherInstant)
Checks if this instant is equal to the specified instant.boolean
LocalDate. equals(Object obj)
Checks if this date is equal to another date.boolean
LocalDateTime. equals(Object obj)
Checks if this date-time is equal to another date-time.boolean
LocalTime. equals(Object obj)
Checks if this time is equal to another time.boolean
MonthDay. equals(Object obj)
Checks if this month-day is equal to another month-day.boolean
OffsetDateTime. equals(Object obj)
Checks if this date-time is equal to another date-time.boolean
OffsetTime. equals(Object obj)
Checks if this time is equal to another time.boolean
Period. equals(Object obj)
Checks if this period is equal to another period.boolean
Year. equals(Object obj)
Checks if this year is equal to another year.boolean
YearMonth. equals(Object obj)
Checks if this year-month is equal to another year-month.boolean
ZonedDateTime. equals(Object obj)
Checks if this date-time is equal to another date-time.boolean
ZoneId. equals(Object obj)
Checks if this time-zone ID is equal to another time-zone ID.boolean
ZoneOffset. equals(Object obj)
Checks if this offset is equal to another offset.String
LocalDate. format(DateTimeFormatter formatter)
Formats this date using the specified formatter.String
LocalDateTime. format(DateTimeFormatter formatter)
Formats this date-time using the specified formatter.String
ZonedDateTime. format(DateTimeFormatter formatter)
Formats this date-time using the specified formatter.int
DayOfWeek. get(TemporalField field)
Gets the value of the specified field from this day-of-week as anint
.long
Duration. get(TemporalUnit unit)
Gets the value of the requested unit.int
Instant. get(TemporalField field)
Gets the value of the specified field from this instant as anint
.int
LocalDate. get(TemporalField field)
Gets the value of the specified field from this date as anint
.int
LocalDateTime. get(TemporalField field)
Gets the value of the specified field from this date-time as anint
.int
LocalTime. get(TemporalField field)
Gets the value of the specified field from this time as anint
.int
Month. get(TemporalField field)
Gets the value of the specified field from this month-of-year as anint
.int
MonthDay. get(TemporalField field)
Gets the value of the specified field from this month-day as anint
.int
OffsetDateTime. get(TemporalField field)
Gets the value of the specified field from this date-time as anint
.int
OffsetTime. get(TemporalField field)
Gets the value of the specified field from this time as anint
.long
Period. get(TemporalUnit unit)
Gets the value of the requested unit.int
Year. get(TemporalField field)
Gets the value of the specified field from this year as anint
.int
YearMonth. get(TemporalField field)
Gets the value of the specified field from this year-month as anint
.int
ZonedDateTime. get(TemporalField field)
Gets the value of the specified field from this date-time as anint
.int
ZoneOffset. get(TemporalField field)
Gets the value of the specified field from this offset as anint
.IsoChronology
LocalDate. getChronology()
Gets the chronology of this date, which is the ISO calendar system.IsoChronology
Period. getChronology()
Gets the chronology of this period, which is the ISO calendar system.IsoEra
LocalDate. getEra()
Gets the era applicable at this date.String
ZoneOffset. getId()
Gets the normalized zone offset ID.long
DayOfWeek. getLong(TemporalField field)
Gets the value of the specified field from this day-of-week as along
.long
Instant. getLong(TemporalField field)
Gets the value of the specified field from this instant as along
.long
LocalDate. getLong(TemporalField field)
Gets the value of the specified field from this date as along
.long
LocalDateTime. getLong(TemporalField field)
Gets the value of the specified field from this date-time as along
.long
LocalTime. getLong(TemporalField field)
Gets the value of the specified field from this time as along
.long
Month. getLong(TemporalField field)
Gets the value of the specified field from this month-of-year as along
.long
MonthDay. getLong(TemporalField field)
Gets the value of the specified field from this month-day as along
.long
OffsetDateTime. getLong(TemporalField field)
Gets the value of the specified field from this date-time as along
.long
OffsetTime. getLong(TemporalField field)
Gets the value of the specified field from this time as along
.long
Year. getLong(TemporalField field)
Gets the value of the specified field from this year as along
.long
YearMonth. getLong(TemporalField field)
Gets the value of the specified field from this year-month as along
.long
ZonedDateTime. getLong(TemporalField field)
Gets the value of the specified field from this date-time as along
.long
ZoneOffset. getLong(TemporalField field)
Gets the value of the specified field from this offset as along
.ZoneOffset
ZonedDateTime. getOffset()
Gets the zone offset, such as '+01:00'.ZoneRules
ZoneOffset. getRules()
Gets the associated time-zone rules.List<TemporalUnit>
Duration. getUnits()
Gets the set of units supported by this duration.List<TemporalUnit>
Period. getUnits()
Gets the set of units supported by this period.ZoneId
ZonedDateTime. getZone()
Gets the time-zone, such as 'Europe/Paris'.int
Clock. hashCode()
A hash code for this clock.int
Duration. hashCode()
A hash code for this duration.int
Instant. hashCode()
Returns a hash code for this instant.int
LocalDate. hashCode()
A hash code for this date.int
LocalDateTime. hashCode()
A hash code for this date-time.int
LocalTime. hashCode()
A hash code for this time.int
MonthDay. hashCode()
A hash code for this month-day.int
OffsetDateTime. hashCode()
A hash code for this date-time.int
OffsetTime. hashCode()
A hash code for this time.int
Period. hashCode()
A hash code for this period.int
Year. hashCode()
A hash code for this year.int
YearMonth. hashCode()
A hash code for this year-month.int
ZonedDateTime. hashCode()
A hash code for this date-time.int
ZoneId. hashCode()
A hash code for this time-zone ID.int
ZoneOffset. hashCode()
A hash code for this offset.boolean
LocalDate. isAfter(ChronoLocalDate other)
Checks if this date is after the specified date.boolean
LocalDateTime. isAfter(ChronoLocalDateTime<?> other)
Checks if this date-time is after the specified date-time.boolean
LocalDate. isBefore(ChronoLocalDate other)
Checks if this date is before the specified date.boolean
LocalDateTime. isBefore(ChronoLocalDateTime<?> other)
Checks if this date-time is before the specified date-time.boolean
LocalDate. isEqual(ChronoLocalDate other)
Checks if this date is equal to the specified date.boolean
LocalDateTime. isEqual(ChronoLocalDateTime<?> other)
Checks if this date-time is equal to the specified date-time.boolean
LocalDate. isLeapYear()
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.boolean
DayOfWeek. isSupported(TemporalField field)
Checks if the specified field is supported.boolean
Instant. isSupported(TemporalField field)
Checks if the specified field is supported.boolean
Instant. isSupported(TemporalUnit unit)
Checks if the specified unit is supported.boolean
LocalDate. isSupported(TemporalField field)
Checks if the specified field is supported.boolean
LocalDate. isSupported(TemporalUnit unit)
Checks if the specified unit is supported.boolean
LocalDateTime. isSupported(TemporalField field)
Checks if the specified field is supported.boolean
LocalDateTime. isSupported(TemporalUnit unit)
Checks if the specified unit is supported.boolean
LocalTime. isSupported(TemporalField field)
Checks if the specified field is supported.boolean
LocalTime. isSupported(TemporalUnit unit)
Checks if the specified unit is supported.boolean
Month. isSupported(TemporalField field)
Checks if the specified field is supported.boolean
MonthDay. isSupported(TemporalField field)
Checks if the specified field is supported.boolean
OffsetDateTime. isSupported(TemporalField field)
Checks if the specified field is supported.boolean
OffsetDateTime. isSupported(TemporalUnit unit)
Checks if the specified unit is supported.boolean
OffsetTime. isSupported(TemporalField field)
Checks if the specified field is supported.boolean
OffsetTime. isSupported(TemporalUnit unit)
Checks if the specified unit is supported.boolean
Year. isSupported(TemporalField field)
Checks if the specified field is supported.boolean
Year. isSupported(TemporalUnit unit)
Checks if the specified unit is supported.boolean
YearMonth. isSupported(TemporalField field)
Checks if the specified field is supported.boolean
YearMonth. isSupported(TemporalUnit unit)
Checks if the specified unit is supported.boolean
ZonedDateTime. isSupported(TemporalField field)
Checks if the specified field is supported.boolean
ZonedDateTime. isSupported(TemporalUnit unit)
Checks if the specified unit is supported.boolean
ZoneOffset. isSupported(TemporalField field)
Checks if the specified field is supported.int
LocalDate. lengthOfMonth()
Returns the length of the month represented by this date.int
LocalDate. lengthOfYear()
Returns the length of the year represented by this date.Instant
Instant. minus(long amountToSubtract, TemporalUnit unit)
Returns a copy of this instant with the specified amount subtracted.Instant
Instant. minus(TemporalAmount amountToSubtract)
Returns a copy of this instant with the specified amount subtracted.LocalDate
LocalDate. minus(long amountToSubtract, TemporalUnit unit)
Returns a copy of this date with the specified amount subtracted.LocalDate
LocalDate. minus(TemporalAmount amountToSubtract)
Returns a copy of this date with the specified amount subtracted.LocalDateTime
LocalDateTime. minus(long amountToSubtract, TemporalUnit unit)
Returns a copy of this date-time with the specified amount subtracted.LocalDateTime
LocalDateTime. minus(TemporalAmount amountToSubtract)
Returns a copy of this date-time with the specified amount subtracted.LocalTime
LocalTime. minus(long amountToSubtract, TemporalUnit unit)
Returns a copy of this time with the specified amount subtracted.LocalTime
LocalTime. minus(TemporalAmount amountToSubtract)
Returns a copy of this time with the specified amount subtracted.OffsetDateTime
OffsetDateTime. minus(long amountToSubtract, TemporalUnit unit)
Returns a copy of this date-time with the specified amount subtracted.OffsetDateTime
OffsetDateTime. minus(TemporalAmount amountToSubtract)
Returns a copy of this date-time with the specified amount subtracted.OffsetTime
OffsetTime. minus(long amountToSubtract, TemporalUnit unit)
Returns a copy of this time with the specified amount subtracted.OffsetTime
OffsetTime. minus(TemporalAmount amountToSubtract)
Returns a copy of this time with the specified amount subtracted.Year
Year. minus(long amountToSubtract, TemporalUnit unit)
Returns a copy of this year with the specified amount subtracted.Year
Year. minus(TemporalAmount amountToSubtract)
Returns a copy of this year with the specified amount subtracted.YearMonth
YearMonth. minus(long amountToSubtract, TemporalUnit unit)
Returns a copy of this year-month with the specified amount subtracted.YearMonth
YearMonth. minus(TemporalAmount amountToSubtract)
Returns a copy of this year-month with the specified amount subtracted.ZonedDateTime
ZonedDateTime. minus(long amountToSubtract, TemporalUnit unit)
Returns a copy of this date-time with the specified amount subtracted.ZonedDateTime
ZonedDateTime. minus(TemporalAmount amountToSubtract)
Returns a copy of this date-time with the specified amount subtracted.Instant
Instant. plus(long amountToAdd, TemporalUnit unit)
Returns a copy of this instant with the specified amount added.Instant
Instant. plus(TemporalAmount amountToAdd)
Returns a copy of this instant with the specified amount added.LocalDate
LocalDate. plus(long amountToAdd, TemporalUnit unit)
Returns a copy of this date with the specified amount added.LocalDate
LocalDate. plus(TemporalAmount amountToAdd)
Returns a copy of this date with the specified amount added.LocalDateTime
LocalDateTime. plus(long amountToAdd, TemporalUnit unit)
Returns a copy of this date-time with the specified amount added.LocalDateTime
LocalDateTime. plus(TemporalAmount amountToAdd)
Returns a copy of this date-time with the specified amount added.LocalTime
LocalTime. plus(long amountToAdd, TemporalUnit unit)
Returns a copy of this time with the specified amount added.LocalTime
LocalTime. plus(TemporalAmount amountToAdd)
Returns a copy of this time with the specified amount added.OffsetDateTime
OffsetDateTime. plus(long amountToAdd, TemporalUnit unit)
Returns a copy of this date-time with the specified amount added.OffsetDateTime
OffsetDateTime. plus(TemporalAmount amountToAdd)
Returns a copy of this date-time with the specified amount added.OffsetTime
OffsetTime. plus(long amountToAdd, TemporalUnit unit)
Returns a copy of this time with the specified amount added.OffsetTime
OffsetTime. plus(TemporalAmount amountToAdd)
Returns a copy of this time with the specified amount added.Year
Year. plus(long amountToAdd, TemporalUnit unit)
Returns a copy of this year with the specified amount added.Year
Year. plus(TemporalAmount amountToAdd)
Returns a copy of this year with the specified amount added.YearMonth
YearMonth. plus(long amountToAdd, TemporalUnit unit)
Returns a copy of this year-month with the specified amount added.YearMonth
YearMonth. plus(TemporalAmount amountToAdd)
Returns a copy of this year-month with the specified amount added.ZonedDateTime
ZonedDateTime. plus(long amountToAdd, TemporalUnit unit)
Returns a copy of this date-time with the specified amount added.ZonedDateTime
ZonedDateTime. plus(TemporalAmount amountToAdd)
Returns a copy of this date-time with the specified amount added.<R> R
DayOfWeek. query(TemporalQuery<R> query)
Queries this day-of-week using the specified query.<R> R
Instant. query(TemporalQuery<R> query)
Queries this instant using the specified query.<R> R
LocalDate. query(TemporalQuery<R> query)
Queries this date using the specified query.<R> R
LocalDateTime. query(TemporalQuery<R> query)
Queries this date-time using the specified query.<R> R
LocalTime. query(TemporalQuery<R> query)
Queries this time using the specified query.<R> R
Month. query(TemporalQuery<R> query)
Queries this month-of-year using the specified query.<R> R
MonthDay. query(TemporalQuery<R> query)
Queries this month-day using the specified query.<R> R
OffsetDateTime. query(TemporalQuery<R> query)
Queries this date-time using the specified query.<R> R
OffsetTime. query(TemporalQuery<R> query)
Queries this time using the specified query.<R> R
Year. query(TemporalQuery<R> query)
Queries this year using the specified query.<R> R
YearMonth. query(TemporalQuery<R> query)
Queries this year-month using the specified query.<R> R
ZonedDateTime. query(TemporalQuery<R> query)
Queries this date-time using the specified query.<R> R
ZoneOffset. query(TemporalQuery<R> query)
Queries this offset using the specified query.ValueRange
DayOfWeek. range(TemporalField field)
Gets the range of valid values for the specified field.ValueRange
Instant. range(TemporalField field)
Gets the range of valid values for the specified field.ValueRange
LocalDate. range(TemporalField field)
Gets the range of valid values for the specified field.ValueRange
LocalDateTime. range(TemporalField field)
Gets the range of valid values for the specified field.ValueRange
LocalTime. range(TemporalField field)
Gets the range of valid values for the specified field.ValueRange
Month. range(TemporalField field)
Gets the range of valid values for the specified field.ValueRange
MonthDay. range(TemporalField field)
Gets the range of valid values for the specified field.ValueRange
OffsetDateTime. range(TemporalField field)
Gets the range of valid values for the specified field.ValueRange
OffsetTime. range(TemporalField field)
Gets the range of valid values for the specified field.ValueRange
Year. range(TemporalField field)
Gets the range of valid values for the specified field.ValueRange
YearMonth. range(TemporalField field)
Gets the range of valid values for the specified field.ValueRange
ZonedDateTime. range(TemporalField field)
Gets the range of valid values for the specified field.ValueRange
ZoneOffset. range(TemporalField field)
Gets the range of valid values for the specified field.Temporal
Duration. subtractFrom(Temporal temporal)
Subtracts this duration from the specified temporal object.Temporal
Period. subtractFrom(Temporal temporal)
Subtracts this period from the specified temporal object.long
LocalDate. toEpochDay()
LocalDate
LocalDateTime. toLocalDate()
Gets theLocalDate
part of this date-time.LocalDate
ZonedDateTime. toLocalDate()
Gets theLocalDate
part of this date-time.LocalDateTime
ZonedDateTime. toLocalDateTime()
Gets theLocalDateTime
part of this date-time.LocalTime
LocalDateTime. toLocalTime()
Gets theLocalTime
part of this date-time.LocalTime
ZonedDateTime. toLocalTime()
Gets theLocalTime
part of this date-time.String
Duration. toString()
A string representation of this duration using ISO-8601 seconds based representation, such asPT8H6M12.345S
.String
Instant. toString()
A string representation of this instant using ISO-8601 representation.String
LocalDate. toString()
Outputs this date as aString
, such as2007-12-03
.String
LocalDateTime. toString()
Outputs this date-time as aString
, such as2007-12-03T10:15:30
.String
LocalTime. toString()
Outputs this time as aString
, such as10:15
.String
MonthDay. toString()
Outputs this month-day as aString
, such as--12-03
.String
OffsetDateTime. toString()
Outputs this date-time as aString
, such as2007-12-03T10:15:30+01:00
.String
OffsetTime. toString()
Outputs this time as aString
, such as10:15:30+01:00
.String
Period. toString()
Outputs this period as aString
, such asP6Y3M1D
.String
Year. toString()
Outputs this year as aString
.String
YearMonth. toString()
Outputs this year-month as aString
, such as2007-12
.String
ZonedDateTime. toString()
Outputs this date-time as aString
, such as2007-12-03T10:15:30+01:00[Europe/Paris]
.String
ZoneId. toString()
Outputs this zone as aString
, using the ID.String
ZoneOffset. toString()
Outputs this offset as aString
, using the normalized ID.long
Instant. until(Temporal endExclusive, TemporalUnit unit)
Calculates the amount of time until another instant in terms of the specified unit.Period
LocalDate. until(ChronoLocalDate endDateExclusive)
Calculates the period between this date and another date as aPeriod
.long
LocalDate. until(Temporal endExclusive, TemporalUnit unit)
Calculates the amount of time until another date in terms of the specified unit.long
LocalDateTime. until(Temporal endExclusive, TemporalUnit unit)
Calculates the amount of time until another date-time in terms of the specified unit.long
LocalTime. until(Temporal endExclusive, TemporalUnit unit)
Calculates the amount of time until another time in terms of the specified unit.long
OffsetDateTime. until(Temporal endExclusive, TemporalUnit unit)
Calculates the amount of time until another date-time in terms of the specified unit.long
OffsetTime. until(Temporal endExclusive, TemporalUnit unit)
Calculates the amount of time until another time in terms of the specified unit.long
Year. until(Temporal endExclusive, TemporalUnit unit)
Calculates the amount of time until another year in terms of the specified unit.long
YearMonth. until(Temporal endExclusive, TemporalUnit unit)
Calculates the amount of time until another year-month in terms of the specified unit.long
ZonedDateTime. until(Temporal endExclusive, TemporalUnit unit)
Calculates the amount of time until another date-time in terms of the specified unit.Instant
Instant. with(TemporalAdjuster adjuster)
Returns an adjusted copy of this instant.Instant
Instant. with(TemporalField field, long newValue)
Returns a copy of this instant with the specified field set to a new value.LocalDate
LocalDate. with(TemporalAdjuster adjuster)
Returns an adjusted copy of this date.LocalDate
LocalDate. with(TemporalField field, long newValue)
Returns a copy of this date with the specified field set to a new value.LocalDateTime
LocalDateTime. with(TemporalAdjuster adjuster)
Returns an adjusted copy of this date-time.LocalDateTime
LocalDateTime. with(TemporalField field, long newValue)
Returns a copy of this date-time with the specified field set to a new value.LocalTime
LocalTime. with(TemporalAdjuster adjuster)
Returns an adjusted copy of this time.LocalTime
LocalTime. with(TemporalField field, long newValue)
Returns a copy of this time with the specified field set to a new value.OffsetDateTime
OffsetDateTime. with(TemporalAdjuster adjuster)
Returns an adjusted copy of this date-time.OffsetDateTime
OffsetDateTime. with(TemporalField field, long newValue)
Returns a copy of this date-time with the specified field set to a new value.OffsetTime
OffsetTime. with(TemporalAdjuster adjuster)
Returns an adjusted copy of this time.OffsetTime
OffsetTime. with(TemporalField field, long newValue)
Returns a copy of this time with the specified field set to a new value.Year
Year. with(TemporalAdjuster adjuster)
Returns an adjusted copy of this year.Year
Year. with(TemporalField field, long newValue)
Returns a copy of this year with the specified field set to a new value.YearMonth
YearMonth. with(TemporalAdjuster adjuster)
Returns an adjusted copy of this year-month.YearMonth
YearMonth. with(TemporalField field, long newValue)
Returns a copy of this year-month with the specified field set to a new value.ZonedDateTime
ZonedDateTime. with(TemporalAdjuster adjuster)
Returns an adjusted copy of this date-time.ZonedDateTime
ZonedDateTime. with(TemporalField field, long newValue)
Returns a copy of this date-time with the specified field set to a new value.ZonedDateTime
ZonedDateTime. withEarlierOffsetAtOverlap()
Returns a copy of this date-time changing the zone offset to the earlier of the two valid offsets at a local time-line overlap.ZonedDateTime
ZonedDateTime. withLaterOffsetAtOverlap()
Returns a copy of this date-time changing the zone offset to the later of the two valid offsets at a local time-line overlap.ZonedDateTime
ZonedDateTime. withZoneSameInstant(ZoneId zone)
Returns a copy of this date-time with a different time-zone, retaining the instant.ZonedDateTime
ZonedDateTime. withZoneSameLocal(ZoneId zone)
Returns a copy of this date-time with a different time-zone, retaining the local date-time if possible. -
Uses of Override in java.time.chrono
Methods in java.time.chrono with annotations of type Override Modifier and Type Method Description Temporal
ChronoPeriod. addTo(Temporal temporal)
Adds this period to the specified temporal object.default Temporal
ChronoLocalDate. adjustInto(Temporal temporal)
Adjusts the specified temporal object to have the same date as this object.default Temporal
ChronoLocalDateTime. adjustInto(Temporal temporal)
Adjusts the specified temporal object to have the same date and time as this object.default Temporal
Era. adjustInto(Temporal temporal)
Adjusts the specified temporal object to have the same era as this object.ChronoLocalDateTime<HijrahDate>
HijrahDate. atTime(LocalTime localTime)
ChronoLocalDateTime<JapaneseDate>
JapaneseDate. atTime(LocalTime localTime)
ChronoLocalDateTime<MinguoDate>
MinguoDate. atTime(LocalTime localTime)
ChronoLocalDateTime<ThaiBuddhistDate>
ThaiBuddhistDate. atTime(LocalTime localTime)
int
AbstractChronology. compareTo(Chronology other)
Compares this chronology to another chronology.default int
ChronoLocalDate. compareTo(ChronoLocalDate other)
Compares this date to another date, including the chronology.default int
ChronoLocalDateTime. compareTo(ChronoLocalDateTime<?> other)
Compares this date-time to another date-time, including the chronology.int
Chronology. compareTo(Chronology other)
Compares this chronology to another chronology.default int
ChronoZonedDateTime. compareTo(ChronoZonedDateTime<?> other)
Compares this date-time to another date-time, including the chronology.HijrahDate
HijrahChronology. date(int prolepticYear, int month, int dayOfMonth)
Obtains a local date in Hijrah calendar system from the proleptic-year, month-of-year and day-of-month fields.HijrahDate
HijrahChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)
Obtains a local date in Hijrah calendar system from the era, year-of-era, month-of-year and day-of-month fields.HijrahDate
HijrahChronology. date(TemporalAccessor temporal)
LocalDate
IsoChronology. date(int prolepticYear, int month, int dayOfMonth)
Obtains an ISO local date from the proleptic-year, month-of-year and day-of-month fields.LocalDate
IsoChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)
Obtains an ISO local date from the era, year-of-era, month-of-year and day-of-month fields.LocalDate
IsoChronology. date(TemporalAccessor temporal)
Obtains an ISO local date from another date-time object.JapaneseDate
JapaneseChronology. date(int prolepticYear, int month, int dayOfMonth)
Obtains a local date in Japanese calendar system from the proleptic-year, month-of-year and day-of-month fields.JapaneseDate
JapaneseChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)
Obtains a local date in Japanese calendar system from the era, year-of-era, month-of-year and day-of-month fields.JapaneseDate
JapaneseChronology. date(TemporalAccessor temporal)
MinguoDate
MinguoChronology. date(int prolepticYear, int month, int dayOfMonth)
Obtains a local date in Minguo calendar system from the proleptic-year, month-of-year and day-of-month fields.MinguoDate
MinguoChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)
Obtains a local date in Minguo calendar system from the era, year-of-era, month-of-year and day-of-month fields.MinguoDate
MinguoChronology. date(TemporalAccessor temporal)
ThaiBuddhistDate
ThaiBuddhistChronology. date(int prolepticYear, int month, int dayOfMonth)
Obtains a local date in Thai Buddhist calendar system from the proleptic-year, month-of-year and day-of-month fields.ThaiBuddhistDate
ThaiBuddhistChronology. date(Era era, int yearOfEra, int month, int dayOfMonth)
Obtains a local date in Thai Buddhist calendar system from the era, year-of-era, month-of-year and day-of-month fields.ThaiBuddhistDate
ThaiBuddhistChronology. date(TemporalAccessor temporal)
HijrahDate
HijrahChronology. dateEpochDay(long epochDay)
Obtains a local date in the Hijrah calendar system from the epoch-day.LocalDate
IsoChronology. dateEpochDay(long epochDay)
Obtains an ISO local date from the epoch-day.JapaneseDate
JapaneseChronology. dateEpochDay(long epochDay)
Obtains a local date in the Japanese calendar system from the epoch-day.MinguoDate
MinguoChronology. dateEpochDay(long epochDay)
Obtains a local date in the Minguo calendar system from the epoch-day.ThaiBuddhistDate
ThaiBuddhistChronology. dateEpochDay(long epochDay)
Obtains a local date in the Thai Buddhist calendar system from the epoch-day.HijrahDate
HijrahChronology. dateNow()
HijrahDate
HijrahChronology. dateNow(Clock clock)
HijrahDate
HijrahChronology. dateNow(ZoneId zone)
LocalDate
IsoChronology. dateNow()
Obtains the current ISO local date from the system clock in the default time-zone.LocalDate
IsoChronology. dateNow(Clock clock)
Obtains the current ISO local date from the specified clock.LocalDate
IsoChronology. dateNow(ZoneId zone)
Obtains the current ISO local date from the system clock in the specified time-zone.JapaneseDate
JapaneseChronology. dateNow()
JapaneseDate
JapaneseChronology. dateNow(Clock clock)
JapaneseDate
JapaneseChronology. dateNow(ZoneId zone)
MinguoDate
MinguoChronology. dateNow()
MinguoDate
MinguoChronology. dateNow(Clock clock)
MinguoDate
MinguoChronology. dateNow(ZoneId zone)
ThaiBuddhistDate
ThaiBuddhistChronology. dateNow()
ThaiBuddhistDate
ThaiBuddhistChronology. dateNow(Clock clock)
ThaiBuddhistDate
ThaiBuddhistChronology. dateNow(ZoneId zone)
HijrahDate
HijrahChronology. dateYearDay(int prolepticYear, int dayOfYear)
Obtains a local date in Hijrah calendar system from the proleptic-year and day-of-year fields.HijrahDate
HijrahChronology. dateYearDay(Era era, int yearOfEra, int dayOfYear)
Obtains a local date in Hijrah calendar system from the era, year-of-era and day-of-year fields.LocalDate
IsoChronology. dateYearDay(int prolepticYear, int dayOfYear)
Obtains an ISO local date from the proleptic-year and day-of-year fields.LocalDate
IsoChronology. dateYearDay(Era era, int yearOfEra, int dayOfYear)
Obtains an ISO local date from the era, year-of-era and day-of-year fields.JapaneseDate
JapaneseChronology. dateYearDay(int prolepticYear, int dayOfYear)
Obtains a local date in Japanese calendar system from the proleptic-year and day-of-year fields.JapaneseDate
JapaneseChronology. dateYearDay(Era era, int yearOfEra, int dayOfYear)
Obtains a local date in Japanese calendar system from the era, year-of-era and day-of-year fields.MinguoDate
MinguoChronology. dateYearDay(int prolepticYear, int dayOfYear)
Obtains a local date in Minguo calendar system from the proleptic-year and day-of-year fields.MinguoDate
MinguoChronology. dateYearDay(Era era, int yearOfEra, int dayOfYear)
Obtains a local date in Minguo calendar system from the era, year-of-era and day-of-year fields.ThaiBuddhistDate
ThaiBuddhistChronology. dateYearDay(int prolepticYear, int dayOfYear)
Obtains a local date in Thai Buddhist calendar system from the proleptic-year and day-of-year fields.ThaiBuddhistDate
ThaiBuddhistChronology. dateYearDay(Era era, int yearOfEra, int dayOfYear)
Obtains a local date in Thai Buddhist calendar system from the era, year-of-era and day-of-year fields.long
IsoChronology. epochSecond(int prolepticYear, int month, int dayOfMonth, int hour, int minute, int second, ZoneOffset zoneOffset)
Gets the number of seconds from the epoch of 1970-01-01T00:00:00Z.boolean
AbstractChronology. equals(Object obj)
Checks if this chronology is equal to another chronology.boolean
ChronoLocalDate. equals(Object obj)
Checks if this date is equal to another date, including the chronology.boolean
ChronoLocalDateTime. equals(Object obj)
Checks if this date-time is equal to another date-time, including the chronology.boolean
Chronology. equals(Object obj)
Checks if this chronology is equal to another chronology.boolean
ChronoPeriod. equals(Object obj)
Checks if this period is equal to another period, including the chronology.boolean
ChronoZonedDateTime. equals(Object obj)
Checks if this date-time is equal to another date-time.boolean
HijrahDate. equals(Object obj)
Compares this date to another date, including the chronology.boolean
JapaneseDate. equals(Object obj)
Compares this date to another date, including the chronology.boolean
MinguoDate. equals(Object obj)
Compares this date to another date, including the chronology.boolean
ThaiBuddhistDate. equals(Object obj)
Compares this date to another date, including the chronology.HijrahEra
HijrahChronology. eraOf(int eraValue)
Creates the HijrahEra object from the numeric value.IsoEra
IsoChronology. eraOf(int eraValue)
JapaneseEra
JapaneseChronology. eraOf(int eraValue)
Returns the calendar system era object from the given numeric value.MinguoEra
MinguoChronology. eraOf(int eraValue)
ThaiBuddhistEra
ThaiBuddhistChronology. eraOf(int eraValue)
List<Era>
HijrahChronology. eras()
List<Era>
IsoChronology. eras()
List<Era>
JapaneseChronology. eras()
List<Era>
MinguoChronology. eras()
List<Era>
ThaiBuddhistChronology. eras()
long
ChronoPeriod. get(TemporalUnit unit)
Gets the value of the requested unit.default int
ChronoZonedDateTime. get(TemporalField field)
default int
Era. get(TemporalField field)
Gets the value of the specified field from this era as anint
.String
HijrahChronology. getCalendarType()
Gets the calendar type of the Islamic calendar.String
IsoChronology. getCalendarType()
Gets the calendar type of the underlying calendar system - 'iso8601'.String
JapaneseChronology. getCalendarType()
Gets the calendar type of the underlying calendar system - 'japanese'.String
MinguoChronology. getCalendarType()
Gets the calendar type of the underlying calendar system - 'roc'.String
ThaiBuddhistChronology. getCalendarType()
Gets the calendar type of the underlying calendar system - 'buddhist'.HijrahChronology
HijrahDate. getChronology()
Gets the chronology of this date, which is the Hijrah calendar system.JapaneseChronology
JapaneseDate. getChronology()
Gets the chronology of this date, which is the Japanese calendar system.MinguoChronology
MinguoDate. getChronology()
Gets the chronology of this date, which is the Minguo calendar system.ThaiBuddhistChronology
ThaiBuddhistDate. getChronology()
Gets the chronology of this date, which is the Thai Buddhist calendar system.String
JapaneseEra. getDisplayName(TextStyle style, Locale locale)
Gets the textual representation of this era.HijrahEra
HijrahDate. getEra()
Gets the era applicable at this date.JapaneseEra
JapaneseDate. getEra()
Gets the era applicable at this date.MinguoEra
MinguoDate. getEra()
Gets the era applicable at this date.ThaiBuddhistEra
ThaiBuddhistDate. getEra()
Gets the era applicable at this date.String
HijrahChronology. getId()
Gets the ID of the chronology.String
IsoChronology. getId()
Gets the ID of the chronology - 'ISO'.String
JapaneseChronology. getId()
Gets the ID of the chronology - 'Japanese'.String
MinguoChronology. getId()
Gets the ID of the chronology - 'Minguo'.String
ThaiBuddhistChronology. getId()
Gets the ID of the chronology - 'ThaiBuddhist'.default long
ChronoZonedDateTime. getLong(TemporalField field)
default long
Era. getLong(TemporalField field)
Gets the value of the specified field from this era as along
.long
HijrahDate. getLong(TemporalField field)
long
JapaneseDate. getLong(TemporalField field)
long
MinguoDate. getLong(TemporalField field)
long
ThaiBuddhistDate. getLong(TemporalField field)
List<TemporalUnit>
ChronoPeriod. getUnits()
Gets the set of units supported by this period.int
HijrahEra. getValue()
Gets the numeric eraint
value.int
IsoEra. getValue()
Gets the numeric eraint
value.int
JapaneseEra. getValue()
Gets the numeric eraint
value.int
MinguoEra. getValue()
Gets the numeric eraint
value.int
ThaiBuddhistEra. getValue()
Gets the numeric eraint
value.int
AbstractChronology. hashCode()
A hash code for this chronology.int
ChronoLocalDate. hashCode()
A hash code for this date.int
ChronoLocalDateTime. hashCode()
A hash code for this date-time.int
Chronology. hashCode()
A hash code for this chronology.int
ChronoPeriod. hashCode()
A hash code for this period.int
ChronoZonedDateTime. hashCode()
A hash code for this date-time.int
HijrahDate. hashCode()
A hash code for this date.int
JapaneseDate. hashCode()
A hash code for this date.int
MinguoDate. hashCode()
A hash code for this date.int
ThaiBuddhistDate. hashCode()
A hash code for this date.boolean
HijrahChronology. isLeapYear(long prolepticYear)
boolean
HijrahDate. isLeapYear()
Checks if the year is a leap year, according to the Hijrah calendar system rules.boolean
IsoChronology. isLeapYear(long prolepticYear)
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.boolean
JapaneseChronology. isLeapYear(long prolepticYear)
Checks if the specified year is a leap year.boolean
MinguoChronology. isLeapYear(long prolepticYear)
Checks if the specified year is a leap year.boolean
ThaiBuddhistChronology. isLeapYear(long prolepticYear)
Checks if the specified year is a leap year.default boolean
ChronoLocalDate. isSupported(TemporalField field)
Checks if the specified field is supported.default boolean
ChronoLocalDate. isSupported(TemporalUnit unit)
Checks if the specified unit is supported.boolean
ChronoLocalDateTime. isSupported(TemporalField field)
Checks if the specified field is supported.default boolean
ChronoLocalDateTime. isSupported(TemporalUnit unit)
Checks if the specified unit is supported.boolean
ChronoZonedDateTime. isSupported(TemporalField field)
Checks if the specified field is supported.default boolean
ChronoZonedDateTime. isSupported(TemporalUnit unit)
Checks if the specified unit is supported.default boolean
Era. isSupported(TemporalField field)
Checks if the specified field is supported.boolean
JapaneseDate. isSupported(TemporalField field)
Checks if the specified field is supported.int
HijrahDate. lengthOfMonth()
Returns the length of the month represented by this date.int
JapaneseDate. lengthOfMonth()
Returns the length of the month represented by this date.int
MinguoDate. lengthOfMonth()
Returns the length of the month represented by this date.int
ThaiBuddhistDate. lengthOfMonth()
Returns the length of the month represented by this date.int
HijrahDate. lengthOfYear()
Returns the length of the year represented by this date.int
JapaneseDate. lengthOfYear()
ChronoLocalDateTime<HijrahDate>
HijrahChronology. localDateTime(TemporalAccessor temporal)
LocalDateTime
IsoChronology. localDateTime(TemporalAccessor temporal)
Obtains an ISO local date-time from another date-time object.ChronoLocalDateTime<JapaneseDate>
JapaneseChronology. localDateTime(TemporalAccessor temporal)
ChronoLocalDateTime<MinguoDate>
MinguoChronology. localDateTime(TemporalAccessor temporal)
ChronoLocalDateTime<ThaiBuddhistDate>
ThaiBuddhistChronology. localDateTime(TemporalAccessor temporal)
default ChronoLocalDate
ChronoLocalDate. minus(long amountToSubtract, TemporalUnit unit)
Returns an object of the same type as this object with the specified period subtracted.default ChronoLocalDate
ChronoLocalDate. minus(TemporalAmount amount)
Returns an object of the same type as this object with an amount subtracted.default ChronoLocalDateTime<D>
ChronoLocalDateTime. minus(long amountToSubtract, TemporalUnit unit)
Returns an object of the same type as this object with the specified period subtracted.default ChronoLocalDateTime<D>
ChronoLocalDateTime. minus(TemporalAmount amount)
Returns an object of the same type as this object with an amount subtracted.default ChronoZonedDateTime<D>
ChronoZonedDateTime. minus(long amountToSubtract, TemporalUnit unit)
Returns an object of the same type as this object with the specified period subtracted.default ChronoZonedDateTime<D>
ChronoZonedDateTime. minus(TemporalAmount amount)
Returns an object of the same type as this object with an amount subtracted.HijrahDate
HijrahDate. minus(long amountToSubtract, TemporalUnit unit)
HijrahDate
HijrahDate. minus(TemporalAmount amount)
Returns an object of the same type as this object with an amount subtracted.JapaneseDate
JapaneseDate. minus(long amountToAdd, TemporalUnit unit)
JapaneseDate
JapaneseDate. minus(TemporalAmount amount)
Returns an object of the same type as this object with an amount subtracted.MinguoDate
MinguoDate. minus(long amountToAdd, TemporalUnit unit)
MinguoDate
MinguoDate. minus(TemporalAmount amount)
Returns an object of the same type as this object with an amount subtracted.ThaiBuddhistDate
ThaiBuddhistDate. minus(long amountToAdd, TemporalUnit unit)
ThaiBuddhistDate
ThaiBuddhistDate. minus(TemporalAmount amount)
Returns an object of the same type as this object with an amount subtracted.Period
IsoChronology. period(int years, int months, int days)
Obtains a period for this chronology based on years, months and days.default ChronoLocalDate
ChronoLocalDate. plus(long amountToAdd, TemporalUnit unit)
Returns an object of the same type as this object with the specified period added.default ChronoLocalDate
ChronoLocalDate. plus(TemporalAmount amount)
Returns an object of the same type as this object with an amount added.ChronoLocalDateTime<D>
ChronoLocalDateTime. plus(long amountToAdd, TemporalUnit unit)
Returns an object of the same type as this object with the specified period added.default ChronoLocalDateTime<D>
ChronoLocalDateTime. plus(TemporalAmount amount)
Returns an object of the same type as this object with an amount added.ChronoZonedDateTime<D>
ChronoZonedDateTime. plus(long amountToAdd, TemporalUnit unit)
Returns an object of the same type as this object with the specified period added.default ChronoZonedDateTime<D>
ChronoZonedDateTime. plus(TemporalAmount amount)
Returns an object of the same type as this object with an amount added.HijrahDate
HijrahDate. plus(long amountToAdd, TemporalUnit unit)
HijrahDate
HijrahDate. plus(TemporalAmount amount)
Returns an object of the same type as this object with an amount added.JapaneseDate
JapaneseDate. plus(long amountToAdd, TemporalUnit unit)
JapaneseDate
JapaneseDate. plus(TemporalAmount amount)
Returns an object of the same type as this object with an amount added.MinguoDate
MinguoDate. plus(long amountToAdd, TemporalUnit unit)
MinguoDate
MinguoDate. plus(TemporalAmount amount)
Returns an object of the same type as this object with an amount added.ThaiBuddhistDate
ThaiBuddhistDate. plus(long amountToAdd, TemporalUnit unit)
ThaiBuddhistDate
ThaiBuddhistDate. plus(TemporalAmount amount)
Returns an object of the same type as this object with an amount added.int
HijrahChronology. prolepticYear(Era era, int yearOfEra)
int
IsoChronology. prolepticYear(Era era, int yearOfEra)
int
JapaneseChronology. prolepticYear(Era era, int yearOfEra)
int
MinguoChronology. prolepticYear(Era era, int yearOfEra)
int
ThaiBuddhistChronology. prolepticYear(Era era, int yearOfEra)
default <R> R
ChronoLocalDate. query(TemporalQuery<R> query)
Queries this date using the specified query.default <R> R
ChronoLocalDateTime. query(TemporalQuery<R> query)
Queries this date-time using the specified query.default <R> R
ChronoZonedDateTime. query(TemporalQuery<R> query)
Queries this date-time using the specified query.default <R> R
Era. query(TemporalQuery<R> query)
Queries this era using the specified query.default ValueRange
ChronoZonedDateTime. range(TemporalField field)
default ValueRange
Era. range(TemporalField field)
Gets the range of valid values for the specified field.ValueRange
HijrahChronology. range(ChronoField field)
ValueRange
HijrahDate. range(TemporalField field)
ValueRange
HijrahEra. range(TemporalField field)
Gets the range of valid values for the specified field.ValueRange
IsoChronology. range(ChronoField field)
ValueRange
JapaneseChronology. range(ChronoField field)
ValueRange
JapaneseDate. range(TemporalField field)
ValueRange
JapaneseEra. range(TemporalField field)
Gets the range of valid values for the specified field.ValueRange
MinguoChronology. range(ChronoField field)
ValueRange
MinguoDate. range(TemporalField field)
ValueRange
ThaiBuddhistChronology. range(ChronoField field)
ValueRange
ThaiBuddhistDate. range(TemporalField field)
ChronoLocalDate
AbstractChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
Resolves parsedChronoField
values into a date during parsing.HijrahDate
HijrahChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
LocalDate
IsoChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
Resolves parsedChronoField
values into a date during parsing.JapaneseDate
JapaneseChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
MinguoDate
MinguoChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
ThaiBuddhistDate
ThaiBuddhistChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
Temporal
ChronoPeriod. subtractFrom(Temporal temporal)
Subtracts this period from the specified temporal object.long
HijrahDate. toEpochDay()
long
JapaneseDate. toEpochDay()
long
MinguoDate. toEpochDay()
long
ThaiBuddhistDate. toEpochDay()
String
AbstractChronology. toString()
Outputs this chronology as aString
, using the chronology ID.String
ChronoLocalDate. toString()
Outputs this date as aString
.String
ChronoLocalDateTime. toString()
Outputs this date-time as aString
.String
Chronology. toString()
Outputs this chronology as aString
.String
ChronoPeriod. toString()
Outputs this period as aString
.String
ChronoZonedDateTime. toString()
Outputs this date-time as aString
.String
JapaneseEra. toString()
long
ChronoLocalDate. until(Temporal endExclusive, TemporalUnit unit)
Calculates the amount of time until another date in terms of the specified unit.ChronoPeriod
HijrahDate. until(ChronoLocalDate endDate)
ChronoPeriod
JapaneseDate. until(ChronoLocalDate endDate)
ChronoPeriod
MinguoDate. until(ChronoLocalDate endDate)
ChronoPeriod
ThaiBuddhistDate. until(ChronoLocalDate endDate)
default ChronoLocalDate
ChronoLocalDate. with(TemporalAdjuster adjuster)
Returns an adjusted object of the same type as this object with the adjustment made.default ChronoLocalDate
ChronoLocalDate. with(TemporalField field, long newValue)
Returns an object of the same type as this object with the specified field altered.default ChronoLocalDateTime<D>
ChronoLocalDateTime. with(TemporalAdjuster adjuster)
Returns an adjusted object of the same type as this object with the adjustment made.ChronoLocalDateTime<D>
ChronoLocalDateTime. with(TemporalField field, long newValue)
Returns an object of the same type as this object with the specified field altered.default ChronoZonedDateTime<D>
ChronoZonedDateTime. with(TemporalAdjuster adjuster)
Returns an adjusted object of the same type as this object with the adjustment made.ChronoZonedDateTime<D>
ChronoZonedDateTime. with(TemporalField field, long newValue)
Returns an object of the same type as this object with the specified field altered.HijrahDate
HijrahDate. with(TemporalAdjuster adjuster)
Returns an adjusted object of the same type as this object with the adjustment made.HijrahDate
HijrahDate. with(TemporalField field, long newValue)
JapaneseDate
JapaneseDate. with(TemporalAdjuster adjuster)
Returns an adjusted object of the same type as this object with the adjustment made.JapaneseDate
JapaneseDate. with(TemporalField field, long newValue)
MinguoDate
MinguoDate. with(TemporalAdjuster adjuster)
Returns an adjusted object of the same type as this object with the adjustment made.MinguoDate
MinguoDate. with(TemporalField field, long newValue)
ThaiBuddhistDate
ThaiBuddhistDate. with(TemporalAdjuster adjuster)
Returns an adjusted object of the same type as this object with the adjustment made.ThaiBuddhistDate
ThaiBuddhistDate. with(TemporalField field, long newValue)
ChronoZonedDateTime<HijrahDate>
HijrahChronology. zonedDateTime(Instant instant, ZoneId zone)
ChronoZonedDateTime<HijrahDate>
HijrahChronology. zonedDateTime(TemporalAccessor temporal)
ZonedDateTime
IsoChronology. zonedDateTime(Instant instant, ZoneId zone)
Obtains an ISO zoned date-time in this chronology from anInstant
.ZonedDateTime
IsoChronology. zonedDateTime(TemporalAccessor temporal)
Obtains an ISO zoned date-time from another date-time object.ChronoZonedDateTime<JapaneseDate>
JapaneseChronology. zonedDateTime(Instant instant, ZoneId zone)
ChronoZonedDateTime<JapaneseDate>
JapaneseChronology. zonedDateTime(TemporalAccessor temporal)
ChronoZonedDateTime<MinguoDate>
MinguoChronology. zonedDateTime(Instant instant, ZoneId zone)
ChronoZonedDateTime<MinguoDate>
MinguoChronology. zonedDateTime(TemporalAccessor temporal)
ChronoZonedDateTime<ThaiBuddhistDate>
ThaiBuddhistChronology. zonedDateTime(Instant instant, ZoneId zone)
ChronoZonedDateTime<ThaiBuddhistDate>
ThaiBuddhistChronology. zonedDateTime(TemporalAccessor temporal)
-
Uses of Override in java.time.format
Methods in java.time.format with annotations of type Override Modifier and Type Method Description boolean
DecimalStyle. equals(Object obj)
Checks if this DecimalStyle is equal to another DecimalStyle.int
DecimalStyle. hashCode()
A hash code for this DecimalStyle.String
DateTimeFormatter. toString()
Returns a description of the underlying formatters.String
DecimalStyle. toString()
Returns a string describing this DecimalStyle. -
Uses of Override in java.time.temporal
Methods in java.time.temporal with annotations of type Override Modifier and Type Method Description <R extends Temporal>
RChronoUnit. addTo(R temporal, long amount)
<R extends Temporal>
RChronoField. adjustInto(R temporal, long newValue)
long
ChronoUnit. between(Temporal temporal1Inclusive, Temporal temporal2Exclusive)
boolean
ValueRange. equals(Object obj)
Checks if this range is equal to another range.boolean
WeekFields. equals(Object object)
Checks if thisWeekFields
is equal to the specified object.TemporalUnit
ChronoField. getBaseUnit()
String
ChronoField. getDisplayName(Locale locale)
Duration
ChronoUnit. getDuration()
Gets the estimated duration of this unit in the ISO calendar system.long
ChronoField. getFrom(TemporalAccessor temporal)
TemporalUnit
ChronoField. getRangeUnit()
int
ValueRange. hashCode()
A hash code for this range.int
WeekFields. hashCode()
A hash code for thisWeekFields
.boolean
ChronoField. isDateBased()
Checks if this field represents a component of a date.boolean
ChronoUnit. isDateBased()
Checks if this unit is a date unit.boolean
ChronoUnit. isDurationEstimated()
Checks if the duration of the unit is an estimate.boolean
ChronoField. isSupportedBy(TemporalAccessor temporal)
boolean
ChronoUnit. isSupportedBy(Temporal temporal)
boolean
ChronoField. isTimeBased()
Checks if this field represents a component of a time.boolean
ChronoUnit. isTimeBased()
Checks if this unit is a time unit.ValueRange
ChronoField. range()
Gets the range of valid values for the field.ValueRange
ChronoField. rangeRefinedBy(TemporalAccessor temporal)
String
ChronoField. toString()
String
ChronoUnit. toString()
String
TemporalField. toString()
Gets a descriptive name for the field.String
TemporalUnit. toString()
Gets a descriptive name for the unit.String
ValueRange. toString()
Outputs this range as aString
.String
WeekFields. toString()
A string representation of thisWeekFields
instance. -
Uses of Override in java.time.zone
Methods in java.time.zone with annotations of type Override Modifier and Type Method Description int
ZoneOffsetTransition. compareTo(ZoneOffsetTransition transition)
Compares this transition to another based on the transition instant.boolean
ZoneOffsetTransition. equals(Object other)
Checks if this object equals another.boolean
ZoneOffsetTransitionRule. equals(Object otherRule)
Checks if this object equals another.boolean
ZoneRules. equals(Object otherRules)
Checks if this set of rules equals another.int
ZoneOffsetTransition. hashCode()
Returns a suitable hash code.int
ZoneOffsetTransitionRule. hashCode()
Returns a suitable hash code.int
ZoneRules. hashCode()
Returns a suitable hash code given the definition of#equals
.String
ZoneOffsetTransition. toString()
Returns a string describing this object.String
ZoneOffsetTransitionRule. toString()
Returns a string describing this object.String
ZoneRules. toString()
Returns a string describing this object. -
Uses of Override in java.util
Methods in java.util with annotations of type Override Modifier and Type Method Description void
DoubleSummaryStatistics. accept(double value)
Records another value into the summary information.void
IntSummaryStatistics. accept(int value)
Records a new value into the summary informationvoid
LongSummaryStatistics. accept(int value)
Records a newint
value into the summary information.void
LongSummaryStatistics. accept(long value)
Records a newlong
value into the summary information.void
GregorianCalendar. add(int field, int amount)
Adds the specified (signed) amount of time to the given calendar field, based on the calendar's rules.int
Spliterators.AbstractDoubleSpliterator. characteristics()
Returns a set of characteristics of this Spliterator and its elements.int
Spliterators.AbstractIntSpliterator. characteristics()
Returns a set of characteristics of this Spliterator and its elements.int
Spliterators.AbstractLongSpliterator. characteristics()
Returns a set of characteristics of this Spliterator and its elements.int
Spliterators.AbstractSpliterator. characteristics()
Returns a set of characteristics of this Spliterator and its elements.void
Properties. clear()
Object
Calendar. clone()
Creates and returns a copy of this object.Object
GregorianCalendar. clone()
Object
HashMap. clone()
Returns a shallow copy of thisHashMap
instance: the keys and values themselves are not cloned.Object
Locale. clone()
Overrides Cloneable.Object
Properties. clone()
int
Calendar. compareTo(Calendar anotherCalendar)
Compares the time values (millisecond offsets from the Epoch) represented by twoCalendar
objects.V
HashMap. compute(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)
Attempts to compute a mapping for the specified key and its current mapped value (ornull
if there is no current mapping).V
Hashtable. compute(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)
Attempts to compute a mapping for the specified key and its current mapped value (ornull
if there is no current mapping).Object
Properties. compute(Object key, BiFunction<? super Object,? super Object,?> remappingFunction)
protected void
GregorianCalendar. computeFields()
Converts the time value (millisecond offset from the Epoch) to calendar field values.V
HashMap. computeIfAbsent(K key, Function<? super K,? extends V> mappingFunction)
If the specified key is not already associated with a value (or is mapped tonull
), attempts to compute its value using the given mapping function and enters it into this map unlessnull
.V
Hashtable. computeIfAbsent(K key, Function<? super K,? extends V> mappingFunction)
If the specified key is not already associated with a value (or is mapped tonull
), attempts to compute its value using the given mapping function and enters it into this map unlessnull
.Object
Properties. computeIfAbsent(Object key, Function<? super Object,?> mappingFunction)
V
HashMap. computeIfPresent(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.V
Hashtable. computeIfPresent(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.Object
Properties. computeIfPresent(Object key, BiFunction<? super Object,? super Object,?> remappingFunction)
protected void
GregorianCalendar. computeTime()
Converts calendar field values to the time value (millisecond offset from the Epoch).boolean
Properties. contains(Object value)
boolean
Properties. containsKey(Object key)
boolean
Properties. containsValue(Object value)
Enumeration<Object>
Properties. elements()
Set<Map.Entry<Object,Object>>
Properties. entrySet()
boolean
Calendar. equals(Object obj)
Compares thisCalendar
to the specifiedObject
.boolean
GregorianCalendar. equals(Object obj)
Compares thisGregorianCalendar
to the specifiedObject
.boolean
Locale. equals(Object obj)
Returns true if this Locale is equal to another object.boolean
Locale.LanguageRange. equals(Object obj)
Compares this object to the specified object.boolean
Optional. equals(Object obj)
Indicates whether some other object is "equal to" thisOptional
.boolean
OptionalDouble. equals(Object obj)
Indicates whether some other object is "equal to" thisOptionalDouble
.boolean
OptionalInt. equals(Object obj)
Indicates whether some other object is "equal to" thisOptionalInt
.boolean
OptionalLong. equals(Object obj)
Indicates whether some other object is "equal to" thisOptionalLong
.boolean
Properties. equals(Object o)
boolean
PropertyPermission. equals(Object obj)
Checks two PropertyPermission objects for equality.long
Spliterators.AbstractDoubleSpliterator. estimateSize()
Returns an estimate of the number of elements that would be encountered by aSpliterator.forEachRemaining(java.util.function.Consumer<? super T>)
traversal, or returnsLong.MAX_VALUE
if infinite, unknown, or too expensive to compute.long
Spliterators.AbstractIntSpliterator. estimateSize()
Returns an estimate of the number of elements that would be encountered by aSpliterator.forEachRemaining(java.util.function.Consumer<? super T>)
traversal, or returnsLong.MAX_VALUE
if infinite, unknown, or too expensive to compute.long
Spliterators.AbstractLongSpliterator. estimateSize()
Returns an estimate of the number of elements that would be encountered by aSpliterator.forEachRemaining(java.util.function.Consumer<? super T>)
traversal, or returnsLong.MAX_VALUE
if infinite, unknown, or too expensive to compute.long
Spliterators.AbstractSpliterator. estimateSize()
Returns an estimate of the number of elements that would be encountered by aSpliterator.forEachRemaining(java.util.function.Consumer<? super T>)
traversal, or returnsLong.MAX_VALUE
if infinite, unknown, or too expensive to compute.void
ArrayList. forEach(Consumer<? super E> action)
void
HashMap. forEach(BiConsumer<? super K,? super V> action)
void
Hashtable. forEach(BiConsumer<? super K,? super V> action)
void
IdentityHashMap. forEach(BiConsumer<? super K,? super V> action)
void
Properties. forEach(BiConsumer<? super Object,? super Object> action)
void
TreeMap. forEach(BiConsumer<? super K,? super V> action)
void
Vector. forEach(Consumer<? super E> action)
void
WeakHashMap. forEach(BiConsumer<? super K,? super V> action)
default void
PrimitiveIterator.OfDouble. forEachRemaining(Consumer<? super Double> action)
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.default void
PrimitiveIterator.OfInt. forEachRemaining(Consumer<? super Integer> action)
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.default void
PrimitiveIterator.OfLong. forEachRemaining(Consumer<? super Long> action)
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.default void
Spliterator.OfDouble. forEachRemaining(Consumer<? super Double> action)
Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.default void
Spliterator.OfDouble. forEachRemaining(DoubleConsumer action)
default void
Spliterator.OfInt. forEachRemaining(Consumer<? super Integer> action)
Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.default void
Spliterator.OfInt. forEachRemaining(IntConsumer action)
default void
Spliterator.OfLong. forEachRemaining(Consumer<? super Long> action)
Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.default void
Spliterator.OfLong. forEachRemaining(LongConsumer action)
Object
Properties. get(Object key)
S
ServiceLoader.Provider. get()
Returns an instance of the provider.String
PropertyPermission. getActions()
Returns the "canonical string representation" of the actions.int
GregorianCalendar. getActualMaximum(int field)
Returns the maximum value that this calendar field could have, taking into consideration the given time value and the current values of thegetFirstDayOfWeek
,getMinimalDaysInFirstWeek
,getGregorianChange
andgetTimeZone
methods.int
GregorianCalendar. getActualMinimum(int field)
Returns the minimum value that this calendar field could have, taking into consideration the given time value and the current values of thegetFirstDayOfWeek
,getMinimalDaysInFirstWeek
,getGregorianChange
andgetTimeZone
methods.String
GregorianCalendar. getCalendarType()
Returns"gregory"
as the calendar type.int
GregorianCalendar. getGreatestMinimum(int field)
Returns the highest minimum value for the given calendar field of thisGregorianCalendar
instance.int
GregorianCalendar. getLeastMaximum(int field)
Returns the lowest maximum value for the given calendar field of thisGregorianCalendar
instance.int
GregorianCalendar. getMaximum(int field)
Returns the maximum value for the given calendar field of thisGregorianCalendar
instance.int
GregorianCalendar. getMinimum(int field)
Returns the minimum value for the given calendar field of thisGregorianCalendar
instance.V
HashMap. getOrDefault(Object key, V defaultValue)
V
Hashtable. getOrDefault(Object key, V defaultValue)
Object
Properties. getOrDefault(Object key, Object defaultValue)
TimeZone
GregorianCalendar. getTimeZone()
int
GregorianCalendar. getWeeksInWeekYear()
Returns the number of weeks in the week year represented by thisGregorianCalendar
.int
GregorianCalendar. getWeekYear()
Returns the week year represented by thisGregorianCalendar
.int
Calendar. hashCode()
Returns a hash code for this calendar.int
GregorianCalendar. hashCode()
Generates the hash code for thisGregorianCalendar
object.int
Locale. hashCode()
Override hashCode.int
Locale.LanguageRange. hashCode()
Returns a hash code value for the object.int
Optional. hashCode()
Returns the hash code of the value, if present, otherwise0
(zero) if no value is present.int
OptionalDouble. hashCode()
Returns the hash code of the value, if present, otherwise0
(zero) if no value is present.int
OptionalInt. hashCode()
Returns the hash code of the value, if present, otherwise0
(zero) if no value is present.int
OptionalLong. hashCode()
Returns the hash code of the value, if present, otherwise0
(zero) if no value is present.int
Properties. hashCode()
int
PropertyPermission. hashCode()
Returns the hash code value for this object.boolean
PropertyPermission. implies(Permission p)
Checks if this PropertyPermission object "implies" the specified permission.boolean
Properties. isEmpty()
boolean
GregorianCalendar. isWeekDateSupported()
Returnstrue
indicating thisGregorianCalendar
supports week dates.Enumeration<Object>
Properties. keys()
Set<Object>
Properties. keySet()
V
HashMap. merge(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction)
If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.V
Hashtable. merge(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction)
If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.Object
Properties. merge(Object key, Object value, BiFunction<? super Object,? super Object,?> remappingFunction)
PermissionCollection
PropertyPermission. newPermissionCollection()
Returns a new PermissionCollection object for storing PropertyPermission objects.default Double
PrimitiveIterator.OfDouble. next()
Returns the next element in the iteration.default Integer
PrimitiveIterator.OfInt. next()
Returns the next element in the iteration.default Long
PrimitiveIterator.OfLong. next()
Returns the next element in the iteration.boolean
SimpleTimeZone. observesDaylightTime()
Returnstrue
if thisSimpleTimeZone
observes Daylight Saving Time.Object
Properties. put(Object key, Object value)
void
Properties. putAll(Map<?,?> t)
V
HashMap. putIfAbsent(K key, V value)
V
Hashtable. putIfAbsent(K key, V value)
Object
Properties. putIfAbsent(Object key, Object value)
protected void
Properties. rehash()
boolean
HashMap. remove(Object key, Object value)
boolean
Hashtable. remove(Object key, Object value)
Object
Properties. remove(Object key)
boolean
Properties. remove(Object key, Object value)
boolean
ArrayList. removeIf(Predicate<? super E> filter)
boolean
Vector. removeIf(Predicate<? super E> filter)
V
HashMap. replace(K key, V value)
boolean
HashMap. replace(K key, V oldValue, V newValue)
V
Hashtable. replace(K key, V value)
boolean
Hashtable. replace(K key, V oldValue, V newValue)
Object
Properties. replace(Object key, Object value)
boolean
Properties. replace(Object key, Object oldValue, Object newValue)
V
TreeMap. replace(K key, V value)
boolean
TreeMap. replace(K key, V oldValue, V newValue)
void
ArrayList. replaceAll(UnaryOperator<E> operator)
void
HashMap. replaceAll(BiFunction<? super K,? super V,? extends V> function)
void
Hashtable. replaceAll(BiFunction<? super K,? super V,? extends V> function)
void
IdentityHashMap. replaceAll(BiFunction<? super K,? super V,? extends V> function)
void
Properties. replaceAll(BiFunction<? super Object,? super Object,?> function)
void
TreeMap. replaceAll(BiFunction<? super K,? super V,? extends V> function)
void
Vector. replaceAll(UnaryOperator<E> operator)
void
WeakHashMap. replaceAll(BiFunction<? super K,? super V,? extends V> function)
void
GregorianCalendar. roll(int field, boolean up)
Adds or subtracts (up/down) a single unit of time on the given time field without changing larger fields.void
GregorianCalendar. roll(int field, int amount)
Adds a signed amount to the specified calendar field without changing larger fields.void
GregorianCalendar. setTimeZone(TimeZone zone)
void
GregorianCalendar. setWeekDate(int weekYear, int weekOfYear, int dayOfWeek)
Sets thisGregorianCalendar
to the date given by the date specifiers -weekYear
,weekOfYear
, anddayOfWeek
.int
Properties. size()
void
ArrayList. sort(Comparator<? super E> c)
void
Vector. sort(Comparator<? super E> c)
Spliterator<E>
ArrayList. spliterator()
Creates a late-binding and fail-fastSpliterator
over the elements in this list.default Spliterator<E>
Collection. spliterator()
Creates aSpliterator
over the elements in this collection.Spliterator<E>
LinkedHashSet. spliterator()
Creates a late-binding and fail-fastSpliterator
over the elements in this set.Spliterator<E>
LinkedList. spliterator()
Creates a late-binding and fail-fastSpliterator
over the elements in this list.default Spliterator<E>
List. spliterator()
Creates aSpliterator
over the elements in this list.default Spliterator<E>
Set. spliterator()
Creates aSpliterator
over the elements in this set.default Spliterator<E>
SortedSet. spliterator()
Creates aSpliterator
over the elements in this sorted set.Spliterator<E>
Vector. spliterator()
Creates a late-binding and fail-fastSpliterator
over the elements in this list.String
Calendar. toString()
Return a string representation of this calendar.String
Currency. toString()
Returns the ISO 4217 currency code of this currency.String
DoubleSummaryStatistics. toString()
Returns a non-empty string representation of this object suitable for debugging.String
IntSummaryStatistics. toString()
Returns a non-empty string representation of this object suitable for debugging.String
Locale.LanguageRange. toString()
Returns an informative string representation of thisLanguageRange
object, consisting of language range and weight if the range is weighted and the weight is less than the max weight.String
Locale. toString()
Returns a string representation of thisLocale
object, consisting of language, country, variant, script, and extensions as below: language + "_" + country + "_" + (variant + "_#" | "#") + script + "_" + extensions Language is always lower case, country is always upper case, script is always title case, and extensions are always lower case.String
LongSummaryStatistics. toString()
Returns a non-empty string representation of this object suitable for debugging.String
Optional. toString()
Returns a non-empty string representation of thisOptional
suitable for debugging.String
OptionalDouble. toString()
Returns a non-empty string representation of thisOptionalDouble
suitable for debugging.String
OptionalInt. toString()
Returns a non-empty string representation of thisOptionalInt
suitable for debugging.String
OptionalLong. toString()
Returns a non-empty string representation of thisOptionalLong
suitable for debugging.String
Properties. toString()
String
StringJoiner. toString()
Returns the current value, consisting of theprefix
, the values added so far separated by thedelimiter
, and thesuffix
, unless no elements have been added in which case, theprefix + suffix
or theemptyValue
characters are returned.default boolean
Spliterator.OfDouble. tryAdvance(Consumer<? super Double> action)
If a remaining element exists, performs the given action on it, returningtrue
; else returnsfalse
.boolean
Spliterator.OfDouble. tryAdvance(DoubleConsumer action)
default boolean
Spliterator.OfInt. tryAdvance(Consumer<? super Integer> action)
If a remaining element exists, performs the given action on it, returningtrue
; else returnsfalse
.boolean
Spliterator.OfInt. tryAdvance(IntConsumer action)
default boolean
Spliterator.OfLong. tryAdvance(Consumer<? super Long> action)
If a remaining element exists, performs the given action on it, returningtrue
; else returnsfalse
.boolean
Spliterator.OfLong. tryAdvance(LongConsumer action)
Spliterator.OfDouble
Spliterator.OfDouble. trySplit()
Spliterator.OfInt
Spliterator.OfInt. trySplit()
Spliterator.OfLong
Spliterator.OfLong. trySplit()
T_SPLITR
Spliterator.OfPrimitive. trySplit()
Spliterator.OfDouble
Spliterators.AbstractDoubleSpliterator. trySplit()
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.Spliterator.OfInt
Spliterators.AbstractIntSpliterator. trySplit()
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.Spliterator.OfLong
Spliterators.AbstractLongSpliterator. trySplit()
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.Spliterator<T>
Spliterators.AbstractSpliterator. trySplit()
If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.Collection<Object>
Properties. values()
-
Uses of Override in java.util.concurrent
Methods in java.util.concurrent with annotations of type Override Modifier and Type Method Description default V
ConcurrentMap. compute(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)
Attempts to compute a mapping for the specified key and its current mapped value (ornull
if there is no current mapping).default V
ConcurrentMap. computeIfAbsent(K key, Function<? super K,? extends V> mappingFunction)
If the specified key is not already associated with a value (or is mapped tonull
), attempts to compute its value using the given mapping function and enters it into this map unlessnull
.default V
ConcurrentMap. computeIfPresent(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.default void
ConcurrentMap. forEach(BiConsumer<? super K,? super V> action)
Performs the given action for each entry in this map until all entries have been processed or the action throws an exception.default V
ConcurrentMap. getOrDefault(Object key, V defaultValue)
Returns the value to which the specified key is mapped, ordefaultValue
if this map contains no mapping for the key.default V
ConcurrentMap. merge(K key, V value, BiFunction<? super V,? super V,? extends V> remappingFunction)
If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.default void
ConcurrentMap. replaceAll(BiFunction<? super K,? super V,? extends V> function)
Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.Spliterator<E>
ConcurrentLinkedQueue. spliterator()
Returns aSpliterator
over the elements in this queue. -
Uses of Override in java.util.logging
Methods in java.util.logging with annotations of type Override Modifier and Type Method Description void
ConsoleHandler. close()
OverrideStreamHandler.close
to do a flush but not to close the output stream.void
FileHandler. close()
Close all the files.void
MemoryHandler. close()
Close theHandler
and free all associated resources.void
SocketHandler. close()
Close this output stream.void
StreamHandler. close()
Close the current output stream.boolean
Level. equals(Object ox)
Compare two objects for value equality.void
MemoryHandler. flush()
Causes a flush on the targetHandler
.void
StreamHandler. flush()
Flush any buffered messages.String
SimpleFormatter. format(LogRecord record)
Format the given LogRecord.String
XMLFormatter. format(LogRecord record)
Format the given message to XML.String
XMLFormatter. getHead(Handler h)
Return the header string for a set of XML formatted records.String
XMLFormatter. getTail(Handler h)
Return the tail string for a set of XML formatted records.int
Level. hashCode()
Generate a hashcode.boolean
MemoryHandler. isLoggable(LogRecord record)
Check if thisHandler
would actually log a givenLogRecord
into its internal buffer.boolean
StreamHandler. isLoggable(LogRecord record)
Check if thisHandler
would actually log a givenLogRecord
.void
ConsoleHandler. publish(LogRecord record)
Publish aLogRecord
.void
FileHandler. publish(LogRecord record)
Format and publish aLogRecord
.void
MemoryHandler. publish(LogRecord record)
Store aLogRecord
in an internal buffer.void
SocketHandler. publish(LogRecord record)
Format and publish aLogRecord
.void
StreamHandler. publish(LogRecord record)
Format and publish aLogRecord
.void
StreamHandler. setEncoding(String encoding)
Set (or change) the character encoding used by thisHandler
.String
Level. toString()
Returns a string representation of this Level. -
Uses of Override in java.util.spi
Methods in java.util.spi with annotations of type Override Modifier and Type Method Description ResourceBundle
AbstractResourceBundleProvider. getBundle(String baseName, Locale locale)
Returns aResourceBundle
for the givenbaseName
andlocale
. -
Uses of Override in java.util.stream
Methods in java.util.stream with annotations of type Override Modifier and Type Method Description void
DoubleStream.Builder. accept(double t)
Adds an element to the stream being built.void
IntStream.Builder. accept(int t)
Adds an element to the stream being built.void
LongStream.Builder. accept(long t)
Adds an element to the stream being built.void
Stream.Builder. accept(T t)
Adds an element to the stream being built.void
BaseStream. close()
Closes this stream, causing all close handlers for this stream pipeline to be called.PrimitiveIterator.OfDouble
DoubleStream. iterator()
PrimitiveIterator.OfInt
IntStream. iterator()
PrimitiveIterator.OfLong
LongStream. iterator()
DoubleStream
DoubleStream. parallel()
IntStream
IntStream. parallel()
LongStream
LongStream. parallel()
DoubleStream
DoubleStream. sequential()
IntStream
IntStream. sequential()
LongStream
LongStream. sequential()
Spliterator.OfDouble
DoubleStream. spliterator()
Spliterator.OfInt
IntStream. spliterator()
Spliterator.OfLong
LongStream. spliterator()
-
Uses of Override in java.util.zip
Methods in java.util.zip with annotations of type Override Modifier and Type Method Description long
Adler32. getValue()
Returns the checksum value.long
CRC32. getValue()
Returns CRC-32 value.long
CRC32C. getValue()
Returns CRC-32C value.void
Adler32. reset()
Resets the checksum to initial value.void
CRC32. reset()
Resets CRC-32 to initial value.void
CRC32C. reset()
Resets CRC-32C to initial value.void
Adler32. update(byte[] b, int off, int len)
Updates the checksum with the specified array of bytes.void
Adler32. update(int b)
Updates the checksum with the specified byte (the low eight bits of the argument b).void
Adler32. update(ByteBuffer buffer)
Updates the checksum with the bytes from the specified buffer.void
CRC32. update(byte[] b, int off, int len)
Updates the CRC-32 checksum with the specified array of bytes.void
CRC32. update(int b)
Updates the CRC-32 checksum with the specified byte (the low eight bits of the argument b).void
CRC32. update(ByteBuffer buffer)
Updates the CRC-32 checksum with the bytes from the specified buffer.void
CRC32C. update(byte[] b, int off, int len)
Updates the CRC-32C checksum with the specified array of bytes.void
CRC32C. update(int b)
Updates the CRC-32C checksum with the specified byte (the low eight bits of the argument b).void
CRC32C. update(ByteBuffer buffer)
Updates the CRC-32C checksum with the bytes from the specified buffer. -
Uses of Override in javafx.animation
Methods in javafx.animation with annotations of type Override Modifier and Type Method Description boolean
KeyFrame. equals(Object obj)
Indicates whether some other object is "equal to" this one.boolean
KeyValue. equals(Object obj)
Indicates whether some other object is "equal to" this one.protected Node
ParallelTransition. getParentTargetNode()
Returns the targetNode
for animation of thisTransition
.protected Node
SequentialTransition. getParentTargetNode()
Returns the targetNode
for animation of thisTransition
.int
KeyFrame. hashCode()
Returns a hash code for thisKeyFrame
object.int
KeyValue. hashCode()
Returns a hash code for thisKeyValue
object.protected void
FadeTransition. interpolate(double frac)
The methodinterpolate()
has to be provided by implementations ofTransition
.protected void
FillTransition. interpolate(double frac)
The methodinterpolate()
has to be provided by implementations ofTransition
.protected void
ParallelTransition. interpolate(double frac)
The methodinterpolate()
has to be provided by implementations ofTransition
.void
PathTransition. interpolate(double frac)
The methodinterpolate()
has to be provided by implementations ofTransition
.void
PauseTransition. interpolate(double frac)
The methodinterpolate()
has to be provided by implementations ofTransition
.protected void
RotateTransition. interpolate(double frac)
The methodinterpolate()
has to be provided by implementations ofTransition
.void
ScaleTransition. interpolate(double frac)
The methodinterpolate()
has to be provided by implementations ofTransition
.protected void
SequentialTransition. interpolate(double frac)
The methodinterpolate()
has to be provided by implementations ofTransition
.protected void
StrokeTransition. interpolate(double frac)
The methodinterpolate()
has to be provided by implementations ofTransition
.void
TranslateTransition. interpolate(double frac)
The methodinterpolate()
has to be provided by implementations ofTransition
.void
Timeline. stop()
Stops the animation and resets the play head to its initial position.String
KeyFrame. toString()
Returns a string representation of thisKeyFrame
object.String
KeyValue. toString()
Returns a string representation of thisKeyValue
object. -
Uses of Override in javafx.application
Methods in javafx.application with annotations of type Override Modifier and Type Method Description String
Preloader.ErrorNotification. toString()
Returns a string representation of thisErrorNotification
object. -
Uses of Override in javafx.beans
Methods in javafx.beans with annotations of type Override Modifier and Type Method Description void
WeakInvalidationListener. invalidated(Observable observable)
This method needs to be provided by an implementation ofInvalidationListener
.boolean
WeakInvalidationListener. wasGarbageCollected()
Returnstrue
if the linked listener was garbage-collected. -
Uses of Override in javafx.beans.binding
Methods in javafx.beans.binding with annotations of type Override Modifier and Type Method Description DoubleBinding
DoubleExpression. add(double other)
DoubleBinding
DoubleExpression. add(float other)
DoubleBinding
DoubleExpression. add(int other)
DoubleBinding
DoubleExpression. add(long other)
DoubleBinding
DoubleExpression. add(ObservableNumberValue other)
DoubleBinding
FloatExpression. add(double other)
FloatBinding
FloatExpression. add(float other)
FloatBinding
FloatExpression. add(int other)
FloatBinding
FloatExpression. add(long other)
DoubleBinding
IntegerExpression. add(double other)
FloatBinding
IntegerExpression. add(float other)
IntegerBinding
IntegerExpression. add(int other)
LongBinding
IntegerExpression. add(long other)
void
ListExpression. add(int i, E element)
boolean
ListExpression. add(E element)
DoubleBinding
LongExpression. add(double other)
FloatBinding
LongExpression. add(float other)
LongBinding
LongExpression. add(int other)
LongBinding
LongExpression. add(long other)
NumberBinding
NumberExpressionBase. add(ObservableNumberValue other)
boolean
SetExpression. add(E element)
boolean
ListExpression. addAll(int i, Collection<? extends E> elements)
boolean
ListExpression. addAll(E... elements)
boolean
ListExpression. addAll(Collection<? extends E> elements)
boolean
SetExpression. addAll(Collection<? extends E> elements)
void
BooleanBinding. addListener(InvalidationListener listener)
void
BooleanBinding. addListener(ChangeListener<? super Boolean> listener)
void
DoubleBinding. addListener(InvalidationListener listener)
void
DoubleBinding. addListener(ChangeListener<? super Number> listener)
void
FloatBinding. addListener(InvalidationListener listener)
void
FloatBinding. addListener(ChangeListener<? super Number> listener)
void
IntegerBinding. addListener(InvalidationListener listener)
void
IntegerBinding. addListener(ChangeListener<? super Number> listener)
void
ListBinding. addListener(InvalidationListener listener)
void
ListBinding. addListener(ChangeListener<? super ObservableList<E>> listener)
void
ListBinding. addListener(ListChangeListener<? super E> listener)
void
LongBinding. addListener(InvalidationListener listener)
void
LongBinding. addListener(ChangeListener<? super Number> listener)
void
MapBinding. addListener(InvalidationListener listener)
void
MapBinding. addListener(ChangeListener<? super ObservableMap<K,V>> listener)
void
MapBinding. addListener(MapChangeListener<? super K,? super V> listener)
void
ObjectBinding. addListener(InvalidationListener listener)
void
ObjectBinding. addListener(ChangeListener<? super T> listener)
void
SetBinding. addListener(InvalidationListener listener)
void
SetBinding. addListener(ChangeListener<? super ObservableSet<E>> listener)
void
SetBinding. addListener(SetChangeListener<? super E> listener)
void
StringBinding. addListener(InvalidationListener listener)
void
StringBinding. addListener(ChangeListener<? super String> listener)
StringBinding
NumberExpressionBase. asString()
StringBinding
NumberExpressionBase. asString(String format)
StringBinding
NumberExpressionBase. asString(Locale locale, String format)
void
ListExpression. clear()
void
MapExpression. clear()
void
SetExpression. clear()
boolean
ListExpression. contains(Object obj)
boolean
SetExpression. contains(Object obj)
boolean
ListExpression. containsAll(Collection<?> objects)
boolean
SetExpression. containsAll(Collection<?> objects)
boolean
MapExpression. containsKey(Object obj)
boolean
MapExpression. containsValue(Object obj)
void
BooleanBinding. dispose()
A default implementation ofdispose()
that is empty.void
DoubleBinding. dispose()
A default implementation ofdispose()
that is empty.void
FloatBinding. dispose()
A default implementation ofdispose()
that is empty.void
IntegerBinding. dispose()
A default implementation ofdispose()
that is empty.void
ListBinding. dispose()
A default implementation ofdispose()
that is empty.void
LongBinding. dispose()
A default implementation ofdispose()
that is empty.void
MapBinding. dispose()
A default implementation ofdispose()
that is empty.void
ObjectBinding. dispose()
A default implementation ofdispose()
that is empty.void
SetBinding. dispose()
A default implementation ofdispose()
that is empty.void
StringBinding. dispose()
A default implementation ofdispose()
that is empty.DoubleBinding
DoubleExpression. divide(double other)
DoubleBinding
DoubleExpression. divide(float other)
DoubleBinding
DoubleExpression. divide(int other)
DoubleBinding
DoubleExpression. divide(long other)
DoubleBinding
DoubleExpression. divide(ObservableNumberValue other)
DoubleBinding
FloatExpression. divide(double other)
FloatBinding
FloatExpression. divide(float other)
FloatBinding
FloatExpression. divide(int other)
FloatBinding
FloatExpression. divide(long other)
DoubleBinding
IntegerExpression. divide(double other)
FloatBinding
IntegerExpression. divide(float other)
IntegerBinding
IntegerExpression. divide(int other)
LongBinding
IntegerExpression. divide(long other)
DoubleBinding
LongExpression. divide(double other)
FloatBinding
LongExpression. divide(float other)
LongBinding
LongExpression. divide(int other)
LongBinding
LongExpression. divide(long other)
NumberBinding
NumberExpressionBase. divide(ObservableNumberValue other)
double
DoubleExpression. doubleValue()
double
FloatExpression. doubleValue()
double
IntegerExpression. doubleValue()
double
LongExpression. doubleValue()
ReadOnlyBooleanProperty
ListBinding. emptyProperty()
ReadOnlyBooleanProperty
MapBinding. emptyProperty()
ReadOnlyBooleanProperty
SetBinding. emptyProperty()
Set<Map.Entry<K,V>>
MapExpression. entrySet()
float
DoubleExpression. floatValue()
float
FloatExpression. floatValue()
float
IntegerExpression. floatValue()
float
LongExpression. floatValue()
boolean
BooleanBinding. get()
Returns the result ofBooleanBinding.computeValue()
.double
DoubleBinding. get()
Returns the result ofDoubleBinding.computeValue()
.float
FloatBinding. get()
Returns the result ofFloatBinding.computeValue()
.int
IntegerBinding. get()
Returns the result ofIntegerBinding.computeValue()
.ObservableList<E>
ListBinding. get()
Returns the result ofListBinding.computeValue()
.E
ListExpression. get(int i)
long
LongBinding. get()
Returns the result ofLongBinding.computeValue()
.ObservableMap<K,V>
MapBinding. get()
Returns the result ofMapBinding.computeValue()
.V
MapExpression. get(Object key)
T
ObjectBinding. get()
Returns the result ofObjectBinding.computeValue()
.ObservableSet<E>
SetBinding. get()
Returns the result ofSetBinding.computeValue()
.String
StringBinding. get()
Returns the result ofStringBinding.computeValue()
.ObservableList<?>
BooleanBinding. getDependencies()
A default implementation ofgetDependencies()
that returns an emptyObservableList
.ObservableList<?>
DoubleBinding. getDependencies()
A default implementation ofgetDependencies()
that returns an emptyObservableList
.ObservableList<?>
FloatBinding. getDependencies()
A default implementation ofgetDependencies()
that returns an emptyObservableList
.ObservableList<?>
IntegerBinding. getDependencies()
A default implementation ofgetDependencies()
that returns an emptyObservableList
.ObservableList<?>
ListBinding. getDependencies()
A default implementation ofgetDependencies()
that returns an emptyObservableList
.ObservableList<?>
LongBinding. getDependencies()
A default implementation ofgetDependencies()
that returns an emptyObservableList
.ObservableList<?>
MapBinding. getDependencies()
A default implementation ofgetDependencies()
that returns an emptyObservableList
.ObservableList<?>
ObjectBinding. getDependencies()
A default implementation ofgetDependencies()
that returns an emptyObservableList
.ObservableList<?>
SetBinding. getDependencies()
A default implementation ofgetDependencies()
that returns an emptyObservableList
.ObservableList<?>
StringBinding. getDependencies()
A default implementation ofgetDependencies()
that returns an emptyObservableList
.Boolean
BooleanExpression. getValue()
Double
DoubleExpression. getValue()
Float
FloatExpression. getValue()
Integer
IntegerExpression. getValue()
ObservableList<E>
ListExpression. getValue()
Long
LongExpression. getValue()
ObservableMap<K,V>
MapExpression. getValue()
T
ObjectExpression. getValue()
ObservableSet<E>
SetExpression. getValue()
String
StringExpression. getValue()
BooleanBinding
NumberExpressionBase. greaterThan(double other)
BooleanBinding
NumberExpressionBase. greaterThan(float other)
BooleanBinding
NumberExpressionBase. greaterThan(int other)
BooleanBinding
NumberExpressionBase. greaterThan(long other)
BooleanBinding
NumberExpressionBase. greaterThan(ObservableNumberValue other)
BooleanBinding
NumberExpressionBase. greaterThanOrEqualTo(double other)
BooleanBinding
NumberExpressionBase. greaterThanOrEqualTo(float other)
BooleanBinding
NumberExpressionBase. greaterThanOrEqualTo(int other)
BooleanBinding
NumberExpressionBase. greaterThanOrEqualTo(long other)
BooleanBinding
NumberExpressionBase. greaterThanOrEqualTo(ObservableNumberValue other)
int
ListExpression. indexOf(Object obj)
int
DoubleExpression. intValue()
int
FloatExpression. intValue()
int
IntegerExpression. intValue()
int
LongExpression. intValue()
void
BooleanBinding. invalidate()
void
DoubleBinding. invalidate()
void
FloatBinding. invalidate()
void
IntegerBinding. invalidate()
void
ListBinding. invalidate()
void
LongBinding. invalidate()
void
MapBinding. invalidate()
void
ObjectBinding. invalidate()
void
SetBinding. invalidate()
void
StringBinding. invalidate()
boolean
ListExpression. isEmpty()
Gets the value of the property empty.boolean
MapExpression. isEmpty()
Gets the value of the property empty.boolean
SetExpression. isEmpty()
Gets the value of the property empty.BooleanBinding
NumberExpressionBase. isEqualTo(double other, double epsilon)
BooleanBinding
NumberExpressionBase. isEqualTo(float other, double epsilon)
BooleanBinding
NumberExpressionBase. isEqualTo(int other)
BooleanBinding
NumberExpressionBase. isEqualTo(int other, double epsilon)
BooleanBinding
NumberExpressionBase. isEqualTo(long other)
BooleanBinding
NumberExpressionBase. isEqualTo(long other, double epsilon)
BooleanBinding
NumberExpressionBase. isEqualTo(ObservableNumberValue other)
BooleanBinding
NumberExpressionBase. isEqualTo(ObservableNumberValue other, double epsilon)
BooleanBinding
NumberExpressionBase. isNotEqualTo(double other, double epsilon)
BooleanBinding
NumberExpressionBase. isNotEqualTo(float other, double epsilon)
BooleanBinding
NumberExpressionBase. isNotEqualTo(int other)
BooleanBinding
NumberExpressionBase. isNotEqualTo(int other, double epsilon)
BooleanBinding
NumberExpressionBase. isNotEqualTo(long other)
BooleanBinding
NumberExpressionBase. isNotEqualTo(long other, double epsilon)
BooleanBinding
NumberExpressionBase. isNotEqualTo(ObservableNumberValue other)
BooleanBinding
NumberExpressionBase. isNotEqualTo(ObservableNumberValue other, double epsilon)
boolean
BooleanBinding. isValid()
boolean
DoubleBinding. isValid()
boolean
FloatBinding. isValid()
boolean
IntegerBinding. isValid()
boolean
ListBinding. isValid()
boolean
LongBinding. isValid()
boolean
MapBinding. isValid()
boolean
ObjectBinding. isValid()
boolean
SetBinding. isValid()
boolean
StringBinding. isValid()
Iterator<E>
ListExpression. iterator()
Iterator<E>
SetExpression. iterator()
Set<K>
MapExpression. keySet()
int
ListExpression. lastIndexOf(Object obj)
BooleanBinding
NumberExpressionBase. lessThan(double other)
BooleanBinding
NumberExpressionBase. lessThan(float other)
BooleanBinding
NumberExpressionBase. lessThan(int other)
BooleanBinding
NumberExpressionBase. lessThan(long other)
BooleanBinding
NumberExpressionBase. lessThan(ObservableNumberValue other)
BooleanBinding
NumberExpressionBase. lessThanOrEqualTo(double other)
BooleanBinding
NumberExpressionBase. lessThanOrEqualTo(float other)
BooleanBinding
NumberExpressionBase. lessThanOrEqualTo(int other)
BooleanBinding
NumberExpressionBase. lessThanOrEqualTo(long other)
BooleanBinding
NumberExpressionBase. lessThanOrEqualTo(ObservableNumberValue other)
ListIterator<E>
ListExpression. listIterator()
ListIterator<E>
ListExpression. listIterator(int i)
long
DoubleExpression. longValue()
long
FloatExpression. longValue()
long
IntegerExpression. longValue()
long
LongExpression. longValue()
DoubleBinding
DoubleExpression. multiply(double other)
DoubleBinding
DoubleExpression. multiply(float other)
DoubleBinding
DoubleExpression. multiply(int other)
DoubleBinding
DoubleExpression. multiply(long other)
DoubleBinding
DoubleExpression. multiply(ObservableNumberValue other)
DoubleBinding
FloatExpression. multiply(double other)
FloatBinding
FloatExpression. multiply(float other)
FloatBinding
FloatExpression. multiply(int other)
FloatBinding
FloatExpression. multiply(long other)
DoubleBinding
IntegerExpression. multiply(double other)
FloatBinding
IntegerExpression. multiply(float other)
IntegerBinding
IntegerExpression. multiply(int other)
LongBinding
IntegerExpression. multiply(long other)
DoubleBinding
LongExpression. multiply(double other)
FloatBinding
LongExpression. multiply(float other)
LongBinding
LongExpression. multiply(int other)
LongBinding
LongExpression. multiply(long other)
NumberBinding
NumberExpressionBase. multiply(ObservableNumberValue other)
DoubleBinding
DoubleExpression. negate()
FloatBinding
FloatExpression. negate()
IntegerBinding
IntegerExpression. negate()
LongBinding
LongExpression. negate()
V
MapExpression. put(K key, V value)
void
MapExpression. putAll(Map<? extends K,? extends V> elements)
E
ListExpression. remove(int i)
void
ListExpression. remove(int from, int to)
boolean
ListExpression. remove(Object obj)
V
MapExpression. remove(Object obj)
boolean
SetExpression. remove(Object obj)
boolean
ListExpression. removeAll(E... elements)
boolean
ListExpression. removeAll(Collection<?> objects)
boolean
SetExpression. removeAll(Collection<?> objects)
void
BooleanBinding. removeListener(InvalidationListener listener)
void
BooleanBinding. removeListener(ChangeListener<? super Boolean> listener)
void
DoubleBinding. removeListener(InvalidationListener listener)
void
DoubleBinding. removeListener(ChangeListener<? super Number> listener)
void
FloatBinding. removeListener(InvalidationListener listener)
void
FloatBinding. removeListener(ChangeListener<? super Number> listener)
void
IntegerBinding. removeListener(InvalidationListener listener)
void
IntegerBinding. removeListener(ChangeListener<? super Number> listener)
void
ListBinding. removeListener(InvalidationListener listener)
void
ListBinding. removeListener(ChangeListener<? super ObservableList<E>> listener)
void
ListBinding. removeListener(ListChangeListener<? super E> listener)
void
LongBinding. removeListener(InvalidationListener listener)
void
LongBinding. removeListener(ChangeListener<? super Number> listener)
void
MapBinding. removeListener(InvalidationListener listener)
void
MapBinding. removeListener(ChangeListener<? super ObservableMap<K,V>> listener)
void
MapBinding. removeListener(MapChangeListener<? super K,? super V> listener)
void
ObjectBinding. removeListener(InvalidationListener listener)
void
ObjectBinding. removeListener(ChangeListener<? super T> listener)
void
SetBinding. removeListener(InvalidationListener listener)
void
SetBinding. removeListener(ChangeListener<? super ObservableSet<E>> listener)
void
SetBinding. removeListener(SetChangeListener<? super E> listener)
void
StringBinding. removeListener(InvalidationListener listener)
void
StringBinding. removeListener(ChangeListener<? super String> listener)
boolean
ListExpression. retainAll(E... elements)
boolean
ListExpression. retainAll(Collection<?> objects)
boolean
SetExpression. retainAll(Collection<?> objects)
E
ListExpression. set(int i, E element)
boolean
ListExpression. setAll(E... elements)
boolean
ListExpression. setAll(Collection<? extends E> elements)
int
ListExpression. size()
int
MapExpression. size()
int
SetExpression. size()
ReadOnlyIntegerProperty
ListBinding. sizeProperty()
ReadOnlyIntegerProperty
MapBinding. sizeProperty()
ReadOnlyIntegerProperty
SetBinding. sizeProperty()
List<E>
ListExpression. subList(int from, int to)
DoubleBinding
DoubleExpression. subtract(double other)
DoubleBinding
DoubleExpression. subtract(float other)
DoubleBinding
DoubleExpression. subtract(int other)
DoubleBinding
DoubleExpression. subtract(long other)
DoubleBinding
DoubleExpression. subtract(ObservableNumberValue other)
DoubleBinding
FloatExpression. subtract(double other)
FloatBinding
FloatExpression. subtract(float other)
FloatBinding
FloatExpression. subtract(int other)
FloatBinding
FloatExpression. subtract(long other)
DoubleBinding
IntegerExpression. subtract(double other)
FloatBinding
IntegerExpression. subtract(float other)
IntegerBinding
IntegerExpression. subtract(int other)
LongBinding
IntegerExpression. subtract(long other)
DoubleBinding
LongExpression. subtract(double other)
FloatBinding
LongExpression. subtract(float other)
LongBinding
LongExpression. subtract(int other)
LongBinding
LongExpression. subtract(long other)
NumberBinding
NumberExpressionBase. subtract(ObservableNumberValue other)
Object[]
ListExpression. toArray()
<T> T[]
ListExpression. toArray(T[] array)
Object[]
SetExpression. toArray()
<T> T[]
SetExpression. toArray(T[] array)
String
BooleanBinding. toString()
Returns a string representation of thisBooleanBinding
object.String
DoubleBinding. toString()
Returns a string representation of thisDoubleBinding
object.String
FloatBinding. toString()
Returns a string representation of thisFloatBinding
object.String
IntegerBinding. toString()
Returns a string representation of thisIntegerBinding
object.String
ListBinding. toString()
Returns a string representation of thisListBinding
object.String
LongBinding. toString()
Returns a string representation of thisLongBinding
object.String
MapBinding. toString()
Returns a string representation of thisMapBinding
object.String
ObjectBinding. toString()
Returns a string representation of thisObjectBinding
object.String
SetBinding. toString()
Returns a string representation of thisSetBinding
object.String
StringBinding. toString()
Returns a string representation of thisStringBinding
object.Collection<V>
MapExpression. values()
-
Uses of Override in javafx.beans.property
Methods in javafx.beans.property with annotations of type Override Modifier and Type Method Description void
BooleanPropertyBase. addListener(InvalidationListener listener)
void
BooleanPropertyBase. addListener(ChangeListener<? super Boolean> listener)
void
DoublePropertyBase. addListener(InvalidationListener listener)
void
DoublePropertyBase. addListener(ChangeListener<? super Number> listener)
void
FloatPropertyBase. addListener(InvalidationListener listener)
void
FloatPropertyBase. addListener(ChangeListener<? super Number> listener)
void
IntegerPropertyBase. addListener(InvalidationListener listener)
void
IntegerPropertyBase. addListener(ChangeListener<? super Number> listener)
void
ListPropertyBase. addListener(InvalidationListener listener)
void
ListPropertyBase. addListener(ChangeListener<? super ObservableList<E>> listener)
void
ListPropertyBase. addListener(ListChangeListener<? super E> listener)
void
LongPropertyBase. addListener(InvalidationListener listener)
void
LongPropertyBase. addListener(ChangeListener<? super Number> listener)
void
MapPropertyBase. addListener(InvalidationListener listener)
void
MapPropertyBase. addListener(ChangeListener<? super ObservableMap<K,V>> listener)
void
MapPropertyBase. addListener(MapChangeListener<? super K,? super V> listener)
void
ObjectPropertyBase. addListener(InvalidationListener listener)
void
ObjectPropertyBase. addListener(ChangeListener<? super T> listener)
void
ReadOnlyBooleanPropertyBase. addListener(InvalidationListener listener)
void
ReadOnlyBooleanPropertyBase. addListener(ChangeListener<? super Boolean> listener)
void
ReadOnlyDoublePropertyBase. addListener(InvalidationListener listener)
void
ReadOnlyDoublePropertyBase. addListener(ChangeListener<? super Number> listener)
void
ReadOnlyFloatPropertyBase. addListener(InvalidationListener listener)
void
ReadOnlyFloatPropertyBase. addListener(ChangeListener<? super Number> listener)
void
ReadOnlyIntegerPropertyBase. addListener(InvalidationListener listener)
void
ReadOnlyIntegerPropertyBase. addListener(ChangeListener<? super Number> listener)
void
ReadOnlyListPropertyBase. addListener(InvalidationListener listener)
void
ReadOnlyListPropertyBase. addListener(ChangeListener<? super ObservableList<E>> listener)
void
ReadOnlyListPropertyBase. addListener(ListChangeListener<? super E> listener)
void
ReadOnlyLongPropertyBase. addListener(InvalidationListener listener)
void
ReadOnlyLongPropertyBase. addListener(ChangeListener<? super Number> listener)
void
ReadOnlyMapPropertyBase. addListener(InvalidationListener listener)
void
ReadOnlyMapPropertyBase. addListener(ChangeListener<? super ObservableMap<K,V>> listener)
void
ReadOnlyMapPropertyBase. addListener(MapChangeListener<? super K,? super V> listener)
void
ReadOnlyObjectPropertyBase. addListener(InvalidationListener listener)
void
ReadOnlyObjectPropertyBase. addListener(ChangeListener<? super T> listener)
void
ReadOnlySetPropertyBase. addListener(InvalidationListener listener)
void
ReadOnlySetPropertyBase. addListener(ChangeListener<? super ObservableSet<E>> listener)
void
ReadOnlySetPropertyBase. addListener(SetChangeListener<? super E> listener)
void
ReadOnlyStringPropertyBase. addListener(InvalidationListener listener)
void
ReadOnlyStringPropertyBase. addListener(ChangeListener<? super String> listener)
void
SetPropertyBase. addListener(InvalidationListener listener)
void
SetPropertyBase. addListener(ChangeListener<? super ObservableSet<E>> listener)
void
SetPropertyBase. addListener(SetChangeListener<? super E> listener)
void
StringPropertyBase. addListener(InvalidationListener listener)
void
StringPropertyBase. addListener(ChangeListener<? super String> listener)
ObjectProperty<Boolean>
BooleanProperty. asObject()
Creates anObjectProperty
that holds the value of thisBooleanProperty
.ObjectProperty<Double>
DoubleProperty. asObject()
Creates anObjectProperty
that bidirectionally bound to thisDoubleProperty
.ObjectProperty<Float>
FloatProperty. asObject()
Creates anObjectProperty
that bidirectionally bound to thisFloatProperty
.ObjectProperty<Integer>
IntegerProperty. asObject()
Creates anObjectProperty
that bidirectionally bound to thisIntegerProperty
.ObjectProperty<Long>
LongProperty. asObject()
Creates anObjectProperty
that bidirectionally bound to thisLongProperty
.ReadOnlyObjectProperty<Boolean>
ReadOnlyBooleanProperty. asObject()
Creates aReadOnlyObjectProperty
that holds the value of thisReadOnlyBooleanProperty
.ReadOnlyObjectProperty<Double>
ReadOnlyDoubleProperty. asObject()
Creates aReadOnlyObjectProperty
that holds the value of thisReadOnlyDoubleProperty
.ReadOnlyObjectProperty<Float>
ReadOnlyFloatProperty. asObject()
Creates aReadOnlyObjectProperty
that holds the value of thisReadOnlyFloatProperty
.ReadOnlyObjectProperty<Integer>
ReadOnlyIntegerProperty. asObject()
Creates aReadOnlyObjectProperty
that holds the value of thisReadOnlyIntegerProperty
.ReadOnlyObjectProperty<Long>
ReadOnlyLongProperty. asObject()
Creates aReadOnlyObjectProperty
that holds the value of thisReadOnlyLongProperty
.void
BooleanPropertyBase. bind(ObservableValue<? extends Boolean> rawObservable)
Create a unidirection binding for thisProperty
.void
DoublePropertyBase. bind(ObservableValue<? extends Number> rawObservable)
Create a unidirection binding for thisProperty
.void
FloatPropertyBase. bind(ObservableValue<? extends Number> rawObservable)
Create a unidirection binding for thisProperty
.void
IntegerPropertyBase. bind(ObservableValue<? extends Number> rawObservable)
Create a unidirection binding for thisProperty
.void
ListPropertyBase. bind(ObservableValue<? extends ObservableList<E>> newObservable)
void
LongPropertyBase. bind(ObservableValue<? extends Number> rawObservable)
Create a unidirection binding for thisProperty
.void
MapPropertyBase. bind(ObservableValue<? extends ObservableMap<K,V>> newObservable)
void
ObjectPropertyBase. bind(ObservableValue<? extends T> newObservable)
Create a unidirection binding for thisProperty
.void
SetPropertyBase. bind(ObservableValue<? extends ObservableSet<E>> newObservable)
void
StringPropertyBase. bind(ObservableValue<? extends String> newObservable)
Create a unidirection binding for thisProperty
.void
BooleanProperty. bindBidirectional(Property<Boolean> other)
Create a bidirectional binding between thisProperty
and another one.void
DoubleProperty. bindBidirectional(Property<Number> other)
Create a bidirectional binding between thisProperty
and another one.void
FloatProperty. bindBidirectional(Property<Number> other)
Create a bidirectional binding between thisProperty
and another one.void
IntegerProperty. bindBidirectional(Property<Number> other)
Create a bidirectional binding between thisProperty
and another one.void
ListProperty. bindBidirectional(Property<ObservableList<E>> other)
Create a bidirectional binding between thisProperty
and another one.void
LongProperty. bindBidirectional(Property<Number> other)
Create a bidirectional binding between thisProperty
and another one.void
MapProperty. bindBidirectional(Property<ObservableMap<K,V>> other)
Create a bidirectional binding between thisProperty
and another one.void
ObjectProperty. bindBidirectional(Property<T> other)
Create a bidirectional binding between thisProperty
and another one.void
SetProperty. bindBidirectional(Property<ObservableSet<E>> other)
Create a bidirectional binding between thisProperty
and another one.void
StringProperty. bindBidirectional(Property<String> other)
Create a bidirectional binding between thisProperty
and another one.ReadOnlyBooleanProperty
ListPropertyBase. emptyProperty()
ReadOnlyBooleanProperty
MapPropertyBase. emptyProperty()
ReadOnlyBooleanProperty
SetPropertyBase. emptyProperty()
boolean
ReadOnlyListProperty. equals(Object obj)
boolean
ReadOnlyMapProperty. equals(Object obj)
boolean
ReadOnlySetProperty. equals(Object obj)
protected void
ReadOnlyBooleanWrapper. fireValueChangedEvent()
Sends notifications to all attachedInvalidationListeners
andChangeListeners
.protected void
ReadOnlyDoubleWrapper. fireValueChangedEvent()
Sends notifications to all attachedInvalidationListeners
andChangeListeners
.protected void
ReadOnlyFloatWrapper. fireValueChangedEvent()
Sends notifications to all attachedInvalidationListeners
andChangeListeners
.protected void
ReadOnlyIntegerWrapper. fireValueChangedEvent()
Sends notifications to all attachedInvalidationListeners
andChangeListeners
.protected void
ReadOnlyListWrapper. fireValueChangedEvent()
protected void
ReadOnlyListWrapper. fireValueChangedEvent(ListChangeListener.Change<? extends E> change)
protected void
ReadOnlyLongWrapper. fireValueChangedEvent()
Sends notifications to all attachedInvalidationListeners
andChangeListeners
.protected void
ReadOnlyMapWrapper. fireValueChangedEvent()
protected void
ReadOnlyMapWrapper. fireValueChangedEvent(MapChangeListener.Change<? extends K,? extends V> change)
protected void
ReadOnlyObjectWrapper. fireValueChangedEvent()
Sends notifications to all attachedInvalidationListeners
andChangeListeners
.protected void
ReadOnlySetWrapper. fireValueChangedEvent()
protected void
ReadOnlySetWrapper. fireValueChangedEvent(SetChangeListener.Change<? extends E> change)
protected void
ReadOnlyStringWrapper. fireValueChangedEvent()
Sends notifications to all attachedInvalidationListeners
andChangeListeners
.boolean
BooleanPropertyBase. get()
Get the wrapped value.double
DoublePropertyBase. get()
Get the wrapped value.float
FloatPropertyBase. get()
Get the wrapped value.int
IntegerPropertyBase. get()
Get the wrapped value.ObservableList<E>
ListPropertyBase. get()
long
LongPropertyBase. get()
Get the wrapped value.ObservableMap<K,V>
MapPropertyBase. get()
T
ObjectPropertyBase. get()
Get the wrapped value.ObservableSet<E>
SetPropertyBase. get()
String
StringPropertyBase. get()
Get the wrapped value.Object
SimpleBooleanProperty. getBean()
Returns theObject
that contains this property.Object
SimpleDoubleProperty. getBean()
Returns theObject
that contains this property.Object
SimpleFloatProperty. getBean()
Returns theObject
that contains this property.Object
SimpleIntegerProperty. getBean()
Returns theObject
that contains this property.Object
SimpleListProperty. getBean()
Returns theObject
that contains this property.Object
SimpleLongProperty. getBean()
Returns theObject
that contains this property.Object
SimpleMapProperty. getBean()
Returns theObject
that contains this property.Object
SimpleObjectProperty. getBean()
Returns theObject
that contains this property.Object
SimpleSetProperty. getBean()
Returns theObject
that contains this property.Object
SimpleStringProperty. getBean()
Returns theObject
that contains this property.String
SimpleBooleanProperty. getName()
Returns the name of this property.String
SimpleDoubleProperty. getName()
Returns the name of this property.String
SimpleFloatProperty. getName()
Returns the name of this property.String
SimpleIntegerProperty. getName()
Returns the name of this property.String
SimpleListProperty. getName()
Returns the name of this property.String
SimpleLongProperty. getName()
Returns the name of this property.String
SimpleMapProperty. getName()
Returns the name of this property.String
SimpleObjectProperty. getName()
Returns the name of this property.String
SimpleSetProperty. getName()
Returns the name of this property.String
SimpleStringProperty. getName()
Returns the name of this property.int
ReadOnlyListProperty. hashCode()
int
ReadOnlyMapProperty. hashCode()
Returns a hash code for thisReadOnlyMapProperty
object.int
ReadOnlySetProperty. hashCode()
Returns a hash code for thisReadOnlySetProperty
object.boolean
BooleanPropertyBase. isBound()
Can be used to check, if aProperty
is bound.boolean
DoublePropertyBase. isBound()
Can be used to check, if aProperty
is bound.boolean
FloatPropertyBase. isBound()
Can be used to check, if aProperty
is bound.boolean
IntegerPropertyBase. isBound()
Can be used to check, if aProperty
is bound.boolean
ListPropertyBase. isBound()
boolean
LongPropertyBase. isBound()
Can be used to check, if aProperty
is bound.boolean
MapPropertyBase. isBound()
boolean
ObjectPropertyBase. isBound()
Can be used to check, if aProperty
is bound.boolean
SetPropertyBase. isBound()
boolean
StringPropertyBase. isBound()
Can be used to check, if aProperty
is bound.void
BooleanPropertyBase. removeListener(InvalidationListener listener)
void
BooleanPropertyBase. removeListener(ChangeListener<? super Boolean> listener)
void
DoublePropertyBase. removeListener(InvalidationListener listener)
void
DoublePropertyBase. removeListener(ChangeListener<? super Number> listener)
void
FloatPropertyBase. removeListener(InvalidationListener listener)
void
FloatPropertyBase. removeListener(ChangeListener<? super Number> listener)
void
IntegerPropertyBase. removeListener(InvalidationListener listener)
void
IntegerPropertyBase. removeListener(ChangeListener<? super Number> listener)
void
ListPropertyBase. removeListener(InvalidationListener listener)
void
ListPropertyBase. removeListener(ChangeListener<? super ObservableList<E>> listener)
void
ListPropertyBase. removeListener(ListChangeListener<? super E> listener)
void
LongPropertyBase. removeListener(InvalidationListener listener)
void
LongPropertyBase. removeListener(ChangeListener<? super Number> listener)
void
MapPropertyBase. removeListener(InvalidationListener listener)
void
MapPropertyBase. removeListener(ChangeListener<? super ObservableMap<K,V>> listener)
void
MapPropertyBase. removeListener(MapChangeListener<? super K,? super V> listener)
void
ObjectPropertyBase. removeListener(InvalidationListener listener)
void
ObjectPropertyBase. removeListener(ChangeListener<? super T> listener)
void
ReadOnlyBooleanPropertyBase. removeListener(InvalidationListener listener)
void
ReadOnlyBooleanPropertyBase. removeListener(ChangeListener<? super Boolean> listener)
void
ReadOnlyDoublePropertyBase. removeListener(InvalidationListener listener)
void
ReadOnlyDoublePropertyBase. removeListener(ChangeListener<? super Number> listener)
void
ReadOnlyFloatPropertyBase. removeListener(InvalidationListener listener)
void
ReadOnlyFloatPropertyBase. removeListener(ChangeListener<? super Number> listener)
void
ReadOnlyIntegerPropertyBase. removeListener(InvalidationListener listener)
void
ReadOnlyIntegerPropertyBase. removeListener(ChangeListener<? super Number> listener)
void
ReadOnlyListPropertyBase. removeListener(InvalidationListener listener)
void
ReadOnlyListPropertyBase. removeListener(ChangeListener<? super ObservableList<E>> listener)
void
ReadOnlyListPropertyBase. removeListener(ListChangeListener<? super E> listener)
void
ReadOnlyLongPropertyBase. removeListener(InvalidationListener listener)
void
ReadOnlyLongPropertyBase. removeListener(ChangeListener<? super Number> listener)
void
ReadOnlyMapPropertyBase. removeListener(InvalidationListener listener)
void
ReadOnlyMapPropertyBase. removeListener(ChangeListener<? super ObservableMap<K,V>> listener)
void
ReadOnlyMapPropertyBase. removeListener(MapChangeListener<? super K,? super V> listener)
void
ReadOnlyObjectPropertyBase. removeListener(InvalidationListener listener)
void
ReadOnlyObjectPropertyBase. removeListener(ChangeListener<? super T> listener)
void
ReadOnlySetPropertyBase. removeListener(InvalidationListener listener)
void
ReadOnlySetPropertyBase. removeListener(ChangeListener<? super ObservableSet<E>> listener)
void
ReadOnlySetPropertyBase. removeListener(SetChangeListener<? super E> listener)
void
ReadOnlyStringPropertyBase. removeListener(InvalidationListener listener)
void
ReadOnlyStringPropertyBase. removeListener(ChangeListener<? super String> listener)
void
SetPropertyBase. removeListener(InvalidationListener listener)
void
SetPropertyBase. removeListener(ChangeListener<? super ObservableSet<E>> listener)
void
SetPropertyBase. removeListener(SetChangeListener<? super E> listener)
void
StringPropertyBase. removeListener(InvalidationListener listener)
void
StringPropertyBase. removeListener(ChangeListener<? super String> listener)
void
BooleanPropertyBase. set(boolean newValue)
Set the wrapped value.void
DoublePropertyBase. set(double newValue)
Set the wrapped value.void
FloatPropertyBase. set(float newValue)
Set the wrapped value.void
IntegerPropertyBase. set(int newValue)
Set the wrapped value.void
ListPropertyBase. set(ObservableList<E> newValue)
void
LongPropertyBase. set(long newValue)
Set the wrapped value.void
MapPropertyBase. set(ObservableMap<K,V> newValue)
void
ObjectPropertyBase. set(T newValue)
Set the wrapped value.void
SetPropertyBase. set(ObservableSet<E> newValue)
void
StringPropertyBase. set(String newValue)
Set the wrapped value.void
BooleanProperty. setValue(Boolean v)
Set the wrapped value.void
DoubleProperty. setValue(Number v)
Set the wrapped value.void
FloatProperty. setValue(Number v)
Set the wrapped value.void
IntegerProperty. setValue(Number v)
Set the wrapped value.void
ListProperty. setValue(ObservableList<E> v)
Set the wrapped value.void
LongProperty. setValue(Number v)
Set the wrapped value.void
MapProperty. setValue(ObservableMap<K,V> v)
Set the wrapped value.void
ObjectProperty. setValue(T v)
Set the wrapped value.void
SetProperty. setValue(ObservableSet<E> v)
Set the wrapped value.void
StringProperty. setValue(String v)
Set the wrapped value.ReadOnlyIntegerProperty
ListPropertyBase. sizeProperty()
ReadOnlyIntegerProperty
MapPropertyBase. sizeProperty()
ReadOnlyIntegerProperty
SetPropertyBase. sizeProperty()
String
BooleanProperty. toString()
Returns a string representation of thisBooleanProperty
object.String
BooleanPropertyBase. toString()
Returns a string representation of thisBooleanPropertyBase
object.String
DoubleProperty. toString()
Returns a string representation of thisDoubleProperty
object.String
DoublePropertyBase. toString()
Returns a string representation of thisDoublePropertyBase
object.String
FloatProperty. toString()
Returns a string representation of thisFloatProperty
object.String
FloatPropertyBase. toString()
Returns a string representation of thisFloatPropertyBase
object.String
IntegerProperty. toString()
Returns a string representation of thisIntegerProperty
object.String
IntegerPropertyBase. toString()
Returns a string representation of thisIntegerPropertyBase
object.String
ListProperty. toString()
Returns a string representation of thisListProperty
object.String
ListPropertyBase. toString()
Returns a string representation of thisListPropertyBase
object.String
LongProperty. toString()
Returns a string representation of thisLongProperty
object.String
LongPropertyBase. toString()
Returns a string representation of thisLongPropertyBase
object.String
MapProperty. toString()
Returns a string representation of thisMapProperty
object.String
MapPropertyBase. toString()
Returns a string representation of thisMapPropertyBase
object.String
ObjectProperty. toString()
Returns a string representation of thisObjectProperty
object.String
ObjectPropertyBase. toString()
Returns a string representation of thisObjectPropertyBase
object.String
ReadOnlyBooleanProperty. toString()
Returns a string representation of thisReadOnlyBooleanProperty
object.String
ReadOnlyDoubleProperty. toString()
Returns a string representation of thisReadOnlyDoubleProperty
object.String
ReadOnlyFloatProperty. toString()
Returns a string representation of thisReadOnlyFloatProperty
object.String
ReadOnlyIntegerProperty. toString()
Returns a string representation of thisReadOnlyIntegerProperty
object.String
ReadOnlyListProperty. toString()
Returns a string representation of thisReadOnlyListProperty
object.String
ReadOnlyLongProperty. toString()
Returns a string representation of thisReadOnlyLongProperty
object.String
ReadOnlyMapProperty. toString()
Returns a string representation of thisReadOnlyMapProperty
object.String
ReadOnlyObjectProperty. toString()
Returns a string representation of thisReadOnlyObjectProperty
object.String
ReadOnlySetProperty. toString()
Returns a string representation of thisReadOnlySetProperty
object.String
ReadOnlyStringProperty. toString()
Returns a string representation of thisReadOnlyStringProperty
object.String
SetProperty. toString()
Returns a string representation of thisSetProperty
object.String
SetPropertyBase. toString()
Returns a string representation of thisSetPropertyBase
object.String
StringProperty. toString()
Returns a string representation of thisStringProperty
object.String
StringPropertyBase. toString()
Returns a string representation of thisStringPropertyBase
object.void
BooleanPropertyBase. unbind()
Remove the unidirectional binding for thisProperty
.void
DoublePropertyBase. unbind()
Remove the unidirectional binding for thisProperty
.void
FloatPropertyBase. unbind()
Remove the unidirectional binding for thisProperty
.void
IntegerPropertyBase. unbind()
Remove the unidirectional binding for thisProperty
.void
ListPropertyBase. unbind()
void
LongPropertyBase. unbind()
Remove the unidirectional binding for thisProperty
.void
MapPropertyBase. unbind()
void
ObjectPropertyBase. unbind()
Remove the unidirectional binding for thisProperty
.void
SetPropertyBase. unbind()
void
StringPropertyBase. unbind()
Remove the unidirectional binding for thisProperty
.void
BooleanProperty. unbindBidirectional(Property<Boolean> other)
Remove a bidirectional binding between thisProperty
and another one.void
DoubleProperty. unbindBidirectional(Property<Number> other)
Remove a bidirectional binding between thisProperty
and another one.void
FloatProperty. unbindBidirectional(Property<Number> other)
Remove a bidirectional binding between thisProperty
and another one.void
IntegerProperty. unbindBidirectional(Property<Number> other)
Remove a bidirectional binding between thisProperty
and another one.void
ListProperty. unbindBidirectional(Property<ObservableList<E>> other)
Remove a bidirectional binding between thisProperty
and another one.void
LongProperty. unbindBidirectional(Property<Number> other)
Remove a bidirectional binding between thisProperty
and another one.void
MapProperty. unbindBidirectional(Property<ObservableMap<K,V>> other)
Remove a bidirectional binding between thisProperty
and another one.void
ObjectProperty. unbindBidirectional(Property<T> other)
Remove a bidirectional binding between thisProperty
and another one.void
SetProperty. unbindBidirectional(Property<ObservableSet<E>> other)
Remove a bidirectional binding between thisProperty
and another one.void
StringProperty. unbindBidirectional(Property<String> other)
Remove a bidirectional binding between thisProperty
and another one. -
Uses of Override in javafx.beans.property.adapter
Methods in javafx.beans.property.adapter with annotations of type Override Modifier and Type Method Description void
JavaBeanBooleanProperty. addListener(InvalidationListener listener)
Adds anInvalidationListener
which will be notified whenever theObservable
becomes invalid.void
JavaBeanBooleanProperty. addListener(ChangeListener<? super Boolean> listener)
Adds aChangeListener
which will be notified whenever the value of theObservableValue
changes.void
JavaBeanDoubleProperty. addListener(InvalidationListener listener)
Adds anInvalidationListener
which will be notified whenever theObservable
becomes invalid.void
JavaBeanDoubleProperty. addListener(ChangeListener<? super Number> listener)
Adds aChangeListener
which will be notified whenever the value of theObservableValue
changes.void
JavaBeanFloatProperty. addListener(InvalidationListener listener)
Adds anInvalidationListener
which will be notified whenever theObservable
becomes invalid.void
JavaBeanFloatProperty. addListener(ChangeListener<? super Number> listener)
Adds aChangeListener
which will be notified whenever the value of theObservableValue
changes.void
JavaBeanIntegerProperty. addListener(InvalidationListener listener)
Adds anInvalidationListener
which will be notified whenever theObservable
becomes invalid.void
JavaBeanIntegerProperty. addListener(ChangeListener<? super Number> listener)
Adds aChangeListener
which will be notified whenever the value of theObservableValue
changes.void
JavaBeanLongProperty. addListener(InvalidationListener listener)
Adds anInvalidationListener
which will be notified whenever theObservable
becomes invalid.void
JavaBeanLongProperty. addListener(ChangeListener<? super Number> listener)
Adds aChangeListener
which will be notified whenever the value of theObservableValue
changes.void
JavaBeanObjectProperty. addListener(InvalidationListener listener)
Adds anInvalidationListener
which will be notified whenever theObservable
becomes invalid.void
JavaBeanObjectProperty. addListener(ChangeListener<? super T> listener)
Adds aChangeListener
which will be notified whenever the value of theObservableValue
changes.void
JavaBeanStringProperty. addListener(InvalidationListener listener)
Adds anInvalidationListener
which will be notified whenever theObservable
becomes invalid.void
JavaBeanStringProperty. addListener(ChangeListener<? super String> listener)
Adds aChangeListener
which will be notified whenever the value of theObservableValue
changes.void
JavaBeanBooleanProperty. bind(ObservableValue<? extends Boolean> observable)
Create a unidirection binding for thisProperty
.void
JavaBeanDoubleProperty. bind(ObservableValue<? extends Number> observable)
Create a unidirection binding for thisProperty
.void
JavaBeanFloatProperty. bind(ObservableValue<? extends Number> observable)
Create a unidirection binding for thisProperty
.void
JavaBeanIntegerProperty. bind(ObservableValue<? extends Number> observable)
Create a unidirection binding for thisProperty
.void
JavaBeanLongProperty. bind(ObservableValue<? extends Number> observable)
Create a unidirection binding for thisProperty
.void
JavaBeanObjectProperty. bind(ObservableValue<? extends T> observable)
Create a unidirection binding for thisProperty
.void
JavaBeanStringProperty. bind(ObservableValue<? extends String> observable)
Create a unidirection binding for thisProperty
.void
JavaBeanBooleanProperty. dispose()
Signals to the JavaFX property that it will not be used anymore and any references can be removed.void
JavaBeanDoubleProperty. dispose()
Signals to the JavaFX property that it will not be used anymore and any references can be removed.void
JavaBeanFloatProperty. dispose()
Signals to the JavaFX property that it will not be used anymore and any references can be removed.void
JavaBeanIntegerProperty. dispose()
Signals to the JavaFX property that it will not be used anymore and any references can be removed.void
JavaBeanLongProperty. dispose()
Signals to the JavaFX property that it will not be used anymore and any references can be removed.void
JavaBeanObjectProperty. dispose()
Signals to the JavaFX property that it will not be used anymore and any references can be removed.void
JavaBeanStringProperty. dispose()
Signals to the JavaFX property that it will not be used anymore and any references can be removed.void
ReadOnlyJavaBeanBooleanProperty. dispose()
Signals to the JavaFX property that it will not be used anymore and any references can be removed.void
ReadOnlyJavaBeanDoubleProperty. dispose()
Signals to the JavaFX property that it will not be used anymore and any references can be removed.void
ReadOnlyJavaBeanFloatProperty. dispose()
Signals to the JavaFX property that it will not be used anymore and any references can be removed.void
ReadOnlyJavaBeanIntegerProperty. dispose()
Signals to the JavaFX property that it will not be used anymore and any references can be removed.void
ReadOnlyJavaBeanLongProperty. dispose()
Signals to the JavaFX property that it will not be used anymore and any references can be removed.void
ReadOnlyJavaBeanObjectProperty. dispose()
Signals to the JavaFX property that it will not be used anymore and any references can be removed.void
ReadOnlyJavaBeanStringProperty. dispose()
Signals to the JavaFX property that it will not be used anymore and any references can be removed.void
JavaBeanBooleanProperty. fireValueChangedEvent()
This method can be called to notify the adapter of a change of the Java Bean value, if the Java Bean property is not bound (i.e. it does not support PropertyChangeListeners).void
JavaBeanDoubleProperty. fireValueChangedEvent()
This method can be called to notify the adapter of a change of the Java Bean value, if the Java Bean property is not bound (i.e. it does not support PropertyChangeListeners).void
JavaBeanFloatProperty. fireValueChangedEvent()
This method can be called to notify the adapter of a change of the Java Bean value, if the Java Bean property is not bound (i.e. it does not support PropertyChangeListeners).void
JavaBeanIntegerProperty. fireValueChangedEvent()
This method can be called to notify the adapter of a change of the Java Bean value, if the Java Bean property is not bound (i.e. it does not support PropertyChangeListeners).void
JavaBeanLongProperty. fireValueChangedEvent()
This method can be called to notify the adapter of a change of the Java Bean value, if the Java Bean property is not bound (i.e. it does not support PropertyChangeListeners).void
JavaBeanObjectProperty. fireValueChangedEvent()
This method can be called to notify the adapter of a change of the Java Bean value, if the Java Bean property is not bound (i.e. it does not support PropertyChangeListeners).void
JavaBeanStringProperty. fireValueChangedEvent()
This method can be called to notify the adapter of a change of the Java Bean value, if the Java Bean property is not bound (i.e. it does not support PropertyChangeListeners).void
ReadOnlyJavaBeanBooleanProperty. fireValueChangedEvent()
Sends notifications to all attachedInvalidationListeners
andChangeListeners
.void
ReadOnlyJavaBeanDoubleProperty. fireValueChangedEvent()
Sends notifications to all attachedInvalidationListeners
andChangeListeners
.void
ReadOnlyJavaBeanFloatProperty. fireValueChangedEvent()
Sends notifications to all attachedInvalidationListeners
andChangeListeners
.void
ReadOnlyJavaBeanIntegerProperty. fireValueChangedEvent()
Sends notifications to all attachedInvalidationListeners
andChangeListeners
.void
ReadOnlyJavaBeanLongProperty. fireValueChangedEvent()
Sends notifications to all attachedInvalidationListeners
andChangeListeners
.void
ReadOnlyJavaBeanObjectProperty. fireValueChangedEvent()
Sends notifications to all attachedInvalidationListeners
andChangeListeners
.void
ReadOnlyJavaBeanStringProperty. fireValueChangedEvent()
Sends notifications to all attachedInvalidationListeners
andChangeListeners
.boolean
JavaBeanBooleanProperty. get()
Get the wrapped value.double
JavaBeanDoubleProperty. get()
Get the wrapped value.float
JavaBeanFloatProperty. get()
Get the wrapped value.int
JavaBeanIntegerProperty. get()
Get the wrapped value.long
JavaBeanLongProperty. get()
Get the wrapped value.T
JavaBeanObjectProperty. get()
Get the wrapped value.String
JavaBeanStringProperty. get()
Get the wrapped value.boolean
ReadOnlyJavaBeanBooleanProperty. get()
Returns the current value of thisObservableBooleanValue
.double
ReadOnlyJavaBeanDoubleProperty. get()
Returns the current value of thisObservableDoubleValue
.float
ReadOnlyJavaBeanFloatProperty. get()
Returns the current value of thisObservableFloatValue
.int
ReadOnlyJavaBeanIntegerProperty. get()
Returns the current value of thisObservableIntegerValue
.long
ReadOnlyJavaBeanLongProperty. get()
Returns the current value of thisObservableLongValue
.T
ReadOnlyJavaBeanObjectProperty. get()
Returns the current value of thisObservableObjectValue<T>
.String
ReadOnlyJavaBeanStringProperty. get()
Returns the current value of thisObservableObjectValue<T>
.Object
JavaBeanBooleanProperty. getBean()
Returns theObject
that contains this property.Object
JavaBeanDoubleProperty. getBean()
Returns theObject
that contains this property.Object
JavaBeanFloatProperty. getBean()
Returns theObject
that contains this property.Object
JavaBeanIntegerProperty. getBean()
Returns theObject
that contains this property.Object
JavaBeanLongProperty. getBean()
Returns theObject
that contains this property.Object
JavaBeanObjectProperty. getBean()
Returns theObject
that contains this property.Object
JavaBeanStringProperty. getBean()
Returns theObject
that contains this property.Object
ReadOnlyJavaBeanBooleanProperty. getBean()
Returns theObject
that contains this property.Object
ReadOnlyJavaBeanDoubleProperty. getBean()
Returns theObject
that contains this property.Object
ReadOnlyJavaBeanFloatProperty. getBean()
Returns theObject
that contains this property.Object
ReadOnlyJavaBeanIntegerProperty. getBean()
Returns theObject
that contains this property.Object
ReadOnlyJavaBeanLongProperty. getBean()
Returns theObject
that contains this property.Object
ReadOnlyJavaBeanObjectProperty. getBean()
Returns theObject
that contains this property.Object
ReadOnlyJavaBeanStringProperty. getBean()
Returns theObject
that contains this property.String
JavaBeanBooleanProperty. getName()
Returns the name of this property.String
JavaBeanDoubleProperty. getName()
Returns the name of this property.String
JavaBeanFloatProperty. getName()
Returns the name of this property.String
JavaBeanIntegerProperty. getName()
Returns the name of this property.String
JavaBeanLongProperty. getName()
Returns the name of this property.String
JavaBeanObjectProperty. getName()
Returns the name of this property.String
JavaBeanStringProperty. getName()
Returns the name of this property.String
ReadOnlyJavaBeanBooleanProperty. getName()
Returns the name of this property.String
ReadOnlyJavaBeanDoubleProperty. getName()
Returns the name of this property.String
ReadOnlyJavaBeanFloatProperty. getName()
Returns the name of this property.String
ReadOnlyJavaBeanIntegerProperty. getName()
Returns the name of this property.String
ReadOnlyJavaBeanLongProperty. getName()
Returns the name of this property.String
ReadOnlyJavaBeanObjectProperty. getName()
Returns the name of this property.String
ReadOnlyJavaBeanStringProperty. getName()
Returns the name of this property.boolean
JavaBeanBooleanProperty. isBound()
Can be used to check, if aProperty
is bound.boolean
JavaBeanDoubleProperty. isBound()
Can be used to check, if aProperty
is bound.boolean
JavaBeanFloatProperty. isBound()
Can be used to check, if aProperty
is bound.boolean
JavaBeanIntegerProperty. isBound()
Can be used to check, if aProperty
is bound.boolean
JavaBeanLongProperty. isBound()
Can be used to check, if aProperty
is bound.boolean
JavaBeanObjectProperty. isBound()
Can be used to check, if aProperty
is bound.boolean
JavaBeanStringProperty. isBound()
Can be used to check, if aProperty
is bound.void
JavaBeanBooleanProperty. removeListener(InvalidationListener listener)
Removes the given listener from the list of listeners, that are notified whenever the value of theObservable
becomes invalid.void
JavaBeanBooleanProperty. removeListener(ChangeListener<? super Boolean> listener)
Removes the given listener from the list of listeners, that are notified whenever the value of theObservableValue
changes.void
JavaBeanDoubleProperty. removeListener(InvalidationListener listener)
Removes the given listener from the list of listeners, that are notified whenever the value of theObservable
becomes invalid.void
JavaBeanDoubleProperty. removeListener(ChangeListener<? super Number> listener)
Removes the given listener from the list of listeners, that are notified whenever the value of theObservableValue
changes.void
JavaBeanFloatProperty. removeListener(InvalidationListener listener)
Removes the given listener from the list of listeners, that are notified whenever the value of theObservable
becomes invalid.void
JavaBeanFloatProperty. removeListener(ChangeListener<? super Number> listener)
Removes the given listener from the list of listeners, that are notified whenever the value of theObservableValue
changes.void
JavaBeanIntegerProperty. removeListener(InvalidationListener listener)
Removes the given listener from the list of listeners, that are notified whenever the value of theObservable
becomes invalid.void
JavaBeanIntegerProperty. removeListener(ChangeListener<? super Number> listener)
Removes the given listener from the list of listeners, that are notified whenever the value of theObservableValue
changes.void
JavaBeanLongProperty. removeListener(InvalidationListener listener)
Removes the given listener from the list of listeners, that are notified whenever the value of theObservable
becomes invalid.void
JavaBeanLongProperty. removeListener(ChangeListener<? super Number> listener)
Removes the given listener from the list of listeners, that are notified whenever the value of theObservableValue
changes.void
JavaBeanObjectProperty. removeListener(InvalidationListener listener)
Removes the given listener from the list of listeners, that are notified whenever the value of theObservable
becomes invalid.void
JavaBeanObjectProperty. removeListener(ChangeListener<? super T> listener)
Removes the given listener from the list of listeners, that are notified whenever the value of theObservableValue
changes.void
JavaBeanStringProperty. removeListener(InvalidationListener listener)
Removes the given listener from the list of listeners, that are notified whenever the value of theObservable
becomes invalid.void
JavaBeanStringProperty. removeListener(ChangeListener<? super String> listener)
Removes the given listener from the list of listeners, that are notified whenever the value of theObservableValue
changes.void
JavaBeanBooleanProperty. set(boolean value)
Set the wrapped value.void
JavaBeanDoubleProperty. set(double value)
Set the wrapped value.void
JavaBeanFloatProperty. set(float value)
Set the wrapped value.void
JavaBeanIntegerProperty. set(int value)
Set the wrapped value.void
JavaBeanLongProperty. set(long value)
Set the wrapped value.void
JavaBeanObjectProperty. set(T value)
Set the wrapped value.void
JavaBeanStringProperty. set(String value)
Set the wrapped value.String
JavaBeanBooleanProperty. toString()
Returns a string representation of thisJavaBeanBooleanProperty
object.String
JavaBeanDoubleProperty. toString()
Returns a string representation of thisJavaBeanDoubleProperty
object.String
JavaBeanFloatProperty. toString()
Returns a string representation of thisJavaBeanFloatProperty
object.String
JavaBeanIntegerProperty. toString()
Returns a string representation of thisJavaBeanIntegerProperty
object.String
JavaBeanLongProperty. toString()
Returns a string representation of thisJavaBeanLongProperty
object.String
JavaBeanObjectProperty. toString()
Returns a string representation of thisJavaBeanObjectProperty
object.void
JavaBeanBooleanProperty. unbind()
Remove the unidirectional binding for thisProperty
.void
JavaBeanDoubleProperty. unbind()
Remove the unidirectional binding for thisProperty
.void
JavaBeanFloatProperty. unbind()
Remove the unidirectional binding for thisProperty
.void
JavaBeanIntegerProperty. unbind()
Remove the unidirectional binding for thisProperty
.void
JavaBeanLongProperty. unbind()
Remove the unidirectional binding for thisProperty
.void
JavaBeanObjectProperty. unbind()
Remove the unidirectional binding for thisProperty
.void
JavaBeanStringProperty. unbind()
Remove the unidirectional binding for thisProperty
. -
Uses of Override in javafx.beans.value
Methods in javafx.beans.value with annotations of type Override Modifier and Type Method Description void
ObservableValueBase. addListener(InvalidationListener listener)
Adds anInvalidationListener
which will be notified whenever theObservable
becomes invalid.void
ObservableValueBase. addListener(ChangeListener<? super T> listener)
Adds aChangeListener
which will be notified whenever the value of theObservableValue
changes.void
WeakChangeListener. changed(ObservableValue<? extends T> observable, T oldValue, T newValue)
This method needs to be provided by an implementation ofChangeListener
.void
ObservableValueBase. removeListener(InvalidationListener listener)
Removes the given listener from the list of listeners, that are notified whenever the value of theObservable
becomes invalid.void
ObservableValueBase. removeListener(ChangeListener<? super T> listener)
Removes the given listener from the list of listeners, that are notified whenever the value of theObservableValue
changes.void
WritableBooleanValue. setValue(Boolean value)
Set the wrapped value.void
WritableDoubleValue. setValue(Number value)
Set the wrapped value.void
WritableFloatValue. setValue(Number value)
Set the wrapped value.void
WritableIntegerValue. setValue(Number value)
Set the wrapped value.void
WritableLongValue. setValue(Number value)
Set the wrapped value.boolean
WeakChangeListener. wasGarbageCollected()
Returnstrue
if the linked listener was garbage-collected. -
Uses of Override in javafx.collections
Methods in javafx.collections with annotations of type Override Modifier and Type Method Description void
ModifiableObservableListBase. add(int index, E element)
boolean
ModifiableObservableListBase. addAll(int index, Collection<? extends E> c)
boolean
ModifiableObservableListBase. addAll(Collection<? extends E> c)
boolean
ObservableListBase. addAll(E... elements)
void
ObservableArrayBase. addListener(InvalidationListener listener)
void
ObservableArrayBase. addListener(ArrayChangeListener<T> listener)
void
ObservableListBase. addListener(InvalidationListener listener)
void
ObservableListBase. addListener(ListChangeListener<? super E> listener)
abstract E
ModifiableObservableListBase. get(int index)
void
WeakListChangeListener. onChanged(ListChangeListener.Change<? extends E> change)
Called after a change has been made to an ObservableList.void
WeakMapChangeListener. onChanged(MapChangeListener.Change<? extends K,? extends V> change)
Called after a change has been made to an ObservableMap.void
WeakSetChangeListener. onChanged(SetChangeListener.Change<? extends E> change)
Called after a change has been made to an ObservableSet.E
ModifiableObservableListBase. remove(int index)
boolean
ModifiableObservableListBase. remove(Object o)
void
ObservableListBase. remove(int from, int to)
boolean
ModifiableObservableListBase. removeAll(Collection<?> c)
boolean
ObservableListBase. removeAll(E... elements)
void
ObservableArrayBase. removeListener(InvalidationListener listener)
void
ObservableArrayBase. removeListener(ArrayChangeListener<T> listener)
void
ObservableListBase. removeListener(InvalidationListener listener)
void
ObservableListBase. removeListener(ListChangeListener<? super E> listener)
protected void
ModifiableObservableListBase. removeRange(int fromIndex, int toIndex)
boolean
ModifiableObservableListBase. retainAll(Collection<?> c)
boolean
ObservableListBase. retainAll(E... elements)
E
ModifiableObservableListBase. set(int index, E element)
boolean
ModifiableObservableListBase. setAll(Collection<? extends E> col)
boolean
ObservableListBase. setAll(E... elements)
boolean
ObservableListBase. setAll(Collection<? extends E> col)
abstract int
ModifiableObservableListBase. size()
List<E>
ModifiableObservableListBase. subList(int fromIndex, int toIndex)
boolean
WeakListChangeListener. wasGarbageCollected()
Returnstrue
if the linked listener was garbage-collected.boolean
WeakMapChangeListener. wasGarbageCollected()
Returnstrue
if the linked listener was garbage-collected.boolean
WeakSetChangeListener. wasGarbageCollected()
Returnstrue
if the linked listener was garbage-collected. -
Uses of Override in javafx.collections.transformation
Methods in javafx.collections.transformation with annotations of type Override Modifier and Type Method Description E
FilteredList. get(int index)
Returns the element at the specified position in this list.E
SortedList. get(int index)
Returns the element at the specified position in this list.int
FilteredList. getSourceIndex(int index)
int
SortedList. getSourceIndex(int index)
int
FilteredList. getViewIndex(int index)
int
SortedList. getViewIndex(int index)
int
FilteredList. size()
Returns the number of elements in this list.int
SortedList. size()
Returns the number of elements in this list.protected void
FilteredList. sourceChanged(ListChangeListener.Change<? extends E> c)
protected void
SortedList. sourceChanged(ListChangeListener.Change<? extends E> c)
-
Uses of Override in javafx.concurrent
Methods in javafx.concurrent with annotations of type Override Modifier and Type Method Description EventDispatchChain
Service. buildEventDispatchChain(EventDispatchChain tail)
EventDispatchChain
Task. buildEventDispatchChain(EventDispatchChain tail)
boolean
ScheduledService. cancel()
Cancels any currently running task and stops this scheduled service, such that no additional iterations will occur.boolean
Service. cancel()
Cancels any currently running Task, if any.boolean
Task. cancel()
boolean
Task. cancel(boolean mayInterruptIfRunning)
ReadOnlyObjectProperty<Throwable>
Service. exceptionProperty()
ReadOnlyObjectProperty<Throwable>
Task. exceptionProperty()
protected void
ScheduledService. executeTask(Task<V> task)
protected void
ScheduledService. failed()
A protected convenience method for subclasses, called whenever the state of the Service has transitioned to the FAILED state.Throwable
Service. getException()
Gets the value of the property exception.Throwable
Task. getException()
Gets the value of the property exception.String
Service. getMessage()
Gets the value of the property message.String
Task. getMessage()
Gets the value of the property message.double
Service. getProgress()
Gets the value of the property progress.double
Task. getProgress()
Gets the value of the property progress.Worker
WorkerStateEvent. getSource()
The Worker on which the Event initially occurred.Worker.State
Service. getState()
Gets the value of the property state.Worker.State
Task. getState()
Gets the value of the property state.String
Service. getTitle()
Gets the value of the property title.String
Task. getTitle()
Gets the value of the property title.double
Service. getTotalWork()
Gets the value of the property totalWork.double
Task. getTotalWork()
Gets the value of the property totalWork.V
Service. getValue()
Gets the value of the property value.V
Task. getValue()
Gets the value of the property value.double
Service. getWorkDone()
Gets the value of the property workDone.double
Task. getWorkDone()
Gets the value of the property workDone.boolean
Service. isRunning()
Gets the value of the property running.boolean
Task. isRunning()
Gets the value of the property running.ReadOnlyStringProperty
Service. messageProperty()
ReadOnlyStringProperty
Task. messageProperty()
ReadOnlyDoubleProperty
Service. progressProperty()
ReadOnlyDoubleProperty
Task. progressProperty()
void
ScheduledService. reset()
Resets the Service.ReadOnlyBooleanProperty
Service. runningProperty()
ReadOnlyBooleanProperty
Task. runningProperty()
ReadOnlyObjectProperty<Worker.State>
Service. stateProperty()
ReadOnlyObjectProperty<Worker.State>
Task. stateProperty()
protected void
ScheduledService. succeeded()
A protected convenience method for subclasses, called whenever the state of the Service has transitioned to the SUCCEEDED state.ReadOnlyStringProperty
Service. titleProperty()
ReadOnlyStringProperty
Task. titleProperty()
ReadOnlyDoubleProperty
Service. totalWorkProperty()
ReadOnlyDoubleProperty
Task. totalWorkProperty()
ReadOnlyObjectProperty<V>
Service. valueProperty()
ReadOnlyObjectProperty<V>
Task. valueProperty()
ReadOnlyDoubleProperty
Service. workDoneProperty()
ReadOnlyDoubleProperty
Task. workDoneProperty()
-
Uses of Override in javafx.css
Methods in javafx.css with annotations of type Override Modifier and Type Method Description boolean
CompoundSelector. applies(Styleable styleable)
boolean
CompoundSelector. applies(Styleable styleable, Set<PseudoClass>[] triggerStates, int depth)
boolean
SimpleSelector. applies(Styleable styleable)
boolean
SimpleSelector. applies(Styleable styleable, Set<PseudoClass>[] pseudoClasses, int depth)
void
StyleableBooleanProperty. applyStyle(StyleOrigin origin, Boolean v)
This method is called from CSS code to set the value of the property.void
StyleableDoubleProperty. applyStyle(StyleOrigin origin, Number v)
This method is called from CSS code to set the value of the property.void
StyleableFloatProperty. applyStyle(StyleOrigin origin, Number v)
This method is called from CSS code to set the value of the property.void
StyleableIntegerProperty. applyStyle(StyleOrigin origin, Number v)
This method is called from CSS code to set the value of the property.void
StyleableLongProperty. applyStyle(StyleOrigin origin, Number v)
This method is called from CSS code to set the value of the property.void
StyleableObjectProperty. applyStyle(StyleOrigin origin, T v)
This method is called from CSS code to set the value of the property.void
StyleableStringProperty. applyStyle(StyleOrigin origin, String v)
This method is called from CSS code to set the value of the property.void
StyleableBooleanProperty. bind(ObservableValue<? extends Boolean> observable)
Create a unidirection binding for thisProperty
.void
StyleableDoubleProperty. bind(ObservableValue<? extends Number> observable)
Create a unidirection binding for thisProperty
.void
StyleableFloatProperty. bind(ObservableValue<? extends Number> observable)
Create a unidirection binding for thisProperty
.void
StyleableIntegerProperty. bind(ObservableValue<? extends Number> observable)
Create a unidirection binding for thisProperty
.void
StyleableLongProperty. bind(ObservableValue<? extends Number> observable)
Create a unidirection binding for thisProperty
.void
StyleableObjectProperty. bind(ObservableValue<? extends T> observable)
Create a unidirection binding for thisProperty
.void
StyleableStringProperty. bind(ObservableValue<? extends String> observable)
Create a unidirection binding for thisProperty
.int
Match. compareTo(Match o)
Match
CompoundSelector. createMatch()
Match
SimpleSelector. createMatch()
boolean
CompoundSelector. equals(Object obj)
boolean
CssMetaData. equals(Object obj)
Two CssMetaData objects are considered to be equal if theirproperty
values are equal.boolean
Declaration. equals(Object obj)
One declaration is the equal to another regardless of the Rule to which the Declaration belongs.boolean
SimpleSelector. equals(Object obj)
boolean
Size. equals(Object obj)
boolean
Style. equals(Object obj)
boolean
Stylesheet. equals(Object obj)
Object
SimpleStyleableBooleanProperty. getBean()
Returns theObject
that contains this property.Object
SimpleStyleableDoubleProperty. getBean()
Returns theObject
that contains this property.Object
SimpleStyleableFloatProperty. getBean()
Returns theObject
that contains this property.Object
SimpleStyleableIntegerProperty. getBean()
Returns theObject
that contains this property.Object
SimpleStyleableLongProperty. getBean()
Returns theObject
that contains this property.Object
SimpleStyleableObjectProperty. getBean()
Returns theObject
that contains this property.Object
SimpleStyleableStringProperty. getBean()
Returns theObject
that contains this property.CssMetaData<? extends Styleable,Boolean>
SimpleStyleableBooleanProperty. getCssMetaData()
Reflect back the CssMetaData that corresponds to thisjavafx.beans.property.StyleableProperty
CssMetaData<? extends Styleable,Number>
SimpleStyleableDoubleProperty. getCssMetaData()
Reflect back the CssMetaData that corresponds to thisjavafx.beans.property.StyleableProperty
CssMetaData<? extends Styleable,Number>
SimpleStyleableFloatProperty. getCssMetaData()
Reflect back the CssMetaData that corresponds to thisjavafx.beans.property.StyleableProperty
CssMetaData<? extends Styleable,Number>
SimpleStyleableIntegerProperty. getCssMetaData()
Reflect back the CssMetaData that corresponds to thisjavafx.beans.property.StyleableProperty
CssMetaData<? extends Styleable,Number>
SimpleStyleableLongProperty. getCssMetaData()
Reflect back the CssMetaData that corresponds to thisjavafx.beans.property.StyleableProperty
CssMetaData<? extends Styleable,T>
SimpleStyleableObjectProperty. getCssMetaData()
Reflect back the CssMetaData that corresponds to thisjavafx.beans.property.StyleableProperty
CssMetaData<? extends Styleable,String>
SimpleStyleableStringProperty. getCssMetaData()
Reflect back the CssMetaData that corresponds to thisjavafx.beans.property.StyleableProperty
String
SimpleStyleableBooleanProperty. getName()
Returns the name of this property.String
SimpleStyleableDoubleProperty. getName()
Returns the name of this property.String
SimpleStyleableFloatProperty. getName()
Returns the name of this property.String
SimpleStyleableIntegerProperty. getName()
Returns the name of this property.String
SimpleStyleableLongProperty. getName()
Returns the name of this property.String
SimpleStyleableObjectProperty. getName()
Returns the name of this property.String
SimpleStyleableStringProperty. getName()
Returns the name of this property.StyleOrigin
StyleableBooleanProperty. getStyleOrigin()
Tells the origin of the value of the property.StyleOrigin
StyleableDoubleProperty. getStyleOrigin()
Tells the origin of the value of the property.StyleOrigin
StyleableFloatProperty. getStyleOrigin()
Tells the origin of the value of the property.StyleOrigin
StyleableIntegerProperty. getStyleOrigin()
Tells the origin of the value of the property.StyleOrigin
StyleableLongProperty. getStyleOrigin()
Tells the origin of the value of the property.StyleOrigin
StyleableObjectProperty. getStyleOrigin()
Tells the origin of the value of the property.StyleOrigin
StyleableStringProperty. getStyleOrigin()
Tells the origin of the value of the property.int
CompoundSelector. hashCode()
int
CssMetaData. hashCode()
int
Declaration. hashCode()
int
SimpleSelector. hashCode()
int
Size. hashCode()
int
Style. hashCode()
int
Stylesheet. hashCode()
void
StyleableBooleanProperty. set(boolean v)
Set the wrapped value.void
StyleableDoubleProperty. set(double v)
Set the wrapped value.void
StyleableFloatProperty. set(float v)
Set the wrapped value.void
StyleableIntegerProperty. set(int v)
Set the wrapped value.void
StyleableLongProperty. set(long v)
Set the wrapped value.void
StyleableObjectProperty. set(T v)
Set the wrapped value.void
StyleableStringProperty. set(String v)
Set the wrapped value.boolean
CompoundSelector. stateMatches(Styleable styleable, Set<PseudoClass> states)
boolean
SimpleSelector. stateMatches(Styleable styleable, Set<PseudoClass> states)
String
CompoundSelector. toString()
String
CssMetaData. toString()
String
CssParser.ParseError.InlineStyleParsingError. toString()
String
CssParser.ParseError.PropertySetError. toString()
String
CssParser.ParseError.StringParsingError. toString()
String
CssParser.ParseError.StylesheetParsingError. toString()
String
CssParser.ParseError. toString()
String
Declaration. toString()
String
Rule. toString()
Converts this object to a string.String
SimpleSelector. toString()
Converts this object to a string.String
Size. toString()
String
Style. toString()
String
StyleClass. toString()
String
Stylesheet. toString()
Returns a string representation of this object.protected void
CompoundSelector. writeBinary(DataOutputStream os, StyleConverter.StringStore stringStore)
protected void
SimpleSelector. writeBinary(DataOutputStream os, StyleConverter.StringStore stringStore)
-
Uses of Override in javafx.css.converter
Methods in javafx.css.converter with annotations of type Override Modifier and Type Method Description Boolean
BooleanConverter. convert(ParsedValue<String,Boolean> value, Font not_used)
Color
ColorConverter. convert(ParsedValue<String,Color> value, Font font)
Cursor
CursorConverter. convert(ParsedValue<String,Cursor> value, Font not_used)
Color
DeriveColorConverter. convert(ParsedValue<ParsedValue[],Color> value, Font font)
Size
DeriveSizeConverter. convert(ParsedValue<ParsedValue<Size,Size>[],Size> value, Font font)
Duration
DurationConverter. convert(ParsedValue<ParsedValue<?,Size>,Duration> value, Font font)
Effect
EffectConverter. convert(ParsedValue<ParsedValue[],Effect> value, Font font)
Effect
EffectConverter.DropShadowConverter. convert(ParsedValue<ParsedValue[],Effect> value, Font font)
Effect
EffectConverter.InnerShadowConverter. convert(ParsedValue<ParsedValue[],Effect> value, Font font)
E
EnumConverter. convert(ParsedValue<String,E> value, Font not_used)
Font
FontConverter. convert(Map<CssMetaData<? extends Styleable,?>,Object> convertedValues)
Font
FontConverter. convert(ParsedValue<ParsedValue[],Font> value, Font font)
Number
FontConverter.FontSizeConverter. convert(ParsedValue<ParsedValue<?,Size>,Number> value, Font font)
FontPosture
FontConverter.FontStyleConverter. convert(ParsedValue<String,FontPosture> value, Font font)
FontWeight
FontConverter.FontWeightConverter. convert(ParsedValue<String,FontWeight> value, Font font)
Insets
InsetsConverter. convert(ParsedValue<ParsedValue[],Insets> value, Font font)
Insets[]
InsetsConverter.SequenceConverter. convert(ParsedValue<ParsedValue<ParsedValue[],Insets>[],Insets[]> value, Font font)
Color
LadderConverter. convert(ParsedValue<ParsedValue[],Color> value, Font font)
Paint
PaintConverter. convert(ParsedValue<ParsedValue<?,Paint>,Paint> value, Font font)
Paint
PaintConverter.ImagePatternConverter. convert(ParsedValue<ParsedValue[],Paint> value, Font font)
Paint
PaintConverter.LinearGradientConverter. convert(ParsedValue<ParsedValue[],Paint> value, Font font)
Paint
PaintConverter.RadialGradientConverter. convert(ParsedValue<ParsedValue[],Paint> value, Font font)
Paint
PaintConverter.RepeatingImagePatternConverter. convert(ParsedValue<ParsedValue[],Paint> value, Font font)
Paint[]
PaintConverter.SequenceConverter. convert(ParsedValue<ParsedValue<?,Paint>[],Paint[]> value, Font font)
Shape
ShapeConverter. convert(ParsedValue<String,Shape> value, Font font)
Number
SizeConverter. convert(ParsedValue<ParsedValue<?,Size>,Number> value, Font font)
Number[]
SizeConverter.SequenceConverter. convert(ParsedValue<ParsedValue[],Number[]> value, Font font)
Stop
StopConverter. convert(ParsedValue<ParsedValue[],Stop> value, Font font)
String
StringConverter. convert(ParsedValue<String,String> value, Font font)
String[]
StringConverter.SequenceConverter. convert(ParsedValue<ParsedValue<String,String>[],String[]> value, Font font)
String
URLConverter. convert(ParsedValue<ParsedValue[],String> value, Font font)
String[]
URLConverter.SequenceConverter. convert(ParsedValue<ParsedValue<ParsedValue[],String>[],String[]> value, Font font)
boolean
EnumConverter. equals(Object other)
int
EnumConverter. hashCode()
String
BooleanConverter. toString()
String
ColorConverter. toString()
String
CursorConverter. toString()
String
DeriveColorConverter. toString()
String
DeriveSizeConverter. toString()
String
DurationConverter. toString()
String
EffectConverter.DropShadowConverter. toString()
String
EffectConverter.InnerShadowConverter. toString()
String
EffectConverter. toString()
String
EnumConverter. toString()
String
FontConverter.FontSizeConverter. toString()
String
FontConverter.FontStyleConverter. toString()
String
FontConverter.FontWeightConverter. toString()
String
FontConverter. toString()
String
InsetsConverter.SequenceConverter. toString()
String
InsetsConverter. toString()
String
LadderConverter. toString()
String
PaintConverter.ImagePatternConverter. toString()
String
PaintConverter.LinearGradientConverter. toString()
String
PaintConverter.RadialGradientConverter. toString()
String
PaintConverter.RepeatingImagePatternConverter. toString()
String
PaintConverter.SequenceConverter. toString()
String
PaintConverter. toString()
String
SizeConverter.SequenceConverter. toString()
String
SizeConverter. toString()
String
StopConverter. toString()
String
StringConverter.SequenceConverter. toString()
String
StringConverter. toString()
String
URLConverter.SequenceConverter. toString()
String
URLConverter. toString()
void
EnumConverter. writeBinary(DataOutputStream os, StyleConverter.StringStore sstore)
-
Uses of Override in javafx.embed.swing
Methods in javafx.embed.swing with annotations of type Override Modifier and Type Method Description void
JFXPanel. addNotify()
Notifies this component that it now has a parent component.InputMethodRequests
JFXPanel. getInputMethodRequests()
Dimension
JFXPanel. getPreferredSize()
Returns the preferred size of thisJFXPanel
, either previously set withJComponent.setPreferredSize(Dimension)
or based on the content of the JavaFX scene attached to thisJFXPanel
.boolean
JFXPanel. isOpaque()
JFXPanel
's opacity is controlled by the JavaFX content which is displayed in this component, so this method overridesJComponent.isOpaque()
to always return afalse
value.boolean
SwingNode. isResizable()
double
SwingNode. maxHeight(double width)
Returns theSwingNode
's maximum height for use in layout calculations.double
SwingNode. maxWidth(double height)
Returns theSwingNode
's maximum width for use in layout calculations.double
SwingNode. minHeight(double width)
Returns theSwingNode
's minimum height for use in layout calculations.double
SwingNode. minWidth(double height)
Returns theSwingNode
's minimum width for use in layout calculations.protected void
JFXPanel. paintComponent(Graphics g)
Overrides theJComponent.paintComponent(Graphics)
method to paint the content of the JavaFX scene attached to thisJFXpanel
.double
SwingNode. prefHeight(double width)
Returns theSwingNode
's preferred height for use in layout calculations.double
SwingNode. prefWidth(double height)
Returns theSwingNode
's preferred width for use in layout calculations.protected void
JFXPanel. processComponentEvent(ComponentEvent e)
Overrides theComponent.processComponentEvent(ComponentEvent)
method to dispatchComponentEvent.COMPONENT_RESIZED
events to the JavaFX scene attached to thisJFXPanel
.protected void
JFXPanel. processFocusEvent(FocusEvent e)
Overrides theComponent.processFocusEvent(FocusEvent)
method to dispatch focus events to the JavaFX scene attached to thisJFXPanel
.protected void
JFXPanel. processHierarchyBoundsEvent(HierarchyEvent e)
Overrides theComponent.processHierarchyBoundsEvent(HierarchyEvent)
method to processHierarchyEvent.ANCESTOR_MOVED
events and update the JavaFX scene location to match theJFXPanel
location on the screen.protected void
JFXPanel. processHierarchyEvent(HierarchyEvent e)
protected void
JFXPanel. processInputMethodEvent(InputMethodEvent e)
protected void
JFXPanel. processKeyEvent(KeyEvent e)
Overrides theComponent.processKeyEvent(KeyEvent)
method to dispatch the key event to the JavaFX scene attached to thisJFXPanel
.protected void
JFXPanel. processMouseEvent(MouseEvent e)
Overrides theComponent.processMouseEvent(MouseEvent)
method to dispatch the mouse event to the JavaFX scene attached to thisJFXPanel
.protected void
JFXPanel. processMouseMotionEvent(MouseEvent e)
Overrides theComponent.processMouseMotionEvent(MouseEvent)
method to dispatch the mouse motion event to the JavaFX scene attached to thisJFXPanel
.protected void
JFXPanel. processMouseWheelEvent(MouseWheelEvent e)
Overrides theComponent.processMouseWheelEvent(MouseWheelEvent)
method to dispatch the mouse wheel event to the JavaFX scene attached to thisJFXPanel
.void
JFXPanel. removeNotify()
Notifies this component that it no longer has a parent component.void
SwingNode. resize(double width, double height)
Invoked by theSwingNode
's parent during layout to set theSwingNode
's width and height.void
JFXPanel. setOpaque(boolean opaque)
JFXPanel
's opacity is controlled by the JavaFX content which is displayed in this component, so this method overridesJComponent.setOpaque(boolean)
to only accept afalse
value. -
Uses of Override in javafx.event
Methods in javafx.event with annotations of type Override Modifier and Type Method Description Object
Event. clone()
Creates and returns a copy of thisEvent
.ActionEvent
ActionEvent. copyFor(Object newSource, EventTarget newTarget)
EventType<? extends ActionEvent>
ActionEvent. getEventType()
void
WeakEventHandler. handle(T event)
Forwards event notification to the associated event handler.String
EventType. toString()
Returns a string representation of thisEventType
object. -
Uses of Override in javafx.fxml
Methods in javafx.fxml with annotations of type Override Modifier and Type Method Description boolean
FXMLLoader. equals(Object obj)
Builder<?>
JavaFXBuilderFactory. getBuilder(Class<?> type)
Returns the builder for the specified type, or null if no builder is used. -
Uses of Override in javafx.geometry
Methods in javafx.geometry with annotations of type Override Modifier and Type Method Description boolean
BoundingBox. contains(double x, double y)
Tests if the specified(x, y)
coordinates are inside the boundary ofBounds
.boolean
BoundingBox. contains(double x, double y, double z)
Tests if the specified(x, y, z)
coordinates are inside the boundary ofBounds
.boolean
BoundingBox. contains(double x, double y, double w, double h)
Tests if the interior of thisBounds
entirely contains the specified rectangular area.boolean
BoundingBox. contains(double x, double y, double z, double w, double h, double d)
Tests if the interior of thisBounds
entirely contains the specified rectangular area.boolean
BoundingBox. contains(Bounds b)
Tests if the interior of thisBounds
entirely contains the specified Bounds,b
.boolean
BoundingBox. contains(Point2D p)
Tests if the specified point is inside the boundary ofBounds
.boolean
BoundingBox. contains(Point3D p)
Tests if the specified point is inside the boundary ofBounds
.boolean
BoundingBox. equals(Object obj)
Indicates whether some other object is "equal to" this one.boolean
Dimension2D. equals(Object obj)
Indicates whether some other object is "equal to" this one.boolean
Insets. equals(Object obj)
Indicates whether some other object is "equal to" this one.boolean
Point2D. equals(Object obj)
Indicates whether some other object is "equal to" this one.boolean
Point3D. equals(Object obj)
Returns a hash code value for the point.boolean
Rectangle2D. equals(Object obj)
Indicates whether some other object is "equal to" this one.int
BoundingBox. hashCode()
Returns a hash code value for the object.int
Dimension2D. hashCode()
Returns a hash code value for the Dimension2D object.int
Insets. hashCode()
Returns a hash code value for the insets.int
Point2D. hashCode()
Returns a hash code value for the point.int
Point3D. hashCode()
Returns a hash code for thisPoint3D
object.int
Rectangle2D. hashCode()
Returns a hash code for thisRectangle2D
object.boolean
BoundingBox. intersects(double x, double y, double w, double h)
Tests if the interior of thisBounds
intersects the interior of a specified rectangular area.boolean
BoundingBox. intersects(double x, double y, double z, double w, double h, double d)
Tests if the interior of thisBounds
intersects the interior of a specified rectangular area.boolean
BoundingBox. intersects(Bounds b)
Tests if the interior of thisBounds
intersects the interior of a specified Bounds,b
.boolean
BoundingBox. isEmpty()
Indicates whether any of the dimensions(width, height or depth) of this bounds is less than zero.String
BoundingBox. toString()
Returns a string representation of thisBoundingBox
.String
Dimension2D. toString()
Returns a string representation of thisDimension2D
.String
Insets. toString()
Returns a string representation for the insets.String
Point2D. toString()
Returns a string representation of thisPoint2D
.String
Point3D. toString()
Returns a string representation of thisPoint3D
.String
Rectangle2D. toString()
Returns a string representation of thisRectangle2D
. -
Uses of Override in javafx.print
Methods in javafx.print with annotations of type Override Modifier and Type Method Description boolean
PageLayout. equals(Object o)
boolean
Paper. equals(Object o)
boolean
PrintResolution. equals(Object o)
int
PageLayout. hashCode()
int
Paper. hashCode()
int
PrintResolution. hashCode()
String
JobSettings. toString()
String
PageLayout. toString()
String
Paper. toString()
String
PaperSource. toString()
String
Printer. toString()
String
PrinterJob. toString()
String
PrintResolution. toString()
-
Uses of Override in javafx.scene
Methods in javafx.scene with annotations of type Override Modifier and Type Method Description EventDispatchChain
Node. buildEventDispatchChain(EventDispatchChain tail)
Construct an event dispatch chain for this node.EventDispatchChain
Scene. buildEventDispatchChain(EventDispatchChain tail)
Construct an event dispatch chain for this scene.double
Parent. getBaselineOffset()
Calculates the baseline offset based on the first managed child.ObservableList<Node>
Group. getChildren()
Gets the list of children of thisGroup
.List<CssMetaData<? extends Styleable,?>>
Node. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.Styleable
Node. getStyleableParent()
Return the parent of this Styleable, or null if there is no parent.ObservableList<String>
Node. getStyleClass()
String
Node. getTypeSelector()
The type of thisStyleable
that is to be used in selector matching.protected void
Group. layoutChildren()
Group implements layoutChildren such that each child is resized to its preferred size, if the child is resizable.Node
Parent. lookup(String selector)
double
Group. minHeight(double width)
double
Parent. minHeight(double width)
double
Group. minWidth(double height)
double
Parent. minWidth(double height)
double
Group. prefHeight(double width)
Group defines the preferred height as simply being the height of its layout bounds, which in turn is simply the sum of the positions and heights of all of its children.double
Parent. prefHeight(double width)
double
Group. prefWidth(double height)
Group defines the preferred width as simply being the width of its layout bounds, which in turn is simply the sum of the positions and widths of all of its children.double
Parent. prefWidth(double height)
Object
Parent. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.String
Cursor. toString()
Returns a string representation for the cursor.String
Node. toString()
Returns a string representation for the object.String
SceneAntialiasing. toString()
protected void
Parent. updateBounds()
-
Uses of Override in javafx.scene.chart
Methods in javafx.scene.chart with annotations of type Override Modifier and Type Method Description protected Object
CategoryAxis. autoRange(double length)
This calculates the categories based on the data provided to invalidateRange() method.protected Object
NumberAxis. autoRange(double minValue, double maxValue, double length, double labelSize)
Called to set the upper and lower bound and anything else that needs to be auto-ranged.protected Object
ValueAxis. autoRange(double length)
This calculates the upper and lower bound based on the data provided to invalidateRange() method.protected List<String>
CategoryAxis. calculateTickValues(double length, Object range)
Calculate a list of all the data values for each tick mark in rangeprotected List<Number>
NumberAxis. calculateTickValues(double length, Object range)
Calculates a list of all the data values for each tick mark in rangeprotected double
Chart. computeMinHeight(double width)
Charts are sized outside in, user tells chart how much space it has and chart draws inside that.protected double
Chart. computeMinWidth(double height)
Charts are sized outside in, user tells chart how much space it has and chart draws inside that.protected double
Axis. computePrefHeight(double width)
Computes the preferred height of this axis for the given width.protected double
Chart. computePrefHeight(double width)
Charts are sized outside in, user tells chart how much space it has and chart draws inside that.protected double
Axis. computePrefWidth(double height)
Computes the preferred width of this axis for the given height.protected double
Chart. computePrefWidth(double height)
Charts are sized outside in, user tells chart how much space it has and chart draws inside that.protected void
AreaChart. dataItemAdded(XYChart.Series<X,Y> series, int itemIndex, XYChart.Data<X,Y> item)
protected void
BarChart. dataItemAdded(XYChart.Series<X,Y> series, int itemIndex, XYChart.Data<X,Y> item)
protected void
BubbleChart. dataItemAdded(XYChart.Series<X,Y> series, int itemIndex, XYChart.Data<X,Y> item)
protected void
LineChart. dataItemAdded(XYChart.Series<X,Y> series, int itemIndex, XYChart.Data<X,Y> item)
protected void
ScatterChart. dataItemAdded(XYChart.Series<X,Y> series, int itemIndex, XYChart.Data<X,Y> item)
Called when a data item has been added to a series.protected void
StackedAreaChart. dataItemAdded(XYChart.Series<X,Y> series, int itemIndex, XYChart.Data<X,Y> item)
protected void
StackedBarChart. dataItemAdded(XYChart.Series<X,Y> series, int itemIndex, XYChart.Data<X,Y> item)
protected void
AreaChart. dataItemChanged(XYChart.Data<X,Y> item)
Called when a data item has changed, ie its xValue, yValue or extraValue has changed.protected void
BarChart. dataItemChanged(XYChart.Data<X,Y> item)
Called when a data item has changed, ie its xValue, yValue or extraValue has changed.protected void
BubbleChart. dataItemChanged(XYChart.Data<X,Y> item)
Called when a data item has changed, ie its xValue, yValue or extraValue has changed.protected void
LineChart. dataItemChanged(XYChart.Data<X,Y> item)
Called when a data item has changed, ie its xValue, yValue or extraValue has changed.protected void
ScatterChart. dataItemChanged(XYChart.Data<X,Y> item)
Called when a data item has changed, ie its xValue, yValue or extraValue has changed.protected void
StackedAreaChart. dataItemChanged(XYChart.Data<X,Y> item)
Called when a data item has changed, ie its xValue, yValue or extraValue has changed.protected void
StackedBarChart. dataItemChanged(XYChart.Data<X,Y> item)
Called when a data item has changed, ie its xValue, yValue or extraValue has changed.protected void
AreaChart. dataItemRemoved(XYChart.Data<X,Y> item, XYChart.Series<X,Y> series)
protected void
BarChart. dataItemRemoved(XYChart.Data<X,Y> item, XYChart.Series<X,Y> series)
protected void
BubbleChart. dataItemRemoved(XYChart.Data<X,Y> item, XYChart.Series<X,Y> series)
protected void
LineChart. dataItemRemoved(XYChart.Data<X,Y> item, XYChart.Series<X,Y> series)
protected void
ScatterChart. dataItemRemoved(XYChart.Data<X,Y> item, XYChart.Series<X,Y> series)
Called when a data item has been removed from data model but it is still visible on the chart.protected void
StackedAreaChart. dataItemRemoved(XYChart.Data<X,Y> item, XYChart.Series<X,Y> series)
protected void
StackedBarChart. dataItemRemoved(XYChart.Data<X,Y> item, XYChart.Series<X,Y> series)
Number
NumberAxis.DefaultFormatter. fromString(String string)
Converts the string provided into a Number defined by the this converter.List<CssMetaData<? extends Styleable,?>>
AreaChart. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
Axis. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
BarChart. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
CategoryAxis. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
Chart. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
LineChart. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
NumberAxis. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
PieChart. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
StackedAreaChart. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
StackedBarChart. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
ValueAxis. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
XYChart. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.double
CategoryAxis. getDisplayPosition(String value)
Get the display position along this axis for a given value.double
ValueAxis. getDisplayPosition(T value)
Gets the display position along this axis for a given value.protected Object
CategoryAxis. getRange()
Called to get the current axis range.protected Object
NumberAxis. getRange()
Called to get the current axis range.protected String
CategoryAxis. getTickMarkLabel(String value)
Get the string label name for a tick mark with the given valueprotected String
NumberAxis. getTickMarkLabel(Number value)
Get the string label name for a tick mark with the given value.String
CategoryAxis. getValueForDisplay(double displayPosition)
Get the data value for the given display position on this axis.T
ValueAxis. getValueForDisplay(double displayPosition)
Gets the data value for the given display position on this axis.double
CategoryAxis. getZeroPosition()
Get the display position of the zero line along this axis.double
ValueAxis. getZeroPosition()
Gets the display position of the zero line along this axis.void
CategoryAxis. invalidateRange(List<String> data)
Called when data has changed and the range may not be valid any more.void
ValueAxis. invalidateRange(List<T> data)
Called when the data has changed and the range may not be valid anymore.boolean
CategoryAxis. isValueOnAxis(String value)
Checks if the given value is plottable on this axisboolean
ValueAxis. isValueOnAxis(T value)
Checks if the given value is plottable on this axisprotected void
PieChart. layoutChartChildren(double top, double left, double contentWidth, double contentHeight)
Called to update and layout the chart children available from getChartChildren()protected void
XYChart. layoutChartChildren(double top, double left, double width, double height)
Called to update and layout the chart children available from getChartChildren()protected void
Axis. layoutChildren()
Invoked during the layout pass to layout this axis and all its content.protected void
Chart. layoutChildren()
Invoked during the layout pass to layout this chart and all its content.protected void
ValueAxis. layoutChildren()
Invoked during the layout pass to layout this axis and all its content.protected void
AreaChart. layoutPlotChildren()
Called to update and layout the plot children.protected void
BarChart. layoutPlotChildren()
Called to update and layout the plot children.protected void
BubbleChart. layoutPlotChildren()
Called to update and layout the plot children.protected void
LineChart. layoutPlotChildren()
Called to update and layout the plot children.protected void
ScatterChart. layoutPlotChildren()
Called to update and layout the plot children.protected void
StackedAreaChart. layoutPlotChildren()
Called to update and layout the plot children.protected void
StackedBarChart. layoutPlotChildren()
Called to update and layout the plot children.protected Dimension2D
CategoryAxis. measureTickMarkSize(String value, Object range)
Measure the size of the label for given tick mark value.protected Dimension2D
NumberAxis. measureTickMarkSize(Number value, Object range)
Measures the size of the label for a given tick mark value.void
Axis. requestLayout()
We suppress requestLayout() calls here by doing nothing as we don't want changes to our children to cause layout.protected void
AreaChart. seriesAdded(XYChart.Series<X,Y> series, int seriesIndex)
protected void
BarChart. seriesAdded(XYChart.Series<X,Y> series, int seriesIndex)
protected void
BubbleChart. seriesAdded(XYChart.Series<X,Y> series, int seriesIndex)
protected void
LineChart. seriesAdded(XYChart.Series<X,Y> series, int seriesIndex)
protected void
ScatterChart. seriesAdded(XYChart.Series<X,Y> series, int seriesIndex)
A series has been added to the charts data model.protected void
StackedAreaChart. seriesAdded(XYChart.Series<X,Y> series, int seriesIndex)
protected void
StackedBarChart. seriesAdded(XYChart.Series<X,Y> series, int seriesIndex)
A series has been added to the charts data model.protected void
AreaChart. seriesChanged(ListChangeListener.Change<? extends XYChart.Series> c)
protected void
BarChart. seriesChanged(ListChangeListener.Change<? extends XYChart.Series> c)
protected void
LineChart. seriesChanged(ListChangeListener.Change<? extends XYChart.Series> c)
protected void
StackedAreaChart. seriesChanged(ListChangeListener.Change<? extends XYChart.Series> c)
protected void
StackedBarChart. seriesChanged(ListChangeListener.Change<? extends XYChart.Series> c)
protected void
AreaChart. seriesRemoved(XYChart.Series<X,Y> series)
protected void
BarChart. seriesRemoved(XYChart.Series<X,Y> series)
protected void
BubbleChart. seriesRemoved(XYChart.Series<X,Y> series)
protected void
LineChart. seriesRemoved(XYChart.Series<X,Y> series)
protected void
ScatterChart. seriesRemoved(XYChart.Series<X,Y> series)
A series has been removed from the data model but it is still visible on the chart.protected void
StackedAreaChart. seriesRemoved(XYChart.Series<X,Y> series)
protected void
StackedBarChart. seriesRemoved(XYChart.Series<X,Y> series)
protected void
CategoryAxis. setRange(Object range, boolean animate)
Called to set the current axis range to the given range.protected void
NumberAxis. setRange(Object range, boolean animate)
Called to set the current axis range to the given range.protected void
ValueAxis. tickMarksUpdated()
Called during layout if the tickmarks have been updated, allowing subclasses to do anything they need to in reaction.double
CategoryAxis. toNumericValue(String value)
All axis values must be representable by some numeric value.double
ValueAxis. toNumericValue(T value)
All axis values must be representable by some numeric value.String
CategoryAxis. toRealValue(double value)
All axis values must be representable by some numeric value.T
ValueAxis. toRealValue(double value)
All axis values must be representable by some numeric value.String
Axis.TickMark. toString()
Returns a string representation of thisTickMark
object.String
NumberAxis.DefaultFormatter. toString(Number object)
Converts the object provided into its string form.String
PieChart.Data. toString()
Returns a string representation of thisData
object.String
XYChart.Data. toString()
Returns a string representation of thisData
object.String
XYChart.Series. toString()
Returns a string representation of thisSeries
object.protected void
AreaChart. updateAxisRange()
This is called when the range has been invalidated and we need to update it.protected void
BubbleChart. updateAxisRange()
This is called when the range has been invalidated and we need to update it.protected void
LineChart. updateAxisRange()
This is called when the range has been invalidated and we need to update it.protected void
StackedAreaChart. updateAxisRange()
This is called when the range has been invalidated and we need to update it.protected void
StackedBarChart. updateAxisRange()
This is called when the range has been invalidated and we need to update it. -
Uses of Override in javafx.scene.control
Methods in javafx.scene.control with annotations of type Override Modifier and Type Method Description <E extends Event>
voidMenu. addEventHandler(EventType<E> eventType, EventHandler<E> eventHandler)
Registers an event handler to this MenuItem.EventDispatchChain
Dialog. buildEventDispatchChain(EventDispatchChain tail)
Construct an event dispatch chain for this target.EventDispatchChain
Menu. buildEventDispatchChain(EventDispatchChain tail)
Construct an event dispatch chain for this target.EventDispatchChain
MenuItem. buildEventDispatchChain(EventDispatchChain tail)
Construct an event dispatch chain for this target.EventDispatchChain
Tab. buildEventDispatchChain(EventDispatchChain tail)
Construct an event dispatch chain for this target.EventDispatchChain
TableColumnBase. buildEventDispatchChain(EventDispatchChain tail)
Construct an event dispatch chain for this target.EventDispatchChain
TreeItem. buildEventDispatchChain(EventDispatchChain tail)
Construct an event dispatch chain for this target.void
ListCell. cancelEdit()
Call this function to transition from an editing state into a non-editing state, without saving any user input.void
TableCell. cancelEdit()
Call this function to transition from an editing state into a non-editing state, without saving any user input.void
TreeCell. cancelEdit()
Call this function to transition from an editing state into a non-editing state, without saving any user input.void
TreeTableCell. cancelEdit()
Call this function to transition from an editing state into a non-editing state, without saving any user input.void
TreeTableRow. cancelEdit()
Call this function to transition from an editing state into a non-editing state, without saving any user input.void
SingleSelectionModel. clearAndSelect(int index)
In the SingleSelectionModel, this method is functionally equivalent to callingselect(index)
, as only one selection is allowed at a time.void
TableView.TableViewSelectionModel. clearAndSelect(int row, TableColumnBase<S,?> column)
Clears all selection, and then selects the cell at the given row/column intersection.void
SingleSelectionModel. clearSelection()
Clears the selection model of all selected indices.void
SingleSelectionModel. clearSelection(int index)
Clears the selection of the given index, if it is currently selected.void
TableView.TableViewSelectionModel. clearSelection(int row, TableColumnBase<S,?> column)
Removes selection from the specified row/column position (in view indexes).TextFormatter.Change
TextFormatter.Change. clone()
void
ListCell. commitEdit(T newValue)
Call this function when appropriate (based on the user interaction requirements of your cell editing user interface) to do two things: Fire the appropriate events back to the backing UI control (e.g.void
TableCell. commitEdit(T newValue)
Call this function when appropriate (based on the user interaction requirements of your cell editing user interface) to do two things: Fire the appropriate events back to the backing UI control (e.g.void
TreeCell. commitEdit(T newValue)
Call this function when appropriate (based on the user interaction requirements of your cell editing user interface) to do two things: Fire the appropriate events back to the backing UI control (e.g.void
TreeTableCell. commitEdit(T newValue)
Call this function when appropriate (based on the user interaction requirements of your cell editing user interface) to do two things: Fire the appropriate events back to the backing UI control (e.g.void
TreeTableRow. commitEdit(T newValue)
Call this function when appropriate (based on the user interaction requirements of your cell editing user interface) to do two things: Fire the appropriate events back to the backing UI control (e.g.protected double
Control. computeMaxHeight(double width)
Computes the maximum allowable height of the Control, based on the provided width.protected double
Control. computeMaxWidth(double height)
Computes the maximum allowable width of the Control, based on the provided height.protected double
Control. computeMinHeight(double width)
Computes the minimum allowable height of the Control, based on the provided width.protected double
DialogPane. computeMinHeight(double width)
Computes the minimum height of this region.protected double
Control. computeMinWidth(double height)
Computes the minimum allowable width of the Control, based on the provided height.protected double
DialogPane. computeMinWidth(double height)
Computes the minimum width of this region.protected double
Control. computePrefHeight(double width)
Computes the preferred height of this region for the given width; Region subclasses should override this method to return an appropriate value based on their content and layout strategy.protected double
DialogPane. computePrefHeight(double width)
Computes the preferred height of this region for the given width; Region subclasses should override this method to return an appropriate value based on their content and layout strategy.protected double
Control. computePrefWidth(double height)
Computes the preferred width of this region for the given height.protected double
DialogPane. computePrefWidth(double height)
Computes the preferred width of this region for the given height.void
PasswordField. copy()
Does nothing for PasswordField.DialogEvent
DialogEvent. copyFor(Object newSource, EventTarget newTarget)
protected Skin<?>
Accordion. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
Button. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ButtonBar. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
CheckBox. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ChoiceBox. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ColorPicker. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ComboBox. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ContextMenu. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
DateCell. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
DatePicker. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
Hyperlink. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
Label. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ListCell. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ListView. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
MenuBar. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
MenuButton. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
Pagination. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ProgressBar. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ProgressIndicator. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
RadioButton. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ScrollBar. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ScrollPane. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
Separator. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
Slider. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
Spinner. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
SplitMenuButton. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
SplitPane. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TableCell. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TableRow. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TableView. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TabPane. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TextArea. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TextField. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TitledPane. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ToggleButton. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
ToolBar. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
Tooltip. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TreeCell. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TreeTableCell. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TreeTableRow. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TreeTableView. createDefaultSkin()
Create a new instance of the default skin for this control.protected Skin<?>
TreeView. createDefaultSkin()
Create a new instance of the default skin for this control.void
PasswordField. cut()
Does nothing for PasswordField.void
SpinnerValueFactory.DoubleSpinnerValueFactory. decrement(int steps)
Attempts to decrement thevalue
by the given number of steps.void
SpinnerValueFactory.IntegerSpinnerValueFactory. decrement(int steps)
Attempts to decrement thevalue
by the given number of steps.void
SpinnerValueFactory.ListSpinnerValueFactory. decrement(int steps)
Attempts to decrement thevalue
by the given number of steps.void
SkinBase. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.boolean
IndexRange. equals(Object object)
Indicates whether some other object is "equal to" this one.boolean
TablePositionBase. equals(Object obj)
Indicates whether some other object is "equal to" this one.void
ButtonBase. executeAccessibleAction(AccessibleAction action, Object... parameters)
This method is called by the assistive technology to request the action indicated by the argument should be executed.void
ChoiceBox. executeAccessibleAction(AccessibleAction action, Object... parameters)
This method is called by the assistive technology to request the action indicated by the argument should be executed.void
ComboBoxBase. executeAccessibleAction(AccessibleAction action, Object... parameters)
This method is called by the assistive technology to request the action indicated by the argument should be executed.void
Control. executeAccessibleAction(AccessibleAction action, Object... parameters)
This method is called by the assistive technology to request the action indicated by the argument should be executed.void
ListCell. executeAccessibleAction(AccessibleAction action, Object... parameters)
This method is called by the assistive technology to request the action indicated by the argument should be executed.void
MenuButton. executeAccessibleAction(AccessibleAction action, Object... parameters)
This method is called by the assistive technology to request the action indicated by the argument should be executed.void
ScrollBar. executeAccessibleAction(AccessibleAction action, Object... parameters)
This method is called by the assistive technology to request the action indicated by the argument should be executed.void
Slider. executeAccessibleAction(AccessibleAction action, Object... parameters)
This method is called by the assistive technology to request the action indicated by the argument should be executed.void
Spinner. executeAccessibleAction(AccessibleAction action, Object... parameters)
This method is called by the assistive technology to request the action indicated by the argument should be executed.void
SplitMenuButton. executeAccessibleAction(AccessibleAction action, Object... parameters)
This method is called by the assistive technology to request the action indicated by the argument should be executed.void
TableCell. executeAccessibleAction(AccessibleAction action, Object... parameters)
This method is called by the assistive technology to request the action indicated by the argument should be executed.void
TextInputControl. executeAccessibleAction(AccessibleAction action, Object... parameters)
This method is called by the assistive technology to request the action indicated by the argument should be executed.void
TitledPane. executeAccessibleAction(AccessibleAction action, Object... parameters)
This method is called by the assistive technology to request the action indicated by the argument should be executed.void
TreeCell. executeAccessibleAction(AccessibleAction action, Object... parameters)
This method is called by the assistive technology to request the action indicated by the argument should be executed.void
TreeTableCell. executeAccessibleAction(AccessibleAction action, Object... parameters)
This method is called by the assistive technology to request the action indicated by the argument should be executed.void
TreeTableRow. executeAccessibleAction(AccessibleAction action, Object... parameters)
This method is called by the assistive technology to request the action indicated by the argument should be executed.void
Button. fire()
Invoked when a user gesture indicates that an event for thisButtonBase
should occur.void
CheckBox. fire()
Toggles the state of theCheckBox
.void
Hyperlink. fire()
Implemented to invoke theActionEvent
if one is defined.void
MenuButton. fire()
This has no impact.void
RadioButton. fire()
Toggles the state of the radio button if and only if the RadioButton has not already selected or is not part of aToggleGroup
.void
SplitMenuButton. fire()
Call the action when button is pressed.void
ToggleButton. fire()
Invoked when a user gesture indicates that an event for thisButtonBase
should occur.void
TableView.TableViewFocusModel. focus(int index)
Causes the item at the given index to receive the focus.void
TableView.TableViewFocusModel. focus(int row, TableColumn<S,?> column)
Causes the item at the given index to receive the focus.void
TableView.TableViewSelectionModel. focus(int row)
void
TreeTableView.TreeTableViewFocusModel. focus(int index)
Causes the item at the given index to receive the focus.void
TreeTableView.TreeTableViewFocusModel. focus(int row, TreeTableColumn<S,?> column)
Causes the item at the given index to receive the focus.void
TreeTableView.TreeTableViewSelectionModel. focus(int row)
void
TableView.TableViewFocusModel. focusAboveCell()
Attempts to move focus to the cell above the currently focused cell.void
TreeTableView.TreeTableViewFocusModel. focusAboveCell()
Attempts to move focus to the cell above the currently focused cell.void
TableView.TableViewFocusModel. focusBelowCell()
Attempts to move focus to the cell below the currently focused cell.void
TreeTableView.TreeTableViewFocusModel. focusBelowCell()
Attempts to move focus to the cell below the currently focused cell.void
TableView.TableViewFocusModel. focusLeftCell()
Attempts to move focus to the cell to the left of the currently focused cell.void
TreeTableView.TreeTableViewFocusModel. focusLeftCell()
Attempts to move focus to the cell to the left of the currently focused cell.void
TableView.TableViewFocusModel. focusNext()
Attempts to give focus to the row after to the currently focused row.void
TreeTableView.TreeTableViewFocusModel. focusNext()
Attempts to give focus to the row after to the currently focused row.void
TableView.TableViewFocusModel. focusPrevious()
Attempts to give focus to the row previous to the currently focused row.void
TreeTableView.TreeTableViewFocusModel. focusPrevious()
Attempts to give focus to the row previous to the currently focused row.void
TableView.TableViewFocusModel. focusRightCell()
Attempts to move focus to the cell to the right of the the currently focused cell.void
TreeTableView.TreeTableViewFocusModel. focusRightCell()
Attempts to move focus to the cell to the right of the the currently focused cell.double
Control. getBaselineOffset()
Calculates the baseline offset based on the first managed child.ObservableValue<T>
TableColumn. getCellObservableValue(int index)
Attempts to return an ObservableValue<T> for the item in the given index (which is of type S).ObservableValue<T>
TableColumn. getCellObservableValue(S item)
Attempts to return an ObservableValue<T> for the given item (which is of type S).ObservableValue<T>
TreeTableColumn. getCellObservableValue(int index)
Attempts to return an ObservableValue<T> for the item in the given index (which is of type S).ObservableValue<T>
TreeTableColumn. getCellObservableValue(TreeItem<S> item)
Attempts to return an ObservableValue<T> for the given item (which is of type S).int
TablePosition. getColumn()
The column index that this TablePosition represents in the TableView.TableColumn<S,?>
TableView.ResizeFeatures. getColumn()
Returns the column upon which the resize is occurring, or null if this ResizeFeatures instance was created as a result of a TableView resize operation.int
TreeTablePosition. getColumn()
The column index that this TreeTablePosition represents in the TreeTableView.TreeTableColumn<S,?>
TreeTableView.ResizeFeatures. getColumn()
Returns the column upon which the resize is occurring, or null if this ResizeFeatures instance was created as a result of a TreeTableView resize operation.ObservableList<TableColumn<S,?>>
TableColumn. getColumns()
This enables support for nested columns, which can be useful to group together related data.ObservableList<TreeTableColumn<S,?>>
TreeTableColumn. getColumns()
This enables support for nested columns, which can be useful to group together related data.Orientation
Accordion. getContentBias()
Returns the orientation of a node's resizing bias for layout purposes.Orientation
Labeled. getContentBias()
If wrapText is true, then contentBias will be HORIZONTAL, otherwise it is null.Orientation
TitledPane. getContentBias()
List<CssMetaData<? extends Styleable,?>>
DatePicker. getControlCssMetaData()
List<CssMetaData<? extends Styleable,?>>
Labeled. getControlCssMetaData()
List<CssMetaData<? extends Styleable,?>>
ListView. getControlCssMetaData()
List<CssMetaData<? extends Styleable,?>>
MenuBar. getControlCssMetaData()
List<CssMetaData<? extends Styleable,?>>
Pagination. getControlCssMetaData()
List<CssMetaData<? extends Styleable,?>>
ScrollBar. getControlCssMetaData()
List<CssMetaData<? extends Styleable,?>>
ScrollPane. getControlCssMetaData()
protected List<CssMetaData<? extends Styleable,?>>
Separator. getControlCssMetaData()
protected List<CssMetaData<? extends Styleable,?>>
Slider. getControlCssMetaData()
List<CssMetaData<? extends Styleable,?>>
SplitPane. getControlCssMetaData()
List<CssMetaData<? extends Styleable,?>>
TableView. getControlCssMetaData()
List<CssMetaData<? extends Styleable,?>>
TabPane. getControlCssMetaData()
List<CssMetaData<? extends Styleable,?>>
TextArea. getControlCssMetaData()
List<CssMetaData<? extends Styleable,?>>
TextField. getControlCssMetaData()
List<CssMetaData<? extends Styleable,?>>
TextInputControl. getControlCssMetaData()
List<CssMetaData<? extends Styleable,?>>
TitledPane. getControlCssMetaData()
List<CssMetaData<? extends Styleable,?>>
ToolBar. getControlCssMetaData()
List<CssMetaData<? extends Styleable,?>>
TreeTableView. getControlCssMetaData()
List<CssMetaData<? extends Styleable,?>>
TreeView. getControlCssMetaData()
List<CssMetaData<? extends Styleable,?>>
Control. getCssMetaData()
This method returns aList
containing allCssMetaData
for both this Control (returned fromControl.getControlCssMetaData()
and itsSkin
, assuming theskin property
is aSkinBase
.List<CssMetaData<? extends Styleable,?>>
DialogPane. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
MenuItem. getCssMetaData()
List<CssMetaData<? extends Styleable,?>>
PopupControl.CSSBridge. getCssMetaData()
List<CssMetaData<? extends Styleable,?>>
PopupControl. getCssMetaData()
The CssMetaData of this Styleable.List<CssMetaData<? extends Styleable,?>>
Tab. getCssMetaData()
The CssMetaData of this Styleable.List<CssMetaData<? extends Styleable,?>>
TableColumn. getCssMetaData()
The CssMetaData of this Styleable.List<CssMetaData<? extends Styleable,?>>
Tooltip. getCssMetaData()
The CssMetaData of this Styleable.List<CssMetaData<? extends Styleable,?>>
TreeTableColumn. getCssMetaData()
The CssMetaData of this Styleable.EventType<DialogEvent>
DialogEvent. getEventType()
int
TableView.TableViewSelectionModel. getFocusedIndex()
int
TreeTableView.TreeTableViewSelectionModel. getFocusedIndex()
String
MenuItem. getId()
Gets the value of the property id.String
PopupControl. getId()
The id of thisPopupControl
.String
Tab. getId()
The id of this tab.String
TableColumnBase. getId()
Gets the value of the property id.protected Pos
RadioButton. getInitialAlignment()
Returns the initial alignment state of this control, for use by the JavaFX CSS engine to correctly set its initial value.protected Pos
ToggleButton. getInitialAlignment()
Returns the initial alignment state of this control, for use by the JavaFX CSS engine to correctly set its initial value.protected Cursor
Hyperlink. getInitialCursor()
Returns the initial cursor state of this control, for use by the JavaFX CSS engine to correctly set its initial value.protected Boolean
Accordion. getInitialFocusTraversable()
Returns the initial focus traversable state of this control, for use by the JavaFX CSS engine to correctly set its initial value.protected Boolean
ButtonBar. getInitialFocusTraversable()
Returns the initial focus traversable state of this control, for use by the JavaFX CSS engine to correctly set its initial value.protected Boolean
Cell. getInitialFocusTraversable()
Returns the initial focus traversable state of this control, for use by the JavaFX CSS engine to correctly set its initial value.protected Boolean
Control. getInitialFocusTraversable()
Returns the initial focus traversable state of this control, for use by the JavaFX CSS engine to correctly set its initial value.protected Boolean
Label. getInitialFocusTraversable()
Returns the initial focus traversable state of this control, for use by the JavaFX CSS engine to correctly set its initial value.protected Boolean
MenuBar. getInitialFocusTraversable()
Returns the initial focus traversable state of this control, for use by the JavaFX CSS engine to correctly set its initial value.protected Boolean
ProgressBar. getInitialFocusTraversable()
Returns the initial focus traversable state of this control, for use by the JavaFX CSS engine to correctly set its initial value.protected Boolean
ProgressIndicator. getInitialFocusTraversable()
Returns the initial focus traversable state of this control, for use by the JavaFX CSS engine to correctly set its initial value.protected Boolean
ScrollBar. getInitialFocusTraversable()
Returns the initial focus traversable state of this control, for use by the JavaFX CSS engine to correctly set its initial value.protected Boolean
ScrollPane. getInitialFocusTraversable()
Returns the initial focus traversable state of this control, for use by the JavaFX CSS engine to correctly set its initial value.protected Boolean
Separator. getInitialFocusTraversable()
Returns the initial focus traversable state of this control, for use by the JavaFX CSS engine to correctly set its initial value.protected Boolean
SplitPane. getInitialFocusTraversable()
Returns the initial focus traversable state of this control, for use by the JavaFX CSS engine to correctly set its initial value.protected Boolean
ToolBar. getInitialFocusTraversable()
Returns the initial focus traversable state of this control, for use by the JavaFX CSS engine to correctly set its initial value.protected int
TableView.TableViewFocusModel. getItemCount()
Returns the number of items in the data model that underpins the control.protected int
TableView.TableViewSelectionModel. getItemCount()
Returns the number of items in the data model that underpins the control.protected int
TreeTableView.TreeTableViewFocusModel. getItemCount()
Returns the number of items in the data model that underpins the control.protected int
TreeTableView.TreeTableViewSelectionModel. getItemCount()
Returns the number of items in the data model that underpins the control.protected S
TableView.TableViewFocusModel. getModelItem(int index)
Returns the item at the given index.protected S
TableView.TableViewSelectionModel. getModelItem(int index)
Returns the item at the given index.protected TreeItem<S>
TreeTableView.TreeTableViewFocusModel. getModelItem(int index)
Returns the item at the given index.TreeItem<S>
TreeTableView.TreeTableViewSelectionModel. getModelItem(int index)
Returns the item at the given index.Node
SkinBase. getNode()
Gets the Node which represents this Skin.ObservableSet<PseudoClass>
MenuItem. getPseudoClassStates()
Return the pseudo-class state of this Styleable.ObservableSet<PseudoClass>
PopupControl. getPseudoClassStates()
Return the pseudo-class state of this Styleable.Skin<?>
Control. getSkin()
Gets the value of the property skin.Skin<?>
PopupControl. getSkin()
Gets the value of the property skin.C
SkinBase. getSkinnable()
Gets the Skinnable to which this Skin is assigned.ListView<T>
ListView.EditEvent. getSource()
Returns the ListView upon which the edit took place.C
SortEvent. getSource()
TreeItem<T>
TreeItem.TreeModificationEvent. getSource()
Returns the TreeItem upon which this event occurred.TreeTableView<S>
TreeTableView.EditEvent. getSource()
Returns the TreeTableView upon which the edit took place.TreeView<T>
TreeView.EditEvent. getSource()
Returns the TreeView upon which the edit took place.String
MenuItem. getStyle()
Gets the value of the property style.String
PopupControl. getStyle()
A string representation of the CSS style associated with this specificPopupControl
.String
Tab. getStyle()
The CSS style string associated to this tab.String
TableColumnBase. getStyle()
Gets the value of the property style.Node
MenuItem. getStyleableNode()
Returns the Node that represents this Styleable object.Node
PopupControl. getStyleableNode()
Returns the Node that represents this Styleable object.Node
TableColumn. getStyleableNode()
Returns the Node that represents this Styleable object.Node
TreeTableColumn. getStyleableNode()
Returns the Node that represents this Styleable object.Styleable
MenuItem. getStyleableParent()
Return the parent of this Styleable, or null if there is no parent.Styleable
PopupControl.CSSBridge. getStyleableParent()
This method should be treated as final and should not be overridden by any subclasses of CSSBridge.Styleable
PopupControl. getStyleableParent()
Return the parent of this Styleable, or null if there is no parent.Styleable
Tab. getStyleableParent()
Return the parent of this Styleable, or null if there is no parent.Styleable
TableColumn. getStyleableParent()
Return the parent of this Styleable, or null if there is no parent.Styleable
Tooltip. getStyleableParent()
Styleable
TreeTableColumn. getStyleableParent()
Return the parent of this Styleable, or null if there is no parent.ObservableList<String>
MenuItem. getStyleClass()
* Public API * *ObservableList<String>
PopupControl. getStyleClass()
Returns the list of String identifiers that make up the styleClass for this PopupControl.ObservableList<String>
Tab. getStyleClass()
A list of String identifiers which can be used to logically group Nodes, specifically for an external style engine.ObservableList<String>
TableColumnBase. getStyleClass()
A list of String identifiers which can be used to logically group Nodes, specifically for an external style engine.TableColumn<S,T>
TablePosition. getTableColumn()
The TableColumn that this TablePosition represents in the TableView.TreeTableColumn<S,T>
TreeTablePosition. getTableColumn()
ToggleGroup
RadioMenuItem. getToggleGroup()
Gets the value of the property toggleGroup.String
MenuItem. getTypeSelector()
The type of thisStyleable
that is to be used in selector matching.String
PopupControl. getTypeSelector()
The type of thisStyleable
that is to be used in selector matching.String
Tab. getTypeSelector()
The type of thisStyleable
that is to be used in selector matching.String
TableColumn. getTypeSelector()
The type of thisStyleable
that is to be used in selector matching.String
TreeTableColumn. getTypeSelector()
The type of thisStyleable
that is to be used in selector matching.int
IndexRange. hashCode()
Returns a hash code for thisRange
object.int
TablePositionBase. hashCode()
Returns a hash code for thisTablePosition
object.void
ContextMenu. hide()
Hides thisContextMenu
and any visible submenus, assuming that when this function is called that theContextMenu
was showing.void
SpinnerValueFactory.DoubleSpinnerValueFactory. increment(int steps)
Attempts to omcrement thevalue
by the given number of steps.void
SpinnerValueFactory.IntegerSpinnerValueFactory. increment(int steps)
Attempts to omcrement thevalue
by the given number of steps.void
SpinnerValueFactory.ListSpinnerValueFactory. increment(int steps)
Attempts to omcrement thevalue
by the given number of steps.boolean
SingleSelectionModel. isEmpty()
This method is available to test whether there are any selected indices/items.boolean
TableView.TableViewFocusModel. isFocused(int row, TableColumn<S,?> column)
Tests whether the row / cell at the given location currently has the focus within the TableView.boolean
TreeTableView.TreeTableViewFocusModel. isFocused(int row, TreeTableColumn<S,?> column)
Tests whether the row / cell at the given location currently has the focus within the TableView.boolean
Control. isResizable()
Returnstrue
since all Controls are resizable.boolean
RadioMenuItem. isSelected()
Gets the value of the property selected.boolean
SingleSelectionModel. isSelected(int index)
This method will return true if the given index is the currently selected index in this SingleSelectionModel.boolean
TableView.TableViewSelectionModel. isSelected(int row, TableColumnBase<S,?> column)
Convenience function which tests whether the given row and column index is currently selected in this table instance.protected void
Cell. layoutChildren()
Invoked during the layout pass to layout the children in thisParent
.protected void
Control. layoutChildren()
Invoked during the layout pass to layout the children in thisParent
.protected void
DialogPane. layoutChildren()
Invoked during the layout pass to layout the children in thisParent
.protected void
TableCell. layoutChildren()
protected void
TreeTableCell. layoutChildren()
protected void
TreeTableView. layoutChildren()
Invoked during the layout pass to layout the children in thisParent
.protected void
TreeView. layoutChildren()
Invoked during the layout pass to layout the children in thisParent
.Node
TabPane. lookup(String selector)
Finds thisNode
, or the first sub-node, based on the given CSS selector.Object
CheckBox. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
ChoiceBox. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
ComboBox. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
ComboBoxBase. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
Control. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
DatePicker. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
Hyperlink. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
ListCell. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
ListView. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
PasswordField. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
ProgressBar. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
ProgressIndicator. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
RadioButton. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
ScrollBar. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
ScrollPane. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
Slider. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
Spinner. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
SplitMenuButton. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
TableCell. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
TableRow. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
TableView. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
TextInputControl. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
TitledPane. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
ToggleButton. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
TreeCell. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
TreeTableCell. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
TreeTableRow. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
TreeTableView. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
TreeView. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.<E extends Event>
voidMenu. removeEventHandler(EventType<E> eventType, EventHandler<E> eventHandler)
Unregisters a previously registered event handler from this MenuItem.void
Accordion. requestLayout()
Requests a layout pass to be performed before the next scene is rendered.void
PopupControl.CSSBridge. requestLayout()
Requests a layout pass to be performed before the next scene is rendered.void
SingleSelectionModel. select(int index)
Selects the given index.void
SingleSelectionModel. select(T obj)
Selects the index for the first instance of given object in the underlying data model.void
TableView.TableViewSelectionModel. select(int row, TableColumnBase<S,?> column)
Selects the cell at the given row/column intersection.BooleanProperty
RadioMenuItem. selectedProperty()
abstract void
MultipleSelectionModel. selectFirst()
This method will attempt to select the first index in the control.void
SingleSelectionModel. selectFirst()
Selects the first index.abstract void
MultipleSelectionModel. selectLast()
This method will attempt to select the last index in the control.void
SingleSelectionModel. selectLast()
Selects the last index.void
SingleSelectionModel. selectNext()
Selects the next index.void
SingleSelectionModel. selectPrevious()
Selects the previous index.void
TableView.TableViewSelectionModel. selectRange(int minRow, TableColumnBase<S,?> minColumn, int maxRow, TableColumnBase<S,?> maxColumn)
Selects the cells in the range (minRow, minColumn) to (maxRow, maxColumn), inclusive.void
TreeTableView.TreeTableViewSelectionModel. selectRange(int minRow, TableColumnBase<TreeItem<S>,?> minColumn, int maxRow, TableColumnBase<TreeItem<S>,?> maxColumn)
Selects the cells in the range (minRow, minColumn) to (maxRow, maxColumn), inclusive.void
RadioMenuItem. setSelected(boolean value)
Sets the value of the property selected.void
Control. setSkin(Skin<?> value)
Sets the value of the property skin.void
PopupControl. setSkin(Skin<?> value)
Sets the value of the property skin.void
RadioMenuItem. setToggleGroup(ToggleGroup value)
Sets the value of the property toggleGroup.void
ContextMenu. show(Node anchor, double screenX, double screenY)
Shows theContextMenu
at the specified screen coordinates.ObjectProperty<Skin<?>>
Control. skinProperty()
Skin is responsible for rendering thisControl
.ObjectProperty<Skin<?>>
PopupControl. skinProperty()
Skin is responsible for rendering thisPopupControl
.void
ListCell. startEdit()
Call this function to transition from a non-editing state into an editing state, if the cell is editable.void
TableCell. startEdit()
Call this function to transition from a non-editing state into an editing state, if the cell is editable.void
TreeCell. startEdit()
Call this function to transition from a non-editing state into an editing state, if the cell is editable.void
TreeTableCell. startEdit()
Call this function to transition from a non-editing state into an editing state, if the cell is editable.void
TreeTableRow. startEdit()
Call this function to transition from a non-editing state into an editing state, if the cell is editable.ObjectProperty<ToggleGroup>
RadioMenuItem. toggleGroupProperty()
Represents theToggleGroup
that this RadioMenuItem belongs to.String
ButtonType. toString()
Returns a string representation of the object.String
DialogEvent. toString()
Returns a string representation of thisDialogEvent
object.String
IndexRange. toString()
Returns a string representation of thisRange
object.String
Labeled. toString()
String
ListView.EditEvent. toString()
Returns a string representation of thisEditEvent
object.String
MenuItem. toString()
String
TablePosition. toString()
Returns a string representation of thisTablePosition
object.String
TextFormatter.Change. toString()
String
TreeItem. toString()
Returns a string representation of thisTreeItem
object.void
DateCell. updateItem(LocalDate item, boolean empty)
The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell.void
TableCell. updateSelected(boolean selected)
Updates whether this cell is in a selected state or not.void
TreeTableCell. updateSelected(boolean selected)
Updates whether this cell is in a selected state or not. -
Uses of Override in javafx.scene.control.cell
Methods in javafx.scene.control.cell with annotations of type Override Modifier and Type Method Description ObservableValue<T>
MapValueFactory. call(TableColumn.CellDataFeatures<Map,T> cdf)
ObservableValue<T>
PropertyValueFactory. call(TableColumn.CellDataFeatures<S,T> param)
Thecall
method is called when required, and is given a single argument of type P, with a requirement that an object of type R is returned.ObservableValue<T>
TreeItemPropertyValueFactory. call(TreeTableColumn.CellDataFeatures<S,T> param)
Thecall
method is called when required, and is given a single argument of type P, with a requirement that an object of type R is returned.void
ChoiceBoxListCell. cancelEdit()
Call this function to transition from an editing state into a non-editing state, without saving any user input.void
ChoiceBoxTableCell. cancelEdit()
Call this function to transition from an editing state into a non-editing state, without saving any user input.void
ChoiceBoxTreeCell. cancelEdit()
Call this function to transition from an editing state into a non-editing state, without saving any user input.void
ChoiceBoxTreeTableCell. cancelEdit()
Call this function to transition from an editing state into a non-editing state, without saving any user input.void
ComboBoxListCell. cancelEdit()
Call this function to transition from an editing state into a non-editing state, without saving any user input.void
ComboBoxTableCell. cancelEdit()
Call this function to transition from an editing state into a non-editing state, without saving any user input.void
ComboBoxTreeCell. cancelEdit()
Call this function to transition from an editing state into a non-editing state, without saving any user input.void
ComboBoxTreeTableCell. cancelEdit()
Call this function to transition from an editing state into a non-editing state, without saving any user input.void
TextFieldListCell. cancelEdit()
Call this function to transition from an editing state into a non-editing state, without saving any user input.void
TextFieldTableCell. cancelEdit()
Call this function to transition from an editing state into a non-editing state, without saving any user input.void
TextFieldTreeCell. cancelEdit()
Call this function to transition from an editing state into a non-editing state, without saving any user input.void
TextFieldTreeTableCell. cancelEdit()
Call this function to transition from an editing state into a non-editing state, without saving any user input.void
ChoiceBoxListCell. startEdit()
Call this function to transition from a non-editing state into an editing state, if the cell is editable.void
ChoiceBoxTableCell. startEdit()
Call this function to transition from a non-editing state into an editing state, if the cell is editable.void
ChoiceBoxTreeCell. startEdit()
Call this function to transition from a non-editing state into an editing state, if the cell is editable.void
ChoiceBoxTreeTableCell. startEdit()
Call this function to transition from a non-editing state into an editing state, if the cell is editable.void
ComboBoxListCell. startEdit()
Call this function to transition from a non-editing state into an editing state, if the cell is editable.void
ComboBoxTableCell. startEdit()
Call this function to transition from a non-editing state into an editing state, if the cell is editable.void
ComboBoxTreeCell. startEdit()
Call this function to transition from a non-editing state into an editing state, if the cell is editable.void
ComboBoxTreeTableCell. startEdit()
Call this function to transition from a non-editing state into an editing state, if the cell is editable.void
TextFieldListCell. startEdit()
Call this function to transition from a non-editing state into an editing state, if the cell is editable.void
TextFieldTableCell. startEdit()
Call this function to transition from a non-editing state into an editing state, if the cell is editable.void
TextFieldTreeCell. startEdit()
Call this function to transition from a non-editing state into an editing state, if the cell is editable.void
TextFieldTreeTableCell. startEdit()
Call this function to transition from a non-editing state into an editing state, if the cell is editable.void
CheckBoxListCell. updateItem(T item, boolean empty)
The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell.void
CheckBoxTableCell. updateItem(T item, boolean empty)
The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell.void
CheckBoxTreeCell. updateItem(T item, boolean empty)
The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell.void
CheckBoxTreeTableCell. updateItem(T item, boolean empty)
The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell.void
ChoiceBoxListCell. updateItem(T item, boolean empty)
The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell.void
ChoiceBoxTableCell. updateItem(T item, boolean empty)
The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell.void
ChoiceBoxTreeCell. updateItem(T item, boolean empty)
The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell.void
ChoiceBoxTreeTableCell. updateItem(T item, boolean empty)
The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell.void
ComboBoxListCell. updateItem(T item, boolean empty)
The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell.void
ComboBoxTableCell. updateItem(T item, boolean empty)
The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell.void
ComboBoxTreeCell. updateItem(T item, boolean empty)
The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell.void
ComboBoxTreeTableCell. updateItem(T item, boolean empty)
The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell.void
ProgressBarTableCell. updateItem(Double item, boolean empty)
The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell.void
ProgressBarTreeTableCell. updateItem(Double item, boolean empty)
The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell.void
TextFieldListCell. updateItem(T item, boolean empty)
The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell.void
TextFieldTableCell. updateItem(T item, boolean empty)
The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell.void
TextFieldTreeCell. updateItem(T item, boolean empty)
The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell.void
TextFieldTreeTableCell. updateItem(T item, boolean empty)
The updateItem method should not be called by developers, but it is the best method for developers to override to allow for them to customise the visuals of the cell. -
Uses of Override in javafx.scene.control.skin
Methods in javafx.scene.control.skin with annotations of type Override Modifier and Type Method Description protected void
TextAreaSkin. addHighlight(List<? extends Node> nodes, int start)
Adds highlight for composed text from Input Method.protected void
TextFieldSkin. addHighlight(List<? extends Node> nodes, int start)
Adds highlight for composed text from Input Method.protected double
ComboBoxBaseSkin. computeBaselineOffset(double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the baseline offset based on the first managed child.double
LabeledSkinBase. computeBaselineOffset(double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the baseline offset based on the first managed child.double
ProgressBarSkin. computeBaselineOffset(double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the baseline offset based on the first managed child.protected double
SpinnerSkin. computeBaselineOffset(double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the baseline offset based on the first managed child.double
TabPaneSkin. computeBaselineOffset(double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the baseline offset based on the first managed child.double
TextAreaSkin. computeBaselineOffset(double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the baseline offset based on the first managed child.double
TextFieldSkin. computeBaselineOffset(double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the baseline offset based on the first managed child.protected double
ChoiceBoxSkin. computeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable height of the Skin, based on the provided width.protected double
ComboBoxBaseSkin. computeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable height of the Skin, based on the provided width.protected double
ComboBoxListViewSkin. computeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable height of the Skin, based on the provided width.protected double
LabeledSkinBase. computeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable height of the Skin, based on the provided width.protected double
ListCellSkin. computeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable height of the Skin, based on the provided width.protected double
MenuBarSkin. computeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable height of the Skin, based on the provided width.protected double
MenuButtonSkinBase. computeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable height of the Skin, based on the provided width.protected double
ProgressBarSkin. computeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable height of the Skin, based on the provided width.protected double
ScrollBarSkin. computeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable height of the Skin, based on the provided width.protected double
SeparatorSkin. computeMaxHeight(double w, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable height of the Skin, based on the provided width.protected double
SliderSkin. computeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable height of the Skin, based on the provided width.protected double
SpinnerSkin. computeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable height of the Skin, based on the provided width.protected double
TableRowSkinBase. computeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable height of the Skin, based on the provided width.protected double
TextFieldSkin. computeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable height of the Skin, based on the provided width.protected double
ToolBarSkin. computeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable height of the Skin, based on the provided width.protected double
TreeCellSkin. computeMaxHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable height of the Skin, based on the provided width.protected double
ChoiceBoxSkin. computeMaxWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable width of the Skin, based on the provided height.protected double
ComboBoxBaseSkin. computeMaxWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable width of the Skin, based on the provided height.protected double
ComboBoxListViewSkin. computeMaxWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable width of the Skin, based on the provided height.protected double
LabeledSkinBase. computeMaxWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable width of the Skin, based on the provided height.protected double
MenuButtonSkinBase. computeMaxWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable width of the Skin, based on the provided height.protected double
ProgressBarSkin. computeMaxWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable width of the Skin, based on the provided height.protected double
ScrollBarSkin. computeMaxWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable width of the Skin, based on the provided height.protected double
SeparatorSkin. computeMaxWidth(double h, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable width of the Skin, based on the provided height.protected double
SliderSkin. computeMaxWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable width of the Skin, based on the provided height.protected double
SpinnerSkin. computeMaxWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable width of the Skin, based on the provided height.protected double
TitledPaneSkin. computeMaxWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable width of the Skin, based on the provided height.protected double
ToolBarSkin. computeMaxWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the maximum allowable width of the Skin, based on the provided height.protected double
AccordionSkin. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
CheckBoxSkin. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
ChoiceBoxSkin. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
ComboBoxListViewSkin. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
LabeledSkinBase. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
ListCellSkin. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
MenuBarSkin. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
MenuButtonSkinBase. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
PaginationSkin. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
RadioButtonSkin. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
ScrollBarSkin. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
ScrollPaneSkin. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
SeparatorSkin. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
SliderSkin. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
SpinnerSkin. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
SplitPaneSkin. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
TableColumnHeader. computeMinHeight(double width)
Computes the minimum height of this region.protected double
TableHeaderRow. computeMinHeight(double width)
Computes the minimum height of this region.protected double
TableRowSkinBase. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
TextFieldSkin. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
TitledPaneSkin. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
ToolBarSkin. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
TreeCellSkin. computeMinHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable height of the Skin, based on the provided width.protected double
CheckBoxSkin. computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Compute and return the minimum width of this Labeled.protected double
ChoiceBoxSkin. computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable width of the Skin, based on the provided height.protected double
ComboBoxListViewSkin. computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable width of the Skin, based on the provided height.protected double
DatePickerSkin. computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable width of the Skin, based on the provided height.protected double
LabeledSkinBase. computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Compute and return the minimum width of this Labeled.protected double
MenuBarSkin. computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable width of the Skin, based on the provided height.protected double
MenuButtonSkinBase. computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable width of the Skin, based on the provided height.protected double
PaginationSkin. computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable width of the Skin, based on the provided height.protected double
RadioButtonSkin. computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Compute and return the minimum width of this Labeled.protected double
ScrollBarSkin. computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable width of the Skin, based on the provided height.protected double
ScrollPaneSkin. computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable width of the Skin, based on the provided height.protected double
SeparatorSkin. computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable width of the Skin, based on the provided height.protected double
SliderSkin. computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable width of the Skin, based on the provided height.protected double
SpinnerSkin. computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
protected double
SplitPaneSkin. computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable width of the Skin, based on the provided height.protected double
TitledPaneSkin. computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Compute and return the minimum width of this Labeled.protected double
ToolBarSkin. computeMinWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Computes the minimum allowable width of the Skin, based on the provided height.protected double
AccordionSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
CheckBoxSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
ChoiceBoxSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
ComboBoxBaseSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
ComboBoxListViewSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
DateCellSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
LabeledSkinBase. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
ListCellSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
ListViewSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
MenuBarSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
MenuButtonSkinBase. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
NestedTableColumnHeader. computePrefHeight(double width)
Computes the preferred height of this region for the given width; Region subclasses should override this method to return an appropriate value based on their content and layout strategy.protected double
PaginationSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
ProgressBarSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
RadioButtonSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
ScrollBarSkin. computePrefHeight(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
ScrollPaneSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
SeparatorSkin. computePrefHeight(double w, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
SliderSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
SpinnerSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
SplitPaneSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
TableColumnHeader. computePrefHeight(double width)
Computes the preferred height of this region for the given width; Region subclasses should override this method to return an appropriate value based on their content and layout strategy.protected double
TableHeaderRow. computePrefHeight(double width)
Computes the preferred height of this region for the given width; Region subclasses should override this method to return an appropriate value based on their content and layout strategy.protected double
TableRowSkinBase. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
TableViewSkinBase. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
TabPaneSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
TextFieldSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
TitledPaneSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
ToolBarSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
TreeCellSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
TreeViewSkin. computePrefHeight(double width, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred height of thisSkinBase
.protected double
VirtualFlow. computePrefHeight(double width)
Computes the preferred height of this region for the given width; Region subclasses should override this method to return an appropriate value based on their content and layout strategy.protected double
CheckBoxSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
ChoiceBoxSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
ColorPickerSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
ComboBoxBaseSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
ComboBoxListViewSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
DateCellSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
LabeledSkinBase. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
ListCellSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
ListViewSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
MenuBarSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
MenuButtonSkinBase. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
NestedTableColumnHeader. computePrefWidth(double height)
Computes the preferred width of this region for the given height.protected double
PaginationSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
ProgressBarSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
RadioButtonSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
ScrollBarSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
ScrollPaneSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
SeparatorSkin. computePrefWidth(double h, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
SliderSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
SpinnerSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
SplitPaneSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
TableCellSkinBase. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
TableColumnHeader. computePrefWidth(double height)
Computes the preferred width of this region for the given height.protected double
TableHeaderRow. computePrefWidth(double height)
Computes the preferred width of this region for the given height.protected double
TableRowSkinBase. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
TableViewSkinBase. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
TabPaneSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
TextFieldSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
TitledPaneSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
ToolBarSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
TreeCellSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
TreeViewSkin. computePrefWidth(double height, double topInset, double rightInset, double bottomInset, double leftInset)
Calculates the preferred width of thisSkinBase
.protected double
VirtualFlow. computePrefWidth(double height)
Computes the preferred width of this region for the given height.protected TableCell<T,?>
TableRowSkin. createCell(TableColumnBase tcb)
Creates a new cell instance that is suitable for representing the given table column instance.protected TreeTableCell<T,?>
TreeTableRowSkin. createCell(TableColumnBase tcb)
Creates a new cell instance that is suitable for representing the given table column instance.void
AccordionSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
ButtonSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
CheckBoxSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
ChoiceBoxSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
ColorPickerSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
ComboBoxListViewSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
ContextMenuSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
DateCellSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
DatePickerSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
HyperlinkSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
ListCellSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
ListViewSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
MenuBarSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
MenuButtonSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
MenuButtonSkinBase. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
PaginationSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
ProgressIndicatorSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
RadioButtonSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
ScrollBarSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
ScrollPaneSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
SliderSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
SpinnerSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
SplitMenuButtonSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
TableCellSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
TableCellSkinBase. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
TableRowSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
TableViewSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
TableViewSkinBase. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
TabPaneSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
TextAreaSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
TextFieldSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
TitledPaneSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
ToggleButtonSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
ToolBarSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
TooltipSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
TreeCellSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
TreeTableCellSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
TreeTableRowSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
TreeTableViewSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.void
TreeViewSkin. dispose()
Called by a Skinnable when the Skin is replaced on the Skinnable.protected void
ListViewSkin. executeAccessibleAction(AccessibleAction action, Object... parameters)
This method is called by the assistive technology to request the action indicated by the argument should be executed.protected void
TableViewSkin. executeAccessibleAction(AccessibleAction action, Object... parameters)
This method is called by the assistive technology to request the action indicated by the argument should be executed.protected void
TextInputControlSkin. executeAccessibleAction(AccessibleAction action, Object... parameters)
protected void
ToolBarSkin. executeAccessibleAction(AccessibleAction action, Object... parameters)
protected void
TreeTableViewSkin. executeAccessibleAction(AccessibleAction action, Object... parameters)
protected void
TreeViewSkin. executeAccessibleAction(AccessibleAction action, Object... parameters)
This method is called by the assistive technology to request the action indicated by the argument should be executed.Rectangle2D
TextAreaSkin. getCharacterBounds(int index)
Returns the bounds of the character at a given index.Rectangle2D
TextFieldSkin. getCharacterBounds(int index)
Returns the bounds of the character at a given index.protected StringConverter<Color>
ColorPickerSkin. getConverter()
Subclasses are responsible for getting the converter.protected StringConverter<T>
ComboBoxListViewSkin. getConverter()
Subclasses are responsible for getting the converter.protected StringConverter<LocalDate>
DatePickerSkin. getConverter()
Subclasses are responsible for getting the converter.List<CssMetaData<? extends Styleable,?>>
CellSkinBase. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
ColorPickerSkin. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
MenuBarSkin. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
PaginationSkin. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
ProgressBarSkin. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
ProgressIndicatorSkin. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
TableColumnHeader. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
TabPaneSkin. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
TextInputControlSkin. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
ToolBarSkin. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
TreeCellSkin. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
TreeTableRowSkin. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.Node
ColorPickerSkin. getDisplayNode()
This method should return a Node that will be positioned within the ComboBox 'button' area.Node
ComboBoxListViewSkin. getDisplayNode()
This method should return a Node that will be positioned within the ComboBox 'button' area.Node
DatePickerSkin. getDisplayNode()
This method should return a Node that will be positioned within the ComboBox 'button' area.protected TextField
ColorPickerSkin. getEditor()
ColorPicker does not use a main text field, so this method has been overridden to return null.protected TextField
ComboBoxListViewSkin. getEditor()
Subclasses are responsible for getting the editor.protected TextField
DatePickerSkin. getEditor()
Subclasses are responsible for getting the editor.protected int
TextAreaSkin. getInsertionPoint(double x, double y)
Returns the insertion point for a given location.protected int
ListViewSkin. getItemCount()
Returns the total number of items in this container, including those that are currently hidden because they are out of view.protected int
TableViewSkin. getItemCount()
Returns the total number of items in this container, including those that are currently hidden because they are out of view.protected int
TreeTableViewSkin. getItemCount()
Returns the total number of items in this container, including those that are currently hidden because they are out of view.protected int
TreeViewSkin. getItemCount()
Returns the total number of items in this container, including those that are currently hidden because they are out of view.Point2D
TextAreaSkin. getMenuPosition()
Returns the position to be used for a context menu, based on the location of the caret handle or selection handles.Point2D
TextFieldSkin. getMenuPosition()
Returns the position to be used for a context menu, based on the location of the caret handle or selection handles.Node
ContextMenuSkin. getNode()
Gets the Node which represents this Skin.Node
TooltipSkin. getNode()
Gets the Node which represents this Skin.protected Node
ColorPickerSkin. getPopupContent()
This method should return the Node that will be displayed when the user clicks on the ComboBox 'button' area.Node
ComboBoxListViewSkin. getPopupContent()
This method should return the Node that will be displayed when the user clicks on the ComboBox 'button' area.Node
DatePickerSkin. getPopupContent()
This method should return the Node that will be displayed when the user clicks on the ComboBox 'button' area.protected PathElement[]
TextAreaSkin. getRangeShape(int start, int end)
protected PathElement[]
TextFieldSkin. getRangeShape(int start, int end)
ContextMenu
ContextMenuSkin. getSkinnable()
Gets the Skinnable to which this Skin is assigned.Tooltip
TooltipSkin. getSkinnable()
Gets the Skinnable to which this Skin is assigned.protected TableColumn<T,?>
TableRowSkin. getTableColumn(TableCell<T,?> cell)
Returns theTableColumnBase
instance for the given cell instance.protected TreeTableColumn<T,?>
TreeTableRowSkin. getTableColumn(TreeTableCell cell)
Returns theTableColumnBase
instance for the given cell instance.protected PathElement[]
TextAreaSkin. getUnderlineShape(int start, int end)
protected PathElement[]
TextFieldSkin. getUnderlineShape(int start, int end)
protected ObservableList<TableColumn<T,?>>
TableRowSkin. getVisibleLeafColumns()
Returns an unmodifiable list containing the currently visible leaf columns.protected ObservableList<TreeTableColumn<T,?>>
TreeTableRowSkin. getVisibleLeafColumns()
Returns an unmodifiable list containing the currently visible leaf columns.protected ObjectProperty<Node>
TreeTableRowSkin. graphicProperty()
Returns the graphic to draw on the inside of the disclosure node.void
ComboBoxPopupControl. hide()
This method will be called when the ComboBox popup should be hidden.protected void
TextAreaSkin. invalidateMetrics()
Invalidates cached min and pref sizes for the TextInputControl.protected void
AccordionSkin. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
CheckBoxSkin. layoutChildren(double x, double y, double w, double h)
The Layout algorithm works like this: - Get the labeled w/h, graphic w/h, text w/h - Compute content w/h based on graphicVPos, graphicHPos, graphicTextGap, and graphic w/h and text w/h - (Note that the text content has been pre-truncated where necessary) - compute content x/y based on content w/h and labeled w/h and the labeled's hpos and vpos - position the graphic and textprotected void
ChoiceBoxSkin. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
ColorPickerSkin. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
ComboBoxBaseSkin. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
ComboBoxListViewSkin. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
DateCellSkin. layoutChildren(double x, double y, double w, double h)
The Layout algorithm works like this: - Get the labeled w/h, graphic w/h, text w/h - Compute content w/h based on graphicVPos, graphicHPos, graphicTextGap, and graphic w/h and text w/h - (Note that the text content has been pre-truncated where necessary) - compute content x/y based on content w/h and labeled w/h and the labeled's hpos and vpos - position the graphic and textprotected void
LabeledSkinBase. layoutChildren(double x, double y, double w, double h)
The Layout algorithm works like this: - Get the labeled w/h, graphic w/h, text w/h - Compute content w/h based on graphicVPos, graphicHPos, graphicTextGap, and graphic w/h and text w/h - (Note that the text content has been pre-truncated where necessary) - compute content x/y based on content w/h and labeled w/h and the labeled's hpos and vpos - position the graphic and textprotected void
ListViewSkin. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
MenuBarSkin. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
MenuButtonSkinBase. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
NestedTableColumnHeader. layoutChildren()
Invoked during the layout pass to layout the children in thisParent
.protected void
PaginationSkin. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
ProgressBarSkin. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
ProgressIndicatorSkin. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
RadioButtonSkin. layoutChildren(double x, double y, double w, double h)
The Layout algorithm works like this: - Get the labeled w/h, graphic w/h, text w/h - Compute content w/h based on graphicVPos, graphicHPos, graphicTextGap, and graphic w/h and text w/h - (Note that the text content has been pre-truncated where necessary) - compute content x/y based on content w/h and labeled w/h and the labeled's hpos and vpos - position the graphic and textprotected void
ScrollBarSkin. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
ScrollPaneSkin. layoutChildren(double x, double y, double w, double h)
protected void
SeparatorSkin. layoutChildren(double x, double y, double w, double h)
We only need to deal with the single "line" child region.protected void
SliderSkin. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
SpinnerSkin. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
SplitPaneSkin. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
TableCellSkinBase. layoutChildren(double x, double y, double w, double h)
The Layout algorithm works like this: - Get the labeled w/h, graphic w/h, text w/h - Compute content w/h based on graphicVPos, graphicHPos, graphicTextGap, and graphic w/h and text w/h - (Note that the text content has been pre-truncated where necessary) - compute content x/y based on content w/h and labeled w/h and the labeled's hpos and vpos - position the graphic and textprotected void
TableColumnHeader. layoutChildren()
Invoked during the layout pass to layout the children in thisParent
.protected void
TableHeaderRow. layoutChildren()
Invoked during the layout pass to layout the children in thisParent
.protected void
TableRowSkinBase. layoutChildren(double x, double y, double w, double h)
The Layout algorithm works like this: - Get the labeled w/h, graphic w/h, text w/h - Compute content w/h based on graphicVPos, graphicHPos, graphicTextGap, and graphic w/h and text w/h - (Note that the text content has been pre-truncated where necessary) - compute content x/y based on content w/h and labeled w/h and the labeled's hpos and vpos - position the graphic and textprotected void
TableViewSkinBase. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
TabPaneSkin. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
TextAreaSkin. layoutChildren(double contentX, double contentY, double contentWidth, double contentHeight)
Called during the layout pass of the scenegraph.protected void
TextFieldSkin. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
TitledPaneSkin. layoutChildren(double x, double y, double w, double h)
The Layout algorithm works like this: - Get the labeled w/h, graphic w/h, text w/h - Compute content w/h based on graphicVPos, graphicHPos, graphicTextGap, and graphic w/h and text w/h - (Note that the text content has been pre-truncated where necessary) - compute content x/y based on content w/h and labeled w/h and the labeled's hpos and vpos - position the graphic and textprotected void
ToolBarSkin. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
TreeCellSkin. layoutChildren(double x, double y, double w, double h)
The Layout algorithm works like this: - Get the labeled w/h, graphic w/h, text w/h - Compute content w/h based on graphicVPos, graphicHPos, graphicTextGap, and graphic w/h and text w/h - (Note that the text content has been pre-truncated where necessary) - compute content x/y based on content w/h and labeled w/h and the labeled's hpos and vpos - position the graphic and textprotected void
TreeTableRowSkin. layoutChildren(double x, double y, double w, double h)
The Layout algorithm works like this: - Get the labeled w/h, graphic w/h, text w/h - Compute content w/h based on graphicVPos, graphicHPos, graphicTextGap, and graphic w/h and text w/h - (Note that the text content has been pre-truncated where necessary) - compute content x/y based on content w/h and labeled w/h and the labeled's hpos and vpos - position the graphic and textprotected void
TreeViewSkin. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
VirtualContainerBase. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.protected void
VirtualFlow. layoutChildren()
Invoked during the layout pass to layout the children in thisParent
.protected String
TextFieldSkin. maskText(String txt)
This method may be overridden by subclasses to replace the displayed characters without affecting the actual text content.void
TextAreaSkin. moveCaret(TextInputControlSkin.TextUnit unit, TextInputControlSkin.Direction dir, boolean select)
Moves the caret by one of the given text unit, in the given direction.void
TextFieldSkin. moveCaret(TextInputControlSkin.TextUnit unit, TextInputControlSkin.Direction dir, boolean select)
Moves the caret by one of the given text unit, in the given direction.Object
ComboBoxListViewSkin. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.protected Object
LabeledSkinBase. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.protected Object
ListViewSkin. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.protected Object
MenuBarSkin. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
MenuButtonSkin. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.protected Object
PaginationSkin. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.protected Object
ScrollPaneSkin. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
TableColumnHeader. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.protected Object
TableRowSkin. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
TableViewSkin. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.protected Object
TableViewSkinBase. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
TabPaneSkin. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
protected Object
TextAreaSkin. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.protected Object
TextFieldSkin. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.protected Object
ToolBarSkin. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
protected Object
TreeTableRowSkin. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.protected Object
TreeTableViewSkin. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.protected Object
TreeViewSkin. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.protected void
TextAreaSkin. removeHighlight(List<? extends Node> nodes)
Removes highlight for composed text from Input Method.protected void
TextFieldSkin. removeHighlight(List<? extends Node> nodes)
Removes highlight for composed text from Input Method.void
VirtualFlow. requestLayout()
Overridden to implement somewhat more efficient support for layout.protected void
TextAreaSkin. scrollCharacterToVisible(int index)
Ensures that the character at a given index is visible.protected void
VirtualFlow. setHeight(double value)
Sets the value of the property height.protected void
VirtualFlow. setWidth(double value)
Sets the value of the property width.void
ColorPickerSkin. show()
This method will be called when the ComboBox popup should be displayed.void
ComboBoxPopupControl. show()
This method will be called when the ComboBox popup should be displayed.void
DatePickerSkin. show()
This method will be called when the ComboBox popup should be displayed.protected double
MenuBarSkin. snappedBottomInset()
Utility method to get the bottom inset which includes padding and border inset.protected double
MenuBarSkin. snappedLeftInset()
Utility method to get the left inset which includes padding and border inset.protected double
MenuBarSkin. snappedRightInset()
Utility method to get the right inset which includes padding and border inset.protected double
MenuBarSkin. snappedTopInset()
Utility method to get the top inset which includes padding and border inset.ReadOnlyObjectProperty<TableColumn<S,T>>
TableCellSkin. tableColumnProperty()
The TableColumnBase instance that is responsible for this Cell.ReadOnlyObjectProperty<TreeTableColumn<S,T>>
TreeTableCellSkin. tableColumnProperty()
The TableColumnBase instance that is responsible for this Cell.protected void
TableRowSkin. updateCell(TableCell<T,?> cell, TableRow<T> row)
A method to allow the given cell to be told that it is a member of the given row.protected void
TreeTableRowSkin. updateCell(TreeTableCell<T,?> cell, TreeTableRow<T> row)
A method to allow the given cell to be told that it is a member of the given row.protected void
CheckBoxSkin. updateChildren()
Updates the children managed by LabeledSkinBase, which can be the Labeled graphic and/or a Text node.protected void
DateCellSkin. updateChildren()
Updates the children managed by LabeledSkinBase, which can be the Labeled graphic and/or a Text node.protected void
RadioButtonSkin. updateChildren()
Updates the children managed by LabeledSkinBase, which can be the Labeled graphic and/or a Text node.protected void
TitledPaneSkin. updateChildren()
Updates the children managed by LabeledSkinBase, which can be the Labeled graphic and/or a Text node.protected void
TreeCellSkin. updateChildren()
Updates the children managed by LabeledSkinBase, which can be the Labeled graphic and/or a Text node.protected void
TreeTableRowSkin. updateChildren()
Updates the children managed by LabeledSkinBase, which can be the Labeled graphic and/or a Text node.protected void
TextAreaSkin. updateHighlightFill()
Called when highlightFill property changes.protected void
ListViewSkin. updateItemCount()
This method is called when it is possible that the item count has changed (i.e. scrolling has occurred, the control has resized, etc).protected void
TableViewSkinBase. updateItemCount()
This method is called when it is possible that the item count has changed (i.e. scrolling has occurred, the control has resized, etc).protected void
TreeTableViewSkin. updateItemCount()
This method is called when it is possible that the item count has changed (i.e. scrolling has occurred, the control has resized, etc).protected void
TreeViewSkin. updateItemCount()
This method is called when it is possible that the item count has changed (i.e. scrolling has occurred, the control has resized, etc). -
Uses of Override in javafx.scene.image
Methods in javafx.scene.image with annotations of type Override Modifier and Type Method Description List<CssMetaData<? extends Styleable,?>>
ImageView. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.boolean
WritablePixelFormat. isWritable()
-
Uses of Override in javafx.scene.input
Methods in javafx.scene.input with annotations of type Override Modifier and Type Method Description ContextMenuEvent
ContextMenuEvent. copyFor(Object newSource, EventTarget newTarget)
DragEvent
DragEvent. copyFor(Object newSource, EventTarget newTarget)
GestureEvent
GestureEvent. copyFor(Object newSource, EventTarget newTarget)
Creates and returns a copy of this event with the specified event source and target.InputMethodEvent
InputMethodEvent. copyFor(Object newSource, EventTarget newTarget)
KeyEvent
KeyEvent. copyFor(Object newSource, EventTarget newTarget)
MouseDragEvent
MouseDragEvent. copyFor(Object newSource, EventTarget newTarget)
MouseDragEvent
MouseDragEvent. copyFor(Object newSource, EventTarget newTarget, EventType<? extends MouseEvent> type)
MouseEvent
MouseEvent. copyFor(Object newSource, EventTarget newTarget)
Copies this event for a different source and target.RotateEvent
RotateEvent. copyFor(Object newSource, EventTarget newTarget)
ScrollEvent
ScrollEvent. copyFor(Object newSource, EventTarget newTarget)
SwipeEvent
SwipeEvent. copyFor(Object newSource, EventTarget newTarget)
TouchEvent
TouchEvent. copyFor(Object newSource, EventTarget newTarget)
Creates and returns a copy of this event with the specified event source and target.ZoomEvent
ZoomEvent. copyFor(Object newSource, EventTarget newTarget)
boolean
DataFormat. equals(Object obj)
Indicates whether some other object is "equal to" this one.boolean
KeyCharacterCombination. equals(Object obj)
Tests whether thisKeyCharacterCombination
equals to the specified object.boolean
KeyCodeCombination. equals(Object obj)
Tests whether thisKeyCodeCombination
equals to the specified object.boolean
KeyCombination. equals(Object obj)
Tests whether thisKeyCombination
equals to the specified object.String
KeyCharacterCombination. getDisplayText()
Returns a string representation of thisKeyCombination
that is suitable for display in a user interface (for example, beside a menu item).String
KeyCodeCombination. getDisplayText()
Returns a string representation of thisKeyCombination
that is suitable for display in a user interface (for example, beside a menu item).EventType<ContextMenuEvent>
ContextMenuEvent. getEventType()
EventType<DragEvent>
DragEvent. getEventType()
EventType<? extends GestureEvent>
GestureEvent. getEventType()
EventType<? extends InputEvent>
InputEvent. getEventType()
EventType<InputMethodEvent>
InputMethodEvent. getEventType()
EventType<KeyEvent>
KeyEvent. getEventType()
EventType<MouseDragEvent>
MouseDragEvent. getEventType()
EventType<? extends MouseEvent>
MouseEvent. getEventType()
EventType<RotateEvent>
RotateEvent. getEventType()
EventType<ScrollEvent>
ScrollEvent. getEventType()
EventType<SwipeEvent>
SwipeEvent. getEventType()
EventType<TouchEvent>
TouchEvent. getEventType()
EventType<ZoomEvent>
ZoomEvent. getEventType()
String
KeyCharacterCombination. getName()
Returns a string representation of thisKeyCharacterCombination
.String
KeyCodeCombination. getName()
Returns a string representation of thisKeyCodeCombination
.int
DataFormat. hashCode()
Returns a hash code for thisDataFormat
object.int
KeyCharacterCombination. hashCode()
Returns a hash code value for thisKeyCharacterCombination
.int
KeyCodeCombination. hashCode()
Returns a hash code value for thisKeyCodeCombination
.int
KeyCombination. hashCode()
Returns a hash code value for thisKeyCombination
.boolean
KeyCharacterCombination. match(KeyEvent event)
Tests whether this key combination matches the key combination in the givenKeyEvent
.boolean
KeyCodeCombination. match(KeyEvent event)
Tests whether this key combination matches the key combination in the givenKeyEvent
.String
ContextMenuEvent. toString()
Returns a string representation of thisContextMenuEvent
object.String
DataFormat. toString()
Returns a string representation of thisDataFormat
object.String
GestureEvent. toString()
Returns a string representation of thisGestureEvent
object.String
InputMethodEvent. toString()
Returns a string representation of thisInputMethodEvent
object.String
InputMethodTextRun. toString()
Returns a string representation of thisInputMethodTextRun
object.String
KeyCombination.Modifier. toString()
Returns a string representation of the modifier.String
KeyCombination. toString()
Returns a string representation of this object.String
KeyEvent. toString()
Returns a string representation of thisKeyEvent
object.String
MouseDragEvent. toString()
Returns a string representation of thisMouseDragEvent
object.String
MouseEvent. toString()
Returns a string representation of thisMouseEvent
object.String
PickResult. toString()
String
RotateEvent. toString()
Returns a string representation of thisRotateEvent
object.String
ScrollEvent. toString()
Returns a string representation of thisScrollEvent
object.String
SwipeEvent. toString()
Returns a string representation of thisSwipeEvent
object.String
TouchEvent. toString()
Returns a string representation of thisTouchEvent
object.String
TouchPoint. toString()
Returns a string representation of thisTouchPoint
object.String
ZoomEvent. toString()
Returns a string representation of thisZoomEvent
object. -
Uses of Override in javafx.scene.layout
Methods in javafx.scene.layout with annotations of type Override Modifier and Type Method Description protected double
AnchorPane. computeMinHeight(double width)
protected double
BorderPane. computeMinHeight(double width)
protected double
FlowPane. computeMinHeight(double width)
protected double
GridPane. computeMinHeight(double width)
protected double
HBox. computeMinHeight(double width)
protected double
Region. computeMinHeight(double width)
Computes the minimum height of this region.protected double
StackPane. computeMinHeight(double width)
protected double
TilePane. computeMinHeight(double width)
protected double
VBox. computeMinHeight(double width)
protected double
AnchorPane. computeMinWidth(double height)
protected double
BorderPane. computeMinWidth(double height)
protected double
FlowPane. computeMinWidth(double height)
protected double
GridPane. computeMinWidth(double height)
protected double
HBox. computeMinWidth(double height)
protected double
Region. computeMinWidth(double height)
Computes the minimum width of this region.protected double
StackPane. computeMinWidth(double height)
protected double
TilePane. computeMinWidth(double height)
protected double
VBox. computeMinWidth(double height)
protected double
AnchorPane. computePrefHeight(double width)
protected double
BorderPane. computePrefHeight(double width)
protected double
FlowPane. computePrefHeight(double forWidth)
protected double
GridPane. computePrefHeight(double width)
protected double
HBox. computePrefHeight(double width)
protected double
Region. computePrefHeight(double width)
Computes the preferred height of this region for the given width; Region subclasses should override this method to return an appropriate value based on their content and layout strategy.protected double
StackPane. computePrefHeight(double width)
protected double
TilePane. computePrefHeight(double forWidth)
protected double
VBox. computePrefHeight(double width)
protected double
AnchorPane. computePrefWidth(double height)
protected double
BorderPane. computePrefWidth(double height)
protected double
FlowPane. computePrefWidth(double forHeight)
protected double
GridPane. computePrefWidth(double height)
protected double
HBox. computePrefWidth(double height)
protected double
Region. computePrefWidth(double height)
Computes the preferred width of this region for the given height.protected double
StackPane. computePrefWidth(double height)
protected double
TilePane. computePrefWidth(double forHeight)
protected double
VBox. computePrefWidth(double height)
boolean
Background. equals(Object o)
Indicates whether some other object is "equal to" this one.boolean
BackgroundFill. equals(Object o)
Indicates whether some other object is "equal to" this one.boolean
BackgroundImage. equals(Object o)
Indicates whether some other object is "equal to" this one.boolean
BackgroundPosition. equals(Object o)
Indicates whether some other object is "equal to" this one.boolean
BackgroundSize. equals(Object o)
Indicates whether some other object is "equal to" this one.boolean
Border. equals(Object o)
Indicates whether some other object is "equal to" this one.boolean
BorderImage. equals(Object o)
Indicates whether some other object is "equal to" this one.boolean
BorderStroke. equals(Object o)
Indicates whether some other object is "equal to" this one.boolean
BorderStrokeStyle. equals(Object o)
Indicates whether some other object is "equal to" this one.boolean
BorderWidths. equals(Object o)
Indicates whether some other object is "equal to" this one.boolean
CornerRadii. equals(Object o)
Indicates whether some other object is "equal to" this one.double
HBox. getBaselineOffset()
ObservableList<Node>
Pane. getChildren()
Orientation
BorderPane. getContentBias()
Orientation
FlowPane. getContentBias()
Orientation
GridPane. getContentBias()
Orientation
HBox. getContentBias()
Orientation
StackPane. getContentBias()
Orientation
TilePane. getContentBias()
Orientation
VBox. getContentBias()
List<CssMetaData<? extends Styleable,?>>
FlowPane. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
GridPane. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
HBox. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
Region. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
StackPane. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
TilePane. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
VBox. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.int
Background. hashCode()
Returns a hash code value for the object.int
BackgroundFill. hashCode()
Returns a hash code value for the object.int
BackgroundImage. hashCode()
Returns a hash code value for the object.int
BackgroundPosition. hashCode()
Returns a hash code value for the object.int
BackgroundSize. hashCode()
Returns a hash code value for the object.int
Border. hashCode()
Returns a hash code value for the object.int
BorderImage. hashCode()
Returns a hash code value for the object.int
BorderStroke. hashCode()
Returns a hash code value for the object.int
BorderStrokeStyle. hashCode()
Returns a hash code value for the object.int
BorderWidths. hashCode()
Returns a hash code value for the object.int
CornerRadii. hashCode()
Returns a hash code value for the object.boolean
Region. isResizable()
Returnstrue
since all Regions are resizable.protected void
AnchorPane. layoutChildren()
protected void
BorderPane. layoutChildren()
protected void
FlowPane. layoutChildren()
protected void
GridPane. layoutChildren()
protected void
HBox. layoutChildren()
protected void
StackPane. layoutChildren()
protected void
TilePane. layoutChildren()
protected void
VBox. layoutChildren()
double
Region. maxHeight(double width)
Called during layout to determine the maximum height for this node.double
Region. maxWidth(double height)
Called during layout to determine the maximum width for this node.double
Region. minHeight(double width)
Called during layout to determine the minimum height for this node.double
Region. minWidth(double height)
Called during layout to determine the minimum width for this node.double
Region. prefHeight(double width)
Called during layout to determine the preferred height for this node.double
Region. prefWidth(double height)
Called during layout to determine the preferred width for this node.void
FlowPane. requestLayout()
void
GridPane. requestLayout()
void
HBox. requestLayout()
void
StackPane. requestLayout()
void
TilePane. requestLayout()
void
VBox. requestLayout()
void
Region. resize(double width, double height)
Invoked by the region's parent during layout to set the region's width and height.String
BorderStrokeStyle. toString()
Returns a string representation of the object.String
ColumnConstraints. toString()
Returns a string representation of thisColumnConstraints
object.String
CornerRadii. toString()
String
GridPane. toString()
Returns a string representation of thisGridPane
object.String
RowConstraints. toString()
Returns a string representation of thisRowConstraints
object. -
Uses of Override in javafx.scene.media
Methods in javafx.scene.media with annotations of type Override Modifier and Type Method Description MediaErrorEvent
MediaErrorEvent. copyFor(Object newSource, EventTarget newTarget)
EventType<MediaErrorEvent>
MediaErrorEvent. getEventType()
String
MediaErrorEvent. toString()
Retrieve aString
representation of the event.String
MediaException. toString()
Returns a string representation of thisMediaException
object.String
Track. toString()
-
Uses of Override in javafx.scene.paint
Methods in javafx.scene.paint with annotations of type Override Modifier and Type Method Description boolean
Color. equals(Object obj)
Indicates whether some other object is "equal to" this one.boolean
LinearGradient. equals(Object obj)
Indicates whether some other object is "equal to" this one.boolean
RadialGradient. equals(Object obj)
Indicates whether some other object is "equal to" this one.boolean
Stop. equals(Object obj)
Indicates whether some other object is "equal to" this one.int
Color. hashCode()
Returns a hash code for thisColor
object.int
LinearGradient. hashCode()
Returns a hash code for thisLinearGradient
object.int
RadialGradient. hashCode()
Returns a hash code for thisRadialGradient
object.int
Stop. hashCode()
Returns a hash code for thisStop
object.Color
Color. interpolate(Color endValue, double t)
The function calculates an interpolated value along the fractiont
between0.0
and1.0
.boolean
Color. isOpaque()
Gets whether this Paint is completely opaque.boolean
ImagePattern. isOpaque()
boolean
LinearGradient. isOpaque()
Gets whether this Paint is completely opaque.boolean
RadialGradient. isOpaque()
Gets whether this Paint is completely opaque.String
Color. toString()
Returns a string representation of thisColor
.String
LinearGradient. toString()
Returns a string representation of thisLinearGradient
object.String
PhongMaterial. toString()
String
RadialGradient. toString()
Returns a string representation of thisRadialGradient
object.String
Stop. toString()
Returns a string representation of thisStop
object. -
Uses of Override in javafx.scene.shape
Methods in javafx.scene.shape with annotations of type Override Modifier and Type Method Description List<CssMetaData<? extends Styleable,?>>
Rectangle. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
Shape. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.String
Arc. toString()
Returns a string representation of thisArc
object.String
ArcTo. toString()
Returns a string representation of thisArcTo
object.String
Circle. toString()
Returns a string representation of thisCircle
object.String
ClosePath. toString()
Returns a string representation of thisArcTo
object.String
CubicCurve. toString()
Returns a string representation of thisCubicCurve
object.String
CubicCurveTo. toString()
Returns a string representation of thisCubicCurveTo
object.String
Ellipse. toString()
Returns a string representation of thisEllipse
object.String
HLineTo. toString()
Returns a string representation of thisHLineTo
object.String
Line. toString()
Returns a string representation of thisLine
object.String
LineTo. toString()
Returns a string representation of thisLineTo
object.String
MoveTo. toString()
Returns a string representation of thisMoveTo
object.String
Path. toString()
Returns a string representation of thisPath
object.String
Polygon. toString()
Returns a string representation of thisPolygon
object.String
Polyline. toString()
Returns a string representation of thisPolyline
object.String
QuadCurve. toString()
Returns a string representation of thisQuadCurve
object.String
QuadCurveTo. toString()
Returns a string representation of thisCubicCurveTo
object.String
Rectangle. toString()
Returns a string representation of thisRectangle
object.String
SVGPath. toString()
Returns a string representation of thisSVGPath
object.String
VertexFormat. toString()
String
VLineTo. toString()
Returns a string representation of thisVLineTo
object. -
Uses of Override in javafx.scene.text
Methods in javafx.scene.text with annotations of type Override Modifier and Type Method Description protected double
TextFlow. computeMinHeight(double width)
protected double
TextFlow. computePrefHeight(double width)
protected double
TextFlow. computePrefWidth(double height)
boolean
Font. equals(Object obj)
Indicates whether some other object is "equal to" this one.double
Text. getBaselineOffset()
Gets the value of the property baselineOffset.double
TextFlow. getBaselineOffset()
Orientation
TextFlow. getContentBias()
List<CssMetaData<? extends Styleable,?>>
Text. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.List<CssMetaData<? extends Styleable,?>>
TextFlow. getCssMetaData()
int
Font. hashCode()
Returns a hash code for thisFont
object.protected void
TextFlow. layoutChildren()
Object
Text. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.Object
TextFlow. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.void
TextFlow. requestLayout()
protected void
TextFlow. setWidth(double value)
String
Font. toString()
Converts thisFont
object to aString
representation.String
HitInfo. toString()
String
Text. toString()
Returns a string representation of thisText
object.boolean
Text. usesMirroring()
boolean
TextFlow. usesMirroring()
-
Uses of Override in javafx.scene.transform
Methods in javafx.scene.transform with annotations of type Override Modifier and Type Method Description EventDispatchChain
Transform. buildEventDispatchChain(EventDispatchChain tail)
Affine
Affine. clone()
Rotate
Rotate. clone()
Scale
Scale. clone()
Shear
Shear. clone()
Transform
Transform. clone()
Returns a deep copy of this transform.Translate
Translate. clone()
Transform
Affine. createConcatenation(Transform transform)
Transform
Rotate. createConcatenation(Transform transform)
Transform
Scale. createConcatenation(Transform transform)
Transform
Shear. createConcatenation(Transform transform)
Transform
Translate. createConcatenation(Transform transform)
Affine
Affine. createInverse()
Transform
Rotate. createInverse()
Scale
Scale. createInverse()
Transform
Shear. createInverse()
Translate
Translate. createInverse()
Point2D
Affine. deltaTransform(double x, double y)
Point3D
Affine. deltaTransform(double x, double y, double z)
Point2D
Rotate. deltaTransform(double x, double y)
Point3D
Rotate. deltaTransform(double x, double y, double z)
Point2D
Scale. deltaTransform(double x, double y)
Point3D
Scale. deltaTransform(double x, double y, double z)
Point2D
Shear. deltaTransform(double x, double y)
Point3D
Shear. deltaTransform(double x, double y, double z)
Point2D
Translate. deltaTransform(double x, double y)
Point3D
Translate. deltaTransform(double x, double y, double z)
Point2D
Translate. deltaTransform(Point2D point)
Point3D
Translate. deltaTransform(Point3D point)
double
Affine. determinant()
double
Affine. getMxx()
Gets the value of the property mxx.double
Rotate. getMxx()
double
Scale. getMxx()
double
Affine. getMxy()
Gets the value of the property mxy.double
Rotate. getMxy()
double
Shear. getMxy()
double
Affine. getMxz()
Gets the value of the property mxz.double
Rotate. getMxz()
double
Affine. getMyx()
Gets the value of the property myx.double
Rotate. getMyx()
double
Shear. getMyx()
double
Affine. getMyy()
Gets the value of the property myy.double
Rotate. getMyy()
double
Scale. getMyy()
double
Affine. getMyz()
Gets the value of the property myz.double
Rotate. getMyz()
double
Affine. getMzx()
Gets the value of the property mzx.double
Rotate. getMzx()
double
Affine. getMzy()
Gets the value of the property mzy.double
Rotate. getMzy()
double
Affine. getMzz()
Gets the value of the property mzz.double
Rotate. getMzz()
double
Scale. getMzz()
double
Affine. getTx()
Gets the value of the property tx.double
Rotate. getTx()
double
Scale. getTx()
double
Shear. getTx()
double
Translate. getTx()
double
Affine. getTy()
Gets the value of the property ty.double
Rotate. getTy()
double
Scale. getTy()
double
Shear. getTy()
double
Translate. getTy()
double
Affine. getTz()
Gets the value of the property tz.double
Rotate. getTz()
double
Scale. getTz()
double
Translate. getTz()
Point2D
Affine. inverseDeltaTransform(double x, double y)
Point3D
Affine. inverseDeltaTransform(double x, double y, double z)
Point2D
Rotate. inverseDeltaTransform(double x, double y)
Point3D
Rotate. inverseDeltaTransform(double x, double y, double z)
Point2D
Scale. inverseDeltaTransform(double x, double y)
Point3D
Scale. inverseDeltaTransform(double x, double y, double z)
Point2D
Shear. inverseDeltaTransform(double x, double y)
Point3D
Shear. inverseDeltaTransform(double x, double y, double z)
Point2D
Translate. inverseDeltaTransform(double x, double y)
Point3D
Translate. inverseDeltaTransform(double x, double y, double z)
Point2D
Translate. inverseDeltaTransform(Point2D point)
Point3D
Translate. inverseDeltaTransform(Point3D point)
Point2D
Affine. inverseTransform(double x, double y)
Point3D
Affine. inverseTransform(double x, double y, double z)
Point2D
Rotate. inverseTransform(double x, double y)
Point3D
Rotate. inverseTransform(double x, double y, double z)
Point2D
Scale. inverseTransform(double x, double y)
Point3D
Scale. inverseTransform(double x, double y, double z)
Point2D
Shear. inverseTransform(double x, double y)
Point3D
Shear. inverseTransform(double x, double y, double z)
Point2D
Translate. inverseTransform(double x, double y)
Point3D
Translate. inverseTransform(double x, double y, double z)
String
Affine. toString()
Returns a string representation of thisAffine
object.String
Rotate. toString()
Returns a string representation of thisRotate
object.String
Scale. toString()
Returns a string representation of thisScale
object.String
Shear. toString()
Returns a string representation of thisShear
object.String
Translate. toString()
Returns a string representation of thisTranslate
object.Point2D
Affine. transform(double x, double y)
Point3D
Affine. transform(double x, double y, double z)
Point2D
Rotate. transform(double x, double y)
Point3D
Rotate. transform(double x, double y, double z)
Point2D
Scale. transform(double x, double y)
Point3D
Scale. transform(double x, double y, double z)
Point2D
Shear. transform(double x, double y)
Point3D
Shear. transform(double x, double y, double z)
Point2D
Translate. transform(double x, double y)
Point3D
Translate. transform(double x, double y, double z)
protected void
Rotate. transformChanged()
-
Uses of Override in javafx.scene.web
Methods in javafx.scene.web with annotations of type Override Modifier and Type Method Description protected Skin<?>
HTMLEditor. createDefaultSkin()
protected ObservableList<Node>
WebView. getChildren()
List<CssMetaData<? extends Styleable,?>>
WebView. getCssMetaData()
This method should delegate toNode.getClassCssMetaData()
so that a Node's CssMetaData can be accessed without the need for reflection.boolean
WebView. isResizable()
protected void
HTMLEditorSkin. layoutChildren(double x, double y, double w, double h)
Called during the layout pass of the scenegraph.double
WebView. maxHeight(double width)
Called during layout to determine the maximum height for this node.double
WebView. maxWidth(double height)
Called during layout to determine the maximum width for this node.double
WebView. minHeight(double width)
Called during layout to determine the minimum height for this node.double
WebView. minWidth(double height)
Called during layout to determine the minimum width for this node.double
WebView. prefHeight(double width)
Called during layout to determine the preferred height for this node.double
WebView. prefWidth(double height)
Called during layout to determine the preferred width for this node.void
WebView. resize(double width, double height)
String
WebErrorEvent. toString()
Returns a String representation of this EventObject.String
WebEvent. toString()
Returns a string representation of thisWebEvent
object.String
WebHistory.Entry. toString()
-
Uses of Override in javafx.stage
Methods in javafx.stage with annotations of type Override Modifier and Type Method Description EventDispatchChain
Window. buildEventDispatchChain(EventDispatchChain tail)
Construct an event dispatch chain for this window.WindowEvent
WindowEvent. copyFor(Object newSource, EventTarget newTarget)
boolean
Screen. equals(Object obj)
Indicates whether some other object is "equal to" this one.ObservableList<Node>
Popup. getContent()
The ObservableList ofNode
s to be rendered on thisPopup
.EventType<WindowEvent>
WindowEvent. getEventType()
int
Screen. hashCode()
Returns a hash code for thisScreen
object.void
PopupWindow. hide()
Hide this Popup and all its childrenprotected void
PopupWindow. setScene(Scene scene)
Note to subclasses: the scene used by PopupWindow is very specifically managed by PopupWindow.void
Stage. setScene(Scene value)
Specify the scene to be used on this stage.void
Stage. show()
Attempts to show this Window by setting visibility to trueString
Screen. toString()
Returns a string representation of thisScreen
object.String
WindowEvent. toString()
Returns a string representation of thisWindowEvent
object. -
Uses of Override in javafx.util
Methods in javafx.util with annotations of type Override Modifier and Type Method Description int
Duration. compareTo(Duration d)
Compares durations represented by this object and the specified object.boolean
Duration. equals(Object obj)
Indicates whether some other object is "equal to" this one.boolean
Pair. equals(Object o)
Test thisPair
for equality with anotherObject
.int
Duration. hashCode()
Returns a hash code for thisDuration
object.int
Pair. hashCode()
Generate a hash code for thisPair
.String
Duration. toString()
Returns a string representation of thisDuration
object.String
Pair. toString()
String
representation of thisPair
. -
Uses of Override in javafx.util.converter
Methods in javafx.util.converter with annotations of type Override Modifier and Type Method Description BigDecimal
BigDecimalStringConverter. fromString(String value)
Converts the string provided into an object defined by the specific converter.BigInteger
BigIntegerStringConverter. fromString(String value)
Converts the string provided into an object defined by the specific converter.Boolean
BooleanStringConverter. fromString(String value)
Converts the string provided into an object defined by the specific converter.Byte
ByteStringConverter. fromString(String value)
Converts the string provided into an object defined by the specific converter.Character
CharacterStringConverter. fromString(String value)
Converts the string provided into an object defined by the specific converter.Date
DateTimeStringConverter. fromString(String value)
Converts the string provided into an object defined by the specific converter.String
DefaultStringConverter. fromString(String value)
Converts the string provided into an object defined by the specific converter.Double
DoubleStringConverter. fromString(String value)
Converts the string provided into an object defined by the specific converter.Float
FloatStringConverter. fromString(String value)
Converts the string provided into an object defined by the specific converter.T
FormatStringConverter. fromString(String value)
Converts the string provided into an object defined by the specific converter.Integer
IntegerStringConverter. fromString(String value)
Converts the string provided into an object defined by the specific converter.LocalDate
LocalDateStringConverter. fromString(String value)
Converts the string provided into an object defined by the specific converter.LocalDateTime
LocalDateTimeStringConverter. fromString(String value)
Converts the string provided into an object defined by the specific converter.LocalTime
LocalTimeStringConverter. fromString(String value)
Converts the string provided into an object defined by the specific converter.Long
LongStringConverter. fromString(String value)
Converts the string provided into an object defined by the specific converter.Number
NumberStringConverter. fromString(String value)
Converts the string provided into an object defined by the specific converter.Short
ShortStringConverter. fromString(String text)
Converts the string provided into an object defined by the specific converter.protected DateFormat
DateStringConverter. getDateFormat()
Return aDateFormat
instance to use for formatting and parsing in thisStringConverter
.protected DateFormat
TimeStringConverter. getDateFormat()
Return aDateFormat
instance to use for formatting and parsing in thisStringConverter
.protected NumberFormat
CurrencyStringConverter. getNumberFormat()
Return aNumberFormat
instance to use for formatting and parsing in thisStringConverter
.NumberFormat
PercentageStringConverter. getNumberFormat()
Return aNumberFormat
instance to use for formatting and parsing in thisStringConverter
.String
BigDecimalStringConverter. toString(BigDecimal value)
Converts the object provided into its string form.String
BigIntegerStringConverter. toString(BigInteger value)
Converts the object provided into its string form.String
BooleanStringConverter. toString(Boolean value)
Converts the object provided into its string form.String
ByteStringConverter. toString(Byte value)
Converts the object provided into its string form.String
CharacterStringConverter. toString(Character value)
Converts the object provided into its string form.String
DateTimeStringConverter. toString(Date value)
Converts the object provided into its string form.String
DefaultStringConverter. toString(String value)
Converts the object provided into its string form.String
DoubleStringConverter. toString(Double value)
Converts the object provided into its string form.String
FloatStringConverter. toString(Float value)
Converts the object provided into its string form.String
FormatStringConverter. toString(T value)
Converts the object provided into its string form.String
IntegerStringConverter. toString(Integer value)
Converts the object provided into its string form.String
LocalDateStringConverter. toString(LocalDate value)
Converts the object provided into its string form.String
LocalDateTimeStringConverter. toString(LocalDateTime value)
Converts the object provided into its string form.String
LocalTimeStringConverter. toString(LocalTime value)
Converts the object provided into its string form.String
LongStringConverter. toString(Long value)
Converts the object provided into its string form.String
NumberStringConverter. toString(Number value)
Converts the object provided into its string form.String
ShortStringConverter. toString(Short value)
Converts the object provided into its string form. -
Uses of Override in javax.imageio.plugins.tiff
Methods in javax.imageio.plugins.tiff with annotations of type Override Modifier and Type Method Description TIFFDirectory
TIFFDirectory. clone()
Clones the directory and all the fields contained therein.TIFFField
TIFFField. clone()
Clones the field and all the information contained therein. -
Uses of Override in javax.lang.model.element
Methods in javax.lang.model.element with annotations of type Override Modifier and Type Method Description boolean
Element. equals(Object obj)
Returnstrue
if the argument represents the same element asthis
, orfalse
otherwise.<A extends Annotation>
AElement. getAnnotation(Class<A> annotationType)
Returns this construct's annotation of the specified type if such an annotation is present, elsenull
.List<? extends AnnotationMirror>
Element. getAnnotationMirrors()
Returns the annotations that are directly present on this construct.List<? extends Element>
ModuleElement. getEnclosedElements()
Returns the packages within this module.List<? extends Element>
PackageElement. getEnclosedElements()
Returns the top-level classes and interfaces within this package.List<? extends Element>
TypeElement. getEnclosedElements()
Returns the fields, methods, constructors, and member types that are directly declared in this class or interface.Element
ModuleElement. getEnclosingElement()
Returnsnull
since a module is not enclosed by another element.Element
PackageElement. getEnclosingElement()
Returns the enclosing module if such a module exists; otherwise returnsnull
.Element
TypeElement. getEnclosingElement()
Returns the package of a top-level type and returns the immediately lexically enclosing element for a nested type.Element
TypeParameterElement. getEnclosingElement()
Returns the generic element of this type parameter.Element
VariableElement. getEnclosingElement()
Returns the enclosing element of this variable.Name
ModuleElement. getQualifiedName()
Returns the fully qualified name of this module.Name
ExecutableElement. getSimpleName()
Returns the simple name of a constructor, method, or initializer.Name
ModuleElement. getSimpleName()
Returns the simple name of this module.Name
PackageElement. getSimpleName()
Returns the simple name of this package.Name
TypeElement. getSimpleName()
Returns the simple name of this type element.Name
VariableElement. getSimpleName()
Returns the simple name of this variable element.int
Element. hashCode()
Obeys the general contract ofObject.hashCode
. -
Uses of Override in javax.lang.model.util
Methods in javax.lang.model.util with annotations of type Override Modifier and Type Method Description R
ElementKindVisitor6. visitExecutable(ExecutableElement e, P p)
Visits an executable element, dispatching to the visit method for the specific kind of executable,CONSTRUCTOR
,INSTANCE_INIT
,METHOD
, orSTATIC_INIT
.R
AbstractTypeVisitor6. visitIntersection(IntersectionType t, P p)
Visits an intersection type.abstract R
AbstractTypeVisitor8. visitIntersection(IntersectionType t, P p)
Visits anIntersectionType
in a manner defined by a subclass.R
SimpleTypeVisitor8. visitIntersection(IntersectionType t, P p)
This implementation visits anIntersectionType
by callingdefaultAction
.R
TypeKindVisitor8. visitIntersection(IntersectionType t, P p)
This implementation visits anIntersectionType
by callingdefaultAction
.R
AbstractElementVisitor6. visitModule(ModuleElement e, P p)
Visits a module element.abstract R
AbstractElementVisitor9. visitModule(ModuleElement t, P p)
Visits aModuleElement
in a manner defined by a subclass.R
ElementKindVisitor9. visitModule(ModuleElement e, P p)
Visits aModuleElement
by callingdefaultAction
.R
ElementScanner9. visitModule(ModuleElement e, P p)
Visits aModuleElement
by scanning the enclosed elements.R
SimpleElementVisitor9. visitModule(ModuleElement e, P p)
Visits aModuleElement
by callingdefaultAction
.R
TypeKindVisitor6. visitNoType(NoType t, P p)
R
ElementKindVisitor6. visitPackage(PackageElement e, P p)
Visits a package element.R
TypeKindVisitor6. visitPrimitive(PrimitiveType t, P p)
Visits a primitive type, dispatching to the visit method for the specific kind of primitive type:BOOLEAN
,BYTE
, etc.R
ElementKindVisitor6. visitType(TypeElement e, P p)
Visits a type element, dispatching to the visit method for the specific kind of type,ANNOTATION_TYPE
,CLASS
,ENUM
, orINTERFACE
.R
ElementKindVisitor6. visitTypeParameter(TypeParameterElement e, P p)
Visits a type parameter element.abstract R
AbstractTypeVisitor7. visitUnion(UnionType t, P p)
Visits aUnionType
in a manner defined by a subclass.R
SimpleTypeVisitor7. visitUnion(UnionType t, P p)
This implementation visits aUnionType
by callingdefaultAction
.R
TypeKindVisitor7. visitUnion(UnionType t, P p)
This implementation visits aUnionType
by callingdefaultAction
.R
AbstractAnnotationValueVisitor6. visitUnknown(AnnotationValue av, P p)
Visits an unknown kind of annotation value.R
AbstractElementVisitor6. visitUnknown(Element e, P p)
Visits an unknown kind of element.R
AbstractTypeVisitor6. visitUnknown(TypeMirror t, P p)
Visits an unknown kind of type.R
ElementKindVisitor6. visitVariable(VariableElement e, P p)
Visits a variable element, dispatching to the visit method for the specific kind of variable,ENUM_CONSTANT
,EXCEPTION_PARAMETER
,FIELD
,LOCAL_VARIABLE
,PARAMETER
, orRESOURCE_VARIABLE
.R
ElementScanner7. visitVariable(VariableElement e, P p)
This implementation scans the enclosed elements.R
SimpleElementVisitor7. visitVariable(VariableElement e, P p)
This implementation callsdefaultAction
.R
ElementKindVisitor7. visitVariableAsResourceVariable(VariableElement e, P p)
Visits aRESOURCE_VARIABLE
variable element by callingdefaultAction
. -
Uses of Override in javax.management
Methods in javax.management with annotations of type Override Modifier and Type Method Description void
AttributeList. add(int index, Object element)
Inserts the specified element at the specified position in this list.boolean
AttributeList. add(Object element)
Appends the specified element to the end of this list.boolean
AttributeList. addAll(int index, Collection<?> c)
Inserts all of the elements in the specified collection into this list, starting at the specified position.boolean
AttributeList. addAll(Collection<?> c)
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's Iterator.ValueExp
AttributeValueExp. apply(ObjectName name)
Applies theAttributeValueExp
on an MBean.ValueExp
StringValueExp. apply(ObjectName name)
Applies the ValueExp on a MBean.Descriptor
ImmutableDescriptor. clone()
Returns a descriptor which is equal to this descriptor.Object
MBeanInfo. clone()
Returns a shallow clone of this instance.Object
MBeanOperationInfo. clone()
Returns a shallow clone of this instance.boolean
ImmutableDescriptor. equals(Object o)
Compares this descriptor to the given object.boolean
MBeanInfo. equals(Object o)
Compare this MBeanInfo to another.boolean
MBeanOperationInfo. equals(Object o)
Compare this MBeanOperationInfo to another.boolean
ObjectName. equals(Object object)
Compares the current object name with another object name.int
ImmutableDescriptor. hashCode()
Returns the hash code value for this descriptor.int
MBeanInfo. hashCode()
int
MBeanOperationInfo. hashCode()
int
ObjectName. hashCode()
Returns a hash code for this object name.Object
AttributeList. set(int index, Object element)
Replaces the element at the specified position in this list with the specified element.void
AttributeValueExp. setMBeanServer(MBeanServer s)
Deprecated.This method has no effect. The MBean Server used to obtain an attribute value isQueryEval.getMBeanServer()
.String
AttributeValueExp. toString()
Returns the string representing its value.String
ImmutableDescriptor. toString()
String
MBeanInfo. toString()
String
MBeanOperationInfo. toString()
String
MBeanServerNotification. toString()
String
Notification. toString()
Returns a String representation of this notification.String
ObjectName. toString()
Returns a string representation of the object name. -
Uses of Override in javax.management.modelmbean
Methods in javax.management.modelmbean with annotations of type Override Modifier and Type Method Description Object
DescriptorSupport. clone()
Returns a new Descriptor which is a duplicate of the Descriptor.Object
ModelMBeanAttributeInfo. clone()
Creates and returns a new ModelMBeanAttributeInfo which is a duplicate of this ModelMBeanAttributeInfo.Object
ModelMBeanConstructorInfo. clone()
Creates and returns a new ModelMBeanConstructorInfo which is a duplicate of this ModelMBeanConstructorInfo.boolean
DescriptorSupport. equals(Object o)
Compares this descriptor to the given object.Descriptor
ModelMBeanConstructorInfo. getDescriptor()
Returns a copy of the associated Descriptor.Descriptor
ModelMBeanInfoSupport. getDescriptor()
int
DescriptorSupport. hashCode()
Returns the hash code value for this descriptor.String
DescriptorSupport. toString()
Returns a human readable string representing the descriptor.String
ModelMBeanAttributeInfo. toString()
Returns a human-readable version of the ModelMBeanAttributeInfo instance.String
ModelMBeanConstructorInfo. toString()
Returns a string containing the entire contents of the ModelMBeanConstructorInfo in human readable form. -
Uses of Override in javax.management.monitor
Methods in javax.management.monitor with annotations of type Override Modifier and Type Method Description Number
CounterMonitor. getDerivedGauge(ObjectName object)
Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, ornull
otherwise.Number
GaugeMonitor. getDerivedGauge(ObjectName object)
Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, ornull
otherwise.String
StringMonitor. getDerivedGauge(ObjectName object)
Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, ornull
otherwise.long
CounterMonitor. getDerivedGaugeTimeStamp(ObjectName object)
Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or0
otherwise.long
GaugeMonitor. getDerivedGaugeTimeStamp(ObjectName object)
Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or0
otherwise.long
StringMonitor. getDerivedGaugeTimeStamp(ObjectName object)
Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or0
otherwise.MBeanNotificationInfo[]
CounterMonitor. getNotificationInfo()
Returns aNotificationInfo
object containing the name of the Java class of the notification and the notification types sent by the counter monitor.MBeanNotificationInfo[]
GaugeMonitor. getNotificationInfo()
Returns aNotificationInfo
object containing the name of the Java class of the notification and the notification types sent by the gauge monitor.MBeanNotificationInfo[]
StringMonitor. getNotificationInfo()
Returns aNotificationInfo
object containing the name of the Java class of the notification and the notification types sent by the string monitor. -
Uses of Override in javax.management.openmbean
Methods in javax.management.openmbean with annotations of type Override Modifier and Type Method Description boolean
CompositeDataSupport. equals(Object obj)
Compares the specified obj parameter with thisCompositeDataSupport
instance for equality.int
CompositeDataSupport. hashCode()
Returns the hash code value for thisCompositeDataSupport
instance.String
CompositeDataSupport. toString()
Returns a string representation of thisCompositeDataSupport
instance. -
Uses of Override in javax.management.relation
Methods in javax.management.relation with annotations of type Override Modifier and Type Method Description void
RoleList. add(int index, Object element)
boolean
RoleList. add(Object o)
void
RoleUnresolvedList. add(int index, Object element)
boolean
RoleUnresolvedList. add(Object o)
boolean
RoleList. addAll(int index, Collection<?> c)
boolean
RoleList. addAll(Collection<?> c)
boolean
RoleUnresolvedList. addAll(int index, Collection<?> c)
boolean
RoleUnresolvedList. addAll(Collection<?> c)
Object
RoleList. set(int index, Object element)
Object
RoleUnresolvedList. set(int index, Object element)
-
Uses of Override in javax.management.remote
Methods in javax.management.remote with annotations of type Override Modifier and Type Method Description MBeanNotificationInfo[]
JMXConnectorServer. getNotificationInfo()
Returns an array indicating the notifications that this MBean sends. -
Uses of Override in javax.management.remote.rmi
Methods in javax.management.remote.rmi with annotations of type Override Modifier and Type Method Description protected void
RMIIIOPServerImpl. closeClient(RMIConnection client)
Deprecated.protected void
RMIIIOPServerImpl. closeServer()
Deprecated.protected void
RMIConnectorServer. connectionClosed(String connectionId, String message, Object userData)
protected void
RMIConnectorServer. connectionFailed(String connectionId, String message, Object userData)
protected void
RMIConnectorServer. connectionOpened(String connectionId, String message, Object userData)
protected void
RMIIIOPServerImpl. export()
Deprecated.protected String
RMIIIOPServerImpl. getProtocol()
Deprecated.protected RMIConnection
RMIIIOPServerImpl. makeClient(String connectionId, Subject subject)
Deprecated.void
RMIConnectorServer. setMBeanServerForwarder(MBeanServerForwarder mbsf)
String
RMIConnectionImpl. toString()
Returns a string representation of this object.String
RMIConnector. toString()
Returns a string representation of this object.Remote
RMIIIOPServerImpl. toStub()
Deprecated. -
Uses of Override in javax.net.ssl
Methods in javax.net.ssl with annotations of type Override Modifier and Type Method Description boolean
SNIHostName. equals(Object other)
Compares this server name to the specified object.boolean
SNIServerName. equals(Object other)
Indicates whether some other object is "equal to" this server name.int
SNIHostName. hashCode()
Returns a hash code value for thisSNIHostName
.int
SNIServerName. hashCode()
Returns a hash code value for this server name.String
SNIHostName. toString()
Returns a string representation of the object, including the DNS hostname in thisSNIHostName
object.String
SNIServerName. toString()
Returns a string representation of this server name, including the server name type and the encoded server name value in thisSNIServerName
object.String
SSLEngineResult. toString()
Returns a String representation of this object. -
Uses of Override in javax.security.auth
Methods in javax.security.auth with annotations of type Override Modifier and Type Method Description boolean
Subject. equals(Object o)
Compares the specified Object with thisSubject
for equality.int
Subject. hashCode()
Returns a hashcode for thisSubject
.String
Subject. toString()
Return the String representation of thisSubject
. -
Uses of Override in javax.security.auth.kerberos
Methods in javax.security.auth.kerberos with annotations of type Override Modifier and Type Method Description void
EncryptionKey. destroy()
Destroys this key by clearing out the key material of this key.void
KerberosCredMessage. destroy()
Destroys this object by clearing out the message.boolean
DelegationPermission. equals(Object obj)
Checks two DelegationPermission objects for equality.boolean
EncryptionKey. equals(Object other)
Compares the specified object with this key for equality.boolean
KerberosCredMessage. equals(Object other)
Compares the specified object with thisKerberosCredMessage
for equality.boolean
ServicePermission. equals(Object obj)
Checks two ServicePermission objects for equality.String
ServicePermission. getActions()
Returns the canonical string representation of the actions.String
EncryptionKey. getAlgorithm()
Returns the standard algorithm name for this key.byte[]
EncryptionKey. getEncoded()
Returns the key material of this key.String
EncryptionKey. getFormat()
Returns the name of the encoding format for this key.int
DelegationPermission. hashCode()
Returns the hash code value for this object.int
EncryptionKey. hashCode()
Returns a hash code for thisEncryptionKey
.int
KerberosCredMessage. hashCode()
Returns a hash code for thisKerberosCredMessage
.int
ServicePermission. hashCode()
Returns the hash code value for this object.boolean
DelegationPermission. implies(Permission p)
Checks if this Kerberos delegation permission object "implies" the specified permission.boolean
ServicePermission. implies(Permission p)
Checks if this Kerberos service permission object "implies" the specified permission.boolean
EncryptionKey. isDestroyed()
boolean
KerberosCredMessage. isDestroyed()
PermissionCollection
DelegationPermission. newPermissionCollection()
Returns a PermissionCollection object for storing DelegationPermission objects.PermissionCollection
ServicePermission. newPermissionCollection()
Returns a PermissionCollection object for storing ServicePermission objects.String
EncryptionKey. toString()
Returns an informative textual representation of thisEncryptionKey
.String
KerberosCredMessage. toString()
Returns an informative textual representation of thisKerberosCredMessage
. -
Uses of Override in javax.sound.midi
Methods in javax.sound.midi with annotations of type Override Modifier and Type Method Description Object
MetaMessage. clone()
Creates a new object of the same class and with the same contents as this object.abstract Object
MidiMessage. clone()
Creates a new object of the same class and with the same contents as this object.Object
ShortMessage. clone()
Creates a new object of the same class and with the same contents as this object.Object
SysexMessage. clone()
Creates a new object of the same class and with the same contents as this object.void
MidiDevice. close()
Closes the device, indicating that the device should now release any system resources it is using.void
Receiver. close()
Indicates that the application has finished using the receiver, and that limited resources it requires may be released or made available.void
Transmitter. close()
Indicates that the application has finished using the transmitter, and that limited resources it requires may be released or made available.boolean
MidiDevice.Info. equals(Object obj)
Reports whether two objects are equal.boolean
Sequencer.SyncMode. equals(Object obj)
Determines whether two objects are equal.long
Sequencer. getMicrosecondPosition()
Obtains the current position in the sequence, expressed in microseconds.int
MidiDevice.Info. hashCode()
Finalizes the hashcode method.int
Sequencer.SyncMode. hashCode()
Finalizes the hashcode method.void
SysexMessage. setMessage(byte[] data, int length)
Sets the data for the system exclusive message.String
MidiDevice.Info. toString()
Provides a string representation of the device information.String
Sequencer.SyncMode. toString()
Provides this synchronization mode's name as the string representation of the mode. -
Uses of Override in javax.sound.sampled
Methods in javax.sound.sampled with annotations of type Override Modifier and Type Method Description int
AudioInputStream. available()
Returns the maximum number of bytes that can be read (or skipped over) from this audio input stream without blocking.void
AudioInputStream. close()
Closes this audio input stream and releases any system resources associated with the stream.void
Line. close()
Closes the line, indicating that any system resources in use by the line can be released.boolean
AudioFileFormat.Type. equals(Object obj)
Finalizes the equals method.boolean
AudioFormat.Encoding. equals(Object obj)
Finalizes the equals method.boolean
Control.Type. equals(Object obj)
Finalizes the equals method.boolean
LineEvent.Type. equals(Object obj)
Indicates whether the specified object is equal to this event type, returningtrue
if the objects are identical.boolean
Mixer.Info. equals(Object obj)
Indicates whether two info objects are equal, returningtrue
if they are identical.boolean
Port.Info. equals(Object obj)
Finalizes the equals method.boolean
ReverbType. equals(Object obj)
Indicates whether the specified object is equal to this reverb type, returningtrue
if the objects are identical.int
AudioFileFormat.Type. hashCode()
Finalizes the hashCode method.int
AudioFormat.Encoding. hashCode()
Finalizes the hashCode method.int
Control.Type. hashCode()
Finalizes the hashCode method.int
LineEvent.Type. hashCode()
Finalizes the hashcode method.int
Mixer.Info. hashCode()
Finalizes the hashcode method.int
Port.Info. hashCode()
Finalizes the hashCode method.int
ReverbType. hashCode()
Finalizes the hashcode method.void
AudioInputStream. mark(int readlimit)
Marks the current position in this audio input stream.boolean
AudioInputStream. markSupported()
Tests whether this audio input stream supports themark
andreset
methods.boolean
DataLine.Info. matches(Line.Info info)
Determines whether the specified info object matches this one.boolean
Port.Info. matches(Line.Info info)
Indicates whether this info object specified matches this one.int
AudioInputStream. read()
Reads the next byte of data from the audio input stream.int
AudioInputStream. read(byte[] b)
Reads some number of bytes from the audio input stream and stores them into the buffer arrayb
.int
AudioInputStream. read(byte[] b, int off, int len)
Reads up to a specified maximum number of bytes of data from the audio stream, putting them into the given byte array.void
AudioInputStream. reset()
Repositions this audio input stream to the position it had at the time itsmark
method was last invoked.long
AudioInputStream. skip(long n)
Skips over and discards a specified number of bytes from this audio input stream.String
AudioFileFormat. toString()
Provides a string representation of the file format.String
AudioFileFormat.Type. toString()
Provides the file type's name as theString
representation of the file type.String
AudioFormat.Encoding. toString()
Provides theString
representation of the encoding.String
AudioFormat. toString()
Returns a string that describes the format, such as: "PCM SIGNED 22050 Hz 16 bit mono big-endian".String
BooleanControl. toString()
Provides a string representation of the control.String
CompoundControl. toString()
Provides a string representation of the control.String
Control. toString()
Obtains a String describing the control type and its current state.String
Control.Type. toString()
Provides theString
representation of the control type.String
DataLine.Info. toString()
Obtains a textual description of the data line info.String
EnumControl. toString()
Provides a string representation of the control.String
FloatControl. toString()
Provides a string representation of the control.String
Line.Info. toString()
Obtains a textual description of the line info.String
LineEvent. toString()
Obtains a string representation of the event.String
LineEvent.Type. toString()
Returns the type name as the string representation.String
Mixer.Info. toString()
Provides a string representation of the mixer info.String
Port.Info. toString()
Provides aString
representation of the port.String
ReverbType. toString()
Provides aString
representation of the reverb type, including its name and its parameter settings. -
Uses of Override in javax.sql
Methods in javax.sql with annotations of type Override Modifier and Type Method Description int
ConnectionPoolDataSource. getLoginTimeout()
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.int
DataSource. getLoginTimeout()
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.int
XADataSource. getLoginTimeout()
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.PrintWriter
ConnectionPoolDataSource. getLogWriter()
Retrieves the log writer for thisDataSource
object.PrintWriter
DataSource. getLogWriter()
Retrieves the log writer for thisDataSource
object.PrintWriter
XADataSource. getLogWriter()
Retrieves the log writer for thisDataSource
object.void
ConnectionPoolDataSource. setLoginTimeout(int seconds)
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.void
DataSource. setLoginTimeout(int seconds)
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.void
XADataSource. setLoginTimeout(int seconds)
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.void
ConnectionPoolDataSource. setLogWriter(PrintWriter out)
Sets the log writer for thisDataSource
object to the givenjava.io.PrintWriter
object.void
DataSource. setLogWriter(PrintWriter out)
Sets the log writer for thisDataSource
object to the givenjava.io.PrintWriter
object.void
XADataSource. setLogWriter(PrintWriter out)
Sets the log writer for thisDataSource
object to the givenjava.io.PrintWriter
object. -
Uses of Override in javax.swing
Methods in javax.swing with annotations of type Override Modifier and Type Method Description boolean
JList.AccessibleJList.AccessibleJListChild. doAccessibleAction(int i)
Performs the specified action on the object.void
DefaultListCellRenderer. firePropertyChange(String propertyName, boolean oldValue, boolean newValue)
Overridden for performance reasons.void
DefaultListCellRenderer. firePropertyChange(String propertyName, byte oldValue, byte newValue)
Overridden for performance reasons.void
DefaultListCellRenderer. firePropertyChange(String propertyName, char oldValue, char newValue)
Overridden for performance reasons.void
DefaultListCellRenderer. firePropertyChange(String propertyName, double oldValue, double newValue)
Overridden for performance reasons.void
DefaultListCellRenderer. firePropertyChange(String propertyName, float oldValue, float newValue)
Overridden for performance reasons.void
DefaultListCellRenderer. firePropertyChange(String propertyName, int oldValue, int newValue)
Overridden for performance reasons.void
DefaultListCellRenderer. firePropertyChange(String propertyName, long oldValue, long newValue)
Overridden for performance reasons.void
DefaultListCellRenderer. firePropertyChange(String propertyName, short oldValue, short newValue)
Overridden for performance reasons.protected void
DefaultListCellRenderer. firePropertyChange(String propertyName, Object oldValue, Object newValue)
Overridden for performance reasons.AccessibleAction
JList.AccessibleJList.AccessibleJListChild. getAccessibleAction()
Gets theAccessibleAction
associated with this object that supports one or more actions.int
JList.AccessibleJList.AccessibleJListChild. getAccessibleActionCount()
Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object.String
JList.AccessibleJList.AccessibleJListChild. getAccessibleActionDescription(int i)
Returns a description of the specified action of the object.void
JComponent. hide()
Deprecated.void
DefaultListCellRenderer. invalidate()
Overridden for performance reasons.boolean
DefaultListCellRenderer. isOpaque()
Overridden for performance reasons.boolean
JComponent. isValidateRoot()
If this method returns true,revalidate
calls by descendants of this component will cause the entire tree beginning with this root to be validated.boolean
JRootPane. isValidateRoot()
If a descendant of thisJRootPane
callsrevalidate
, validate from here on down.boolean
JScrollPane. isValidateRoot()
Overridden to return true so that any calls torevalidate
on any descendants of thisJScrollPane
will cause the entire tree beginning with thisJScrollPane
to be validated.boolean
JSplitPane. isValidateRoot()
Returns true, so that calls torevalidate
on any descendant of thisJSplitPane
will cause a request to be queued that will validate theJSplitPane
and all its descendants.boolean
JTextField. isValidateRoot()
Calls torevalidate
that come from within the textfield itself will be handled by validating the textfield, unless the textfield is contained within aJViewport
, in which case this returns false.protected boolean
JComboBox. processKeyBinding(KeyStroke ks, KeyEvent e, int condition, boolean pressed)
Invoked to process the key bindings forks
as the result of theKeyEvent
e
.void
JDesktopPane. remove(Component comp)
Removes the specified component from this container.void
DefaultListCellRenderer. repaint()
Overridden for performance reasons.void
DefaultListCellRenderer. repaint(long tm, int x, int y, int width, int height)
Overridden for performance reasons.void
DefaultListCellRenderer. repaint(Rectangle r)
Overridden for performance reasons.void
JEditorPane. replaceSelection(String content)
Replaces the currently selected content with new content represented by the given string.void
JTextPane. replaceSelection(String content)
Replaces the currently selected content with new content represented by the given string.void
JToggleButton. requestFocus(FocusEvent.Cause cause)
If this toggle button is a member of theButtonGroup
which has another toggle button which is selected and can be the focus owner, and the focus cause argument denotes window activation or focus traversal action of any direction the result of the method execution is the same as callingComponent.requestFocus(FocusEvent.Cause)
on the toggle button selected in the group.void
DefaultListCellRenderer. revalidate()
Overridden for performance reasons.void
JSpinner.NumberEditor. setComponentOrientation(ComponentOrientation o)
Sets the language-sensitive orientation that is to be used to order the elements or text within this component.void
DefaultListCellRenderer. validate()
Overridden for performance reasons. -
Uses of Override in javax.swing.border
Methods in javax.swing.border with annotations of type Override Modifier and Type Method Description Insets
StrokeBorder. getBorderInsets(Component c, Insets insets)
Reinitializes theinsets
parameter with this border's current insets.boolean
CompoundBorder. isBorderOpaque()
Returns whether or not the compound border is opaque.void
StrokeBorder. paintBorder(Component c, Graphics g, int x, int y, int width, int height)
Paints the border for the specified component with the specified position and size. -
Uses of Override in javax.swing.event
Methods in javax.swing.event with annotations of type Override Modifier and Type Method Description RowSorter<?>
RowSorterEvent. getSource()
Returns the source of the event as aRowSorter
. -
Uses of Override in javax.swing.plaf.basic
Methods in javax.swing.plaf.basic with annotations of type Override Modifier and Type Method Description Accessible
BasicComboBoxUI. getAccessibleChild(JComponent c, int i)
int
BasicComboBoxUI. getAccessibleChildrenCount(JComponent c)
int
BasicComboBoxUI. getBaseline(JComponent c, int width, int height)
Returns the baseline.Component.BaselineResizeBehavior
BasicComboBoxUI. getBaselineResizeBehavior(JComponent c)
Returns an enum indicating how the baseline of the component changes as the size changes.Component
BasicComboBoxRenderer. getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus)
Dimension
BasicComboBoxUI. getMaximumSize(JComponent c)
Dimension
BasicDesktopPaneUI. getMaximumSize(JComponent c)
Dimension
BasicComboBoxUI. getMinimumSize(JComponent c)
The minimum size is the size of the display area plus insets plus the button.Dimension
BasicDesktopPaneUI. getMinimumSize(JComponent c)
Dimension
BasicComboBoxUI. getPreferredSize(JComponent c)
Dimension
BasicDesktopPaneUI. getPreferredSize(JComponent c)
Dimension
BasicRadioButtonUI. getPreferredSize(JComponent c)
The preferred size of the radio buttonprotected String
BasicRadioButtonUI. getPropertyPrefix()
protected void
BasicRadioButtonUI. installDefaults(AbstractButton b)
protected void
BasicRadioButtonUI. installListeners(AbstractButton button)
void
BasicComboBoxUI. installUI(JComponent c)
void
BasicComboBoxUI.KeyHandler. keyPressed(KeyEvent e)
Rectangle
BasicTextUI. modelToView(JTextComponent tc, int pos)
Deprecated.Rectangle
BasicTextUI. modelToView(JTextComponent tc, int pos, Position.Bias bias)
Deprecated.Rectangle2D
BasicTextUI. modelToView2D(JTextComponent tc, int pos, Position.Bias bias)
void
BasicComboBoxUI. paint(Graphics g, JComponent c)
void
BasicRadioButtonUI. paint(Graphics g, JComponent c)
paint the radio buttonprotected void
BasicRadioButtonUI. uninstallDefaults(AbstractButton b)
protected void
BasicRadioButtonUI. uninstallListeners(AbstractButton button)
void
BasicComboBoxUI. uninstallUI(JComponent c)
int
BasicTextUI. viewToModel(JTextComponent tc, Point pt)
Deprecated.int
BasicTextUI. viewToModel(JTextComponent tc, Point pt, Position.Bias[] biasReturn)
Deprecated.int
BasicTextUI. viewToModel2D(JTextComponent tc, Point2D pt, Position.Bias[] biasReturn)
-
Uses of Override in javax.swing.plaf.metal
Methods in javax.swing.plaf.metal with annotations of type Override Modifier and Type Method Description Dimension
MetalFileChooserUI. getMaximumSize(JComponent c)
Returns the maximum size of theJFileChooser
.Dimension
MetalFileChooserUI. getMinimumSize(JComponent c)
Returns the minimum size of theJFileChooser
.Dimension
MetalFileChooserUI. getPreferredSize(JComponent c)
Returns the preferred size of the specifiedJFileChooser
. -
Uses of Override in javax.swing.plaf.multi
Methods in javax.swing.plaf.multi with annotations of type Override Modifier and Type Method Description Rectangle
MultiTextUI. modelToView(JTextComponent a, int b, Position.Bias c)
Deprecated.Rectangle2D
MultiTextUI. modelToView2D(JTextComponent a, int b, Position.Bias c)
int
MultiTextUI. viewToModel(JTextComponent a, Point b)
Deprecated.int
MultiTextUI. viewToModel(JTextComponent a, Point b, Position.Bias[] c)
Deprecated.int
MultiTextUI. viewToModel2D(JTextComponent a, Point2D b, Position.Bias[] c)
-
Uses of Override in javax.swing.plaf.nimbus
Methods in javax.swing.plaf.nimbus with annotations of type Override Modifier and Type Method Description Object
NimbusStyle. get(SynthContext ctx, Object key)
Getter for a region specific style property.protected Color
NimbusStyle. getColorForState(SynthContext ctx, ColorType type)
Returns the color for the specified state.UIDefaults
NimbusLookAndFeel. getDefaults()
Returns the defaults for this SynthLookAndFeel.String
NimbusLookAndFeel. getDescription()
Returns a textual description of this look and feel.Icon
NimbusLookAndFeel. getDisabledIcon(JComponent component, Icon icon)
protected Font
NimbusStyle. getFontForState(SynthContext ctx)
Returns the font for the specified state.String
NimbusLookAndFeel. getID()
Return a string that identifies this look and feel.Insets
NimbusStyle. getInsets(SynthContext ctx, Insets in)
Returns the Insets that are used to calculate sizing information.String
NimbusLookAndFeel. getName()
Return a short string that identifies this look and feel.SynthPainter
NimbusStyle. getPainter(SynthContext ctx)
Returns theSynthPainter
that will be used for painting.void
NimbusLookAndFeel. initialize()
Called by UIManager when this look and feel is installed.void
NimbusStyle. installDefaults(SynthContext ctx)
Installs the necessary state from this Style on theJComponent
fromcontext
.boolean
NimbusStyle. isOpaque(SynthContext ctx)
Returns true if the region is opaque.void
AbstractRegionPainter. paint(Graphics2D g, JComponent c, int w, int h)
Renders to the givenGraphics2D
object.boolean
NimbusLookAndFeel. shouldUpdateStyleOnAncestorChanged()
Returns whether or not the UIs should update theirSynthStyles
from theSynthStyleFactory
when the ancestor of theJComponent
changes.protected boolean
NimbusLookAndFeel. shouldUpdateStyleOnEvent(PropertyChangeEvent ev)
Returns whether or not the UIs should update their styles when a particular event occurs.String
State. toString()
void
NimbusLookAndFeel. uninitialize()
Called by UIManager when this look and feel is uninstalled. -
Uses of Override in javax.swing.plaf.synth
Methods in javax.swing.plaf.synth with annotations of type Override Modifier and Type Method Description protected void
SynthSliderUI. calculateGeometry()
Calculates the geometry.protected int
SynthTabbedPaneUI. calculateMaxTabHeight(int tabPlacement)
Calculates the maximum tab height.protected int
SynthTabbedPaneUI. calculateMaxTabWidth(int tabPlacement)
Calculates the maximum tab width.protected int
SynthTabbedPaneUI. calculateTabWidth(int tabPlacement, int tabIndex, FontMetrics metrics)
Calculates the tab width.protected void
SynthSliderUI. calculateThumbLocation()
Calculates the thumb location.protected void
SynthScrollBarUI. configureScrollBarColors()
Configures the scroll bar colors.View
SynthPasswordFieldUI. create(Element elem)
Creates a view (PasswordView) for an element.protected JButton
SynthComboBoxUI. createArrowButton()
Creates a button which will be used as the control to show or hide the popup portion of the combo box.protected ComponentListener
SynthInternalFrameUI. createComponentListener()
Creates a component listener.protected JButton
SynthScrollBarUI. createDecreaseButton(int orientation)
Creates a decrease button.protected TreeCellEditor
SynthTreeUI. createDefaultCellEditor()
Creates a default cell editor.protected TreeCellRenderer
SynthTreeUI. createDefaultCellRenderer()
Returns the default cell renderer that is used to do the stamping of each node.protected AbstractColorChooserPanel[]
SynthColorChooserUI. createDefaultChoosers()
Returns an array of default color choosers.BasicSplitPaneDivider
SynthSplitPaneUI. createDefaultDivider()
Creates the default divider.protected Component
SynthSplitPaneUI. createDefaultNonContinuousLayoutDivider()
Returns the default non continuous layout divider, which is an instance ofCanvas
that fills in the background with dark gray.protected ComboBoxEditor
SynthComboBoxUI. createEditor()
Creates the default editor that will be used in editable combo boxes.protected JComponent
SynthSpinnerUI. createEditor()
This method is called by installUI to get the editor component of theJSpinner
.protected JButton
SynthScrollBarUI. createIncreaseButton(int orientation)
Creates an increase button.protected LayoutManager
SynthSpinnerUI. createLayout()
Creates aLayoutManager
that manages theeditor
,nextButton
, andpreviousButton
children of the JSpinner.protected LayoutManager
SynthTabbedPaneUI. createLayoutManager()
Invoked byinstallUI
to create a layout manager object to manage theJTabbedPane
.protected Container
SynthOptionPaneUI. createMessageArea()
Called fromSynthOptionPaneUI.installComponents()
to create aContainer
containing the body of the message.protected MouseListener
SynthTabbedPaneUI. createMouseListener()
Creates a mouse listener.protected Component
SynthSpinnerUI. createNextButton()
Creates an increment button, i.e. component that replaces the spinner value with the object returned byspinner.getNextValue
.protected JComponent
SynthInternalFrameUI. createNorthPane(JInternalFrame w)
Creates the north pane.protected ComboPopup
SynthComboBoxUI. createPopup()
Creates the popup portion of the combo box.protected Component
SynthSpinnerUI. createPreviousButton()
Creates a decrement button, i.e. component that replaces the spinner value with the object returned byspinner.getPreviousValue
.protected ListCellRenderer<Object>
SynthComboBoxUI. createRenderer()
Creates the default renderer that will be used in a non-editiable combo box.protected JButton
SynthTabbedPaneUI. createScrollButton(int direction)
Creates and returns a JButton that will provide the user with a way to scroll the tabs in a particular direction.protected Container
SynthOptionPaneUI. createSeparator()
Returns a separator.protected BasicSliderUI.TrackListener
SynthSliderUI. createTrackListener(JSlider s)
Creates a track listener.protected void
SynthTreeUI. drawCentered(Component c, Graphics graphics, Icon icon, int x, int y)
Draws theicon
centered at (x,y).void
SynthSplitPaneUI. finishedPaintingChildren(JSplitPane jc, Graphics g)
Called when the specified split pane has finished painting its children.int
SynthButtonUI. getBaseline(JComponent c, int width, int height)
Returns the baseline.int
SynthLabelUI. getBaseline(JComponent c, int width, int height)
Returns the baseline.int
SynthProgressBarUI. getBaseline(JComponent c, int width, int height)
Returns the baseline.int
SynthSliderUI. getBaseline(JComponent c, int width, int height)
Returns the baseline.protected int
SynthTabbedPaneUI. getBaseline(int tab)
Returns the baseline for the specified tab.protected Rectangle
SynthProgressBarUI. getBox(Rectangle r)
Stores the position and size of the bouncing box that would be painted for the current animation index inr
and returnsr
.SynthContext
SynthButtonUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthColorChooserUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthComboBoxUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthDesktopIconUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthDesktopPaneUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthEditorPaneUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthInternalFrameUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthLabelUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthListUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthMenuBarUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthMenuItemUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthMenuUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthOptionPaneUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthPanelUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthPopupMenuUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthProgressBarUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthRootPaneUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthScrollBarUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthScrollPaneUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthSeparatorUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthSliderUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthSpinnerUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthSplitPaneUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthTabbedPaneUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthTableHeaderUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthTableUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthTextAreaUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthTextFieldUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthToolBarUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthToolTipUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthTreeUI. getContext(JComponent c)
Returns the Context for the specified component.SynthContext
SynthViewportUI. getContext(JComponent c)
Returns the Context for the specified component.UIDefaults
SynthLookAndFeel. getDefaults()
Returns the defaults for this SynthLookAndFeel.protected Dimension
SynthComboBoxUI. getDefaultSize()
Returns the default size of an empty display area of the combo box using the current renderer and font.String
SynthLookAndFeel. getDescription()
Returns a textual description of SynthLookAndFeel.Icon
SynthTreeUI. getExpandedIcon()
Returns the expanded icon.protected FontMetrics
SynthTabbedPaneUI. getFontMetrics()
Returns the font metrics.default int
SynthIcon. getIconHeight()
default int
SynthIcon. getIconWidth()
String
SynthLookAndFeel. getID()
Return a string that identifies this look and feel.Dimension
SynthButtonUI. getMaximumSize(JComponent c)
Returns the specified component's maximum size appropriate for the look and feel.Dimension
SynthLabelUI. getMaximumSize(JComponent c)
Returns the specified component's maximum size appropriate for the look and feel.Dimension
SynthSeparatorUI. getMaximumSize(JComponent c)
Returns the specified component's maximum size appropriate for the look and feel.Dimension
SynthButtonUI. getMinimumSize(JComponent c)
Returns the specified component's minimum size appropriate for the look and feel.Dimension
SynthLabelUI. getMinimumSize(JComponent c)
Returns the specified component's minimum size appropriate for the look and feel.Dimension
SynthSeparatorUI. getMinimumSize(JComponent c)
Returns the specified component's minimum size appropriate for the look and feel.Dimension
SynthSliderUI. getMinimumSize(JComponent c)
Returns the minimum size.protected Dimension
SynthScrollBarUI. getMinimumThumbSize()
Returns the smallest acceptable size for the thumb.String
SynthLookAndFeel. getName()
Return a short string that identifies this look and feel.protected Dimension
SynthMenuItemUI. getPreferredMenuItemSize(JComponent c, Icon checkIcon, Icon arrowIcon, int defaultTextIconGap)
Returns the preferred size of a menu item.protected Dimension
SynthMenuUI. getPreferredMenuItemSize(JComponent c, Icon checkIcon, Icon arrowIcon, int defaultTextIconGap)
Returns the preferred size of a menu item.Dimension
SynthButtonUI. getPreferredSize(JComponent c)
Returns the specified component's preferred size appropriate for the look and feel.Dimension
SynthLabelUI. getPreferredSize(JComponent c)
Returns the specified component's preferred size appropriate for the look and feel.Dimension
SynthProgressBarUI. getPreferredSize(JComponent c)
Returns the specified component's preferred size appropriate for the look and feel.Dimension
SynthScrollBarUI. getPreferredSize(JComponent c)
A vertical scrollbar's preferred width is the maximum of preferred widths of the (nonnull
) increment/decrement buttons, and the minimum width of the thumb.Dimension
SynthSeparatorUI. getPreferredSize(JComponent c)
Returns the specified component's preferred size appropriate for the look and feel.Dimension
SynthSliderUI. getPreferredSize(JComponent c)
Returns the preferred size.Dimension
SynthToolTipUI. getPreferredSize(JComponent c)
Returns the specified component's preferred size appropriate for the look and feel.protected String
SynthCheckBoxMenuItemUI. getPropertyPrefix()
Returns a property prefix.protected String
SynthCheckBoxUI. getPropertyPrefix()
Returns the property prefix.protected String
SynthFormattedTextFieldUI. getPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager.protected String
SynthPasswordFieldUI. getPropertyPrefix()
Fetches the name used as a key to look up properties through the UIManager.protected String
SynthRadioButtonMenuItemUI. getPropertyPrefix()
Returns a property prefix.protected String
SynthRadioButtonUI. getPropertyPrefix()
Returns the property prefix.protected String
SynthTextPaneUI. getPropertyPrefix()
Fetches the name used as a key to lookup properties through the UIManager.protected String
SynthToggleButtonUI. getPropertyPrefix()
Returns the property prefix.protected int
SynthTreeUI. getRowX(int row, int depth)
Returns the location, along the x-axis, to render a particular row at.protected boolean
SynthOptionPaneUI. getSizeButtonsToSameWidth()
Returnstrue
, basic L&F wants all the buttons to have the same width.protected Icon
SynthRadioButtonUI. getSizingIcon(AbstractButton b)
Returns the Icon used in calculating the preferred/minimum/maximum size.boolean
SynthScrollBarUI. getSupportsAbsolutePositioning()
Indicates whether the user can absolutely position the thumb with a mouse gesture (usually the middle mouse button).protected Insets
SynthTabbedPaneUI. getTabInsets(int tabPlacement, int tabIndex)
Returns the tab insets.protected int
SynthTabbedPaneUI. getTabLabelShiftX(int tabPlacement, int tabIndex, boolean isSelected)
Returns the tab label shift x.protected int
SynthTabbedPaneUI. getTabLabelShiftY(int tabPlacement, int tabIndex, boolean isSelected)
Returns the tab label shift y.protected Dimension
SynthSliderUI. getThumbSize()
Returns the thumb size.void
SynthLookAndFeel. initialize()
Called by UIManager when this look and feel is installed.protected void
SynthDesktopIconUI. installComponents()
Registers components.protected void
SynthOptionPaneUI. installComponents()
Registers components.protected void
SynthToolBarUI. installComponents()
Registers components.protected void
SynthButtonUI. installDefaults(AbstractButton b)
Installs default properties.protected void
SynthColorChooserUI. installDefaults()
Installs default properties.protected void
SynthComboBoxUI. installDefaults()
protected void
SynthDesktopIconUI. installDefaults()
Installs default properties.protected void
SynthDesktopPaneUI. installDefaults()
Installs default properties.protected void
SynthEditorPaneUI. installDefaults()
Initializes component properties, such as font, foreground, background, caret color, selection color, selected text color, disabled text color, and border color.void
SynthInternalFrameUI. installDefaults()
Installs the defaults.protected void
SynthLabelUI. installDefaults(JLabel c)
Installs default properties.protected void
SynthListUI. installDefaults()
Initializes list properties such as font, foreground, and background, and adds the CellRendererPane.protected void
SynthMenuBarUI. installDefaults()
Installs default properties.protected void
SynthMenuItemUI. installDefaults()
Installs default properties.protected void
SynthMenuUI. installDefaults()
Installs default properties.protected void
SynthOptionPaneUI. installDefaults()
Installs default properties.protected void
SynthPanelUI. installDefaults(JPanel p)
Method for installing panel properties.void
SynthPopupMenuUI. installDefaults()
Installs default properties.protected void
SynthProgressBarUI. installDefaults()
Installs default properties.protected void
SynthRootPaneUI. installDefaults(JRootPane c)
Installs default properties.protected void
SynthScrollBarUI. installDefaults()
Installs the defaults.protected void
SynthScrollPaneUI. installDefaults(JScrollPane scrollpane)
Installs default properties.protected void
SynthSliderUI. installDefaults(JSlider slider)
Installs the defaults.protected void
SynthSpinnerUI. installDefaults()
Initializes theJSpinner
border
,foreground
, andbackground
, properties based on the corresponding "Spinner.*" properties from defaults table.protected void
SynthSplitPaneUI. installDefaults()
Installs the UI defaults.protected void
SynthTabbedPaneUI. installDefaults()
Install the defaults.protected void
SynthTableHeaderUI. installDefaults()
Initializes JTableHeader properties such as font, foreground, and background.protected void
SynthTableUI. installDefaults()
Initializes JTable properties, such as font, foreground, and background.protected void
SynthTextAreaUI. installDefaults()
Initializes component properties, such as font, foreground, background, caret color, selection color, selected text color, disabled text color, and border color.protected void
SynthTextFieldUI. installDefaults()
Initializes component properties, such as font, foreground, background, caret color, selection color, selected text color, disabled text color, and border color.protected void
SynthToolBarUI. installDefaults()
Installs default properties.protected void
SynthToolTipUI. installDefaults(JComponent c)
Installs default properties.protected void
SynthTreeUI. installDefaults()
Installs default properties.protected void
SynthDesktopPaneUI. installDesktopManager()
Installs desktop manager.protected void
SynthPasswordFieldUI. installKeyboardActions()
Registers keyboard actions.protected void
SynthButtonUI. installListeners(AbstractButton b)
Registers listeners.protected void
SynthColorChooserUI. installListeners()
Registers listeners.protected void
SynthComboBoxUI. installListeners()
Creates and installs listeners for the combo box and its model.protected void
SynthDesktopIconUI. installListeners()
Registers listeners.protected void
SynthDesktopPaneUI. installListeners()
Installs thePropertyChangeListener
returned fromcreatePropertyChangeListener
on theJDesktopPane
.protected void
SynthInternalFrameUI. installListeners()
Installs the listeners.protected void
SynthListUI. installListeners()
Creates and installs the listeners for the JList, its model, and its selectionModel.protected void
SynthMenuBarUI. installListeners()
Registers listeners.protected void
SynthMenuItemUI. installListeners()
Registers listeners.protected void
SynthMenuUI. installListeners()
Registers listeners.protected void
SynthOptionPaneUI. installListeners()
Registers listeners.protected void
SynthPopupMenuUI. installListeners()
Registers listeners.protected void
SynthProgressBarUI. installListeners()
Registers listeners.protected void
SynthScrollBarUI. installListeners()
Installs the listeners.protected void
SynthScrollPaneUI. installListeners(JScrollPane c)
Registers listeners.protected void
SynthSliderUI. installListeners(JSlider slider)
Installs listeners.protected void
SynthSpinnerUI. installListeners()
InitializesPropertyChangeListener
with a shared object that delegates interesting PropertyChangeEvents to protected methods.protected void
SynthSplitPaneUI. installListeners()
Installs the event listeners for the UI.protected void
SynthTabbedPaneUI. installListeners()
Install the listeners.protected void
SynthTableHeaderUI. installListeners()
Attaches listeners to the JTableHeader.protected void
SynthTableUI. installListeners()
Attaches listeners to the JTable.protected void
SynthToolBarUI. installListeners()
Registers listeners.protected void
SynthToolTipUI. installListeners(JComponent c)
Registers listeners.protected void
SynthTreeUI. installListeners()
Registers listeners.void
SynthComboBoxUI. installUI(JComponent c)
Configures the specified component appropriately for the look and feel.void
SynthPanelUI. installUI(JComponent c)
Configures the specified component appropriately for the look and feel.void
SynthSeparatorUI. installUI(JComponent c)
Configures the specified component appropriately for the look and feel.void
SynthTextPaneUI. installUI(JComponent c)
Installs the UI for a component.void
SynthViewportUI. installUI(JComponent c)
Configures the specified component appropriately for the look and feel.boolean
SynthLookAndFeel. isNativeLookAndFeel()
Returns false, SynthLookAndFeel is not a native look and feel.boolean
SynthLookAndFeel. isSupportedLookAndFeel()
Returns true, SynthLookAndFeel is always supported.void
SynthButtonUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthColorChooserUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthComboBoxUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthDesktopIconUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthDesktopPaneUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthInternalFrameUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthLabelUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthMenuBarUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthMenuItemUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthMenuUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthOptionPaneUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthPanelUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthPopupMenuUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthProgressBarUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthRootPaneUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthScrollBarUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthScrollPaneUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthSeparatorUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthSliderUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthSpinnerUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthSplitPaneUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthTabbedPaneUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthTableHeaderUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthTableUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthToolBarUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthToolTipUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthTreeUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.void
SynthViewportUI. paint(Graphics g, JComponent c)
Paints the specified component according to the Look and Feel.protected void
SynthEditorPaneUI. paintBackground(Graphics g)
Paints a background for the view.protected void
SynthTextAreaUI. paintBackground(Graphics g)
Paints a background for the view.protected void
SynthTextFieldUI. paintBackground(Graphics g)
Paints a background for the view.void
SynthButtonUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthCheckBoxMenuItemUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthCheckBoxUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthColorChooserUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthComboBoxUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthDesktopIconUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthDesktopPaneUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthEditorPaneUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthFormattedTextFieldUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthInternalFrameUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthLabelUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthListUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthMenuBarUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthMenuItemUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthMenuUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthOptionPaneUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthPanelUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthPasswordFieldUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthPopupMenuUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthProgressBarUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthRadioButtonMenuItemUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthRadioButtonUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthRootPaneUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthScrollBarUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthScrollPaneUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthSeparatorUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthSliderUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthSpinnerUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthSplitPaneUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthTabbedPaneUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthTableHeaderUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthTableUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthTextAreaUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthTextFieldUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthTextPaneUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthToggleButtonUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthToolBarUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthToolTipUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthTreeUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthViewportUI. paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
Paints the border.void
SynthComboBoxUI. paintCurrentValue(Graphics g, Rectangle bounds, boolean hasFocus)
Paints the currently selected item.protected void
SynthToolBarUI. paintDragWindow(Graphics g)
Paints the contents of the window used for dragging.protected void
SynthTreeUI. paintDropLine(Graphics g)
Paints the drop line.protected void
SynthTreeUI. paintExpandControl(Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf)
Paints the expand (toggle) part of a row.protected void
SynthTreeUI. paintHorizontalLine(Graphics g, JComponent c, int y, int left, int right)
Paints a horizontal line.protected void
SynthTreeUI. paintHorizontalPartOfLeg(Graphics g, Rectangle clipBounds, Insets insets, Rectangle bounds, TreePath path, int row, boolean isExpanded, boolean hasBeenExpanded, boolean isLeaf)
Paints the horizontal part of the leg.default void
SynthIcon. paintIcon(Component c, Graphics g, int x, int y)
protected void
SynthTreeUI. paintVerticalLine(Graphics g, JComponent c, int x, int top, int bottom)
Paints a vertical line.protected void
SynthTreeUI. paintVerticalPartOfLeg(Graphics g, Rectangle clipBounds, Insets insets, TreePath path)
Paints the vertical part of the leg.void
SynthButtonUI. propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.void
SynthColorChooserUI. propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.void
SynthComboBoxUI. propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.void
SynthDesktopPaneUI. propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.protected void
SynthEditorPaneUI. propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed on the associated JTextComponent.void
SynthInternalFrameUI. propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.void
SynthLabelUI. propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.void
SynthListUI. propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.void
SynthMenuBarUI. propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.void
SynthMenuItemUI. propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.void
SynthMenuUI. propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.void
SynthOptionPaneUI. propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.void
SynthPanelUI. propertyChange(PropertyChangeEvent pce)
This method gets called when a bound property is changed.void
SynthPopupMenuUI. propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.void
SynthProgressBarUI. propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.void
SynthRootPaneUI. propertyChange(PropertyChangeEvent e)
Invoked when a property changes on the root pane.void
SynthSliderUI. propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.void
SynthSpinnerUI. propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.void
SynthSplitPaneUI. propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.void
SynthTabbedPaneUI. propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.void
SynthTableHeaderUI. propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.void
SynthTableUI. propertyChange(PropertyChangeEvent event)
This method gets called when a bound property is changed.protected void
SynthTextAreaUI. propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed on the associated JTextComponent.protected void
SynthTextFieldUI. propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed on the associated JTextComponent.protected void
SynthTextPaneUI. propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed on the associated JTextComponent.void
SynthToolBarUI. propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.void
SynthToolTipUI. propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.void
SynthTreeUI. propertyChange(PropertyChangeEvent event)
This method gets called when a bound property is changed.void
SynthViewportUI. propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.protected void
SynthSliderUI. recalculateIfInsetsChanged()
Recalculates if the insets have changed.protected void
SynthSpinnerUI. replaceEditor(JComponent oldEditor, JComponent newEditor)
Called by thePropertyChangeListener
when theJSpinner
editor property changes.protected void
SynthTableHeaderUI. rolloverColumnUpdated(int oldColumn, int newColumn)
This method gets called every time when a rollover column in the table header is updated.protected void
SynthProgressBarUI. setAnimationIndex(int newValue)
Sets the index of the current animation frame to the specified value and requests that the progress bar be repainted.protected void
SynthToolBarUI. setBorderToNonRollover(Component c)
This implementation does nothing, because therollover
property of theJToolBar
class is not used in the Synth Look and Feel.protected void
SynthToolBarUI. setBorderToNormal(Component c)
This implementation does nothing, because therollover
property of theJToolBar
class is not used in the Synth Look and Feel.protected void
SynthToolBarUI. setBorderToRollover(Component c)
This implementation does nothing, because therollover
property of theJToolBar
class is not used in the Synth Look and Feel.protected void
SynthTabbedPaneUI. setRolloverTab(int index)
Sets the tab the mouse is currently over toindex
.void
SynthSliderUI. setThumbLocation(int x, int y)
Sets the thumb location.protected void
SynthScrollBarUI. setThumbRollover(boolean active)
Sets whether or not the mouse is currently over the thumb.String
Region. toString()
Returns the name of the Region.void
SynthLookAndFeel. uninitialize()
Called by UIManager when this look and feel is uninstalled.protected void
SynthInternalFrameUI. uninstallComponents()
Uninstalls the components.protected void
SynthToolBarUI. uninstallComponents()
Unregisters components.protected void
SynthButtonUI. uninstallDefaults(AbstractButton b)
Uninstalls default properties.protected void
SynthColorChooserUI. uninstallDefaults()
Uninstalls default properties.protected void
SynthComboBoxUI. uninstallDefaults()
Uninstalls the default colors, default font, default renderer, and default editor from the combo box.protected void
SynthDesktopIconUI. uninstallDefaults()
Uninstalls default properties.protected void
SynthDesktopPaneUI. uninstallDefaults()
Uninstalls default properties.protected void
SynthEditorPaneUI. uninstallDefaults()
Sets the component properties that have not been explicitly overridden tonull
.protected void
SynthInternalFrameUI. uninstallDefaults()
Uninstalls the defaults.protected void
SynthLabelUI. uninstallDefaults(JLabel c)
Uninstalls default properties.protected void
SynthListUI. uninstallDefaults()
Sets the list properties that have not been explicitly overridden tonull
.protected void
SynthMenuBarUI. uninstallDefaults()
Uninstalls default properties.protected void
SynthMenuItemUI. uninstallDefaults()
Uninstalls default properties.protected void
SynthMenuUI. uninstallDefaults()
Uninstalls default properties.protected void
SynthOptionPaneUI. uninstallDefaults()
Uninstalls default properties.protected void
SynthPanelUI. uninstallDefaults(JPanel p)
Method for uninstalling panel properties.protected void
SynthPopupMenuUI. uninstallDefaults()
Uninstalls default properties.protected void
SynthProgressBarUI. uninstallDefaults()
Unintalls default properties.protected void
SynthRootPaneUI. uninstallDefaults(JRootPane root)
Uninstalls default properties.protected void
SynthScrollBarUI. uninstallDefaults()
Uninstalls the defaults.protected void
SynthScrollPaneUI. uninstallDefaults(JScrollPane c)
Uninstalls default properties.protected void
SynthSpinnerUI. uninstallDefaults()
Sets theJSpinner's
layout manager to null.protected void
SynthSplitPaneUI. uninstallDefaults()
Uninstalls the UI defaults.protected void
SynthTabbedPaneUI. uninstallDefaults()
Uninstall the defaults.protected void
SynthTableHeaderUI. uninstallDefaults()
Uninstalls default propertiesprotected void
SynthTableUI. uninstallDefaults()
Uninstalls default properties.protected void
SynthTextAreaUI. uninstallDefaults()
Sets the component properties that have not been explicitly overridden tonull
.protected void
SynthTextFieldUI. uninstallDefaults()
Sets the component properties that have not been explicitly overridden tonull
.protected void
SynthToolBarUI. uninstallDefaults()
Uninstalls default properties.protected void
SynthToolTipUI. uninstallDefaults(JComponent c)
Uninstalls default properties.protected void
SynthTreeUI. uninstallDefaults()
Uninstalls default properties.protected void
SynthDesktopPaneUI. uninstallDesktopManager()
Uninstalls desktop manager.protected void
SynthButtonUI. uninstallListeners(AbstractButton b)
Unregisters listeners.protected void
SynthColorChooserUI. uninstallListeners()
Unregisters listeners.protected void
SynthComboBoxUI. uninstallListeners()
Removes the installed listeners from the combo box and its model.protected void
SynthDesktopIconUI. uninstallListeners()
Unregisters listeners.protected void
SynthDesktopPaneUI. uninstallListeners()
Uninstalls thePropertyChangeListener
returned fromcreatePropertyChangeListener
from theJDesktopPane
.protected void
SynthInternalFrameUI. uninstallListeners()
Uninstalls the listeners.protected void
SynthListUI. uninstallListeners()
Removes the listeners from the JList, its model, and its selectionModel.protected void
SynthMenuBarUI. uninstallListeners()
Unregisters listeners.protected void
SynthMenuItemUI. uninstallListeners()
Unregisters listeners.protected void
SynthMenuUI. uninstallListeners()
Unregisters listeners.protected void
SynthOptionPaneUI. uninstallListeners()
Unregisters listeners.protected void
SynthPopupMenuUI. uninstallListeners()
Unregisters listeners.protected void
SynthProgressBarUI. uninstallListeners()
Removes all listeners installed by this object.protected void
SynthScrollBarUI. uninstallListeners()
Uninstall the listeners.protected void
SynthScrollPaneUI. uninstallListeners(JComponent c)
Unregisters listeners.protected void
SynthSliderUI. uninstallListeners(JSlider slider)
Uninstalls listeners.protected void
SynthSpinnerUI. uninstallListeners()
Removes thePropertyChangeListener
added by installListeners.protected void
SynthSplitPaneUI. uninstallListeners()
Uninstalls the event listeners from the UI.protected void
SynthTabbedPaneUI. uninstallListeners()
Uninstall the listeners.protected void
SynthTableHeaderUI. uninstallListeners()
Unregisters listeners.protected void
SynthTableUI. uninstallListeners()
Unregisters listeners.protected void
SynthToolBarUI. uninstallListeners()
Unregisters listeners.protected void
SynthToolTipUI. uninstallListeners(JComponent c)
Unregisters listeners.protected void
SynthTreeUI. uninstallListeners()
Unregisters listeners.void
SynthComboBoxUI. uninstallUI(JComponent c)
Reverses configuration which was done on the specified component duringinstallUI
.void
SynthMenuItemUI. uninstallUI(JComponent c)
Reverses configuration which was done on the specified component duringinstallUI
.void
SynthMenuUI. uninstallUI(JComponent c)
Reverses configuration which was done on the specified component duringinstallUI
.void
SynthPanelUI. uninstallUI(JComponent c)
Reverses configuration which was done on the specified component duringinstallUI
.void
SynthSeparatorUI. uninstallUI(JComponent c)
Reverses configuration which was done on the specified component duringinstallUI
.void
SynthViewportUI. uninstallUI(JComponent c)
Reverses configuration which was done on the specified component duringinstallUI
.void
SynthButtonUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthColorChooserUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthComboBoxUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthDesktopIconUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthDesktopPaneUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthEditorPaneUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthInternalFrameUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthLabelUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthListUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthMenuBarUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthMenuItemUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthMenuUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthOptionPaneUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthPanelUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthPopupMenuUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthProgressBarUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthRootPaneUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthScrollBarUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthScrollPaneUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthSeparatorUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthSliderUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthSpinnerUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthSplitPaneUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthTabbedPaneUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthTableHeaderUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthTableUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthTextAreaUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthTextFieldUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthToolBarUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthToolTipUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthTreeUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.void
SynthViewportUI. update(Graphics g, JComponent c)
Notifies this UI delegate to repaint the specified component.int
SynthSliderUI. valueForXPosition(int xPos)
Returns the value at the x position.int
SynthSliderUI. valueForYPosition(int yPos)
Returns the value at the y position.protected int
SynthSliderUI. xPositionForValue(int value)
Returns the x position for a value.protected int
SynthSliderUI. yPositionForValue(int value, int trackY, int trackHeight)
Returns the y location for the specified value. -
Uses of Override in javax.swing.table
Methods in javax.swing.table with annotations of type Override Modifier and Type Method Description Dimension
JTableHeader. getPreferredSize()
Returns the preferred size of the table header. -
Uses of Override in javax.swing.text
Methods in javax.swing.text with annotations of type Override Modifier and Type Method Description protected SizeRequirements
TableView.TableRow. calculateMajorAxisRequirements(int axis, SizeRequirements r)
protected SizeRequirements
ParagraphView. calculateMinorAxisRequirements(int axis, SizeRequirements r)
Calculate the needs for the paragraph along the minor axis.Enumeration<TreeNode>
AbstractDocument.LeafElement. children()
Returns the children of the receiver as anEnumeration
.protected float
PasswordView. drawSelectedText(Graphics2D g, float x, float y, int p0, int p1)
protected int
PasswordView. drawSelectedText(Graphics g, int x, int y, int p0, int p1)
Deprecated.protected float
PasswordView. drawUnselectedText(Graphics2D g, float x, float y, int p0, int p1)
protected int
PasswordView. drawUnselectedText(Graphics g, int x, int y, int p0, int p1)
Deprecated.float
TableView.TableRow. getMaximumSpan(int axis)
float
GlyphView. getMinimumSpan(int axis)
Determines the minimum span for this view along an axis.float
TableView.TableRow. getMinimumSpan(int axis)
float
TableView.TableRow. getPreferredSpan(int axis)
-
Uses of Override in javax.tools
Methods in javax.tools with annotations of type Override Modifier and Type Method Description Boolean
JavaCompiler.CompilationTask. call()
Performs this compilation task.void
JavaFileManager. close()
Releases any resources opened by this file manager directly or indirectly.void
JavaFileManager. flush()
Flushes any resources opened for output by this file manager directly or indirectly.String
StandardLocation. getName()
boolean
StandardLocation. isModuleOrientedLocation()
Indicates if this location is module-oriented location, and therefore expected to contain classes in a module/package/class hierarchy, as compared to a package-oriented location, which is expected to contain classes in a package/class hierarchy.boolean
StandardLocation. isOutputLocation()
boolean
StandardJavaFileManager. isSameFile(FileObject a, FileObject b)
Compares two file objects and return true if they represent the same canonical file, zip file entry, or entry in any file system based container.String
SimpleJavaFileObject. toString()
-
Uses of Override in javax.xml.bind
Methods in javax.xml.bind with annotations of type Override Modifier and Type Method Description Throwable
JAXBException. getCause()
-
Uses of Override in javax.xml.catalog
Methods in javax.xml.catalog with annotations of type Override Modifier and Type Method Description Source
CatalogResolver. resolve(String href, String base)
Implements URIResolver.InputSource
CatalogResolver. resolveEntity(String publicId, String systemId)
ImplementsEntityResolver
.InputStream
CatalogResolver. resolveEntity(String publicId, String systemId, String baseUri, String namespace)
ImplementsXMLResolver
.LSInput
CatalogResolver. resolveResource(String type, String namespaceUri, String publicId, String systemId, String baseUri)
ImplementsLSResourceResolver
. -
Uses of Override in javax.xml.datatype
Methods in javax.xml.datatype with annotations of type Override Modifier and Type Method Description abstract Object
XMLGregorianCalendar. clone()
Creates and returns a copy of this object.boolean
XMLGregorianCalendar. equals(Object obj)
Compares this calendar to the specified object.int
XMLGregorianCalendar. hashCode()
Returns a hash code consistent with the definition of the equals method.String
XMLGregorianCalendar. toString()
Returns aString
representation of thisXMLGregorianCalendar
Object
. -
Uses of Override in javax.xml.parsers
Methods in javax.xml.parsers with annotations of type Override Modifier and Type Method Description Throwable
FactoryConfigurationError. getCause()
use the exception chaining mechanism of JDK1.4 -
Uses of Override in javax.xml.soap
Methods in javax.xml.soap with annotations of type Override Modifier and Type Method Description Throwable
SOAPException. getCause()
Returns theThrowable
object embedded in thisSOAPException
if there is one.String
SOAPException. getMessage()
Returns the detail message for thisSOAPException
object.Throwable
SOAPException. initCause(Throwable cause)
Initializes thecause
field of thisSOAPException
object with the givenThrowable
object. -
Uses of Override in javax.xml.stream
Methods in javax.xml.stream with annotations of type Override Modifier and Type Method Description Throwable
FactoryConfigurationError. getCause()
use the exception chaining mechanism of JDK1.4boolean
XMLEventReader. hasNext()
Check if there are more events. -
Uses of Override in javax.xml.transform
Methods in javax.xml.transform with annotations of type Override Modifier and Type Method Description Throwable
TransformerException. getCause()
Returns the cause of this throwable ornull
if the cause is nonexistent or unknown.Throwable
TransformerFactoryConfigurationError. getCause()
use the exception chaining mechanism of JDK1.4Throwable
TransformerException. initCause(Throwable cause)
Initializes the cause of this throwable to the specified value.void
TransformerException. printStackTrace()
Print the the trace of methods from where the error originated.void
TransformerException. printStackTrace(PrintStream s)
Print the the trace of methods from where the error originated.void
TransformerException. printStackTrace(PrintWriter s)
Print the the trace of methods from where the error originated. -
Uses of Override in javax.xml.transform.dom
Methods in javax.xml.transform.dom with annotations of type Override Modifier and Type Method Description String
DOMSource. getSystemId()
Get the base ID (URL or system ID) from where URLs will be resolved.boolean
DOMSource. isEmpty()
Indicates whether theDOMSource
object is empty.void
DOMSource. setSystemId(String systemID)
Set the base ID (URL or system ID) from where URLs will be resolved. -
Uses of Override in javax.xml.transform.sax
Methods in javax.xml.transform.sax with annotations of type Override Modifier and Type Method Description String
SAXSource. getSystemId()
Get the base ID (URI or system ID) from where URIs will be resolved.boolean
SAXSource. isEmpty()
Indicates whether theSAXSource
object is empty.void
SAXSource. setSystemId(String systemId)
Set the system identifier for this Source. -
Uses of Override in javax.xml.transform.stax
Methods in javax.xml.transform.stax with annotations of type Override Modifier and Type Method Description String
StAXSource. getSystemId()
Get the system identifier used by thisStAXSource
.boolean
StAXSource. isEmpty()
Indicates whether theStAXSource
object is empty.void
StAXSource. setSystemId(String systemId)
In the context of aStAXSource
, it is not appropriate to explicitly set the system identifier. -
Uses of Override in javax.xml.transform.stream
Methods in javax.xml.transform.stream with annotations of type Override Modifier and Type Method Description String
StreamSource. getSystemId()
Get the system identifier that was set with setSystemId.boolean
StreamSource. isEmpty()
Indicates whether theStreamSource
object is empty.void
StreamSource. setSystemId(String systemId)
Set the system identifier for this Source. -
Uses of Override in javax.xml.ws
Methods in javax.xml.ws with annotations of type Override Modifier and Type Method Description String
EndpointReference. toString()
Displays EPR infoset for debugging convenience. -
Uses of Override in javax.xml.ws.wsaddressing
Methods in javax.xml.ws.wsaddressing with annotations of type Override Modifier and Type Method Description void
W3CEndpointReference. writeTo(Result result)
write thisEndpointReference
to the specified infoset format -
Uses of Override in javax.xml.xpath
Methods in javax.xml.xpath with annotations of type Override Modifier and Type Method Description Iterator<Node>
XPathNodes. iterator()
Returns an iterator of the Nodes. -
Uses of Override in jdk.dynalink
Methods in jdk.dynalink with annotations of type Override Modifier and Type Method Description boolean
CallSiteDescriptor. equals(Object obj)
Returns true if this call site descriptor is equal to the passed object.boolean
NamedOperation. equals(Object obj)
Compares this named operation to another object.boolean
NamespaceOperation. equals(Object obj)
Returns true if the other object is also a namespace operation and their base operation and namespaces are equal.int
CallSiteDescriptor. hashCode()
Returns a value-based hash code of this call site descriptor computed from its operation, method type, and lookup object's lookup class and lookup modes.int
NamedOperation. hashCode()
Returns the hash code of this named operation.int
NamespaceOperation. hashCode()
Returns the hash code of this namespace operation.String
CallSiteDescriptor. toString()
Returns the string representation of this call site descriptor, of the formatname(parameterTypes)returnType@lookup
.String
NamedOperation. toString()
Returns the string representation of this named operation.String
NamespaceOperation. toString()
Returns the string representation of this namespace operation. -
Uses of Override in jdk.dynalink.beans
Methods in jdk.dynalink.beans with annotations of type Override Modifier and Type Method Description GuardedInvocation
BeansLinker. getGuardedInvocation(LinkRequest request, LinkerServices linkerServices)
String
StaticClass. toString()
-
Uses of Override in jdk.dynalink.linker.support
Methods in jdk.dynalink.linker.support with annotations of type Override Modifier and Type Method Description boolean
CompositeTypeBasedGuardingDynamicLinker. canLinkType(Class<?> type)
Returns true if at least one of the composite linkers returns true fromTypeBasedGuardingDynamicLinker.canLinkType(Class)
for the type.Object[]
SimpleLinkRequest. getArguments()
CallSiteDescriptor
SimpleLinkRequest. getCallSiteDescriptor()
GuardedInvocation
CompositeGuardingDynamicLinker. getGuardedInvocation(LinkRequest linkRequest, LinkerServices linkerServices)
Delegates the call to its component linkers.GuardedInvocation
CompositeTypeBasedGuardingDynamicLinker. getGuardedInvocation(LinkRequest linkRequest, LinkerServices linkerServices)
Object
SimpleLinkRequest. getReceiver()
boolean
SimpleLinkRequest. isCallSiteUnstable()
LinkRequest
SimpleLinkRequest. replaceArguments(CallSiteDescriptor newCallSiteDescriptor, Object... newArguments)
MethodHandle
DefaultInternalObjectFilter. transform(MethodHandle target)
-
Uses of Override in jdk.dynalink.support
Methods in jdk.dynalink.support with annotations of type Override Modifier and Type Method Description CallSiteDescriptor
AbstractRelinkableCallSite. getDescriptor()
void
AbstractRelinkableCallSite. initialize(MethodHandle relinkAndInvoke)
void
ChainedCallSite. relink(GuardedInvocation guardedInvocation, MethodHandle relinkAndInvoke)
void
SimpleRelinkableCallSite. relink(GuardedInvocation guardedInvocation, MethodHandle relinkAndInvoke)
void
ChainedCallSite. resetAndRelink(GuardedInvocation guardedInvocation, MethodHandle relinkAndInvoke)
void
SimpleRelinkableCallSite. resetAndRelink(GuardedInvocation guardedInvocation, MethodHandle relinkAndInvoke)
-
Uses of Override in jdk.incubator.http
Methods in jdk.incubator.http with annotations of type Override Modifier and Type Method Description void
MultiMapResult. clear()
boolean
MultiMapResult. containsKey(Object key)
boolean
MultiMapResult. containsValue(Object value)
Set<Map.Entry<HttpRequest,CompletableFuture<HttpResponse<V>>>>
MultiMapResult. entrySet()
CompletableFuture<HttpResponse<V>>
MultiMapResult. get(Object key)
WebSocketHandshakeException
WebSocketHandshakeException. initCause(Throwable cause)
boolean
MultiMapResult. isEmpty()
Set<HttpRequest>
MultiMapResult. keySet()
CompletableFuture<HttpResponse<V>>
MultiMapResult. put(HttpRequest key, CompletableFuture<HttpResponse<V>> value)
void
MultiMapResult. putAll(Map<? extends HttpRequest,? extends CompletableFuture<HttpResponse<V>>> m)
CompletableFuture<HttpResponse<V>>
MultiMapResult. remove(Object key)
int
MultiMapResult. size()
Collection<CompletableFuture<HttpResponse<V>>>
MultiMapResult. values()
-
Uses of Override in jdk.javadoc.doclet
Methods in jdk.javadoc.doclet with annotations of type Override Modifier and Type Method Description String
StandardDoclet. getName()
Set<Doclet.Option>
StandardDoclet. getSupportedOptions()
SourceVersion
StandardDoclet. getSupportedSourceVersion()
void
StandardDoclet. init(Locale locale, Reporter reporter)
boolean
StandardDoclet. run(DocletEnvironment docEnv)
-
Uses of Override in jdk.jfr
Methods in jdk.jfr with annotations of type Override Modifier and Type Method Description void
Recording. close()
Releases all data associated with this recording.abstract String
SettingControl. combine(Set<String> settingValues)
If multiple recordings are running at the same time, this method will combine setting values for all running recording into one value.abstract String
SettingControl. getValue()
Returns the currently used value for this setting, notnull
.abstract void
SettingControl. setValue(String settingValue)
Sets the value for this setting. -
Uses of Override in jdk.jfr.consumer
Methods in jdk.jfr.consumer with annotations of type Override Modifier and Type Method Description List<ValueDescriptor>
RecordedEvent. getFields()
Returns the list of descriptors describing the fields of the event.String
RecordedObject. toString()
Returns a textual representation of this object. -
Uses of Override in jdk.jshell
Methods in jdk.jshell with annotations of type Override Modifier and Type Method Description void
JShell. close()
Close this state engine.String
ExpressionSnippet. name()
Variable name which is the value of the expression.String
ImportSnippet. name()
The identifying name of the import.String
PersistentSnippet. name()
Name of the Snippet.String
MethodSnippet. toString()
String
Snippet. toString()
String
SnippetEvent. toString()
Return a string representation of the event -
Uses of Override in jdk.jshell.execution
Methods in jdk.jshell.execution with annotations of type Override Modifier and Type Method Description void
DirectExecutionControl. addToClasspath(String cp)
void
StreamingExecutionControl. addToClasspath(String path)
protected void
LocalExecutionControl. clientCodeEnter()
protected void
RemoteExecutionControl. clientCodeEnter()
protected void
LocalExecutionControl. clientCodeLeave()
protected void
RemoteExecutionControl. clientCodeLeave()
void
DirectExecutionControl. close()
void
JdiDefaultExecutionControl. close()
void
StreamingExecutionControl. close()
Closes the execution engine.Map<String,String>
FailOverExecutionControlProvider. defaultParameters()
Create and return the default parameter map for thisExecutionControlProvider
.Map<String,String>
JdiExecutionControlProvider. defaultParameters()
Create and return the default parameter map for thisExecutionControlProvider
.Map<String,String>
LocalExecutionControlProvider. defaultParameters()
Create and return the default parameter map forLocalExecutionControlProvider
.Object
DirectExecutionControl. extensionCommand(String command, Object arg)
Object
StreamingExecutionControl. extensionCommand(String command, Object arg)
ExecutionControl
FailOverExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)
Create and return a locally executingExecutionControl
instance.ExecutionControl
JdiExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)
ExecutionControl
LocalExecutionControlProvider. generate(ExecutionEnv env, Map<String,String> parameters)
Create and return a locally executingExecutionControl
instance.String
DirectExecutionControl. invoke(String className, String methodName)
String
JdiDefaultExecutionControl. invoke(String classname, String methodname)
protected String
LocalExecutionControl. invoke(Method doitMethod)
protected String
RemoteExecutionControl. invoke(Method doitMethod)
String
StreamingExecutionControl. invoke(String classname, String methodname)
void
DirectExecutionControl. load(ExecutionControl.ClassBytecodes[] cbcs)
void
StreamingExecutionControl. load(ExecutionControl.ClassBytecodes[] cbcs)
String
FailOverExecutionControlProvider. name()
The unique name of thisExecutionControlProvider
.String
JdiExecutionControlProvider. name()
The unique name of thisExecutionControlProvider
.String
LocalExecutionControlProvider. name()
The unique name of thisExecutionControlProvider
.void
DirectExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)
void
JdiExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)
Redefine the specified classes.void
RemoteExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)
Redefine processing on the remote end is only to register the redefined classesvoid
StreamingExecutionControl. redefine(ExecutionControl.ClassBytecodes[] cbcs)
void
DirectExecutionControl. stop()
Interrupts a running invoke.void
JdiDefaultExecutionControl. stop()
Interrupts a running remote invoke by manipulating remote variables and sending a stop via JDI.void
LocalExecutionControl. stop()
void
RemoteExecutionControl. stop()
void
StreamingExecutionControl. stop()
protected String
RemoteExecutionControl. throwConvertedInvocationException(Throwable cause)
protected String
RemoteExecutionControl. throwConvertedOtherException(Throwable ex)
String
DirectExecutionControl. varValue(String className, String varName)
String
RemoteExecutionControl. varValue(String className, String varName)
String
StreamingExecutionControl. varValue(String classname, String varname)
protected VirtualMachine
JdiDefaultExecutionControl. vm()
-
Uses of Override in jdk.jshell.spi
Methods in jdk.jshell.spi with annotations of type Override Modifier and Type Method Description void
ExecutionControl. close()
Shuts down this execution engine. -
Uses of Override in jdk.management.jfr
Methods in jdk.management.jfr with annotations of type Override Modifier and Type Method Description String
ConfigurationInfo. toString()
Returns a string description of the configuration associated with thisConfigurationInfo
.String
EventTypeInfo. toString()
Returns a string description of thisEventTypeInfo
.String
RecordingInfo. toString()
Returns a string description of the recording associated with thisRecordingInfo
String
SettingDescriptorInfo. toString()
Returns a string description of thisSettingDescriptorInfo
. -
Uses of Override in jdk.management.resource
Methods in jdk.management.resource with annotations of type Override Modifier and Type Method Description boolean
ResourceType. equals(Object obj)
Indicates whether some other object is "equal to" this one based on the name.boolean
SimpleMeter. equals(Object obj)
Indicates whether some other object is the same object as this one.long
SimpleMeter. getAllocated()
ResourceType
SimpleMeter. getType()
long
SimpleMeter. getValue()
int
ResourceType. hashCode()
Returns a hash code value for this ResourceType based on the name.int
SimpleMeter. hashCode()
Returns the hashcode from for this object.long
SimpleMeter. request(long amount, ResourceId id)
Returns the validated and allocated amount and adjusts the meter.String
BoundedMeter. toString()
String
ResourceType. toString()
String
SimpleMeter. toString()
Returns a string representation of the meter.String
ThrottledMeter. toString()
protected long
BoundedMeter. validate(long previous, long amount, ResourceId id)
protected long
NotifyingMeter. validate(long previous, long amount, ResourceId id)
Returns the amount validated by the approver.long
ThrottledMeter. validate(long previous, long amount, ResourceId id)
Validates the amount. -
Uses of Override in jdk.nashorn.api.scripting
Methods in jdk.nashorn.api.scripting with annotations of type Override Modifier and Type Method Description Object
AbstractJSObject. call(Object thiz, Object... args)
Object
ScriptObjectMirror. call(Object thiz, Object... args)
void
ScriptObjectMirror. clear()
void
URLReader. close()
CompiledScript
NashornScriptEngine. compile(Reader reader)
CompiledScript
NashornScriptEngine. compile(String str)
boolean
ScriptObjectMirror. containsKey(Object key)
boolean
ScriptObjectMirror. containsValue(Object value)
Bindings
NashornScriptEngine. createBindings()
Set<Map.Entry<String,Object>>
ScriptObjectMirror. entrySet()
boolean
ScriptObjectMirror. equals(Object other)
Object
AbstractJSObject. eval(String s)
Object
NashornScriptEngine. eval(Reader reader, ScriptContext ctxt)
Object
NashornScriptEngine. eval(String script, ScriptContext ctxt)
Object
ScriptObjectMirror. eval(String s)
Object
ScriptObjectMirror. get(Object key)
String
AbstractJSObject. getClassName()
String
ScriptObjectMirror. getClassName()
Object
ScriptObjectMirror. getDefaultValue(Class<?> hint)
String
NashornScriptEngineFactory. getEngineName()
String
NashornScriptEngineFactory. getEngineVersion()
List<String>
NashornScriptEngineFactory. getExtensions()
ScriptEngineFactory
NashornScriptEngine. getFactory()
<T> T
NashornScriptEngine. getInterface(Class<T> clazz)
<T> T
NashornScriptEngine. getInterface(Object thiz, Class<T> clazz)
String
NashornScriptEngineFactory. getLanguageName()
String
NashornScriptEngineFactory. getLanguageVersion()
Object
AbstractJSObject. getMember(String name)
Object
ScriptObjectMirror. getMember(String name)
String
NashornScriptEngineFactory. getMethodCallSyntax(String obj, String method, String... args)
List<String>
NashornScriptEngineFactory. getMimeTypes()
List<String>
NashornScriptEngineFactory. getNames()
String
NashornScriptEngineFactory. getOutputStatement(String toDisplay)
Object
NashornScriptEngineFactory. getParameter(String key)
String
NashornScriptEngineFactory. getProgram(String... statements)
ScriptEngine
NashornScriptEngineFactory. getScriptEngine()
Object
AbstractJSObject. getSlot(int index)
Object
ScriptObjectMirror. getSlot(int index)
int
ScriptObjectMirror. hashCode()
boolean
AbstractJSObject. hasMember(String name)
boolean
ScriptObjectMirror. hasMember(String name)
boolean
AbstractJSObject. hasSlot(int slot)
boolean
ScriptObjectMirror. hasSlot(int slot)
Object
NashornScriptEngine. invokeFunction(String name, Object... args)
Object
NashornScriptEngine. invokeMethod(Object thiz, String name, Object... args)
boolean
AbstractJSObject. isArray()
boolean
ScriptObjectMirror. isArray()
boolean
ScriptObjectMirror. isEmpty()
boolean
AbstractJSObject. isFunction()
boolean
ScriptObjectMirror. isFunction()
boolean
AbstractJSObject. isInstance(Object instance)
boolean
ScriptObjectMirror. isInstance(Object instance)
boolean
AbstractJSObject. isInstanceOf(Object clazz)
boolean
AbstractJSObject. isStrictFunction()
boolean
ScriptObjectMirror. isStrictFunction()
Set<String>
AbstractJSObject. keySet()
Set<String>
ScriptObjectMirror. keySet()
Object
AbstractJSObject. newObject(Object... args)
Object
ScriptObjectMirror. newObject(Object... args)
Object
ScriptObjectMirror. put(String key, Object value)
void
ScriptObjectMirror. putAll(Map<? extends String,? extends Object> map)
int
URLReader. read(char[] cbuf, int off, int len)
Object
ScriptObjectMirror. remove(Object key)
void
AbstractJSObject. removeMember(String name)
void
ScriptObjectMirror. removeMember(String name)
void
AbstractJSObject. setMember(String name, Object value)
void
ScriptObjectMirror. setMember(String name, Object value)
void
AbstractJSObject. setSlot(int index, Object value)
void
ScriptObjectMirror. setSlot(int index, Object value)
int
ScriptObjectMirror. size()
double
AbstractJSObject. toNumber()
Deprecated.useJSObject.getDefaultValue(Class)
withNumber
hint instead.double
ScriptObjectMirror. toNumber()
Deprecated.String
ScriptObjectMirror. toString()
Collection<Object>
AbstractJSObject. values()
Collection<Object>
ScriptObjectMirror. values()
-
Uses of Override in jdk.nashorn.api.tree
Methods in jdk.nashorn.api.tree with annotations of type Override Modifier and Type Method Description ExpressionTree
DoWhileLoopTree. getCondition()
Returns the condition expression of this do-while statement.ExpressionTree
ForLoopTree. getCondition()
Returns the condition expression of this 'for' statement.ExpressionTree
WhileLoopTree. getCondition()
The condition expression of this 'while' statement.String
BreakTree. getLabel()
Label associated with this break statement.String
ContinueTree. getLabel()
Label associated with this continue statement.StatementTree
DoWhileLoopTree. getStatement()
The statement contained within this do-while statement.StatementTree
ForInLoopTree. getStatement()
The statement contained in this for..in statement.StatementTree
ForLoopTree. getStatement()
Returns the statement contained in this 'for' statement.StatementTree
ForOfLoopTree. getStatement()
The statement contained in this for..of statement.StatementTree
WhileLoopTree. getStatement()
The statement contained in this 'while' statement.R
SimpleTreeVisitorES5_1. visitArrayAccess(ArrayAccessTree node, P r)
R
SimpleTreeVisitorES5_1. visitArrayLiteral(ArrayLiteralTree node, P r)
R
SimpleTreeVisitorES5_1. visitAssignment(AssignmentTree node, P r)
R
SimpleTreeVisitorES5_1. visitBinary(BinaryTree node, P r)
R
SimpleTreeVisitorES5_1. visitBlock(BlockTree node, P r)
R
SimpleTreeVisitorES5_1. visitBreak(BreakTree node, P r)
R
SimpleTreeVisitorES5_1. visitCase(CaseTree node, P r)
R
SimpleTreeVisitorES5_1. visitCatch(CatchTree node, P r)
R
SimpleTreeVisitorES5_1. visitClassDeclaration(ClassDeclarationTree node, P p)
Visits aClassDeclarationTree
tree by callingvisitUnknown
.R
SimpleTreeVisitorES6. visitClassDeclaration(ClassDeclarationTree node, P p)
Visit class statement tree.R
SimpleTreeVisitorES5_1. visitClassExpression(ClassExpressionTree node, P p)
Visits aClassExpressionTree
tree by callingvisitUnknown
.R
SimpleTreeVisitorES6. visitClassExpression(ClassExpressionTree node, P p)
Visit class expression tree.R
SimpleTreeVisitorES5_1. visitCompilationUnit(CompilationUnitTree node, P r)
R
SimpleTreeVisitorES6. visitCompilationUnit(CompilationUnitTree node, P r)
R
SimpleTreeVisitorES5_1. visitCompoundAssignment(CompoundAssignmentTree node, P r)
R
SimpleTreeVisitorES5_1. visitConditionalExpression(ConditionalExpressionTree node, P r)
R
SimpleTreeVisitorES5_1. visitContinue(ContinueTree node, P r)
R
SimpleTreeVisitorES5_1. visitDebugger(DebuggerTree node, P r)
R
SimpleTreeVisitorES5_1. visitDoWhileLoop(DoWhileLoopTree node, P r)
R
SimpleTreeVisitorES5_1. visitEmptyStatement(EmptyStatementTree node, P r)
R
SimpleTreeVisitorES5_1. visitErroneous(ErroneousTree node, P r)
R
SimpleTreeVisitorES5_1. visitExportEntry(ExportEntryTree node, P p)
Visits anExportEntryTree
tree by callingvisitUnknown
.R
SimpleTreeVisitorES6. visitExportEntry(ExportEntryTree node, P p)
Visit Module ExportEntry tree.R
SimpleTreeVisitorES5_1. visitExpressionStatement(ExpressionStatementTree node, P r)
R
SimpleTreeVisitorES5_1. visitForInLoop(ForInLoopTree node, P r)
R
SimpleTreeVisitorES5_1. visitForLoop(ForLoopTree node, P r)
R
SimpleTreeVisitorES5_1. visitForOfLoop(ForOfLoopTree node, P p)
Visits aForOfLoopTree
tree by callingvisitUnknown
.R
SimpleTreeVisitorES6. visitForOfLoop(ForOfLoopTree node, P p)
Visit for..of statement tree.R
SimpleTreeVisitorES5_1. visitFunctionCall(FunctionCallTree node, P r)
R
SimpleTreeVisitorES5_1. visitFunctionDeclaration(FunctionDeclarationTree node, P r)
R
SimpleTreeVisitorES5_1. visitFunctionExpression(FunctionExpressionTree node, P r)
R
SimpleTreeVisitorES5_1. visitIdentifier(IdentifierTree node, P r)
R
SimpleTreeVisitorES5_1. visitIf(IfTree node, P r)
R
SimpleTreeVisitorES5_1. visitImportEntry(ImportEntryTree node, P p)
Visits anImportEntryTree
tree by callingvisitUnknown
.R
SimpleTreeVisitorES6. visitImportEntry(ImportEntryTree node, P p)
Visit Module ImportEntry tree.R
SimpleTreeVisitorES5_1. visitInstanceOf(InstanceOfTree node, P r)
R
SimpleTreeVisitorES5_1. visitLabeledStatement(LabeledStatementTree node, P r)
R
SimpleTreeVisitorES5_1. visitLiteral(LiteralTree node, P r)
R
SimpleTreeVisitorES5_1. visitMemberSelect(MemberSelectTree node, P r)
R
SimpleTreeVisitorES5_1. visitModule(ModuleTree node, P p)
Visits aModuleTree
tree by callingvisitUnknown
.R
SimpleTreeVisitorES6. visitModule(ModuleTree node, P p)
Visit Module tree.R
SimpleTreeVisitorES5_1. visitNew(NewTree node, P r)
R
SimpleTreeVisitorES5_1. visitObjectLiteral(ObjectLiteralTree node, P r)
R
SimpleTreeVisitorES5_1. visitParenthesized(ParenthesizedTree node, P r)
R
SimpleTreeVisitorES5_1. visitProperty(PropertyTree node, P r)
R
SimpleTreeVisitorES5_1. visitRegExpLiteral(RegExpLiteralTree node, P r)
R
SimpleTreeVisitorES5_1. visitReturn(ReturnTree node, P r)
R
SimpleTreeVisitorES5_1. visitSpread(SpreadTree node, P p)
Visits aSpreadTree
tree by callingvisitUnknown
.R
SimpleTreeVisitorES6. visitSpread(SpreadTree node, P p)
Visit 'spread' expression tree.R
SimpleTreeVisitorES5_1. visitSwitch(SwitchTree node, P r)
R
SimpleTreeVisitorES5_1. visitTemplateLiteral(TemplateLiteralTree node, P p)
Visits aTemplateLiteralTree
tree by callingvisitUnknown
.R
SimpleTreeVisitorES6. visitTemplateLiteral(TemplateLiteralTree node, P p)
Visit template literal tree.R
SimpleTreeVisitorES5_1. visitThrow(ThrowTree node, P r)
R
SimpleTreeVisitorES5_1. visitTry(TryTree node, P r)
R
SimpleTreeVisitorES5_1. visitUnary(UnaryTree node, P r)
R
SimpleTreeVisitorES5_1. visitUnknown(Tree node, P p)
Visit unknown expression/statement tree.R
SimpleTreeVisitorES5_1. visitVariable(VariableTree node, P r)
R
SimpleTreeVisitorES6. visitVariable(VariableTree node, P r)
R
SimpleTreeVisitorES5_1. visitWhileLoop(WhileLoopTree node, P r)
R
SimpleTreeVisitorES5_1. visitWith(WithTree node, P r)
R
SimpleTreeVisitorES5_1. visitYield(YieldTree node, P p)
Visits aYieldTree
tree by callingvisitUnknown
.R
SimpleTreeVisitorES6. visitYield(YieldTree node, P p)
Visit 'yield' expression tree. -
Uses of Override in jdk.net
Methods in jdk.net with annotations of type Override Modifier and Type Method Description String
SocketFlow. toString()
-