- Handle(ServiceType) - Constructor for class org.openide.ServiceType.Handle
-
Deprecated.
Create a new handle for an service.
- hasFirst() - Method in class org.openide.util.Union2
-
Check if the union contains the first type.
- hashCode() - Method in class org.openide.util.HelpCtx
-
- hashCode() - Method in class org.openide.util.io.NbMarshalledObject
-
- hashCode() - Method in class org.openide.util.SharedClassObject
-
Get a hashcode of the shared class.
- hashCode() - Method in class org.openide.util.WeakSet
-
- hasListeners() - Method in class org.openide.util.ChangeSupport
-
Checks if there are any listeners registered to thisChangeSupport
.
- hasSecond() - Method in class org.openide.util.Union2
-
Check if the union contains the second type.
- HelpCtx - Class in org.openide.util
-
Provides help for any window or other feature in the system.
- HelpCtx(URL) - Constructor for class org.openide.util.HelpCtx
-
- HelpCtx(String) - Constructor for class org.openide.util.HelpCtx
-
Create a help context by tag.
- HelpCtx(Class) - Constructor for class org.openide.util.HelpCtx
-
Create a help context by class.
- HelpCtx.Provider - Interface in org.openide.util
-
An object implementing this interface is willing to answer
the HelpCtx.findHelp() query itself.