Uses of Class javax.help.UnsupportedOperationException

Uses in package javax.help

Methods which throw type javax.help.UnsupportedOperationException

Point
Gets the location of the presentation.
Point
Requests the location of the presentation.
int
Requests the screen of the presentation.
int
Get ths the screen the presentation is displayed on This operation may throw an UnsupportedOperationException if the underlying implementation does not allow this.
int
Requests the screen of the presentation.
Dimension
Requests the size of the presentation.
Dimension
Gets the size of the presentation.
Dimension
Requests the size of the presentation.
void
HelpBroker.setDisplayed(boolean displayed)
Displays the presentation to the user.
void
Sets the position of the presentation.
void
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
Requests the presentation be set to a given screen.
void
HelpBroker.setSize(Dimension d)
Sets the size of the presentation.
void
Requests the presentation be set to a given size.