- get(Class<T>) - Static method in class org.openide.util.actions.SystemAction
-
Obtain a singleton instance of the action with a specified class.
- get(Object) - Method in class org.openide.util.EditableProperties
-
- get() - Method in class org.openide.util.io.NbMarshalledObject
-
Returns a new copy of the contained marshalledobject.
- get() - Method in class org.openide.util.Queue
-
Deprecated.
Gets an object from the queue.
- getActionMapKey() - Method in class org.openide.util.actions.CallbackSystemAction
-
Getter for action map key, which is used to find action from provided
context (i.e.
- getActionPerformer() - Method in class org.openide.util.actions.CallbackSystemAction
-
- getAuthenticationUsername(URI) - Static method in class org.openide.util.NetworkSettings
-
Returns the username
for Proxy Authentication.
- getBeanInfo(Class) - Static method in class org.openide.util.Utilities
-
Central method for obtaining BeanInfo
for potential JavaBean classes.
- getBeanInfo(Class, Class) - Static method in class org.openide.util.Utilities
-
Central method for obtaining BeanInfo
for potential JavaBean classes, with a stop class.
- getBooleanState() - Method in class org.openide.util.actions.BooleanStateAction
-
Get the current state.
- getBranding() - Static method in class org.openide.util.NbBundle
-
Get the current branding token.
- getBundle(String) - Static method in class org.openide.util.NbBundle
-
Get a resource bundle with the default class loader and locale/branding.
- getBundle(Class<?>) - Static method in class org.openide.util.NbBundle
-
Get a resource bundle in the same package as the provided class,
with the default locale/branding and the class' own classloader.
- getBundle(String, Locale) - Static method in class org.openide.util.NbBundle
-
Get a resource bundle with the default class loader and branding.
- getBundle(String, Locale, ClassLoader) - Static method in class org.openide.util.NbBundle
-
Get a resource bundle the hard way.
- getCause() - Method in exception org.openide.util.io.OperationException
-
- getCause() - Method in exception org.openide.util.io.SafeException
-
- getCause() - Method in exception org.openide.util.MutexException
-
- getClassName(Class) - Static method in class org.openide.util.Utilities
-
Assemble a human-presentable class name for a specified class.
- getClipboard() - Method in class org.openide.util.datatransfer.ClipboardEvent
-
Get the clipboard where operation occurred.
- getComment(String) - Method in class org.openide.util.EditableProperties
-
Returns comment associated with the property.
- getConvertors() - Method in class org.openide.util.datatransfer.ExClipboard
-
Obtain a list of convertors assigned to
this clipboard.
- getCount() - Method in interface org.openide.util.datatransfer.MultiTransferObject
-
Get the number of transferred elements.
- getData() - Method in class org.openide.util.datatransfer.ExTransferable.Single
-
Abstract method to override to provide the right data for this
transferable.
- getDate() - Method in interface org.openide.ErrorManager.Annotation
-
Time at which the exception occurred.
- getDefault() - Static method in class org.openide.ErrorManager
-
Getter for the default version of error manager.
- getDefault() - Static method in class org.openide.LifecycleManager
-
Get the default lifecycle manager.
- getDefault() - Static method in class org.openide.util.actions.ActionPresenterProvider
-
Gets the default implementation from lookup.
- getDefault() - Static method in class org.openide.util.RequestProcessor
-
Warning: The instance of RequestProcessor
returned
by this method has very bad performance side effects, don't use unless
you understand all implications!
- getDefault() - Static method in class org.openide.xml.EntityCatalog
-
Get a master entity catalog which can delegate to any others that have
been registered via lookup.
- getDelay() - Method in class org.openide.util.RequestProcessor.Task
-
Getter for amount of millis till this task
is started.
- getDeps() - Method in exception org.openide.util.Utilities.UnorderableException
-
Deprecated.
Get the dependencies.
- getException() - Method in exception org.openide.util.io.OperationException
-
- getException() - Method in exception org.openide.util.io.SafeException
-
- getException() - Method in exception org.openide.util.MutexException
-
Get the encapsulated exception.
- getFocusTraversableComponent(Component) - Static method in class org.openide.util.Utilities
-
Find a focus-traverable component.
- getHelp() - Method in class org.openide.util.HelpCtx
-
Get a URL to the help page, if applicable.
- getHelpCtx() - Method in class org.openide.ServiceType
-
Deprecated.
Get context help for this service type.
- getHelpCtx() - Method in class org.openide.util.actions.SystemAction
-
Get a help context for the action.
- getHelpCtx() - Method in class org.openide.util.datatransfer.NewType
-
Help context for the creation action.
- getHelpCtx() - Method in class org.openide.util.datatransfer.PasteType
-
Help content for the action.
- getHelpCtx() - Method in interface org.openide.util.HelpCtx.Provider
-
Get the
HelpCtx
associated with implementing object.
- getHelpID() - Method in class org.openide.util.HelpCtx
-
Get the ID of the help page, if applicable.
- getIcon() - Method in class org.openide.util.actions.SystemAction
-
Get the action's display icon.
- getIcon(boolean) - Method in class org.openide.util.actions.SystemAction
-
Get the action's display icon, possibly creating a text label.
- getImageToolTip(Image) - Static method in class org.openide.util.ImageUtilities
-
Get tool tip text for given image
- getInstance(String) - Method in class org.openide.ErrorManager
-
Returns an instance with given name.
- getKeyForAuthenticationPassword(URI) - Static method in class org.openide.util.NetworkSettings
-
Returns the key
for reading password for Proxy Authentication.
- getLeftBrace() - Method in class org.openide.util.MapFormat
-
Returns string used as left brace
- getLocalizedFile(String, String) - Static method in class org.openide.util.NbBundle
-
- getLocalizedFile(String, String, Locale) - Static method in class org.openide.util.NbBundle
-
- getLocalizedFile(String, String, Locale, ClassLoader) - Static method in class org.openide.util.NbBundle
-
- getLocalizedMessage() - Method in interface org.openide.ErrorManager.Annotation
-
Localized message.
- getLocalizedMessage() - Method in exception org.openide.util.io.FoldingIOException
-
- getLocalizedValue(Map<String, T>, String, Locale) - Static method in class org.openide.util.NbBundle
-
Find a localized and/or branded value for a given key and locale.
- getLocalizedValue(Map<String, T>, String) - Static method in class org.openide.util.NbBundle
-
Find a localized and/or branded value for a given key in the default system locale.
- getLocalizedValue(Attributes, Attributes.Name, Locale) - Static method in class org.openide.util.NbBundle
-
Find a localized and/or branded value in a JAR manifest.
- getLocalizedValue(Attributes, Attributes.Name) - Static method in class org.openide.util.NbBundle
-
Find a localized and/or branded value in a JAR manifest in the default system locale.
- getLocalizingSuffixes() - Static method in class org.openide.util.NbBundle
-
Get a list of all suffixes used to search for localized/branded resources.
- getLock() - Method in class org.openide.util.SharedClassObject
-
Obtain lock for synchronization on manipulation with this
class.
- getMap() - Method in class org.openide.util.MapFormat
-
Returns argument map
- getMenuPresenter() - Method in class org.openide.util.actions.BooleanStateAction
-
- getMenuPresenter() - Method in class org.openide.util.actions.CallableSystemAction
-
- getMenuPresenter() - Method in interface org.openide.util.actions.Presenter.Menu
-
Get a menu item that can present this action in a
JMenu
.
- getMessage() - Method in interface org.openide.ErrorManager.Annotation
-
Non-localized message.
- getMessage() - Method in exception org.openide.util.io.OperationException
-
Description taken from previous message
- getMessage(Class<?>, String) - Static method in class org.openide.util.NbBundle
-
Finds a localized and/or branded string in a bundle.
- getMessage(Class<?>, String, Object) - Static method in class org.openide.util.NbBundle
-
Finds a localized and/or branded string in a bundle and formats the message
by passing requested parameters.
- getMessage(Class<?>, String, Object, Object) - Static method in class org.openide.util.NbBundle
-
Finds a localized and/or branded string in a bundle and formats the message
by passing requested parameters.
- getMessage(Class<?>, String, Object, Object, Object) - Static method in class org.openide.util.NbBundle
-
Finds a localized and/or branded string in a bundle and formats the message
by passing requested parameters.
- getMessage(Class<?>, String, Object, Object, Object, Object, Object...) - Static method in class org.openide.util.NbBundle
-
Finds a localized and/or branded string in a bundle and formats the message
by passing requested parameters.
- getMessage(Class<?>, String, Object[]) - Static method in class org.openide.util.NbBundle
-
Finds a localized and/or branded string in a bundle and formats the message
by passing requested parameters.
- getMessage() - Method in exception org.openide.util.TopologicalSortException
-
- getName() - Method in class org.openide.ServiceType
-
Deprecated.
Get the name of the service type.
- getName() - Method in class org.openide.util.actions.SystemAction
-
Get a human presentable name of the action.
- getName() - Method in class org.openide.util.datatransfer.NewType
-
Display name for the creation action.
- getName() - Method in class org.openide.util.datatransfer.PasteType
-
Display name for the paste action.
- getObjectType(Class) - Static method in class org.openide.util.Utilities
-
Get the object type for given primitive type.
- getOperatingSystem() - Static method in class org.openide.util.Utilities
-
Get the operating system on which NetBeans is running.
- getPopupPresenter() - Method in class org.openide.util.actions.BooleanStateAction
-
- getPopupPresenter() - Method in class org.openide.util.actions.CallableSystemAction
-
- getPopupPresenter() - Method in interface org.openide.util.actions.Presenter.Popup
-
Get a menu item that can present this action in a
JPopupMenu
.
- getPrimitiveType(Class) - Static method in class org.openide.util.Utilities
-
Get the primitive type for given object type.
- getPriority() - Method in class org.openide.util.RequestProcessor.Task
-
Current priority of the task.
- getProperty(String) - Method in class org.openide.util.EditableProperties
-
Convenience method to get a property as a string.
- getProperty(Object) - Method in class org.openide.util.SharedClassObject
-
Get a shared variable.
- getProxyHost(URI) - Static method in class org.openide.util.NetworkSettings
-
Returns the hostname
part of network proxy address
based on given URI to access the resource at.
- getProxyPort(URI) - Static method in class org.openide.util.NetworkSettings
-
Returns the port
part of network proxy address
based on given URI to access the resource at.
- getRightBrace() - Method in class org.openide.util.MapFormat
-
Returns string used as right brace
- getScreenSize() - Static method in class org.openide.util.Utilities
-
- getServiceType() - Method in class org.openide.ServiceType.Handle
-
Deprecated.
Find the service for this handle.
- getServiceTypes() - Method in class org.openide.ServiceType.Registry
-
Deprecated.
Getter for list of all service types.
- getSeverity() - Method in interface org.openide.ErrorManager.Annotation
-
Severity of the exception.
- getShortClassName(Class) - Static method in class org.openide.util.Utilities
-
Assemble a human-presentable class name for a specified class (omitting the package).
- getStackTrace() - Method in interface org.openide.ErrorManager.Annotation
-
Stack trace.
- getSurviveFocusChange() - Method in class org.openide.util.actions.CallbackSystemAction
-
Test whether the action will survive a change in focus.
- getToolbarPresenter() - Method in class org.openide.util.actions.BooleanStateAction
-
- getToolbarPresenter() - Method in class org.openide.util.actions.CallableSystemAction
-
- getToolbarPresenter() - Method in interface org.openide.util.actions.Presenter.Toolbar
-
Get a component that can present this action in a
JToolBar
.
- getTransferableAt(int) - Method in interface org.openide.util.datatransfer.MultiTransferObject
-
Get the transferable at some index.
- getTransferData(DataFlavor) - Method in class org.openide.util.datatransfer.ExTransferable
-
- getTransferData(DataFlavor) - Method in class org.openide.util.datatransfer.ExTransferable.Multi
-
Get transfer data.
- getTransferData(DataFlavor) - Method in class org.openide.util.datatransfer.ExTransferable.Single
-
- getTransferData(int, DataFlavor) - Method in interface org.openide.util.datatransfer.MultiTransferObject
-
Get transfer data for the item at some index.
- getTransferDataFlavors() - Method in class org.openide.util.datatransfer.ExTransferable
-
- getTransferDataFlavors() - Method in class org.openide.util.datatransfer.ExTransferable.Multi
-
Get supported flavors.
- getTransferDataFlavors() - Method in class org.openide.util.datatransfer.ExTransferable.Single
-
- getTransferDataFlavors(int) - Method in interface org.openide.util.datatransfer.MultiTransferObject
-
Get list of all supported flavors for the item at an index.
- getUnorderable() - Method in exception org.openide.util.Utilities.UnorderableException
-
Deprecated.
Get the unorderable elements.
- getUsableScreenBounds() - Static method in class org.openide.util.Utilities
-
Returns the usable area of the screen where applications can place its
windows.
- getUsableScreenBounds(GraphicsConfiguration) - Static method in class org.openide.util.Utilities
-
Returns the usable area of the screen where applications can place its
windows.
- getValue(String) - Method in class org.openide.util.actions.SystemAction
-
Get a property in the singleton.