Java Platform 1.2
Beta 4
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 _

U

U - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
ui - Variable in class com.sun.java.swing.JComponent
 
UIDefaults - class com.sun.java.swing.UIDefaults.
A table of defaults for Swing components.
UIDefaults.ActiveValue - interface com.sun.java.swing.UIDefaults.ActiveValue.
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.LazyValue - interface com.sun.java.swing.UIDefaults.LazyValue.
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() - Constructor for class com.sun.java.swing.UIDefaults
Create an empty defaults table.
UIDefaults(Object[]) - Constructor for class com.sun.java.swing.UIDefaults
Create a defaults table initialized with the specified key/value pairs.
UIManager - class com.sun.java.swing.UIManager.
This class keeps track of the current look and feel and its defaults.
UIManager.LookAndFeelInfo - class com.sun.java.swing.UIManager.LookAndFeelInfo.
Provide 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 com.sun.java.swing.UIManager.LookAndFeelInfo
Constructs an UIManager$LookAndFeelInfo object.
UL - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
UNDEFINED_CONDITION - Static variable in class com.sun.java.swing.JComponent
Constant used by some of the apis to mean that no condition is defined.
Underline - Static variable in class com.sun.java.swing.text.StyleConstants
Name of the underline attribute.
Underline - Static variable in class com.sun.java.swing.text.StyleConstants.CharacterConstants
Name of the underline attribute.
undo() - Method in class com.sun.java.swing.text.DefaultStyledDocument.AttributeUndoableEdit
Undoes a change.
undo() - Method in class com.sun.java.swing.text.AbstractDocument.DefaultDocumentEvent
Undoes a change.
undo() - Method in class com.sun.java.swing.text.AbstractDocument.ElementEdit
Undoes a change.
undo() - Method in class com.sun.java.swing.undo.AbstractUndoableEdit
Throws CannotUndoException if canUndo() returns false.
undo() - Method in class com.sun.java.swing.undo.CompoundEdit
Sends undo() to all contained UndoableEdits in the reverse of the order in which they were added.
undo() - Method in class com.sun.java.swing.undo.StateEdit
Tells the edited object to apply the state prior to the edit
undo() - Method in interface com.sun.java.swing.undo.UndoableEdit
Undo the edit that was made.
undo() - Method in class com.sun.java.swing.undo.UndoManager
If this UndoManager is inProgress, undo the last significant UndoableEdit before indexOfNextAdd, and all insignificant edits back to it.
UndoableEdit - interface com.sun.java.swing.undo.UndoableEdit.
An object representing an edit that has been done, and that can be undone and redone
UndoableEditEvent - class com.sun.java.swing.event.UndoableEditEvent.
An event indicating that an operation which can be undone has occurred.
UndoableEditEvent(Object, UndoableEdit) - Constructor for class com.sun.java.swing.event.UndoableEditEvent
Constructs an UndoableEditEvent object.
undoableEditHappened(UndoableEditEvent) - Method in interface com.sun.java.swing.event.UndoableEditListener
An undoable edit happened
undoableEditHappened(UndoableEditEvent) - Method in class com.sun.java.swing.undo.UndoManager
Called by the UndoabledEdit sources this UndoManager listens to.
UndoableEditListener - interface com.sun.java.swing.event.UndoableEditListener.
Interface implemented by a class interested in hearing about undoable operations.
UndoableEditSupport - class com.sun.java.swing.undo.UndoableEditSupport.
A support class used for managing UndoableEdit listeners.
UndoableEditSupport() - Constructor for class com.sun.java.swing.undo.UndoableEditSupport
Constructs an UndoableEditSupport object.
UndoableEditSupport(Object) - Constructor for class com.sun.java.swing.undo.UndoableEditSupport
Constructs an UndoableEditSupport object.
UndoManager - class com.sun.java.swing.undo.UndoManager.
Concrete subclass of CompoundEdit which can serve as an UndoableEditListener, consolidating the UndoableEditEvents from a variety of sources, and undoing or redoing them one at a time.
UndoManager() - Constructor for class com.sun.java.swing.undo.UndoManager
 
UndoName - Static variable in class com.sun.java.swing.undo.AbstractUndoableEdit
String returned by getUndoPresentationName()
undoOrRedo() - Method in class com.sun.java.swing.undo.UndoManager
Undo or redo as appropriate.
undoRedoName - Variable in class com.sun.java.swing.undo.StateEdit
The undo/redo presentation name
undoTo(UndoableEdit) - Method in class com.sun.java.swing.undo.UndoManager
Undoes all changes from indexOfNextAdd to edit.
uninitialize() - Method in class com.sun.java.swing.LookAndFeel
UIManager.setLookAndFeel calls this method just before we're replaced by a new default look and feel.
UNINITIALIZED_VALUE - Static variable in class com.sun.java.swing.JOptionPane
Indicates that the user has not yet selected a value.
uninstallBorder(JComponent) - Static method in class com.sun.java.swing.LookAndFeel
Convenience method for un-installing a component's default border on the specified component if the border is currently an instance of UIResource.
unitIncrement - Variable in class com.sun.java.swing.JScrollBar
 
