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.intDefaultHelpBroker.getScreen()Requests the screen of the presentation.intHelpBroker.getScreen()Get ths the screen the presentation is displayed on This operation may throw an UnsupportedOperationException if the underlying implementation does not allow this.intServletHelpBroker.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.voidHelpBroker.setDisplayed(boolean displayed) Displays the presentation to the user.voidHelpBroker.setLocation(Point p) Sets the position of the presentation.voidServletHelpBroker.setLocation(Point p) Requests the presentation be located at a given position.voidHelpBroker.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.voidServletHelpBroker.setScreen(int screen) Requests the presentation be set to a given screen.voidSets the size of the presentation.voidRequests the presentation be set to a given size.