Package | Description |
---|---|
javax.help |
Supports presentation of online documentation with both
content and contextual views of this information.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Point |
ServletHelpBroker.getLocation()
Requests the location of the presentation.
|
java.awt.Point |
HelpBroker.getLocation()
Gets the location of the presentation.
|
int |
ServletHelpBroker.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 |
DefaultHelpBroker.getScreen()
Requests the screen of the presentation.
|
java.awt.Dimension |
ServletHelpBroker.getSize()
Requests the size of the presentation.
|
java.awt.Dimension |
HelpBroker.getSize()
Gets the size of the presentation.
|
java.awt.Dimension |
DefaultHelpBroker.getSize()
Requests the size of the presentation.
|
void |
HelpBroker.setDisplayed(boolean displayed)
Displays the presentation to the user.
|
void |
ServletHelpBroker.setLocation(java.awt.Point p)
Requests the presentation be located at a given position.
|
void |
HelpBroker.setLocation(java.awt.Point p)
Sets the position of the presentation.
|
void |
ServletHelpBroker.setScreen(int screen)
Requests the presentation be set to a given screen.
|
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.setSize(java.awt.Dimension d)
Requests the presentation be set to a given size.
|
void |
HelpBroker.setSize(java.awt.Dimension d)
Sets the size of the presentation.
|