Uses of Class
javax.help.UnsupportedOperationException
Packages that use UnsupportedOperationException
Package
Description
Supports presentation of online documentation with both
content and contextual views of this information.
-
Uses of UnsupportedOperationException in javax.help
Methods in javax.help that throw UnsupportedOperationExceptionModifier and TypeMethodDescriptionHelpBroker.getLocation()
Gets the location of the presentation.ServletHelpBroker.getLocation()
Requests the location of the presentation.int
DefaultHelpBroker.getScreen()
Requests the screen of the presentation.int
HelpBroker.getScreen()
Get ths the screen the presentation is displayed on This operation may throw an UnsupportedOperationException if the underlying implementation does not allow this.int
ServletHelpBroker.getScreen()
Requests the screen of the presentation.DefaultHelpBroker.getSize()
Requests the size of the presentation.HelpBroker.getSize()
Gets the size of the presentation.ServletHelpBroker.getSize()
Requests the size of the presentation.void
HelpBroker.setDisplayed
(boolean displayed) Displays the presentation to the user.void
HelpBroker.setLocation
(Point p) Sets the position of the presentation.void
ServletHelpBroker.setLocation
(Point p) Requests the presentation be located at a given position.void
HelpBroker.setScreen
(int screen) Set the screen the presentation is to be displayed on This operation may throw an UnsupportedOperationException if the underlying implementation does not allow this.void
ServletHelpBroker.setScreen
(int screen) Requests the presentation be set to a given screen.void
Sets the size of the presentation.void
Requests the presentation be set to a given size.