UNKNOWN - Static variable in class com.sun.java.accessibility.AccessibleRole
The object contains some Accessible information, but its role is not known.
unregisterComponent(JComponent) - Method in class com.sun.java.swing.ToolTipManager
Remove a component from tooltip control.
unregisterKeyboardAction(KeyStroke) - Method in class com.sun.java.swing.JComponent
Unregister a keyboard action.
UnsupportedLookAndFeelException - exception com.sun.java.swing.UnsupportedLookAndFeelException.
An exception that indicates the request look & feel management classes are not present on the user's system.
UnsupportedLookAndFeelException(String) - Constructor for class com.sun.java.swing.UnsupportedLookAndFeelException
Constructs an UnsupportedLookAndFeelException object.
upAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the caret logically upward one position.
UPDATE - Static variable in class com.sun.java.swing.event.TableModelEvent
Identifies a change to existing data.
update(Graphics) - Method in class com.sun.java.swing.JComponent
Calls paint(g).
update(Graphics) - Method in class com.sun.java.swing.JFrame
Just calls paint(g).
update(Graphics) - Method in class com.sun.java.swing.CellRendererPane
Shouldn't be called.
update(Graphics) - Method in class com.sun.java.swing.JDialog
Just calls paint(g).
update(Graphics) - Method in class com.sun.java.swing.JApplet
Just calls paint(g).
updateComponentTreeUI(Component) - Static method in class com.sun.java.swing.SwingUtilities
A simple minded look and feel change: ask each node in the tree to updateUI(), i.e.
updateLabelUIs() - Method in class com.sun.java.swing.JSlider
Called internally to replace the label UIs with the latest versions from the UIFactory when the UIFactory notifies us via updateUI that the L&F has changed.
updateLeadIndex() - Method in class com.sun.java.swing.tree.DefaultTreeSelectionModel
Updates the leadIndex instance variable.
updateLevel - Variable in class com.sun.java.swing.undo.UndoableEditSupport
 
updateTableInRealTime - Variable in class com.sun.java.swing.table.JTableHeader
If this flag is true, then the header will repaint the table as a column is dragged or resized.
updateUI() - Method in class com.sun.java.swing.JComponent
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class com.sun.java.swing.AbstractButton
Gets a new UI object from the default UIFactory.
updateUI() - Method in class com.sun.java.swing.JToggleButton
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JMenuItem
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JCheckBoxMenuItem
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JMenu
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JToolBar
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JSeparator
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JButton
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JTable
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JTree
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JPanel
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JScrollPane
To be called when the default look and feel changes.
updateUI() - Method in class com.sun.java.swing.JScrollBar
Overrides JComponent.updateUI.
updateUI() - Method in class com.sun.java.swing.JRadioButtonMenuItem
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JCheckBox
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JOptionPane
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JLabel
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JDesktopPane
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JPopupMenu
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JSlider
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JMenuBar
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JColorChooser
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JTabbedPane
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JInternalFrame
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JInternalFrame.JDesktopIcon
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JProgressBar
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JRadioButton
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JFileChooser
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JToolTip
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JList
Set the UI property with the "ListUI" from the current default UIFactory.
updateUI() - Method in class com.sun.java.swing.JComboBox
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.JSplitPane
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.table.JTableHeader
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.table.DefaultTableCellRenderer
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class com.sun.java.swing.text.JTextComponent
Reloads the pluggable UI.
updateUndoPositions(Vector) - Method in class com.sun.java.swing.text.StringContent
Resets the location for all the UndoPosRef instances in positions.
updateUndoPositions(Vector, int, int) - Method in class com.sun.java.swing.text.GapContent
Resets the location for all the UndoPosRef instances in positions.
UPPER_LEFT_CORNER - Static variable in interface com.sun.java.swing.ScrollPaneConstants
Identifies the upper left corner of the viewport.
UPPER_RIGHT_CORNER - Static variable in interface com.sun.java.swing.ScrollPaneConstants
Identifies the upper right corner of the viewport.
upperLeft - Variable in class com.sun.java.swing.JScrollPane
The component to display in the upper left corner.
upperLeft - Variable in class com.sun.java.swing.ScrollPaneLayout
The component to display in the upper left corner.
upperRight - Variable in class com.sun.java.swing.JScrollPane
The component to display in the upper right corner.
upperRight - Variable in class com.sun.java.swing.ScrollPaneLayout
The component to display in the upper right corner.
USEMAP - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
userObject - Variable in class com.sun.java.swing.tree.DefaultMutableTreeNode
optional user object
Utilities - class com.sun.java.swing.text.Utilities.
A collection of methods to deal with various text related activities.

Java Platform 1.2
Beta 4
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 _
Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.