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

P-Index (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

 
A B C D E F G H I K L M N O P Q R S T U V W X

P

PROP_BOOLEAN_STATE - Static variable in class org.openide.util.actions.BooleanStateAction
Name of property hold the state of the action.
PROP_ENABLED - Static variable in class org.openide.util.actions.SystemAction
Name of property indicating whether or not the action is enabled.
PROP_ICON - Static variable in class org.openide.util.actions.SystemAction
Name of property for the action's display icon.
PROP_NAME - Static variable in class org.openide.ServiceType
Deprecated. Name of property for the name of the service type.
PUBLIC_ID - Static variable in class org.openide.xml.EntityCatalog
DOCTYPE public ID defining grammar used for entity registrations.
PasteType - class org.openide.util.datatransfer.PasteType.
Clipboard operation providing one kind of paste action.
PasteType() - Constructor for class org.openide.util.datatransfer.PasteType
 
Presenter - interface org.openide.util.actions.Presenter.
Provides a presentation feature for an action.
Presenter.Menu - interface org.openide.util.actions.Presenter.Menu.
The presenter interface for presenting an action in a menu.
Presenter.Popup - interface org.openide.util.actions.Presenter.Popup.
The presenter interface for presenting an action in a popup menu.
Presenter.Toolbar - interface org.openide.util.actions.Presenter.Toolbar.
The presenter interface for presenting an action in a toolbar.
ProxyLookup - class org.openide.util.lookup.ProxyLookup.
Implementation of lookup that can delegate to others.
ProxyLookup(Lookup[]) - Constructor for class org.openide.util.lookup.ProxyLookup
Create a proxy to some other lookups.
ProxyLookup() - Constructor for class org.openide.util.lookup.ProxyLookup
Create a lookup initially proxying to no others.
parse(String) - Method in class org.openide.util.MapFormat
Parses the string.
parse(InputSource, boolean, boolean, ErrorHandler, EntityResolver) - Static method in class org.openide.xml.XMLUtil
Create from factory a DocumentBuilder and let it create a org.w3c.dom.Document.
parseObject(String, ParsePosition) - Method in class org.openide.util.MapFormat
Parses the string.
parseParameters(String) - Static method in class org.openide.util.Utilities
Parses parameters from a given string in shell-like manner.
partialSort() - Method in class org.openide.util.TopologicalSortException
Because the full sort was not possible, this methods returns the best possible substitute for it that is available.
partialSort(List, Comparator, boolean) - Static method in class org.openide.util.Utilities
Deprecated. Deprecated in favor of the potentially much faster (and possibly more correct) Utilities.topologicalSort(java.util.Collection, java.util.Map).
paste() - Method in class org.openide.util.datatransfer.PasteType
Perform the paste action.
performAction(SystemAction) - Method in interface org.openide.util.actions.ActionPerformer
Called when the action is to be performed.
performAction() - Method in class org.openide.util.actions.CallableSystemAction
Actually perform the action.
performAction() - Method in class org.openide.util.actions.CallbackSystemAction
Perform the action.
post(Runnable) - Method in class org.openide.util.RequestProcessor
This methods asks the request processor to start given runnable immediately.
post(Runnable, int) - Method in class org.openide.util.RequestProcessor
This methods asks the request processor to start given runnable after timeToWait milliseconds.
post(Runnable, int, int) - Method in class org.openide.util.RequestProcessor
This methods asks the request processor to start given runnable after timeToWait milliseconds.
postReadRequest(Runnable) - Method in class org.openide.util.Mutex
Posts a read request.
postRequest(Runnable) - Static method in class org.openide.util.RequestProcessor
Deprecated. Sharing of one singlethreaded RequestProcessor among different users and posting even blocking requests is inherently deadlock-prone. See use cases.
postRequest(Runnable, int) - Static method in class org.openide.util.RequestProcessor
Deprecated. Sharing of one singlethreaded RequestProcessor among different users and posting even blocking requests is inherently deadlock-prone. See use cases.
postRequest(Runnable, int, int) - Static method in class org.openide.util.RequestProcessor
Deprecated. Sharing of one singlethreaded RequestProcessor among different users and posting even blocking requests is inherently deadlock-prone. See use cases.
postWriteRequest(Runnable) - Method in class org.openide.util.Mutex
Posts a write request.
printStackTrace(PrintWriter) - Method in class org.openide.util.TopologicalSortException
Adds description why the graph cannot be sorted.
printStackTrace(PrintStream) - Method in class org.openide.util.TopologicalSortException
Adds description why the graph cannot be sorted.
printStackTrace() - Method in class org.openide.util.io.FoldingIOException
Deprecated. Prints stack trace of the foreign exception
printStackTrace(PrintStream) - Method in class org.openide.util.io.FoldingIOException
Deprecated. Prints stack trace of the foreign exception
printStackTrace(PrintWriter) - Method in class org.openide.util.io.FoldingIOException
Deprecated. Prints stack trace of the foreign exception
process(Object, Collection) - Method in interface org.openide.util.Enumerations.Processor
 
processKey(String) - Method in class org.openide.util.MapFormat
Returns the value for given key.
processPattern(String) - Method in class org.openide.util.MapFormat
Scans the pattern and prepares internal variables.
propertyChange(PropertyChangeListener, Object) - Static method in class org.openide.util.WeakListeners
Creates a weak implementation of PropertyChangeListener.
proxy(Lookup.Provider) - Static method in class org.openide.util.lookup.Lookups
Creates a lookup that delegates to another one but that one can change from time to time.
pureClassName(String) - Static method in class org.openide.util.Utilities
Turn full name of an inner class into its pure form.
put(Object) - Method in class org.openide.util.Queue
Adds new item.
put(ExTransferable.Single) - Method in class org.openide.util.datatransfer.ExTransferable
Add a new flavor with its data.
putProperty(Object, Object) - Method in class org.openide.util.SharedClassObject
Set a shared variable.
putProperty(String, Object, boolean) - Method in class org.openide.util.SharedClassObject
Set a shared variable available only for string names.
putValue(String, Object) - Method in class org.openide.util.actions.SystemAction
Set a property in the singleton.

 
A B C D E F G H I K L M N O P Q R S T U V W X
Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.