站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

U-Index (NetBeans APIs) - NetBeans API Javadoc 4.1.0

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

UNKNOWN - Static variable in class org.openide.ErrorManager
Undefined severity.
UNSORTED - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Constant for unsorted sorting mode.
URLMapper - class org.openide.filesystems.URLMapper.
Mapper from FileObject -> URL.
URLMapper() - Constructor for class org.openide.filesystems.URLMapper
 
USER - Static variable in class org.openide.ErrorManager
Something the user should be aware of.
UndoAction - class org.openide.actions.UndoAction.
Undo an edit.
UndoAction() - Constructor for class org.openide.actions.UndoAction
 
UndoRedo - interface org.openide.awt.UndoRedo.
Undo and Redo manager for top components and workspace elements.
UndoRedo.Empty - class org.openide.awt.UndoRedo.Empty.
Deprecated. Use UndoRedo.NONE rather than instantiating this.
UndoRedo.Empty() - Constructor for class org.openide.awt.UndoRedo.Empty
Deprecated.  
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
 
UndockAction - class org.openide.actions.UndockAction.
Deprecated. Do not use.
UndockAction() - Constructor for class org.openide.actions.UndockAction
Deprecated.  
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.
Deprecated. Used only by the deprecated Utilities.partialSort(java.util.List, java.util.Comparator, boolean)
Utilities.UnorderableException(Collection, Map) - Constructor for class org.openide.util.Utilities.UnorderableException
Deprecated. Create a new unorderable-list exception with no detail message.
Utilities.UnorderableException(String, Collection, Map) - Constructor for class org.openide.util.Utilities.UnorderableException
Deprecated. Create a new unorderable-list exception with a specified detail message.
undo() - Method in class org.openide.awt.UndoRedo.Empty
Deprecated.  
undo() - Method in interface org.openide.awt.UndoRedo
Undo an edit.
undoableEditHappened(UndoableEditEvent) - Method in class org.openide.awt.UndoRedo.Manager
Consume an undoable edit.
uninitialize(WizardDescriptor) - Method in interface org.openide.WizardDescriptor.InstantiatingIterator
Uninitializes this iterator, called when the wizard is being closed, no matter what closing option invoked.
uninstalled() - Method in class org.openide.modules.ModuleInstall
Called when the module is uninstalled (from a running IDE).
unlock(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
Unlock the file.
unlock(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
unlock(String) - Method in class org.openide.filesystems.JarFileSystem
 
unlock(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
unlock(String) - Method in class org.openide.filesystems.LocalFileSystem
 
unlock(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Does nothing to unlock the file.
unmarkCurrentLine() - Method in class org.openide.text.DocumentLine
 
unmarkCurrentLine() - Method in class org.openide.text.Line
Deprecated. Deprecated since 1.20. Use Annotation.detach() instead.
unmarkError() - Method in class org.openide.text.DocumentLine
 
unmarkError() - Method in class org.openide.text.Line
Deprecated. Deprecated since 1.20. Use Annotation.detach() instead.
unmarkGuarded(StyledDocument, int, int) - Static method in class org.openide.text.NbDocument
Remove guarded mark on a block of a document.
unmarkModified() - Method in interface org.openide.windows.CloneableOpenSupport.Env
Reverse method that can be called to make the environment unmodified.
unregister(ConnectionCookie.Type, Node) - Method in interface org.openide.cookies.ConnectionCookie
Unregisters an listener.
unsortableSets() - Method in class org.openide.util.TopologicalSortException
The topological sort could not be finished as there are some objects that are mutually refering to each other.
update() - Method in class org.openide.nodes.Index.KeysChildren
Update the status of the list if it has changed.
updateName() - Method in class org.openide.text.CloneableEditor
Updates the name and tooltip of this CloneableEditor TopCompoenent according to the support retrieved from CloneableEditor.cloneableEditorSupport() method.
updateName() - Method in interface org.openide.text.CloneableEditorSupport.Pane
 
updatePopupMenu() - Method in class org.openide.awt.SplittedPanel
Deprecated. Updates the splitter's popup menu.
updateSplitting() - Method in class org.openide.awt.SplittedPanel
Deprecated. 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.
updateTitle() - Method in class org.openide.explorer.ExplorerPanel
Deprecated. Called when the explored context changes.
updateTitles() - Method in class org.openide.text.CloneableEditorSupport
Updates titles of all editors.
updateUI() - Method in class org.openide.awt.SplittedPanel
Deprecated. Updates splitting, too.
updateUI() - Method in class org.openide.explorer.propertysheet.PropertySheet
 
updateUI() - Method in class org.openide.explorer.view.TreeView
 
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
If the editor is ExPropertyEditor it tries to change the getState property to PropertyEnv.STATE_VALID state.
updated(int, String) - Method in class org.openide.modules.ModuleInstall
Deprecated. Better to check specific aspects of the module's installation. For example, a globally installed module might be used in several user directories. Only the module itself can know whether its special installation tasks apply to some part of the global installation, or whether they apply to the module's usage in the current user directory. For this reason, implementing this method cannot be guaranteed to have useful effects.
useExploredContextMenu() - Method in class org.openide.explorer.view.ContextTreeView
Permit use of explored contexts.
useExploredContextMenu() - Method in class org.openide.explorer.view.TreeView
Specify whether a context menu of the explored context should be used.

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 May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.