当前页面:
在线文档首页 >
JDK 5 Documentation v6.0, Java 2 SDK 英文文档
U-Index (Java Platform SE 6) - JDK 5 Documentation v6.0, Java 2 SDK 英文文档
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
U
- U -
Static variable in class javax.swing.text.html.HTML.Tag
-
- UGARITIC -
Static variable in class java.lang.Character.UnicodeBlock
- Constant for the "Ugaritic" Unicode character block.
- ui -
Variable in class javax.swing.JComponent
- The look and feel delegate for this component.
- ui -
Variable in class javax.swing.plaf.basic.BasicMenuUI.ChangeHandler
-
- UID - Class in java.rmi.server
- A
UID
represents an identifier that is unique over time
with respect to the host it is generated on, or one of 216
"well-known" identifiers. - UID() -
Constructor for class java.rmi.server.UID
- Generates a
UID
that is unique over time with
respect to the host that it was generated on.
- UID(short) -
Constructor for class java.rmi.server.UID
- Creates a "well-known"
UID
.
- UIDefaults - Class in javax.swing
- A table of defaults for Swing components.
- UIDefaults() -
Constructor for class javax.swing.UIDefaults
- Creates an empty defaults table.
- UIDefaults(int, float) -
Constructor for class javax.swing.UIDefaults
- Creates an empty defaults table with the specified initial capacity and
load factor.
- UIDefaults(Object[]) -
Constructor for class javax.swing.UIDefaults
- Creates a defaults table initialized with the specified
key/value pairs.
- UIDefaults.ActiveValue - Interface in javax.swing
- This class enables one to store an entry in the defaults
table that's constructed each time it's looked up with one of
the
getXXX(key)
methods. - UIDefaults.LazyInputMap - Class in javax.swing
LazyInputMap
will create a InputMap
in its createValue
method.- UIDefaults.LazyInputMap(Object[]) -
Constructor for class javax.swing.UIDefaults.LazyInputMap
-
- UIDefaults.LazyValue - Interface in javax.swing
- This class enables one to store an entry in the defaults
table that isn't constructed until the first time it's
looked up with one of the
getXXX(key)
methods. - UIDefaults.ProxyLazyValue - Class in javax.swing
- This class provides an implementation of
LazyValue
which can be
used to delay loading of the Class for the instance to be created. - UIDefaults.ProxyLazyValue(String) -
Constructor for class javax.swing.UIDefaults.ProxyLazyValue
- Creates a
LazyValue
which will construct an instance
when asked.
- UIDefaults.ProxyLazyValue(String, String) -
Constructor for class javax.swing.UIDefaults.ProxyLazyValue
- Creates a
LazyValue
which will construct an instance
when asked.
- UIDefaults.ProxyLazyValue(String, Object[]) -
Constructor for class javax.swing.UIDefaults.ProxyLazyValue
- Creates a
LazyValue
which will construct an instance
when asked.
- UIDefaults.ProxyLazyValue(String, String, Object[]) -
Constructor for class javax.swing.UIDefaults.ProxyLazyValue
- Creates a
LazyValue
which will construct an instance
when asked.
- UIEvent - Interface in org.w3c.dom.events
- The
UIEvent
interface provides specific contextual information
associated with User Interface events. - UIManager - Class in javax.swing
UIManager
manages the current look and feel, the set of
available look and feels, PropertyChangeListeners
that
are notified when the look and feel changes, look and feel defaults, and
convenience methods for obtaining various default values.- UIManager() -
Constructor for class javax.swing.UIManager
-
- UIManager.LookAndFeelInfo - Class in javax.swing
- Provides a little information about an installed
LookAndFeel
for the sake of configuring a menu or
for initial application set up. - UIManager.LookAndFeelInfo(String, String) -
Constructor for class javax.swing.UIManager.LookAndFeelInfo
- Constructs a
UIManager
s
LookAndFeelInfo
object.
- UIResource - Interface in javax.swing.plaf
- This interface is used to mark objects created by ComponentUI delegates.
- uis -
Variable in class javax.swing.plaf.multi.MultiButtonUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiColorChooserUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiComboBoxUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiDesktopIconUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiDesktopPaneUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiFileChooserUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiInternalFrameUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiLabelUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiListUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiMenuBarUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiMenuItemUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiOptionPaneUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiPanelUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiPopupMenuUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiProgressBarUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiRootPaneUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiScrollBarUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiScrollPaneUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiSeparatorUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiSliderUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiSpinnerUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiSplitPaneUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiTabbedPaneUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiTableHeaderUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiTableUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiTextUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiToolBarUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiToolTipUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiTreeUI
- The vector containing the real UIs.
- uis -
Variable in class javax.swing.plaf.multi.MultiViewportUI
- The vector containing the real UIs.
- uisToArray(Vector) -
Static method in class javax.swing.plaf.multi.MultiLookAndFeel
- Creates an array,
populates it with UI objects from the passed-in vector,
and returns the array.
- UK -
Static variable in class java.util.Locale
- Useful constant for country.
- UL -
Static variable in class javax.swing.text.html.HTML.Tag
-
- ULAW -
Static variable in class javax.sound.sampled.AudioFormat.Encoding
- Specifies u-law encoded data.
- ULongLongSeqHelper - Class in org.omg.CORBA
- The Helper for ULongLongSeq.
- ULongLongSeqHelper() -
Constructor for class org.omg.CORBA.ULongLongSeqHelper
-
- ULongLongSeqHolder - Class in org.omg.CORBA
- The Holder for ULongLongSeq.
- ULongLongSeqHolder() -
Constructor for class org.omg.CORBA.ULongLongSeqHolder
-
- ULongLongSeqHolder(long[]) -
Constructor for class org.omg.CORBA.ULongLongSeqHolder
-
- ULongSeqHelper - Class in org.omg.CORBA
- The Helper for ULongSeq.
- ULongSeqHelper() -
Constructor for class org.omg.CORBA.ULongSeqHelper
-
- ULongSeqHolder - Class in org.omg.CORBA
- The Holder for ULongSeq.
- ULongSeqHolder() -
Constructor for class org.omg.CORBA.ULongSeqHolder
-
- ULongSeqHolder(int[]) -
Constructor for class org.omg.CORBA.ULongSeqHolder
-
- ulp(double) -
Static method in class java.lang.Math
- Returns the size of an ulp of the argument.
- ulp(float) -
Static method in class java.lang.Math
- Returns the size of an ulp of the argument.
- ulp(double) -
Static method in class java.lang.StrictMath
- Returns the size of an ulp of the argument.
- ulp(float) -
Static method in class java.lang.StrictMath
- Returns the size of an ulp of the argument.
- ulp() -
Method in class java.math.BigDecimal
- Returns the size of an ulp, a unit in the last place, of this
BigDecimal.
- UNASSIGNED -
Static variable in class java.lang.Character
- General category "Cn" in the Unicode specification.
- UNAUTHORIZED -
Static variable in exception org.ietf.jgss.GSSException
- Operation unauthorized.
- UNAVAILABLE -
Static variable in exception org.ietf.jgss.GSSException
- Operation unavailable.
- unbind(String) -
Static method in class java.rmi.Naming
- Destroys the binding for the specified name that is associated
with a remote object.
- unbind(String) -
Method in interface java.rmi.registry.Registry
- Removes the binding for the specified
name
in
this registry.
- unbind(Name) -
Method in interface javax.naming.Context
- Unbinds the named object.
- unbind(String) -
Method in interface javax.naming.Context
- Unbinds the named object.
- unbind(String) -
Method in class javax.naming.InitialContext
-
- unbind(Name) -
Method in class javax.naming.InitialContext
-
- unbind(NameComponent[]) -
Method in class org.omg.CosNaming._NamingContextExtStub
- The unbind operation removes a name binding from a context.
- unbind(NameComponent[]) -
Method in class org.omg.CosNaming._NamingContextStub
- The unbind operation removes a name binding from a context.
- unbind(NameComponent[]) -
Method in interface org.omg.CosNaming.NamingContextOperations
- The unbind operation removes a name binding from a context.
- unboxedType(TypeMirror) -
Method in interface javax.lang.model.util.Types
- Returns the type (a primitive type) of unboxed values of a given type.
- uncaughtException(Thread, Throwable) -
Method in interface java.lang.Thread.UncaughtExceptionHandler
- Method invoked when the given thread terminates due to the
given uncaught exception.
- uncaughtException(Thread, Throwable) -
Method in class java.lang.ThreadGroup
- Called by the Java Virtual Machine when a thread in this
thread group stops because of an uncaught exception, and the thread
does not have a specific
Thread.UncaughtExceptionHandler
installed.
- unchecked_narrow(Object) -
Static method in class org.omg.CosNaming.BindingIteratorHelper
-
- unchecked_narrow(Object) -
Static method in class org.omg.CosNaming.NamingContextExtHelper
-
- unchecked_narrow(Object) -
Static method in class org.omg.CosNaming.NamingContextHelper
-
- unchecked_narrow(Object) -
Static method in class org.omg.DynamicAny.DynAnyFactoryHelper
-
- unchecked_narrow(Object) -
Static method in class org.omg.DynamicAny.DynAnyHelper
-
- unchecked_narrow(Object) -
Static method in class org.omg.DynamicAny.DynArrayHelper
-
- unchecked_narrow(Object) -
Static method in class org.omg.DynamicAny.DynEnumHelper
-
- unchecked_narrow(Object) -
Static method in class org.omg.DynamicAny.DynFixedHelper
-
- unchecked_narrow(Object) -
Static method in class org.omg.DynamicAny.DynSequenceHelper
-
- unchecked_narrow(Object) -
Static method in class org.omg.DynamicAny.DynStructHelper
-
- unchecked_narrow(Object) -
Static method in class org.omg.DynamicAny.DynUnionHelper
-
- unchecked_narrow(Object) -
Static method in class org.omg.DynamicAny.DynValueHelper
-
- unchecked_narrow(Object) -
Static method in class org.omg.IOP.CodecFactoryHelper
-
- unchecked_narrow(Object) -
Static method in class org.omg.PortableInterceptor.CurrentHelper
-
- unchecked_narrow(Object) -
Static method in class org.omg.PortableInterceptor.IORInterceptor_3_0Helper
-
- unchecked_narrow(Object) -
Static method in class org.omg.PortableServer.ServantActivatorHelper
-
- unchecked_narrow(Object) -
Static method in class org.omg.PortableServer.ServantLocatorHelper
-
- UNCOLLATED -
Static variable in class javax.print.attribute.standard.SheetCollate
- Sheets within a document appear in uncollated order when multiple
copies are printed.
- unconfigurableExecutorService(ExecutorService) -
Static method in class java.util.concurrent.Executors
- Returns an object that delegates all defined
ExecutorService
methods to the given executor, but not any
other methods that might otherwise be accessible using
casts.
- unconfigurableScheduledExecutorService(ScheduledExecutorService) -
Static method in class java.util.concurrent.Executors
- Returns an object that delegates all defined
ScheduledExecutorService
methods to the given executor, but
not any other methods that might otherwise be accessible using
casts.
- unconfigureArrowButton() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- This public method is implementation specific and should be private.
- unconfigureEditor() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- This protected method is implementation specific and should be private.
- unconfigureEditor() -
Method in class javax.swing.plaf.metal.MetalComboBoxUI
-
- unconfigureEnclosingScrollPane() -
Method in class javax.swing.JTable
- Reverses the effect of
configureEnclosingScrollPane
by replacing the columnHeaderView
of the enclosing
scroll pane with null
.
- UNDECIMBER -
Static variable in class java.util.Calendar
- Value of the
Calendar.MONTH
field indicating the
thirteenth month of the year.
- UndeclaredThrowableException - Exception in java.lang.reflect
- Thrown by a method invocation on a proxy instance if its invocation
handler's
invoke
method throws a
checked exception (a Throwable
that is not assignable
to RuntimeException
or Error
) that
is not assignable to any of the exception types declared in the
throws
clause of the method that was invoked on the
proxy instance and dispatched to the invocation handler. - UndeclaredThrowableException(Throwable) -
Constructor for exception java.lang.reflect.UndeclaredThrowableException
- Constructs an
UndeclaredThrowableException
with the
specified Throwable
.
- UndeclaredThrowableException(Throwable, String) -
Constructor for exception java.lang.reflect.UndeclaredThrowableException
- Constructs an
UndeclaredThrowableException
with the
specified Throwable
and a detail message.
- UNDEFINED -
Static variable in class java.awt.BufferCapabilities.FlipContents
- When flip contents are
UNDEFINED
, the
contents of the back buffer are undefined after flipping.
- UNDEFINED_CONDITION -
Static variable in class javax.swing.JComponent
- Constant used by some of the APIs to mean that no condition is defined.
- UndefinedProperty -
Static variable in class java.awt.Image
- The
UndefinedProperty
object should be returned whenever a
property which was not defined for a particular image is fetched.
- UNDERFLOW -
Static variable in class java.nio.charset.CoderResult
- Result object indicating underflow, meaning that either the input buffer
has been completely consumed or, if the input buffer is not yet empty,
that additional input is required.
- UNDERLINE -
Static variable in class java.awt.font.TextAttribute
- Attribute key for underline.
- Underline -
Static variable in class javax.swing.text.StyleConstants
- Name of the underline attribute.
- UNDERLINE_LOW_DASHED -
Static variable in class java.awt.font.TextAttribute
- Single pixel dashed low underline.
- UNDERLINE_LOW_DOTTED -
Static variable in class java.awt.font.TextAttribute
- Single pixel dotted low underline.
- UNDERLINE_LOW_GRAY -
Static variable in class java.awt.font.TextAttribute
- Double pixel gray low underline.
- UNDERLINE_LOW_ONE_PIXEL -
Static variable in class java.awt.font.TextAttribute
- Single pixel solid low underline.
- UNDERLINE_LOW_TWO_PIXEL -
Static variable in class java.awt.font.TextAttribute
- Double pixel solid low underline.
- UNDERLINE_ON -
Static variable in class java.awt.font.TextAttribute
- Standard underline.
- undo() -
Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
- Undoes a change.
- undo() -
Method in class javax.swing.text.AbstractDocument.ElementEdit
- Undoes a change.
- undo() -
Method in class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
- Undoes a change.
- undo() -
Method in class javax.swing.undo.AbstractUndoableEdit
- Throws
CannotUndoException
if canUndo
returns false
.
- undo() -
Method in class javax.swing.undo.CompoundEdit
- Sends
undo
to all contained
UndoableEdits
in the reverse of
the order in which they were added.
- undo() -
Method in class javax.swing.undo.StateEdit
- Tells the edited object to apply the state prior to the edit
- undo() -
Method in interface javax.swing.undo.UndoableEdit
- Undo the edit.
- undo() -
Method in class javax.swing.undo.UndoManager
- Undoes the appropriate edits.
- UndoableEdit - Interface in javax.swing.undo
- An
UndoableEdit
represents an edit. - UndoableEditEvent - Class in javax.swing.event
- An event indicating that an operation which can be undone has occurred.
- UndoableEditEvent(Object, UndoableEdit) -
Constructor for class javax.swing.event.UndoableEditEvent
- Constructs an UndoableEditEvent object.
- undoableEditHappened(UndoableEditEvent) -
Method in interface javax.swing.event.UndoableEditListener
- An undoable edit happened
- undoableEditHappened(UndoableEditEvent) -
Method in class javax.swing.undo.UndoManager
- An
UndoableEditListener
method.
- UndoableEditListener - Interface in javax.swing.event
- Interface implemented by a class interested in hearing about
undoable operations.
- UndoableEditSupport - Class in javax.swing.undo
- A support class used for managing
UndoableEdit
listeners. - UndoableEditSupport() -
Constructor for class javax.swing.undo.UndoableEditSupport
- Constructs an
UndoableEditSupport
object.
- UndoableEditSupport(Object) -
Constructor for class javax.swing.undo.UndoableEditSupport
- Constructs an
UndoableEditSupport
object.
- undoDelete() -
Method in interface javax.sql.rowset.CachedRowSet
- Cancels the deletion of the current row and notifies listeners that
a row has changed.
- undoInsert() -
Method in interface javax.sql.rowset.CachedRowSet
- Immediately removes the current row from this
CachedRowSet
object if the row has been inserted, and also notifies listeners that a
row has changed.
- UndoManager - Class in javax.swing.undo
UndoManager
manages a list of UndoableEdits
,
providing a way to undo or redo the appropriate edits.- UndoManager() -
Constructor for class javax.swing.undo.UndoManager
- Creates a new
UndoManager
.
- UndoName -
Static variable in class javax.swing.undo.AbstractUndoableEdit
- String returned by
getUndoPresentationName
;
as of Java 2 platform v1.3.1 this field is no longer used.
- undoOrRedo() -
Method in class javax.swing.undo.UndoManager
- Convenience method that invokes one of
undo
or
redo
.
- undoRedoName -
Variable in class javax.swing.undo.StateEdit
- The undo/redo presentation name
- undoTo(UndoableEdit) -
Method in class javax.swing.undo.UndoManager
- Undoes all changes from the index of the next edit to
edit
, updating the index of the next edit appropriately.
- undoUpdate() -
Method in interface javax.sql.rowset.CachedRowSet
- Immediately reverses the last update operation if the
row has been modified.
- unescapeValue(String) -
Static method in class javax.naming.ldap.Rdn
- Given an attribute value string formated according to the rules
specified in
RFC 2253,
returns the unformated value.
- UnexpectedException - Exception in java.rmi
- An
UnexpectedException
is thrown if the client of a
remote method call receives, as a result of the call, a checked
exception that is not among the checked exception types declared in the
throws
clause of the method in the remote interface. - UnexpectedException(String) -
Constructor for exception java.rmi.UnexpectedException
- Constructs an
UnexpectedException
with the specified
detail message.
- UnexpectedException(String, Exception) -
Constructor for exception java.rmi.UnexpectedException
- Constructs a
UnexpectedException
with the specified
detail message and nested exception.
- unexportObject(Remote, boolean) -
Static method in class java.rmi.activation.Activatable
- Remove the remote object, obj, from the RMI runtime.
- unexportObject(Remote, boolean) -
Static method in class java.rmi.server.UnicastRemoteObject
- Removes the remote object, obj, from the RMI runtime.
- unexportObject(Remote) -
Method in interface javax.rmi.CORBA.PortableRemoteObjectDelegate
- Delegation call for
PortableRemoteObject.unexportObject(java.rmi.Remote)
.
- unexportObject(Remote) -
Static method in class javax.rmi.CORBA.Util
- Removes the associated tie from an internal table and calls
Tie.deactivate()
to deactivate the object.
- unexportObject(Remote) -
Method in interface javax.rmi.CORBA.UtilDelegate
- Delegation call for
Util.unexportObject(java.rmi.Remote)
.
- unexportObject(Remote) -
Static method in class javax.rmi.PortableRemoteObject
- Deregisters a server object from the runtime, allowing the object to become
available for garbage collection.
- UnicastRemoteObject - Class in java.rmi.server
- Used for exporting a remote object with JRMP and obtaining a stub
that communicates to the remote object.
- UnicastRemoteObject() -
Constructor for class java.rmi.server.UnicastRemoteObject
- Creates and exports a new UnicastRemoteObject object using an
anonymous port.
- UnicastRemoteObject(int) -
Constructor for class java.rmi.server.UnicastRemoteObject
- Creates and exports a new UnicastRemoteObject object using the
particular supplied port.
- UnicastRemoteObject(int, RMIClientSocketFactory, RMIServerSocketFactory) -
Constructor for class java.rmi.server.UnicastRemoteObject
- Creates and exports a new UnicastRemoteObject object using the
particular supplied port and socket factories.
- UNICODE_CASE -
Static variable in class java.util.regex.Pattern
- Enables Unicode-aware case folding.
- UNICODE_STREAM_PARAM -
Static variable in class javax.sql.rowset.BaseRowSet
- A constant indicating to a
RowSetReaderImpl
object
that a given parameter is a Unicode stream.
- unicodeStream -
Variable in class javax.sql.rowset.BaseRowSet
- The
InputStream
object that will be
returned by the method getUnicodeStream
,
which is specified in the ResultSet
interface.
- UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS -
Static variable in class java.lang.Character.UnicodeBlock
- Constant for the "Unified Canadian Aboriginal Syllabics" Unicode character block.
- uninitialize() -
Method in class javax.swing.LookAndFeel
- Uninitializes the look and feel.
- uninitialize() -
Method in class javax.swing.plaf.basic.BasicLookAndFeel
- Uninitializes the look and feel.
- uninitialize() -
Method in class javax.swing.plaf.synth.SynthLookAndFeel
- Called by UIManager when this look and feel is uninstalled.
- UNINITIALIZED -
Static variable in class java.security.Signature
- Possible
Signature.state
value, signifying that
this signature object has not yet been initialized.
- UNINITIALIZED_VALUE -
Static variable in class javax.swing.JOptionPane
- Indicates that the user has not yet selected a value.
- uninstall() -
Method in class javax.swing.JFormattedTextField.AbstractFormatter
- Uninstalls any state the
AbstractFormatter
may have
installed on the JFormattedTextField
.
- uninstallBorder(JComponent) -
Static method in class javax.swing.LookAndFeel
- Convenience method for uninstalling a border.
- uninstallChooserPanel(JColorChooser) -
Method in class javax.swing.colorchooser.AbstractColorChooserPanel
- Invoked when the panel is removed from the chooser.
- uninstallComboBoxModelListeners(ComboBoxModel) -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Removes the listeners from the combo box model
- uninstallComponents() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- The aggregate components which compise the combo box are
unregistered and uninitialized.
- uninstallComponents() -
Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-
- uninstallComponents(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- uninstallComponents() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- uninstallComponents(JLabel) -
Method in class javax.swing.plaf.basic.BasicLabelUI
-
- uninstallComponents(JMenuItem) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- uninstallComponents() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
- uninstallComponents(JRootPane) -
Method in class javax.swing.plaf.basic.BasicRootPaneUI
-
- uninstallComponents() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- uninstallComponents() -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
- Removes any installed subcomponents from the JTabbedPane.
- uninstallComponents() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- uninstallComponents() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Uninstalls the renderer pane.
- uninstallComponents() -
Method in class javax.swing.plaf.metal.MetalDesktopIconUI
-
- uninstallComponents(JFileChooser) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- uninstallComponents() -
Method in class javax.swing.plaf.metal.MetalInternalFrameUI
-
- uninstallDefaultChoosers() -
Method in class javax.swing.plaf.basic.BasicColorChooserUI
-
- uninstallDefaults(AbstractButton) -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicColorChooserUI
-
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Uninstalls the default colors, default font, default renderer, and default
editor into the JComboBox.
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- uninstallDefaults(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- uninstallDefaults(JLabel) -
Method in class javax.swing.plaf.basic.BasicLabelUI
-
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicListUI
- Set the JList properties that haven't been explicitly overridden to
null.
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicMenuBarUI
-
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicMenuUI
-
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
- uninstallDefaults(JPanel) -
Method in class javax.swing.plaf.basic.BasicPanelUI
-
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
- uninstallDefaults(AbstractButton) -
Method in class javax.swing.plaf.basic.BasicRadioButtonUI
-
- uninstallDefaults(JRootPane) -
Method in class javax.swing.plaf.basic.BasicRootPaneUI
-
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- uninstallDefaults(JScrollPane) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- uninstallDefaults(JSeparator) -
Method in class javax.swing.plaf.basic.BasicSeparatorUI
-
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicSpinnerUI
- Sets the
JSpinner's
layout manager to null.
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Uninstalls the UI defaults.
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI
-
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicTableUI
-
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicTextUI
- Sets the component properties that haven't been explicitly overridden to
null.
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- uninstallDefaults(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolTipUI
-
- uninstallDefaults() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- uninstallDefaults(JComponent) -
Method in class javax.swing.plaf.basic.BasicViewportUI
-
- uninstallDefaults(AbstractButton) -
Method in class javax.swing.plaf.metal.MetalButtonUI
-
- uninstallDefaults(AbstractButton) -
Method in class javax.swing.plaf.metal.MetalCheckBoxUI
-
- uninstallDefaults() -
Method in class javax.swing.plaf.metal.MetalInternalFrameTitlePane
-
- uninstallDefaults(AbstractButton) -
Method in class javax.swing.plaf.metal.MetalRadioButtonUI
-
- uninstallDefaults(AbstractButton) -
Method in class javax.swing.plaf.metal.MetalToggleButtonUI
-
- uninstallDefaults(SynthContext) -
Method in class javax.swing.plaf.synth.SynthStyle
- Uninstalls any state that this style installed on
the
JComponent
from context
.
- uninstallDesktopManager() -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- uninstallIcons(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- uninstallingUI() -
Method in class javax.swing.plaf.basic.BasicComboPopup
- Called when the UI is uninstalling.
- uninstallingUI() -
Method in interface javax.swing.plaf.basic.ComboPopup
- Called to inform the ComboPopup that the UI is uninstalling.
- uninstallKeyboardActions(JComponent) -
Method in class javax.swing.plaf.basic.BasicButtonListener
- Unregister's default key actions
- uninstallKeyboardActions(AbstractButton) -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- uninstallKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Removes the focus InputMap and ActionMap.
- uninstallKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicComboPopup
-
- uninstallKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- uninstallKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- uninstallKeyboardActions(JLabel) -
Method in class javax.swing.plaf.basic.BasicLabelUI
-
- uninstallKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicListUI
- Unregisters keyboard actions installed from
installKeyboardActions
.
- uninstallKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicMenuBarUI
-
- uninstallKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- uninstallKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicMenuUI
-
- uninstallKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
- uninstallKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
- uninstallKeyboardActions(JRootPane) -
Method in class javax.swing.plaf.basic.BasicRootPaneUI
-
- uninstallKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- uninstallKeyboardActions(JScrollPane) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- uninstallKeyboardActions(JSlider) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- uninstallKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Uninstalls the keyboard actions for the UI.
- uninstallKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- uninstallKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI
- Unregisters default key actions.
- uninstallKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicTableUI
-
- uninstallKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicTextUI
-
- uninstallKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- uninstallKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- uninstallKeyboardActions() -
Method in class javax.swing.plaf.metal.MetalInternalFrameUI
-
- uninstallListeners(AbstractButton) -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicColorChooserUI
-
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Remove the installed listeners from the combo box and its model.
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
- Uninstalls the
PropertyChangeListener
returned from
createPropertyChangeListener
from the
JDesktopPane
.
- uninstallListeners(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- uninstallListeners(JLabel) -
Method in class javax.swing.plaf.basic.BasicLabelUI
-
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicListUI
- Remove the listeners for the JList, its model, and its
selectionModel.
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicMenuBarUI
-
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicMenuUI
-
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
- Removes all listeners installed by this object.
- uninstallListeners(JRootPane) -
Method in class javax.swing.plaf.basic.BasicRootPaneUI
-
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- uninstallListeners(JComponent) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- uninstallListeners(JSeparator) -
Method in class javax.swing.plaf.basic.BasicSeparatorUI
-
- uninstallListeners(JSlider) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicSpinnerUI
- Removes the
PropertyChangeListener
added
by installListeners.
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Uninstalls the event listeners for the UI.
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI
-
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicTableUI
-
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicTextUI
- Uninstalls listeners for the UI.
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- uninstallListeners(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolTipUI
-
- uninstallListeners() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- uninstallListeners() -
Method in class javax.swing.plaf.metal.MetalDesktopIconUI
-
- uninstallListeners() -
Method in class javax.swing.plaf.metal.MetalInternalFrameUI
-
- uninstallListeners(JScrollPane) -
Method in class javax.swing.plaf.metal.MetalScrollPaneUI
-
- uninstallListeners() -
Method in class javax.swing.plaf.metal.MetalToolBarUI
-
- uninstallStrings(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicColorChooserUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicDesktopIconUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicEditorPaneUI
- Deinstalls the UI for a component.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicLabelUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicListUI
- Uninitializes
this.list
by calling uninstallListeners()
,
uninstallKeyboardActions()
, and uninstallDefaults()
in order.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuBarUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- Removes the receiver from the L&F controller of the passed in split
pane.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicPanelUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicRootPaneUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicSeparatorUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicSpinnerUI
- Calls
uninstallDefaults
, uninstallListeners
,
and then removes all of the spinners children.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Uninstalls the UI.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicTableUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicTextUI
- Deinstalls the UI for a component.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolBarUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicToolTipUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.basic.BasicViewportUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.ComponentUI
- Reverses configuration which was done on the specified component during
installUI
.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.metal.MetalInternalFrameUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.metal.MetalMenuBarUI
- Reverses configuration which was done on the specified component during
installUI
.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.metal.MetalRootPaneUI
- Invokes supers implementation to uninstall any of its state.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.metal.MetalScrollPaneUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.metal.MetalToolBarUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.metal.MetalToolTipUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.metal.MetalTreeUI
-
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiButtonUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiColorChooserUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiComboBoxUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiDesktopIconUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiFileChooserUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiInternalFrameUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiLabelUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiListUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiMenuBarUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiMenuItemUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiOptionPaneUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiPanelUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiProgressBarUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiRootPaneUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiScrollBarUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiScrollPaneUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiSeparatorUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiSliderUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiSpinnerUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiTableHeaderUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiTableUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiTextUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiToolBarUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiToolTipUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- uninstallUI(JComponent) -
Method in class javax.swing.plaf.multi.MultiViewportUI
- Invokes the
uninstallUI
method on each UI handled by this object.
- union(Rectangle2D, Rectangle2D, Rectangle2D) -
Static method in class java.awt.geom.Rectangle2D
- Unions the pair of source
Rectangle2D
objects
and puts the result into the specified destination
Rectangle2D
object.
- union(Rectangle) -
Method in class java.awt.Rectangle
- Computes the union of this
Rectangle
with the
specified Rectangle
.
- union(Descriptor...) -
Static method in class javax.management.ImmutableDescriptor
- Return an
ImmutableDescriptor
whose contents are the union of
the given descriptors.
- UNION -
Static variable in class javax.xml.crypto.dsig.spec.XPathType.Filter
- The union filter operation.
- UnionMember - Class in org.omg.CORBA
- A description in the Interface Repository of a member of an IDL union.
- UnionMember() -
Constructor for class org.omg.CORBA.UnionMember
- Constructs a new
UnionMember
object with its fields initialized
to null.
- UnionMember(String, Any, TypeCode, IDLType) -
Constructor for class org.omg.CORBA.UnionMember
- Constructs a new
UnionMember
object with its fields initialized
to the given values.
- UnionMemberHelper - Class in org.omg.CORBA
- The Helper for UnionMember.
- UnionMemberHelper() -
Constructor for class org.omg.CORBA.UnionMemberHelper
-
- UNIQUE_ID -
Static variable in class org.omg.PortableServer.IdUniquenessPolicyValue
-
- UNIT_DECREMENT -
Static variable in class java.awt.event.AdjustmentEvent
- The unit decrement adjustment type.
- UNIT_INCREMENT -
Static variable in class java.awt.event.AdjustmentEvent
- The unit increment adjustment type.
- unitIncrement -
Variable in class javax.swing.JScrollBar
-
- UNIX_LINES -
Static variable in class java.util.regex.Pattern
- Enables Unix lines mode.
- UNKNOWN -
Static variable in class java.awt.ComponentOrientation
- Indicates that a component's orientation has not been set.
- UNKNOWN -
Static variable in class javax.accessibility.AccessibleRole
- The object contains some Accessible information, but its role is
not known.
- UNKNOWN -
Static variable in class javax.management.MBeanOperationInfo
- Indicates that the operation has an "unknown" nature.
- UNKNOWN -
Static variable in class javax.print.attribute.standard.JobState
- The job state is unknown.
- UNKNOWN -
Static variable in class javax.print.attribute.standard.PrinterState
- The printer state is unknown.
- UNKNOWN - Exception in org.omg.CORBA
- This exception is raised if an operation implementation
throws a non-CORBA exception (such as an exception
specific to the implementation's programming language),
or if an operation raises a user exception that does not
appear in the operation's raises expression.
- UNKNOWN() -
Constructor for exception org.omg.CORBA.UNKNOWN
- Constructs an
UNKNOWN
exception with a default minor code
of 0, a completion state of CompletionStatus.COMPLETED_NO,
and a null description.
- UNKNOWN(String) -
Constructor for exception org.omg.CORBA.UNKNOWN
- Constructs an
UNKNOWN
exception with the specified description message,
a minor code of 0, and a completion state of COMPLETED_NO.
- UNKNOWN(int, CompletionStatus) -
Constructor for exception org.omg.CORBA.UNKNOWN
- Constructs an
UNKNOWN
exception with the specified
minor code and completion status.
- UNKNOWN(String, int, CompletionStatus) -
Constructor for exception org.omg.CORBA.UNKNOWN
- Constructs an
UNKNOWN
exception with the specified description
message, minor code, and completion status.
- UNKNOWN - Interface in org.omg.PortableInterceptor
- org/omg/PortableInterceptor/UNKNOWN.java .
- unknown_adapter(POA, String) -
Method in interface org.omg.PortableServer.AdapterActivatorOperations
- This operation is invoked when the ORB receives
a request for an object reference that identifies
a target POA that does not exist.
- UNKNOWN_ATTRIBUTE -
Static variable in interface java.util.jar.Pack200.Packer
- Indicates the action to take when a class-file containing an unknown
attribute is encountered.
- UNKNOWN_LENGTH -
Static variable in class javax.sound.midi.MidiFileFormat
- Represents unknown length.
- UNKNOWN_NUMBER_OF_PAGES -
Static variable in interface java.awt.print.Pageable
- This constant is returned from the
getNumberOfPages
method if a Pageable
implementation does not know
the number of pages in its set.
- UnknownAnnotationValueException - Exception in javax.lang.model.element
- Indicates that an unknown kind of annotation value was encountered.
- UnknownAnnotationValueException(AnnotationValue, Object) -
Constructor for exception javax.lang.model.element.UnknownAnnotationValueException
- Creates a new
UnknownAnnotationValueException
.
- UnknownElementException - Exception in javax.lang.model.element
- Indicates that an unknown kind of element was encountered.
- UnknownElementException(Element, Object) -
Constructor for exception javax.lang.model.element.UnknownElementException
- Creates a new
UnknownElementException
.
- UnknownEncoding - Exception in org.omg.IOP.CodecFactoryPackage
- org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java .
- UnknownEncoding() -
Constructor for exception org.omg.IOP.CodecFactoryPackage.UnknownEncoding
-
- UnknownEncoding(String) -
Constructor for exception org.omg.IOP.CodecFactoryPackage.UnknownEncoding
-
- UnknownEncodingHelper - Class in org.omg.IOP.CodecFactoryPackage
- org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java .
- UnknownEncodingHelper() -
Constructor for class org.omg.IOP.CodecFactoryPackage.UnknownEncodingHelper
-
- UnknownError - Error in java.lang
- Thrown when an unknown but serious exception has occurred in the
Java Virtual Machine.
- UnknownError() -
Constructor for error java.lang.UnknownError
- Constructs an
UnknownError
with no detail message.
- UnknownError(String) -
Constructor for error java.lang.UnknownError
- Constructs an
UnknownError
with the specified detail
message.
- UnknownException - Exception in org.omg.CORBA.portable
- The org.omg.CORBA.portable.UnknownException is used for reporting
unknown exceptions between ties and ORBs and between ORBs and stubs.
- UnknownException(Throwable) -
Constructor for exception org.omg.CORBA.portable.UnknownException
- Constructs an UnknownException object.
- UnknownFormatConversionException - Exception in java.util
- Unchecked exception thrown when an unknown conversion is given.
- UnknownFormatConversionException(String) -
Constructor for exception java.util.UnknownFormatConversionException
- Constructs an instance of this class with the unknown conversion.
- UnknownFormatFlagsException - Exception in java.util
- Unchecked exception thrown when an unknown flag is given.
- UnknownFormatFlagsException(String) -
Constructor for exception java.util.UnknownFormatFlagsException
- Constructs an instance of this class with the specified flags.
- UnknownGroupException - Exception in java.rmi.activation
- An
UnknownGroupException
is thrown by methods of classes and
interfaces in the java.rmi.activation
package when the
ActivationGroupID
parameter to the method is determined to be
invalid, i.e., not known by the ActivationSystem
. - UnknownGroupException(String) -
Constructor for exception java.rmi.activation.UnknownGroupException
- Constructs an
UnknownGroupException
with the specified
detail message.
- UnknownHostException - Exception in java.net
- Thrown to indicate that the IP address of a host could not be determined.
- UnknownHostException(String) -
Constructor for exception java.net.UnknownHostException
- Constructs a new
UnknownHostException
with the
specified detail message.
- UnknownHostException() -
Constructor for exception java.net.UnknownHostException
- Constructs a new
UnknownHostException
with no detail
message.
- UnknownHostException - Exception in java.rmi
- An
UnknownHostException
is thrown if a
java.net.UnknownHostException
occurs while creating
a connection to the remote host for a remote method call. - UnknownHostException(String) -
Constructor for exception java.rmi.UnknownHostException
- Constructs an
UnknownHostException
with the specified
detail message.
- UnknownHostException(String, Exception) -
Constructor for exception java.rmi.UnknownHostException
- Constructs an
UnknownHostException
with the specified
detail message and nested exception.
- UnknownObjectException - Exception in java.rmi.activation
- An
UnknownObjectException
is thrown by methods of classes and
interfaces in the java.rmi.activation
package when the
ActivationID
parameter to the method is determined to be
invalid. - UnknownObjectException(String) -
Constructor for exception java.rmi.activation.UnknownObjectException
- Constructs an
UnknownObjectException
with the specified
detail message.
- UnknownServiceException - Exception in java.net
- Thrown to indicate that an unknown service exception has
occurred.
- UnknownServiceException() -
Constructor for exception java.net.UnknownServiceException
- Constructs a new
UnknownServiceException
with no
detail message.
- UnknownServiceException(String) -
Constructor for exception java.net.UnknownServiceException
- Constructs a new
UnknownServiceException
with the
specified detail message.
- UnknownTypeException - Exception in javax.lang.model.type
- Indicates that an unknown kind of type was encountered.
- UnknownTypeException(TypeMirror, Object) -
Constructor for exception javax.lang.model.type.UnknownTypeException
- Creates a new
UnknownTypeException
.The p
parameter may be used to pass in an additional argument with
information about the context in which the unknown type was
encountered; for example, the visit methods of TypeVisitor
may pass in their additional parameter.
- UnknownUserException - Exception in org.omg.CORBA
- A class that contains user exceptions returned by the server.
- UnknownUserException() -
Constructor for exception org.omg.CORBA.UnknownUserException
- Constructs an
UnknownUserException
object.
- UnknownUserException(Any) -
Constructor for exception org.omg.CORBA.UnknownUserException
- Constructs an
UnknownUserException
object that contains the given
Any
object.
- UnknownUserExceptionHelper - Class in org.omg.CORBA
- The Helper for UnknownUserException.
- UnknownUserExceptionHelper() -
Constructor for class org.omg.CORBA.UnknownUserExceptionHelper
-
- UnknownUserExceptionHolder - Class in org.omg.CORBA
- The Holder for UnknownUserException.
- UnknownUserExceptionHolder() -
Constructor for class org.omg.CORBA.UnknownUserExceptionHolder
-
- UnknownUserExceptionHolder(UnknownUserException) -
Constructor for class org.omg.CORBA.UnknownUserExceptionHolder
-
- UNLIMITED -
Static variable in class java.math.MathContext
- A
MathContext
object whose settings have the values
required for unlimited precision arithmetic.
- unloadAllInstruments(Soundbank) -
Method in interface javax.sound.midi.Synthesizer
- Unloads all instruments contained in the specified
Soundbank
.
- unloadInstrument(Instrument) -
Method in interface javax.sound.midi.Synthesizer
- Unloads a particular instrument.
- unloadInstruments(Soundbank, Patch[]) -
Method in interface javax.sound.midi.Synthesizer
- Unloads the instruments referenced by the specified patches, from the MIDI sound bank specified.
- unloadZone(View) -
Method in class javax.swing.text.ZoneView
- Unload a zone (Convert the zone to its memory saving state).
- unlock() -
Method in interface java.util.concurrent.locks.Lock
- Releases the lock.
- unlock() -
Method in class java.util.concurrent.locks.ReentrantLock
- Attempts to release this lock.
- unlock() -
Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
- Attempts to release this lock.
- unlock() -
Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
- Attempts to release this lock.
- unmappableCharacterAction() -
Method in class java.nio.charset.CharsetDecoder
- Returns this decoder's current action for unmappable-character errors.
- unmappableCharacterAction() -
Method in class java.nio.charset.CharsetEncoder
- Returns this encoder's current action for unmappable-character errors.
- UnmappableCharacterException - Exception in java.nio.charset
- Checked exception thrown when an input character (or byte) sequence
is valid but cannot be mapped to an output byte (or character)
sequence.
- UnmappableCharacterException(int) -
Constructor for exception java.nio.charset.UnmappableCharacterException
-
- unmappableForLength(int) -
Static method in class java.nio.charset.CoderResult
- Static factory method that returns the unique result object describing
an unmappable-character error of the given length.
- unmarshal(String) -
Method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
- Removes leading and trailing whitespaces of the string
given as the parameter, then truncate any
sequnce of tab, CR, LF, and SP by a single whitespace character ' '.
- unmarshal(String) -
Method in class javax.xml.bind.annotation.adapters.HexBinaryAdapter
-
- unmarshal(String) -
Method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
- Removes leading and trailing whitespaces of the string
given as the parameter, then replace
any tab, CR, and LF by a whitespace character ' '.
- unmarshal(ValueType) -
Method in class javax.xml.bind.annotation.adapters.XmlAdapter
- Convert a value type to a bound type.
- unmarshal(XmlNode) -
Method in class javax.xml.bind.Binder
- Unmarshal XML infoset view to a JAXB object tree.
- unmarshal(XmlNode, Class<T>) -
Method in class javax.xml.bind.Binder
- Unmarshal XML root element by provided declaredType
to a JAXB object tree.
- unmarshal(Source) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(XMLReader, InputSource) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- Unmarshals an object by using the specified XMLReader and the InputSource.
- unmarshal(InputSource) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(URL) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(File) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(InputStream) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(Reader) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(XMLEventReader) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(XMLStreamReader) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(Node, Class<T>) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(Source, Class<T>) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(XMLStreamReader, Class<T>) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(XMLEventReader, Class<T>) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
-
- unmarshal(File) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data from the specified file and return the resulting
content tree.
- unmarshal(InputStream) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data from the specified InputStream and return the
resulting content tree.
- unmarshal(Reader) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data from the specified Reader and return the
resulting content tree.
- unmarshal(URL) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data from the specified URL and return the resulting
content tree.
- unmarshal(InputSource) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data from the specified SAX InputSource and return the
resulting content tree.
- unmarshal(Node) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal global XML data from the specified DOM tree and return the resulting
content tree.
- unmarshal(Node, Class<T>) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data by JAXB mapped declaredType
and return the resulting content tree.
- unmarshal(Source) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data from the specified XML Source and return the
resulting content tree.
- unmarshal(Source, Class<T>) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data from the specified XML Source by declaredType and return the
resulting content tree.
- unmarshal(XMLStreamReader) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data from the specified pull parser and return the
resulting content tree.
- unmarshal(XMLStreamReader, Class<T>) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal root element to JAXB mapped declaredType
and return the resulting content tree.
- unmarshal(XMLEventReader) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal XML data from the specified pull parser and return the
resulting content tree.
- unmarshal(XMLEventReader, Class<T>) -
Method in interface javax.xml.bind.Unmarshaller
- Unmarshal root element to JAXB mapped declaredType
and return the resulting content tree.
- unmarshal(DataInputStream) -
Method in interface org.omg.CORBA.CustomMarshal
- Unmarshal method has to be implemented by the Customized Marshal class.
- UnmarshalException - Exception in java.rmi
- An
UnmarshalException
can be thrown while unmarshalling the
parameters or results of a remote method call if any of the following
conditions occur:
if an exception occurs while unmarshalling the call header
if the protocol for the return value is invalid
if a java.io.IOException
occurs unmarshalling
parameters (on the server side) or the return value (on the client side). - UnmarshalException(String) -
Constructor for exception java.rmi.UnmarshalException
- Constructs an
UnmarshalException
with the specified
detail message.
- UnmarshalException(String, Exception) -
Constructor for exception java.rmi.UnmarshalException
- Constructs an
UnmarshalException
with the specified
detail message and nested exception.
- UnmarshalException - Exception in javax.xml.bind
- This exception indicates that an error has occurred while performing
an unmarshal operation that prevents the JAXB Provider from completing
the operation.
- UnmarshalException(String) -
Constructor for exception javax.xml.bind.UnmarshalException
- Construct an UnmarshalException with the specified detail message.
- UnmarshalException(String, String) -
Constructor for exception javax.xml.bind.UnmarshalException
- Construct an UnmarshalException with the specified detail message and vendor
specific errorCode.
- UnmarshalException(Throwable) -
Constructor for exception javax.xml.bind.UnmarshalException
- Construct an UnmarshalException with a linkedException.
- UnmarshalException(String, Throwable) -
Constructor for exception javax.xml.bind.UnmarshalException
- Construct an UnmarshalException with the specified detail message and
linkedException.
- UnmarshalException(String, String, Throwable) -
Constructor for exception javax.xml.bind.UnmarshalException
- Construct an UnmarshalException with the specified detail message, vendor
specific errorCode, and linkedException.
- unmarshalKeyInfo(XMLStructure) -
Method in class javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
- Unmarshals a new
KeyInfo
instance from a
mechanism-specific XMLStructure
(ex: DOMStructure
)
instance.
- Unmarshaller - Interface in javax.xml.bind
- The Unmarshaller class governs the process of deserializing XML
data into newly created Java content trees, optionally validating the XML
data as it is unmarshalled.
- Unmarshaller.Listener - Class in javax.xml.bind
-
Register an instance of an implementation of this class with
Unmarshaller
to externally listen
for unmarshal events. - Unmarshaller.Listener() -
Constructor for class javax.xml.bind.Unmarshaller.Listener
-
- UnmarshallerHandler - Interface in javax.xml.bind
- Unmarshaller implemented as SAX ContentHandler.
- unmarshalXMLSignature(XMLValidateContext) -
Method in class javax.xml.crypto.dsig.XMLSignatureFactory
- Unmarshals a new
XMLSignature
instance from a
mechanism-specific XMLValidateContext
instance.
- unmarshalXMLSignature(XMLStructure) -
Method in class javax.xml.crypto.dsig.XMLSignatureFactory
- Unmarshals a new
XMLSignature
instance from a
mechanism-specific XMLStructure
instance.
- UnmodifiableClassException - Exception in java.lang.instrument
- Thrown by an implementation of
Instrumentation.redefineClasses
when one of the specified classes cannot be modified. - UnmodifiableClassException() -
Constructor for exception java.lang.instrument.UnmodifiableClassException
- Constructs an
UnmodifiableClassException
with no
detail message.
- UnmodifiableClassException(String) -
Constructor for exception java.lang.instrument.UnmodifiableClassException
- Constructs an
UnmodifiableClassException
with the
specified detail message.
- unmodifiableCollection(Collection<? extends T>) -
Static method in class java.util.Collections
- Returns an unmodifiable view of the specified collection.
- unmodifiableList(List<? extends T>) -
Static method in class java.util.Collections
- Returns an unmodifiable view of the specified list.
- unmodifiableMap(Map<? extends K, ? extends V>) -
Static method in class java.util.Collections
- Returns an unmodifiable view of the specified map.
- unmodifiableSet(Set<? extends T>) -
Static method in class java.util.Collections
- Returns an unmodifiable view of the specified set.
- UnmodifiableSetException - Exception in javax.print.attribute
- Thrown to indicate that the requested operation cannot be performed
because the set is unmodifiable.
- UnmodifiableSetException() -
Constructor for exception javax.print.attribute.UnmodifiableSetException
- Constructs an UnsupportedOperationException with no detail message.
- UnmodifiableSetException(String) -
Constructor for exception javax.print.attribute.UnmodifiableSetException
- Constructs an UnmodifiableSetException with the specified
detail message.
- unmodifiableSortedMap(SortedMap<K, ? extends V>) -
Static method in class java.util.Collections
- Returns an unmodifiable view of the specified sorted map.
- unmodifiableSortedSet(SortedSet<T>) -
Static method in class java.util.Collections
- Returns an unmodifiable view of the specified sorted set.
- unmodifiableView(AttributeSet) -
Static method in class javax.print.attribute.AttributeSetUtilities
- Creates an unmodifiable view of the given attribute set.
- unmodifiableView(DocAttributeSet) -
Static method in class javax.print.attribute.AttributeSetUtilities
- Creates an unmodifiable view of the given doc attribute set.
- unmodifiableView(PrintRequestAttributeSet) -
Static method in class javax.print.attribute.AttributeSetUtilities
- Creates an unmodifiable view of the given print request attribute set.
- unmodifiableView(PrintJobAttributeSet) -
Static method in class javax.print.attribute.AttributeSetUtilities
- Creates an unmodifiable view of the given print job attribute set.
- unmodifiableView(PrintServiceAttributeSet) -
Static method in class javax.print.attribute.AttributeSetUtilities
- Creates an unmodifiable view of the given print service attribute set.
- UNNECESSARY -
Static variable in class java.awt.GraphicsConfigTemplate
- Value used for "Enum" (Integer) type.
- unpack(InputStream, JarOutputStream) -
Method in interface java.util.jar.Pack200.Unpacker
- Read a Pack200 archive, and write the encoded JAR to
a JarOutputStream.
- unpack(File, JarOutputStream) -
Method in interface java.util.jar.Pack200.Unpacker
- Read a Pack200 archive, and write the encoded JAR to
a JarOutputStream.
- unpark(Thread) -
Static method in class java.util.concurrent.locks.LockSupport
- Makes available the permit for the given thread, if it
was not already available.
- unparsedEntityDecl(String, String, String, String) -
Method in interface org.xml.sax.DTDHandler
- Receive notification of an unparsed entity declaration event.
- unparsedEntityDecl(String, String, String, String) -
Method in class org.xml.sax.HandlerBase
- Deprecated. Receive notification of an unparsed entity declaration.
- unparsedEntityDecl(String, String, String, String) -
Method in class org.xml.sax.helpers.DefaultHandler
- Receive notification of an unparsed entity declaration.
- unparsedEntityDecl(String, String, String, String) -
Method in class org.xml.sax.helpers.XMLFilterImpl
- Filter an unparsed entity declaration event.
- unquote(String) -
Static method in class javax.management.ObjectName
- Returns an unquoted form of the given String.
- unread(int) -
Method in class java.io.PushbackInputStream
- Pushes back a byte by copying it to the front of the pushback buffer.
- unread(byte[], int, int) -
Method in class java.io.PushbackInputStream
- Pushes back a portion of an array of bytes by copying it to the front
of the pushback buffer.
- unread(byte[]) -
Method in class java.io.PushbackInputStream
- Pushes back an array of bytes by copying it to the front of the
pushback buffer.
- unread(int) -
Method in class java.io.PushbackReader
- Pushes back a single character by copying it to the front of the
pushback buffer.
- unread(char[], int, int) -
Method in class java.io.PushbackReader
- Pushes back a portion of an array of characters by copying it to the
front of the pushback buffer.
- unread(char[]) -
Method in class java.io.PushbackReader
- Pushes back an array of characters by copying it to the front of the
pushback buffer.
- UnrecoverableEntryException - Exception in java.security
- This exception is thrown if an entry in the keystore cannot be recovered.
- UnrecoverableEntryException() -
Constructor for exception java.security.UnrecoverableEntryException
- Constructs an UnrecoverableEntryException with no detail message.
- UnrecoverableEntryException(String) -
Constructor for exception java.security.UnrecoverableEntryException
- Constructs an UnrecoverableEntryException with the specified detail
message, which provides more information about why this exception
has been thrown.
- UnrecoverableKeyException - Exception in java.security
- This exception is thrown if a key in the keystore cannot be recovered.
- UnrecoverableKeyException() -
Constructor for exception java.security.UnrecoverableKeyException
- Constructs an UnrecoverableKeyException with no detail message.
- UnrecoverableKeyException(String) -
Constructor for exception java.security.UnrecoverableKeyException
- Constructs an UnrecoverableKeyException with the specified detail
message, which provides more information about why this exception
has been thrown.
- Unreferenced - Interface in java.rmi.server
- A remote object implementation should implement the
Unreferenced
interface to receive notification when there are
no more clients that reference that remote object. - unreferenced() -
Method in interface java.rmi.server.Unreferenced
- Called by the RMI runtime sometime after the runtime determines that
the reference list, the list of clients referencing the remote object,
becomes empty.
- unreferenced() -
Method in class javax.management.remote.rmi.RMIConnectionImpl
-
- unregister(ActivationID) -
Static method in class java.rmi.activation.Activatable
- Revokes previous registration for the activation descriptor
associated with
id
.
- unregister_value_factory(String) -
Method in class org.omg.CORBA_2_3.ORB
-
- unregisterComponent(JComponent) -
Method in class javax.swing.ToolTipManager
- Removes a component from tooltip control.
- unregisterGroup(ActivationGroupID) -
Method in interface java.rmi.activation.ActivationSystem
- Remove the activation group.
- unregisterKeyboardAction(KeyStroke) -
Method in class javax.swing.JComponent
- This method is now obsolete.
- unregisterKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- unregisterListeners() -
Method in class java.awt.dnd.DragGestureRecognizer
- unregister this DragGestureRecognizer's Listeners with the Component
subclasses must override this method
- unregisterListeners() -
Method in class java.awt.dnd.MouseDragGestureRecognizer
- unregister this DragGestureRecognizer's Listeners with the Component
subclasses must override this method
- unregisterMBean(ObjectName) -
Method in interface javax.management.MBeanServer
-
- unregisterMBean(ObjectName) -
Method in interface javax.management.MBeanServerConnection
- Unregisters an MBean from the MBean server.
- unregisterMBean(ObjectName, Subject) -
Method in interface javax.management.remote.rmi.RMIConnection
- Handles the method
MBeanServerConnection.unregisterMBean(ObjectName)
.
- unregisterMBean(ObjectName, Subject) -
Method in class javax.management.remote.rmi.RMIConnectionImpl
-
- unregisterMBean(ObjectName, Subject) -
Method in class javax.management.remote.rmi.RMIConnectionImpl_Stub
-
- unregisterObject(ActivationID) -
Method in interface java.rmi.activation.ActivationSystem
- Remove the activation id and associated descriptor previously
registered with the
ActivationSystem
; the object
can no longer be activated via the object's activation id.
- unregisterProvider(String) -
Static method in class javax.sql.rowset.spi.SyncFactory
- Removes the designated currently registered synchronization provider from the
Factory SPI register.
- UNREGISTRATION_NOTIFICATION -
Static variable in class javax.management.MBeanServerNotification
- Notification type denoting that an MBean has been unregistered.
- UnresolvedAddressException - Exception in java.nio.channels
- Unchecked exception thrown when an attempt is made to invoke a network
operation upon an unresolved socket address.
- UnresolvedAddressException() -
Constructor for exception java.nio.channels.UnresolvedAddressException
- Constructs an instance of this class.
- UnresolvedPermission - Class in java.security
- The UnresolvedPermission class is used to hold Permissions that
were "unresolved" when the Policy was initialized.
- UnresolvedPermission(String, String, String, Certificate[]) -
Constructor for class java.security.UnresolvedPermission
- Creates a new UnresolvedPermission containing the permission
information needed later to actually create a Permission of the
specified class, when the permission is resolved.
- UnsatisfiedLinkError - Error in java.lang
- Thrown if the Java Virtual Machine cannot find an appropriate
native-language definition of a method declared
native
. - UnsatisfiedLinkError() -
Constructor for error java.lang.UnsatisfiedLinkError
- Constructs an
UnsatisfiedLinkError
with no detail message.
- UnsatisfiedLinkError(String) -
Constructor for error java.lang.UnsatisfiedLinkError
- Constructs an
UnsatisfiedLinkError
with the
specified detail message.
- unscaledValue() -
Method in class java.math.BigDecimal
- Returns a BigInteger whose value is the unscaled
value of this BigDecimal.
- UNSELECTED_CONVERTED_TEXT_HIGHLIGHT -
Static variable in class java.awt.im.InputMethodHighlight
- Constant for the default highlight for unselected converted text.
- UNSELECTED_RAW_TEXT_HIGHLIGHT -
Static variable in class java.awt.im.InputMethodHighlight
- Constant for the default highlight for unselected raw text.
- UNSEQ_TOKEN -
Static variable in exception org.ietf.jgss.GSSException
- A later token has already been processed.
- UNSET -
Static variable in class javax.swing.Spring
- An integer value signifying that a property value has not yet been calculated.
- unsetCompression() -
Method in class javax.imageio.ImageWriteParam
- Removes any previous compression type and quality settings.
- unsetCompression() -
Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- Removes any previous compression quality setting.
- unsetDecodeTables() -
Method in class javax.imageio.plugins.jpeg.JPEGImageReadParam
- Removes any quantization and Huffman tables that are currently
set.
- unsetEncodeTables() -
Method in class javax.imageio.plugins.jpeg.JPEGImageWriteParam
- Removes any quantization and Huffman tables that are currently
set.
- unsetMatchColumn(int) -
Method in interface javax.sql.rowset.Joinable
- Unsets the designated column as the match column for this
RowSet
object.
- unsetMatchColumn(int[]) -
Method in interface javax.sql.rowset.Joinable
- Unsets the designated columns as the match column for this
RowSet
object.
- unsetMatchColumn(String) -
Method in interface javax.sql.rowset.Joinable
- Unsets the designated column as the match column for this
RowSet
object.
- unsetMatchColumn(String[]) -
Method in interface javax.sql.rowset.Joinable
- Unsets the designated columns as the match columns for this
RowSet
object.
- unsetOrdering(Class<T>, T, T) -
Method in class javax.imageio.spi.ServiceRegistry
- Sets a pairwise ordering between two service provider objects
within a given category.
- unsetTiling() -
Method in class javax.imageio.ImageWriteParam
- Removes any previous tile grid parameters specified by calls to
setTiling
.
- UnsolicitedNotification - Interface in javax.naming.ldap
- This interface represents an unsolicited notification as defined in
RFC 2251.
- UnsolicitedNotificationEvent - Class in javax.naming.ldap
- This class represents an event fired in response to an unsolicited
notification sent by the LDAP server.
- UnsolicitedNotificationEvent(Object, UnsolicitedNotification) -
Constructor for class javax.naming.ldap.UnsolicitedNotificationEvent
- Constructs a new instance of UnsolicitedNotificationEvent.
- UnsolicitedNotificationListener - Interface in javax.naming.ldap
- This interface is for handling UnsolicitedNotificationEvent.
- UNSPECIFIED_EVENT_TYPE_ERR -
Static variable in exception org.w3c.dom.events.EventException
- If the
Event
's type was not specified by initializing the
event before the method was called.
- UNSPECIFIED_OPTION -
Static variable in class javax.security.auth.callback.ConfirmationCallback
- Unspecified option type.
- UNSUPPORTED_COMPRESSION -
Static variable in class javax.print.attribute.standard.JobStateReason
- The job was aborted by the system because the printer determined while
attempting to decompress the document's data that the compression is
actually not among those supported by the printer.
- UNSUPPORTED_DOCUMENT_FORMAT -
Static variable in class javax.print.attribute.standard.JobStateReason
- The job was aborted by the system because the document data's document
format (doc flavor) is not among those supported by the printer.
- UNSUPPORTED_EMPTY_COLLECTION -
Static variable in class java.security.Policy
- A read-only empty PermissionCollection instance.
- UNSUPPORTED_POLICY - Interface in org.omg.CORBA
- One of the PolicyErrorCodes which would be filled if
the requested Policy is understood to be valid by the
ORB, but is not currently supported.
- UNSUPPORTED_POLICY_VALUE - Interface in org.omg.CORBA
- A PolicyErrorCode which would be filled if the value
requested for the Policy is of a
valid type and within the valid range for that type, but this valid value
is not currently supported.
- UnsupportedAddressTypeException - Exception in java.nio.channels
- Unchecked exception thrown when an attempt is made to bind or connect
to a socket address of a type that is not supported.
- UnsupportedAddressTypeException() -
Constructor for exception java.nio.channels.UnsupportedAddressTypeException
- Constructs an instance of this class.
- UnsupportedAudioFileException - Exception in javax.sound.sampled
- An
UnsupportedAudioFileException
is an exception indicating that an
operation failed because a file did not contain valid data of a recognized file
type and format. - UnsupportedAudioFileException() -
Constructor for exception javax.sound.sampled.UnsupportedAudioFileException
- Constructs a
UnsupportedAudioFileException
that has
null
as its error detail message.
- UnsupportedAudioFileException(String) -
Constructor for exception javax.sound.sampled.UnsupportedAudioFileException
- Constructs a
UnsupportedAudioFileException
that has
the specified detail message.
- UnsupportedCallbackException - Exception in javax.security.auth.callback
- Signals that a
CallbackHandler
does not
recognize a particular Callback
. - UnsupportedCallbackException(Callback) -
Constructor for exception javax.security.auth.callback.UnsupportedCallbackException
- Constructs a
UnsupportedCallbackException
with no detail message.
- UnsupportedCallbackException(Callback, String) -
Constructor for exception javax.security.auth.callback.UnsupportedCallbackException
- Constructs a UnsupportedCallbackException with the specified detail
message.
- UnsupportedCharsetException - Exception in java.nio.charset
- Unchecked exception thrown when no support is available
for a requested charset.
- UnsupportedCharsetException(String) -
Constructor for exception java.nio.charset.UnsupportedCharsetException
- Constructs an instance of this class.
- UnsupportedClassVersionError - Error in java.lang
- Thrown when the Java Virtual Machine attempts to read a class
file and determines that the major and minor version numbers
in the file are not supported.
- UnsupportedClassVersionError() -
Constructor for error java.lang.UnsupportedClassVersionError
- Constructs a
UnsupportedClassVersionError
with no detail message.
- UnsupportedClassVersionError(String) -
Constructor for error java.lang.UnsupportedClassVersionError
- Constructs a
UnsupportedClassVersionError
with
the specified detail message.
- UnsupportedDataTypeException - Exception in javax.activation
- Signals that the requested operation does not support the
requested data type.
- UnsupportedDataTypeException() -
Constructor for exception javax.activation.UnsupportedDataTypeException
- Constructs an UnsupportedDataTypeException with no detail
message.
- UnsupportedDataTypeException(String) -
Constructor for exception javax.activation.UnsupportedDataTypeException
- Constructs an UnsupportedDataTypeException with the specified
message.
- UnsupportedEncodingException - Exception in java.io
- The Character Encoding is not supported.
- UnsupportedEncodingException() -
Constructor for exception java.io.UnsupportedEncodingException
- Constructs an UnsupportedEncodingException without a detail message.
- UnsupportedEncodingException(String) -
Constructor for exception java.io.UnsupportedEncodingException
- Constructs an UnsupportedEncodingException with a detail message.
- UnsupportedFlavorException - Exception in java.awt.datatransfer
- Signals that the requested data is not supported in this flavor.
- UnsupportedFlavorException(DataFlavor) -
Constructor for exception java.awt.datatransfer.UnsupportedFlavorException
- Constructs an UnsupportedFlavorException.
- UnsupportedLookAndFeelException - Exception in javax.swing
- An exception that indicates the requested look & feel
management classes are not present on the user's system.
- UnsupportedLookAndFeelException(String) -
Constructor for exception javax.swing.UnsupportedLookAndFeelException
- Constructs an UnsupportedLookAndFeelException object.
- UnsupportedOperationException - Exception in java.lang
- Thrown to indicate that the requested operation is not supported.
- UnsupportedOperationException() -
Constructor for exception java.lang.UnsupportedOperationException
- Constructs an UnsupportedOperationException with no detail message.
- UnsupportedOperationException(String) -
Constructor for exception java.lang.UnsupportedOperationException
- Constructs an UnsupportedOperationException with the specified
detail message.
- UnsupportedOperationException(String, Throwable) -
Constructor for exception java.lang.UnsupportedOperationException
- Constructs a new exception with the specified detail message and
cause.
- UnsupportedOperationException(Throwable) -
Constructor for exception java.lang.UnsupportedOperationException
- Constructs a new exception with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause).
- unsynchronize(Line[]) -
Method in interface javax.sound.sampled.Mixer
- Releases synchronization for the specified lines.
- unwrap(Class<T>) -
Method in interface java.sql.Wrapper
- Returns an object that implements the given interface to allow access to
non-standard methods, or standard methods not exposed by the proxy.
- unwrap(byte[], String, int) -
Method in class javax.crypto.Cipher
- Unwrap a previously wrapped key.
- unwrap(ByteBuffer, ByteBuffer) -
Method in class javax.net.ssl.SSLEngine
- Attempts to decode SSL/TLS network data into a plaintext
application data buffer.
- unwrap(ByteBuffer, ByteBuffer[]) -
Method in class javax.net.ssl.SSLEngine
- Attempts to decode SSL/TLS network data into a sequence of plaintext
application data buffers.
- unwrap(ByteBuffer, ByteBuffer[], int, int) -
Method in class javax.net.ssl.SSLEngine
- Attempts to decode SSL/TLS network data into a subsequence of
plaintext application data buffers.
- unwrap(byte[], int, int) -
Method in interface javax.security.sasl.SaslClient
- Unwraps a byte array received from the server.
- unwrap(byte[], int, int) -
Method in interface javax.security.sasl.SaslServer
- Unwraps a byte array received from the client.
- unwrap(Class<T>) -
Method in class javax.sql.rowset.RowSetMetaDataImpl
- Returns an object that implements the given interface to allow access to non-standard methods,
or standard methods not exposed by the proxy.
- unwrap(byte[], int, int, MessageProp) -
Method in interface org.ietf.jgss.GSSContext
- Used to process tokens generated by the
wrap
method on
the other side of the context.
- unwrap(InputStream, OutputStream, MessageProp) -
Method in interface org.ietf.jgss.GSSContext
- Uses streams to process tokens generated by the
wrap
method on the other side of the context.
- UNWRAP_MODE -
Static variable in class javax.crypto.Cipher
- Constant used to initialize cipher to key-unwrapping mode.
- UP -
Static variable in class java.awt.Event
- The Up Arrow key, a non-ASCII action key.
- UP_CYCLE_TRAVERSAL_KEYS -
Static variable in class java.awt.KeyboardFocusManager
- The identifier for the Up Cycle focus traversal keys.
- upAction -
Static variable in class javax.swing.text.DefaultEditorKit
- Name of the Action for moving the caret
logically upward one position.
- UPDATABLE_VIEW_SYNC -
Static variable in class javax.sql.rowset.spi.SyncProvider
- Indicates that a
SyncProvider
implementation
supports synchronization between a RowSet
object and
the SQL VIEW
used to populate it.
- update(Graphics) -
Method in class java.awt.Canvas
- Updates this canvas.
- update(Graphics) -
Method in class java.awt.Component
- Updates this component.
- update(Graphics) -
Method in class java.awt.Container
- Updates the container.
- UPDATE -
Static variable in class java.awt.event.PaintEvent
- The update event type.
- update() -
Method in class java.awt.SplashScreen
- Updates the splash window with current contents of the overlay image.
- update(byte) -
Method in class java.security.MessageDigest
- Updates the digest using the specified byte.
- update(byte[], int, int) -
Method in class java.security.MessageDigest
- Updates the digest using the specified array of bytes, starting
at the specified offset.
- update(byte[]) -
Method in class java.security.MessageDigest
- Updates the digest using the specified array of bytes.
- update(ByteBuffer) -
Method in class java.security.MessageDigest
- Update the digest using the specified ByteBuffer.
- update(byte) -
Method in class java.security.Signature
- Updates the data to be signed or verified by a byte.
- update(byte[]) -
Method in class java.security.Signature
- Updates the data to be signed or verified, using the specified
array of bytes.
- update(byte[], int, int) -
Method in class java.security.Signature
- Updates the data to be signed or verified, using the specified
array of bytes, starting at the specified offset.
- update(ByteBuffer) -
Method in class java.security.Signature
- Updates the data to be signed or verified using the specified
ByteBuffer.
- update(Observable, Object) -
Method in interface java.util.Observer
- This method is called whenever the observed object is changed.
- update(int) -
Method in class java.util.zip.Adler32
- Updates checksum with specified byte.
- update(byte[], int, int) -
Method in class java.util.zip.Adler32
- Updates checksum with specified array of bytes.
- update(byte[]) -
Method in class java.util.zip.Adler32
- Updates checksum with specified array of bytes.
- update(int) -
Method in interface java.util.zip.Checksum
- Updates the current checksum with the specified byte.
- update(byte[], int, int) -
Method in interface java.util.zip.Checksum
- Updates the current checksum with the specified array of bytes.
- update(int) -
Method in class java.util.zip.CRC32
- Updates CRC-32 with specified byte.
- update(byte[], int, int) -
Method in class java.util.zip.CRC32
- Updates CRC-32 with specified array of bytes.
- update(byte[]) -
Method in class java.util.zip.CRC32
- Updates checksum with specified array of bytes.
- UPDATE -
Static variable in interface javax.accessibility.AccessibleTableModelChange
- Identifies a change to existing data.
- update(byte[]) -
Method in class javax.crypto.Cipher
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialized), processing another data
part.
- update(byte[], int, int) -
Method in class javax.crypto.Cipher
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialized), processing another data
part.
- update(byte[], int, int, byte[]) -
Method in class javax.crypto.Cipher
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialized), processing another data
part.
- update(byte[], int, int, byte[], int) -
Method in class javax.crypto.Cipher
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialized), processing another data
part.
- update(ByteBuffer, ByteBuffer) -
Method in class javax.crypto.Cipher
- Continues a multiple-part encryption or decryption operation
(depending on how this cipher was initialized), processing another data
part.
- update(byte) -
Method in class javax.crypto.Mac
- Processes the given byte.
- update(byte[]) -
Method in class javax.crypto.Mac
- Processes the given array of bytes.
- update(byte[], int, int) -
Method in class javax.crypto.Mac
- Processes the first
len
bytes in input
,
starting at offset
inclusive.
- update(ByteBuffer) -
Method in class javax.crypto.Mac
- Processes
input.remaining()
bytes in the ByteBuffer
input
, starting at input.position()
.
- update(LineEvent) -
Method in interface javax.sound.sampled.LineListener
- Informs the listener that a line's state has changed.
- update(Graphics) -
Method in class javax.swing.CellRendererPane
- Shouldn't be called.
- UPDATE -
Static variable in class javax.swing.event.TableModelEvent
- Identifies a change to existing data.
- update(Graphics) -
Method in class javax.swing.JApplet
- Just calls
paint(g)
.
- update(Graphics) -
Method in class javax.swing.JComponent
- Calls
paint
.
- update(Graphics) -
Method in class javax.swing.JDialog
- Calls
paint(g)
.
- update(Graphics) -
Method in class javax.swing.JFrame
- Just calls
paint(g)
.
- update(Graphics) -
Method in class javax.swing.JWindow
- Calls
paint(g)
.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
- We draw the background in paintMenuItem()
so override update (which fills the background of opaque
components by default) to just call paint().
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicTextUI
- Superclass paints background in an uncontrollable way
(i.e.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.ComponentUI
- Notifies this UI delegate that it's time to paint the specified
component.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.metal.MetalButtonUI
- If necessary paints the background of the component, then
invokes
paint
.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.metal.MetalMenuBarUI
- If necessary paints the background of the component, then
invokes
paint
.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.metal.MetalToggleButtonUI
- If necessary paints the background of the component, then invokes
paint
.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.metal.MetalToolBarUI
- If necessary paints the background of the component, then invokes
paint
.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiButtonUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiColorChooserUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiComboBoxUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiDesktopIconUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiFileChooserUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiInternalFrameUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiLabelUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiListUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiMenuBarUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiMenuItemUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiOptionPaneUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiPanelUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiProgressBarUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiRootPaneUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiScrollBarUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiScrollPaneUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiSeparatorUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiSliderUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiSpinnerUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiTableHeaderUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiTableUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiTextUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiToolBarUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiToolTipUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Invokes the
update
method on each UI handled by this object.
- update(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiViewportUI
- Invokes the
update
method on each UI handled by this object.
- UPDATE_ROW_CONFLICT -
Static variable in interface javax.sql.rowset.spi.SyncResolver
- Indicates that a conflict occurred while the
RowSet
object was
attempting to update a row in the data source.
- UPDATE_WHEN_ON_EDT -
Static variable in class javax.swing.text.DefaultCaret
- Indicates that the caret position is to be updated only when
document changes are performed on the Event Dispatching Thread.
- updateArray(int, Array) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.sql.Array
value.
- updateArray(String, Array) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.sql.Array
value.
- updateAsciiStream(int, InputStream, int) -
Method in interface java.sql.ResultSet
- Updates the designated column with an ascii stream value, which will have
the specified number of bytes.
- updateAsciiStream(String, InputStream, int) -
Method in interface java.sql.ResultSet
- Updates the designated column with an ascii stream value, which will have
the specified number of bytes.
- updateAsciiStream(int, InputStream, long) -
Method in interface java.sql.ResultSet
- Updates the designated column with an ascii stream value, which will have
the specified number of bytes.
- updateAsciiStream(String, InputStream, long) -
Method in interface java.sql.ResultSet
- Updates the designated column with an ascii stream value, which will have
the specified number of bytes.
- updateAsciiStream(int, InputStream) -
Method in interface java.sql.ResultSet
- Updates the designated column with an ascii stream value.
- updateAsciiStream(String, InputStream) -
Method in interface java.sql.ResultSet
- Updates the designated column with an ascii stream value.
- updateAutoscroll(Point) -
Method in class java.awt.dnd.DropTarget
- update autoscrolling with current cursor locn
- updateBigDecimal(int, BigDecimal) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.math.BigDecimal
value.
- updateBigDecimal(String, BigDecimal) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.sql.BigDecimal
value.
- updateBinaryStream(int, InputStream, int) -
Method in interface java.sql.ResultSet
- Updates the designated column with a binary stream value, which will have
the specified number of bytes.
- updateBinaryStream(String, InputStream, int) -
Method in interface java.sql.ResultSet
- Updates the designated column with a binary stream value, which will have
the specified number of bytes.
- updateBinaryStream(int, InputStream, long) -
Method in interface java.sql.ResultSet
- Updates the designated column with a binary stream value, which will have
the specified number of bytes.
- updateBinaryStream(String, InputStream, long) -
Method in interface java.sql.ResultSet
- Updates the designated column with a binary stream value, which will have
the specified number of bytes.
- updateBinaryStream(int, InputStream) -
Method in interface java.sql.ResultSet
- Updates the designated column with a binary stream value.
- updateBinaryStream(String, InputStream) -
Method in interface java.sql.ResultSet
- Updates the designated column with a binary stream value.
- updateBlob(int, Blob) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.sql.Blob
value.
- updateBlob(String, Blob) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.sql.Blob
value.
- updateBlob(int, InputStream, long) -
Method in interface java.sql.ResultSet
- Updates the designated column using the given input stream, which
will have the specified number of bytes.
- updateBlob(String, InputStream, long) -
Method in interface java.sql.ResultSet
- Updates the designated column using the given input stream, which
will have the specified number of bytes.
- updateBlob(int, InputStream) -
Method in interface java.sql.ResultSet
- Updates the designated column using the given input stream.
- updateBlob(String, InputStream) -
Method in interface java.sql.ResultSet
- Updates the designated column using the given input stream.
- updateBoolean(int, boolean) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
boolean
value.
- updateBoolean(String, boolean) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
boolean
value.
- updateButtonMnemonic -
Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- updateButtonText -
Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- updateButtonToolTipText -
Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- updateByte(int, byte) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
byte
value.
- updateByte(String, byte) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
byte
value.
- updateBytes(int, byte[]) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
byte
array value.
- updateBytes(String, byte[]) -
Method in interface java.sql.ResultSet
- Updates the designated column with a byte array value.
- updateCachedPreferredSize() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Updates the
preferredSize
instance variable,
which is returned from getPreferredSize()
.
- updateCellEditor() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Updates the cellEditor based on the editability of the JTree that
we're contained in.
- updateCharacterStream(int, Reader, int) -
Method in interface java.sql.ResultSet
- Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateCharacterStream(String, Reader, int) -
Method in interface java.sql.ResultSet
- Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateCharacterStream(int, Reader, long) -
Method in interface java.sql.ResultSet
- Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateCharacterStream(String, Reader, long) -
Method in interface java.sql.ResultSet
- Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateCharacterStream(int, Reader) -
Method in interface java.sql.ResultSet
- Updates the designated column with a character stream value.
- updateCharacterStream(String, Reader) -
Method in interface java.sql.ResultSet
- Updates the designated column with a character stream value.
- updateChildren(DocumentEvent.ElementChange, DocumentEvent, ViewFactory) -
Method in class javax.swing.text.View
- Updates the child views in response to receiving notification
that the model changed, and there is change record for the
element this view is responsible for.
- updateChildren(DocumentEvent.ElementChange, DocumentEvent, ViewFactory) -
Method in class javax.swing.text.ZoneView
- The superclass behavior will try to update the child views
which is not desired in this case, since the children are
zones and not directly effected by the changes to the
associated element.
- updateChooser() -
Method in class javax.swing.colorchooser.AbstractColorChooserPanel
- Invoked automatically when the model's state changes.
- updateClob(int, Clob) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.sql.Clob
value.
- updateClob(String, Clob) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.sql.Clob
value.
- updateClob(int, Reader, long) -
Method in interface java.sql.ResultSet
- Updates the designated column using the given
Reader
object, which is the given number of characters long.
- updateClob(String, Reader, long) -
Method in interface java.sql.ResultSet
- Updates the designated column using the given
Reader
object, which is the given number of characters long.
- updateClob(int, Reader) -
Method in interface java.sql.ResultSet
- Updates the designated column using the given
Reader
object.
- updateClob(String, Reader) -
Method in interface java.sql.ResultSet
- Updates the designated column using the given
Reader
object.
- updateColumnHeader(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- updateComponents() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- Determines the components.
- updateComponentTreeUI(Component) -
Static method in class javax.swing.SwingUtilities
- A simple minded look and feel change: ask each node in the tree
to
updateUI()
-- that is, to initialize its UI property
with the current look and feel.
- updateCurrentCursor(int, int, int) -
Method in class java.awt.dnd.DragSourceContext
- If the default drag cursor behavior is active, this method
sets the default drag cursor for the specified actions
supported by the drag source, the drop target action,
and status, otherwise this method does nothing.
- updateDamage(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.PlainView
- Repaint the region of change covered by the given document
event.
- updateDate(int, Date) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.sql.Date
value.
- updateDate(String, Date) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.sql.Date
value.
- updateDepthOffset() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Updates how much each depth should be offset by.
- updateDouble(int, double) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
double
value.
- updateDouble(String, double) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
double
value.
- updateExpandedDescendants(TreePath) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Updates the expanded state of all the descendants of
path
by getting the expanded descendants from the tree and forwarding
to the tree state.
- updateFloat(int, float) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
float
value.
- updateFloat(String, float) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
float
value.
- updateInt(int, int) -
Method in interface java.sql.ResultSet
- Updates the designated column with an
int
value.
- updateInt(String, int) -
Method in interface java.sql.ResultSet
- Updates the designated column with an
int
value.
- updateJAXB(XmlNode) -
Method in class javax.xml.bind.Binder
- Takes an XML node and updates its associated JAXB object and its descendants.
- updateLabelUIs() -
Method in class javax.swing.JSlider
- Updates the UIs for the labels in the label table by calling
updateUI
on each label.
- updateLayout(DocumentEvent.ElementChange, DocumentEvent, Shape) -
Method in class javax.swing.text.AsyncBoxView
- Update the layout in response to receiving notification of
change from the model.
- updateLayout(DocumentEvent.ElementChange, DocumentEvent, Shape) -
Method in class javax.swing.text.View
- Updates the layout in response to receiving notification of
change from the model.
- updateLayoutCacheExpandedNodes() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Makes all the nodes that are expanded in JTree expanded in LayoutCache.
- updateLayoutState() -
Method in class javax.swing.plaf.basic.BasicListUI
- Recompute the value of cellHeight or cellHeights based
and cellWidth, based on the current font and the current
values of fixedCellWidth, fixedCellHeight, and prototypeCellValue.
- updateLayoutStateNeeded -
Variable in class javax.swing.plaf.basic.BasicListUI
-
- updateLeadIndex() -
Method in class javax.swing.tree.DefaultTreeSelectionModel
- Updates the leadIndex instance variable.
- updateLevel -
Variable in class javax.swing.undo.UndoableEditSupport
-
- updateListBoxSelectionForEvent(MouseEvent, boolean) -
Method in class javax.swing.plaf.basic.BasicComboPopup
- A utility method used by the event listeners.
- updateListeners -
Variable in class javax.imageio.ImageReader
- A
List
of currently registered
IIOReadUpdateListener
s, initialized by default to
null
, which is synonymous with an empty
List
.
- updateLocation(Point) -
Method in class java.awt.dnd.DropTarget.DropTargetAutoScroller
- cause autoscroll to occur
- updateLong(int, long) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
long
value.
- updateLong(String, long) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
long
value.
- updateMetrics() -
Method in class javax.swing.text.PlainView
- Checks to see if the font metrics and longest line
are up-to-date.
- updateNCharacterStream(int, Reader, long) -
Method in interface java.sql.ResultSet
- Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateNCharacterStream(String, Reader, long) -
Method in interface java.sql.ResultSet
- Updates the designated column with a character stream value, which will have
the specified number of bytes.
- updateNCharacterStream(int, Reader) -
Method in interface java.sql.ResultSet
- Updates the designated column with a character stream value.
- updateNCharacterStream(String, Reader) -
Method in interface java.sql.ResultSet
- Updates the designated column with a character stream value.
- updateNClob(int, NClob) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.sql.NClob
value.
- updateNClob(String, NClob) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.sql.NClob
value.
- updateNClob(int, Reader, long) -
Method in interface java.sql.ResultSet
- Updates the designated column using the given
Reader
object, which is the given number of characters long.
- updateNClob(String, Reader, long) -
Method in interface java.sql.ResultSet
- Updates the designated column using the given
Reader
object, which is the given number of characters long.
- updateNClob(int, Reader) -
Method in interface java.sql.ResultSet
- Updates the designated column using the given
Reader
The data will be read from the stream
as needed until end-of-stream is reached.
- updateNClob(String, Reader) -
Method in interface java.sql.ResultSet
- Updates the designated column using the given
Reader
object.
- updateNString(int, String) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
String
value.
- updateNString(String, String) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
String
value.
- updateNull(int) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
null
value.
- updateNull(String) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
null
value.
- updateObject(int, Object, int) -
Method in interface java.sql.ResultSet
- Updates the designated column with an
Object
value.
- updateObject(int, Object) -
Method in interface java.sql.ResultSet
- Updates the designated column with an
Object
value.
- updateObject(String, Object, int) -
Method in interface java.sql.ResultSet
- Updates the designated column with an
Object
value.
- updateObject(String, Object) -
Method in interface java.sql.ResultSet
- Updates the designated column with an
Object
value.
- updateRef(int, Ref) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.sql.Ref
value.
- updateRef(String, Ref) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.sql.Ref
value.
- updateRenderer(JComponent, String) -
Static method in class javax.swing.plaf.basic.BasicHTML
- Stash the HTML render for the given text into the client
properties of the given JComponent.
- updateRenderer() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Messaged from the tree we're in when the renderer has changed.
- updateRoleMap(String, Role, List<ObjectName>) -
Method in class javax.management.relation.RelationService
- Handles update of the Relation Service role map for the update of given
role in given relation.
- updateRoleMap(String, Role, List<ObjectName>) -
Method in interface javax.management.relation.RelationServiceMBean
- Handles update of the Relation Service role map for the update of given
role in given relation.
- updateRow() -
Method in interface java.sql.ResultSet
- Updates the underlying database with the new contents of the
current row of this
ResultSet
object.
- updateRowHeader(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- updateRowId(int, RowId) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
RowId
value.
- updateRowId(String, RowId) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
RowId
value.
- updatesAreDetected(int) -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether or not a visible row update can be detected by
calling the method
ResultSet.rowUpdated
.
- updateScrollBarDisplayPolicy(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- updateShort(int, short) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
short
value.
- updateShort(String, short) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
short
value.
- updateSize() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Marks the cached size as being invalid, and messages the
tree with
treeDidChange
.
- updateSQLXML(int, SQLXML) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.sql.SQLXML
value.
- updateSQLXML(String, SQLXML) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.sql.SQLXML
value.
- updateString(int, String) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
String
value.
- updateString(String, String) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
String
value.
- updateStyles(Component) -
Static method in class javax.swing.plaf.synth.SynthLookAndFeel
- Updates the style associated with
c
, and all its children.
- updateTableInRealTime -
Variable in class javax.swing.table.JTableHeader
- Obsolete as of Java 2 platform v1.3.
- updateTime(int, Time) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.sql.Time
value.
- updateTime(String, Time) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.sql.Time
value.
- updateTimestamp(int, Timestamp) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.sql.Timestamp
value.
- updateTimestamp(String, Timestamp) -
Method in interface java.sql.ResultSet
- Updates the designated column with a
java.sql.Timestamp
value.
- updateUI() -
Method in class javax.swing.AbstractButton
- Resets the UI property to a value from the current look
and feel.
- updateUI() -
Method in class javax.swing.JButton
- Resets the UI property to a value from the current look and
feel.
- updateUI() -
Method in class javax.swing.JCheckBox
- Resets the UI property to a value from the current look and feel.
- updateUI() -
Method in class javax.swing.JColorChooser
- Notification from the
UIManager
that the L&F has changed.
- updateUI() -
Method in class javax.swing.JComboBox
- Resets the UI property to a value from the current look and feel.
- updateUI() -
Method in class javax.swing.JComponent
- Resets the UI property to a value from the current look and feel.
- updateUI() -
Method in class javax.swing.JDesktopPane
- Notification from the
UIManager
that the L&F has changed.
- updateUI() -
Method in class javax.swing.JFileChooser
- Resets the UI property to a value from the current look and feel.
- updateUI() -
Method in class javax.swing.JInternalFrame.JDesktopIcon
- Notification from the
UIManager
that the look and feel
has changed.
- updateUI() -
Method in class javax.swing.JInternalFrame
- Notification from the
UIManager
that the look and feel
has changed.
- updateUI() -
Method in class javax.swing.JLabel
- Resets the UI property to a value from the current look and feel.
- updateUI() -
Method in class javax.swing.JList
- Resets the
ListUI
property by setting it to the value provided
by the current look and feel.
- updateUI() -
Method in class javax.swing.JMenu
- Resets the UI property with a value from the current look and feel.
- updateUI() -
Method in class javax.swing.JMenuBar
- Resets the UI property with a value from the current look and feel.
- updateUI() -
Method in class javax.swing.JMenuItem
- Resets the UI property with a value from the current look and feel.
- updateUI() -
Method in class javax.swing.JOptionPane
- Notification from the
UIManager
that the L&F has changed.
- updateUI() -
Method in class javax.swing.JPanel
- Resets the UI property with a value from the current look and feel.
- updateUI() -
Method in class javax.swing.JPasswordField
- Reloads the pluggable UI.
- updateUI() -
Method in class javax.swing.JPopupMenu
- Resets the UI property to a value from the current look and feel.
- updateUI() -
Method in class javax.swing.JProgressBar
- Resets the UI property to a value from the current look and feel.
- updateUI() -
Method in class javax.swing.JRadioButton
- Resets the UI property to a value from the current look and feel.
- updateUI() -
Method in class javax.swing.JRootPane
- Resets the UI property to a value from the current look and feel.
- updateUI() -
Method in class javax.swing.JScrollBar
- Overrides
JComponent.updateUI
.
- updateUI() -
Method in class javax.swing.JScrollPane
- Replaces the current
ScrollPaneUI
object with a version
from the current default look and feel.
- updateUI() -
Method in class javax.swing.JSeparator
- Resets the UI property to a value from the current look and feel.
- updateUI() -
Method in class javax.swing.JSlider
- Resets the UI property to a value from the current look and feel.
- updateUI() -
Method in class javax.swing.JSpinner
- Resets the UI property with the value from the current look and feel.
- updateUI() -
Method in class javax.swing.JSplitPane
- Notification from the
UIManager
that the L&F has changed.
- updateUI() -
Method in class javax.swing.JTabbedPane
- Resets the UI property to a value from the current look and feel.
- updateUI() -
Method in class javax.swing.JTable
- Notification from the
UIManager
that the L&F has changed.
- updateUI() -
Method in class javax.swing.JToggleButton
- Resets the UI property to a value from the current look and feel.
- updateUI() -
Method in class javax.swing.JToolBar
- Notification from the
UIFactory
that the L&F has changed.
- updateUI() -
Method in class javax.swing.JToolTip
- Resets the UI property to a value from the current look and feel.
- updateUI() -
Method in class javax.swing.JTree
- Notification from the
UIManager
that the L&F has changed.
- updateUI() -
Method in class javax.swing.JViewport
- Resets the UI property to a value from the current look and feel.
- updateUI() -
Method in class javax.swing.table.DefaultTableCellRenderer
- Notification from the
UIManager
that the look and feel
[L&F] has changed.
- updateUI() -
Method in class javax.swing.table.JTableHeader
- Notification from the
UIManager
that the look and feel
(L&F) has changed.
- updateUI() -
Method in class javax.swing.text.JTextComponent
- Reloads the pluggable UI.
- updateUndoPositions(Vector, int, int) -
Method in class javax.swing.text.GapContent
- Resets the location for all the UndoPosRef instances
in
positions
.
- updateUndoPositions(Vector) -
Method in class javax.swing.text.StringContent
- Resets the location for all the UndoPosRef instances
in
positions
.
- updateViewport(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- updateXML(Object) -
Method in class javax.xml.bind.Binder
- Takes an JAXB object and updates
its associated XML node and its descendants.
- updateXML(Object, XmlNode) -
Method in class javax.xml.bind.Binder
- Changes in JAXB object tree are updated in its associated XML parse tree.
- upFocusCycle(Component) -
Method in class java.awt.DefaultKeyboardFocusManager
- Moves the focus up one focus traversal cycle.
- upFocusCycle(Component) -
Method in class java.awt.KeyboardFocusManager
- Moves the focus up one focus traversal cycle.
- upFocusCycle() -
Method in class java.awt.KeyboardFocusManager
- Moves the focus up one focus traversal cycle from the current focus
owner.
- upFolderIcon -
Variable in class javax.swing.plaf.basic.BasicFileChooserUI
-
- upKey -
Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
- Deprecated. As of Java 2 platform v1.3.
- upKey -
Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
- Deprecated. As of Java 2 platform v1.3.
- upKey -
Variable in class javax.swing.plaf.basic.BasicToolBarUI
- Deprecated. As of Java 2 platform v1.3.
- UPPER_LEADING_CORNER -
Static variable in interface javax.swing.ScrollPaneConstants
- Identifies the upper leading edge corner of the viewport.
- UPPER_LEFT_CORNER -
Static variable in interface javax.swing.ScrollPaneConstants
- Identifies the upper left corner of the viewport.
- UPPER_RIGHT_CORNER -
Static variable in interface javax.swing.ScrollPaneConstants
- Identifies the upper right corner of the viewport.
- UPPER_TRAILING_CORNER -
Static variable in interface javax.swing.ScrollPaneConstants
- Identifies the upper trailing edge corner of the viewport.
- UPPERCASE -
Static variable in class java.util.FormattableFlags
- Converts the output to upper case according to the rules of the
locale given during creation of the
formatter argument of the
formatTo()
method.
- UPPERCASE_LETTER -
Static variable in class java.lang.Character
- General category "Lu" in the Unicode specification.
- upperLeft -
Variable in class javax.swing.JScrollPane
- The component to display in the upper left corner.
- upperLeft -
Variable in class javax.swing.ScrollPaneLayout
- The component to display in the upper left corner.
- upperRight -
Variable in class javax.swing.JScrollPane
- The component to display in the upper right corner.
- upperRight -
Variable in class javax.swing.ScrollPaneLayout
- The component to display in the upper right corner.
- URI - Class in java.net
- Represents a Uniform Resource Identifier (URI) reference.
- URI(String) -
Constructor for class java.net.URI
- Constructs a URI by parsing the given string.
- URI(String, String, String, int, String, String, String) -
Constructor for class java.net.URI
- Constructs a hierarchical URI from the given components.
- URI(String, String, String, String, String) -
Constructor for class java.net.URI
- Constructs a hierarchical URI from the given components.
- URI(String, String, String, String) -
Constructor for class java.net.URI
- Constructs a hierarchical URI from the given components.
- URI(String, String, String) -
Constructor for class java.net.URI
- Constructs a URI from the given components.
- uri -
Variable in class javax.tools.SimpleJavaFileObject
- A URI for this file object.
- URI_NS_SOAP_1_1_ENVELOPE -
Static variable in interface javax.xml.soap.SOAPConstants
- The namespace identifier for the SOAP 1.1 envelope.
- URI_NS_SOAP_1_2_ENCODING -
Static variable in interface javax.xml.soap.SOAPConstants
- The namespace identifier for the SOAP 1.2 encoding.
- URI_NS_SOAP_1_2_ENVELOPE -
Static variable in interface javax.xml.soap.SOAPConstants
- The namespace identifier for the SOAP 1.2 envelope.
- URI_NS_SOAP_ENCODING -
Static variable in interface javax.xml.soap.SOAPConstants
- The namespace identifier for the SOAP 1.1 encoding.
- URI_NS_SOAP_ENVELOPE -
Static variable in interface javax.xml.soap.SOAPConstants
- The namespace identifier for the SOAP 1.1 envelope, All SOAPElements in this
namespace are defined by the SOAP 1.1 specification.
- URI_SOAP_1_2_ROLE_NEXT -
Static variable in interface javax.xml.soap.SOAPConstants
- The URI identifying the next application processing a SOAP request as the intended
role for a SOAP 1.2 header entry (see section 2.2 of part 1 of the SOAP 1.2
specification).
- URI_SOAP_1_2_ROLE_NONE -
Static variable in interface javax.xml.soap.SOAPConstants
- The URI specifying the role None in SOAP 1.2.
- URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER -
Static variable in interface javax.xml.soap.SOAPConstants
- The URI identifying the ultimate receiver of the SOAP 1.2 message.
- URI_SOAP_ACTOR_NEXT -
Static variable in interface javax.xml.soap.SOAPConstants
- The URI identifying the next application processing a SOAP request as the intended
actor for a SOAP 1.1 header entry (see section 4.2.2 of the SOAP 1.1 specification).
- URIDereferencer - Interface in javax.xml.crypto
- A dereferencer of
URIReference
s. - URIException - Interface in javax.print
- Interface URIException is a mixin interface which a subclass of
PrintException
can implement to report an error condition
involving a URI address. - URIInaccessible -
Static variable in interface javax.print.URIException
- Indicates that the printer cannot access the URI address.
- URIOtherProblem -
Static variable in interface javax.print.URIException
- Indicates any kind of problem not specifically identified
by the other reasons.
- URIParameter - Class in java.security
- A parameter that contains a URI pointing to data intended for a
PolicySpi or ConfigurationSpi implementation.
- URIParameter(URI) -
Constructor for class java.security.URIParameter
- Constructs a URIParameter with the URI pointing to
data intended for an SPI implementation.
- URIReference - Interface in javax.xml.crypto
- Identifies a data object via a URI-Reference, as specified by
RFC 2396.
- URIReferenceException - Exception in javax.xml.crypto
- Indicates an exceptional condition thrown while dereferencing a
URIReference
. - URIReferenceException() -
Constructor for exception javax.xml.crypto.URIReferenceException
- Constructs a new
URIReferenceException
with
null
as its detail message.
- URIReferenceException(String) -
Constructor for exception javax.xml.crypto.URIReferenceException
- Constructs a new
URIReferenceException
with the specified
detail message.
- URIReferenceException(String, Throwable) -
Constructor for exception javax.xml.crypto.URIReferenceException
- Constructs a new
URIReferenceException
with the
specified detail message and cause.
- URIReferenceException(String, Throwable, URIReference) -
Constructor for exception javax.xml.crypto.URIReferenceException
- Constructs a new
URIReferenceException
with the
specified detail message, cause and URIReference
.
- URIReferenceException(Throwable) -
Constructor for exception javax.xml.crypto.URIReferenceException
- Constructs a new
URIReferenceException
with the specified
cause and a detail message of (cause==null ? null :
cause.toString())
(which typically contains the class and detail
message of cause
).
- URIResolver - Interface in javax.xml.transform
- An object that implements this interface that can be called by the processor
to turn a URI used in document(), xsl:import, or xsl:include into a Source object.
- URISchemeNotSupported -
Static variable in interface javax.print.URIException
- Indicates that the printer does not support the URI
scheme ("http", "ftp", etc.) in the URI address.
- URISyntax - Class in javax.print.attribute
- Class URISyntax is an abstract base class providing the common
implementation of all attributes whose value is a Uniform Resource
Identifier (URI).
- URISyntax(URI) -
Constructor for class javax.print.attribute.URISyntax
- Constructs a URI attribute with the specified URI.
- URISyntaxException - Exception in java.net
- Checked exception thrown to indicate that a string could not be parsed as a
URI reference.
- URISyntaxException(String, String, int) -
Constructor for exception java.net.URISyntaxException
- Constructs an instance from the given input string, reason, and error
index.
- URISyntaxException(String, String) -
Constructor for exception java.net.URISyntaxException
- Constructs an instance from the given input string and reason.
- URL - Class in java.net
- Class
URL
represents a Uniform Resource
Locator, a pointer to a "resource" on the World
Wide Web. - URL(String, String, int, String) -
Constructor for class java.net.URL
- Creates a
URL
object from the specified
protocol
, host
, port
number, and file
.
- URL(String, String, String) -
Constructor for class java.net.URL
- Creates a URL from the specified
protocol
name, host
name, and file
name.
- URL(String, String, int, String, URLStreamHandler) -
Constructor for class java.net.URL
- Creates a
URL
object from the specified
protocol
, host
, port
number, file
, and handler
.
- URL(String) -
Constructor for class java.net.URL
- Creates a
URL
object from the String
representation.
- URL(URL, String) -
Constructor for class java.net.URL
- Creates a URL by parsing the given spec within a specified context.
- URL(URL, String, URLStreamHandler) -
Constructor for class java.net.URL
- Creates a URL by parsing the given spec with the specified handler
within a specified context.
- url -
Variable in class java.net.URLConnection
- The URL represents the remote object on the World Wide Web to
which this connection is opened.
- URL_PKG_PREFIXES -
Static variable in interface javax.naming.Context
- Constant that holds the name of the environment property
for specifying the list of package prefixes to use when
loading in URL context factories.
- URLClassLoader - Class in java.net
- This class loader is used to load classes and resources from a search
path of URLs referring to both JAR files and directories.
- URLClassLoader(URL[], ClassLoader) -
Constructor for class java.net.URLClassLoader
- Constructs a new URLClassLoader for the given URLs.
- URLClassLoader(URL[]) -
Constructor for class java.net.URLClassLoader
- Constructs a new URLClassLoader for the specified URLs using the
default delegation parent
ClassLoader
.
- URLClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) -
Constructor for class java.net.URLClassLoader
- Constructs a new URLClassLoader for the specified URLs, parent
class loader, and URLStreamHandlerFactory.
- URLConnection - Class in java.net
- The abstract class
URLConnection
is the superclass
of all classes that represent a communications link between the
application and a URL. - URLConnection(URL) -
Constructor for class java.net.URLConnection
- Constructs a URL connection to the specified URL.
- URLDataSource - Class in javax.activation
- The URLDataSource class provides an object that wraps a
URL
object in a DataSource interface. - URLDataSource(URL) -
Constructor for class javax.activation.URLDataSource
- URLDataSource constructor.
- URLDecoder - Class in java.net
- Utility class for HTML form decoding.
- URLDecoder() -
Constructor for class java.net.URLDecoder
-
- URLEncoder - Class in java.net
- Utility class for HTML form encoding.
- URLStreamHandler - Class in java.net
- The abstract class
URLStreamHandler
is the common
superclass for all stream protocol handlers. - URLStreamHandler() -
Constructor for class java.net.URLStreamHandler
-
- URLStreamHandlerFactory - Interface in java.net
- This interface defines a factory for
URL
stream
protocol handlers. - URLStringHelper - Class in org.omg.CosNaming.NamingContextExtPackage
- URLString is the URL address (corbaloc: or corbaname:) represented as
a String.
- URLStringHelper() -
Constructor for class org.omg.CosNaming.NamingContextExtPackage.URLStringHelper
-
- US -
Static variable in class java.util.Locale
- Useful constant for country.
- USE_ACTIVE_OBJECT_MAP_ONLY -
Static variable in class org.omg.PortableServer.RequestProcessingPolicyValue
-
- USE_ALL_BEANINFO -
Static variable in class java.beans.Introspector
-
- USE_DEFAULT_SERVANT -
Static variable in class org.omg.PortableServer.RequestProcessingPolicyValue
-
- USE_SERVANT_MANAGER -
Static variable in class org.omg.PortableServer.RequestProcessingPolicyValue
-
- USE_STD3_ASCII_RULES -
Static variable in class java.net.IDN
- Flag to turn on the check against STD-3 ASCII rules
- useAnchoringBounds(boolean) -
Method in class java.util.regex.Matcher
- Sets the anchoring of region bounds for this matcher.
- useCaches -
Variable in class java.net.URLConnection
- If
true
, the protocol is allowed to use caching
whenever it can.
- useDaylightTime() -
Method in class java.util.SimpleTimeZone
- Queries if this time zone uses daylight saving time.
- useDaylightTime() -
Method in class java.util.TimeZone
- Queries if this time zone uses daylight savings time.
- useDelimiter(Pattern) -
Method in class java.util.Scanner
- Sets this scanner's delimiting pattern to the specified pattern.
- useDelimiter(String) -
Method in class java.util.Scanner
- Sets this scanner's delimiting pattern to a pattern constructed from
the specified
String
.
- useLocale(Locale) -
Method in class java.util.Scanner
- Sets this scanner's locale to the specified locale.
- USEMAP -
Static variable in class javax.swing.text.html.HTML.Attribute
-
- usePattern(Pattern) -
Method in class java.util.regex.Matcher
- Changes the Pattern that this Matcher uses to
find matches with.
- useProtocolVersion(int) -
Method in class java.io.ObjectOutputStream
- Specify stream protocol version to use when writing the stream.
- USER_EXCEPTION - Interface in org.omg.PortableInterceptor
- org/omg/PortableInterceptor/USER_EXCEPTION.java .
- USER_ID -
Static variable in class org.omg.PortableServer.IdAssignmentPolicyValue
-
- useRadix(int) -
Method in class java.util.Scanner
- Sets this scanner's default radix to the specified radix.
- UserDataHandler - Interface in org.w3c.dom
- When associating an object to a key on a node using
Node.setUserData()
the application can provide a handler
that gets called when the node the object is associated to is being
cloned, imported, or renamed. - UserException - Exception in org.omg.CORBA
- The root class for CORBA IDL-defined user exceptions.
- UserException() -
Constructor for exception org.omg.CORBA.UserException
- Constructs a
UserException
object.
- UserException(String) -
Constructor for exception org.omg.CORBA.UserException
- Constructs a
UserException
object with a
detail message.
- USERNAME_PROPERTY -
Static variable in interface javax.xml.ws.BindingProvider
- Standard property: User name for authentication.
- userNodeForPackage(Class<?>) -
Static method in class java.util.prefs.Preferences
- Returns the preference node from the calling user's preference tree
that is associated (by convention) with the specified class's package.
- userObject -
Variable in class javax.swing.tree.DefaultMutableTreeNode
- optional user object
- userRoot() -
Static method in class java.util.prefs.Preferences
- Returns the root preference node for the calling user.
- userRoot() -
Method in interface java.util.prefs.PreferencesFactory
- Returns the user root preference node corresponding to the calling
user.
- usesFractionalMetrics() -
Method in class java.awt.font.FontRenderContext
- Returns a boolean which whether text fractional metrics mode
is used in this
FontRenderContext
.
- usesLocalFilePerTable() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database uses a file for each table.
- usesLocalFiles() -
Method in interface java.sql.DatabaseMetaData
- Retrieves whether this database stores tables in a local file.
- usesShiftModifier() -
Method in class java.awt.MenuShortcut
- Returns whether this MenuShortcut must be invoked using the SHIFT key.
- useToString(int) -
Method in class javax.swing.DefaultRowSorter
- Returns whether or not to convert the value to a string before
doing comparisons when sorting.
- useToString(int) -
Method in class javax.swing.table.TableRowSorter
- Returns whether or not to convert the value to a string before
doing comparisons when sorting.
- useTransparentBounds(boolean) -
Method in class java.util.regex.Matcher
- Sets the transparency of region bounds for this matcher.
- UShortSeqHelper - Class in org.omg.CORBA
- The Helper for UShortSeq.
- UShortSeqHelper() -
Constructor for class org.omg.CORBA.UShortSeqHelper
-
- UShortSeqHolder - Class in org.omg.CORBA
- The Holder for UShortSeq.
- UShortSeqHolder() -
Constructor for class org.omg.CORBA.UShortSeqHolder
-
- UShortSeqHolder(short[]) -
Constructor for class org.omg.CORBA.UShortSeqHolder
-
- usingProxy() -
Method in class java.net.HttpURLConnection
- Indicates if the connection is going through a proxy.
- UTC(int, int, int, int, int, int) -
Static method in class java.util.Date
- Deprecated. As of JDK version 1.1,
replaced by
Calendar.set(year + 1900, month, date,
hrs, min, sec)
or GregorianCalendar(year + 1900,
month, date, hrs, min, sec)
, using a UTC
TimeZone
, followed by Calendar.getTime().getTime()
.
- UTC_TIME -
Static variable in class java.util.SimpleTimeZone
- Constant for a mode of start or end time specified as UTC.
- UTFDataFormatException - Exception in java.io
- Signals that a malformed string in
modified UTF-8
format has been read in a data
input stream or by any class that implements the data input
interface.
- UTFDataFormatException() -
Constructor for exception java.io.UTFDataFormatException
- Constructs a
UTFDataFormatException
with
null
as its error detail message.
- UTFDataFormatException(String) -
Constructor for exception java.io.UTFDataFormatException
- Constructs a
UTFDataFormatException
with the
specified detail message.
- Util - Class in javax.rmi.CORBA
- Provides utility methods that can be used by stubs and ties to
perform common operations.
- UtilDelegate - Interface in javax.rmi.CORBA
- Supports delegation for method implementations in
Util
. - Utilities - Class in javax.swing.text
- A collection of methods to deal with various text
related activities.
- Utilities() -
Constructor for class javax.swing.text.Utilities
-
- UUID - Class in java.util
- A class that represents an immutable universally unique identifier (UUID).
- UUID(long, long) -
Constructor for class java.util.UUID
- Constructs a new UUID using the specified data.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.