Frames | No Frames |
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 | 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 | HelpBroker.setSize(Dimension d) Sets the size of the presentation. |
void | ServletHelpBroker.setSize(Dimension d) Requests the presentation be set to a given size. |