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

undo() - Method in interface org.openide.awt.UndoRedo
Undo an edit.
undo() - Method in class org.openide.awt.UndoRedo.Empty
 
undoableEditHappened(UndoableEditEvent) - Method in class org.openide.awt.UndoRedo.Manager
Consume an undoable edit.
UndoAction - class org.openide.actions.UndoAction.
Undo an edit.
UndoAction() - Constructor for class org.openide.actions.UndoAction
 
UndockAction - class org.openide.actions.UndockAction.
Undock a top component.
UndockAction() - Constructor for class org.openide.actions.UndockAction
 
UndoRedo - interface org.openide.awt.UndoRedo.
Undo and Redo manager for top components and workspace elements.
UndoRedo.Empty - class org.openide.awt.UndoRedo.Empty.
Empty implementation that does not support any undoable edits.
UndoRedo.Empty() - Constructor for class org.openide.awt.UndoRedo.Empty
 
UndoRedo.Manager - class org.openide.awt.UndoRedo.Manager.
An undo manager which fires a change event each time it consumes a new undoable edit.
UndoRedo.Manager() - Constructor for class org.openide.awt.UndoRedo.Manager
 
UniFileLoader - class org.openide.loaders.UniFileLoader.
Support class for loader handling one file at a time.
UniFileLoader(Class) - Constructor for class org.openide.loaders.UniFileLoader
Constructor.
UniFileLoader(String) - Constructor for class org.openide.loaders.UniFileLoader
Constructor.
uninitialize(TemplateWizard) - Method in interface org.openide.loaders.TemplateWizard.Iterator
Informs the Iterator that the TemplateWizard finished using the Iterator.
uninstalled() - Method in class org.openide.modules.ModuleInstall
Called when the module is uninstalled (from a running IDE).
UNKNOWN - Static variable in class org.openide.ErrorManager
Undefined severity.
unlock(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
Unlock the file.
unlock(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Does nothing to unlock the file.
unlock(String) - Method in class org.openide.filesystems.JarFileSystem
 
unlock(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
unlock(String) - Method in class org.openide.filesystems.LocalFileSystem
 
unlock(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
unmarkCurrentLine() - Method in class org.openide.text.Line
Deprecated. since 1.20. Use Annotation.detach() instead
unmarkCurrentLine() - Method in class org.openide.text.DocumentLine
 
unmarkError() - Method in class org.openide.text.Line
Deprecated. since 1.20. Use Annotation.detach() instead
unmarkError() - Method in class org.openide.text.DocumentLine
 
unmarkGuarded(StyledDocument, int, int) - Static method in class org.openide.text.NbDocument
Remove guarded mark on a block of a document.
unmarkModified() - Method in class org.openide.loaders.OpenSupport.Env
Reverse method that can be called to make the environment unmodified.
unmarkModified() - Method in class org.openide.text.DataEditorSupport.Env
Reverse method that can be called to make the environment unmodified.
unmarkModified() - Method in interface org.openide.windows.CloneableOpenSupport.Env
Reverse method that can be called to make the environment unmodified.
unregister(ClassElement.Finder) - Static method in class org.openide.src.ClassElement
Unregister a finder for locating class elements.
unregister(ConnectionCookie.Type, Node) - Method in interface org.openide.cookies.ConnectionCookie
Unregisters an listener.
unregister(ConnectionCookie.Type, Node) - Method in class org.openide.loaders.ConnectionSupport
Unregisters an listener.
UNRESOLVED - Static variable in class org.openide.src.Identifier
The identifier cannot be resolved.
UNSORTED - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Constant for unsorted sorting mode.
update() - Method in class org.openide.nodes.Index.KeysChildren
Update the status of the list if it has changed.
updated(int, String) - Method in class org.openide.modules.ModuleInstall
Called when the module is loaded and the version is higher than by the previous load The default implementation calls restored().
updateIconBase(String) - Method in class org.openide.loaders.XMLDataObject
Deprecated. it is better to listen on properties
updateName() - Method in class org.openide.text.CloneableEditor
Updates the name of this top component according to the existence of the save cookie in ascoiated data object.
updatePopupMenu() - Method in class org.openide.awt.SplittedPanel
Updates the splitter's popup menu.
updateSplitting() - Method in class org.openide.awt.SplittedPanel
Updates the visual state and layout when the split state changes.
updateState() - Method in class org.openide.WizardDescriptor
Updates buttons to reflect the current state of the panels.
updateState() - Method in class org.openide.loaders.TemplateWizard
Overriden to add/remove listener to/from displayed component.
updateTitle() - Method in class org.openide.explorer.ExplorerPanel
Called when the explored context changes.
updateTitles() - Method in class org.openide.text.CloneableEditorSupport
Updates titles of all editors.
updateTitles() - Method in class org.openide.text.EditorSupport
Deprecated. Updates titles of all editors.
updateUI() - Method in class org.openide.awt.ToolbarToggleButton
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class org.openide.awt.ToolbarButton
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class org.openide.awt.SplittedPanel
Updates splitting, too.
updateUI() - Method in class org.openide.windows.WindowManager
Called after a Look&Feel change to update the IDE's UI.
updateValue() - Method in class org.openide.explorer.propertysheet.PropertyPanel
Updates the value if org.openide.explorer.propertysheet.editors.EnhancedCustomPropertyEditor is used.
useExploredContextMenu() - Method in class org.openide.explorer.view.TreeView
Should a context menu of the explored context be used? Applicable when no nodes are selected and the user wants to invoke a context menu (clicks right mouse button).
useExploredContextMenu() - Method in class org.openide.explorer.view.ContextTreeView
Permit use of explored contexts.
USER - Static variable in class org.openide.ErrorManager
Something the user should be aware of.
UserCancelException - exception org.openide.util.UserCancelException.
Exception that is thrown when user cancels interaction so the requested result cannot be produced.
UserCancelException() - Constructor for class org.openide.util.UserCancelException
Creates new exception UserCancelException
UserCancelException(String) - Constructor for class org.openide.util.UserCancelException
Creates new exception UserCancelException with text specified string s.
UserQuestionException - exception org.openide.util.UserQuestionException.
Exception that is thrown when the process is about to perform some action that requires user confirmation.
UserQuestionException() - Constructor for class org.openide.util.UserQuestionException
Creates new exception UserQuestionException
UserQuestionException(String) - Constructor for class org.openide.util.UserQuestionException
Creates new exception UserQuestionException with text specified string s.
Utilities - class org.openide.util.Utilities.
Otherwise uncategorized useful static methods.
Utilities.UnorderableException - exception org.openide.util.Utilities.UnorderableException.
Exception indicating that a given list could not be partially-ordered.
Utilities.UnorderableException(Collection, Map) - Constructor for class org.openide.util.Utilities.UnorderableException
Create a new unorderable-list exception with no detail message.
Utilities.UnorderableException(String, Collection, Map) - Constructor for class org.openide.util.Utilities.UnorderableException
Create a new unorderable-list exception with a specified detail message.

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
Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.