javadoc html5

This commit is contained in:
astrelsky 2019-12-12 22:47:09 -05:00
parent 3eb130123b
commit 3bdf049d44
No known key found for this signature in database
GPG key ID: FA88FA97D6877C37
136 changed files with 428 additions and 425 deletions

View file

@ -219,11 +219,11 @@ public class DockingWindowManager implements PropertyChangeListener, Placeholder
}
/**
* A convenience method for getting the window for <tt>component</tt> and then calling
* A convenience method for getting the window for <code>component</code> and then calling
* {@link #getInstanceForWindow(Window)}.
* @param component The component for which to get the associated {@link DockingWindowManager}
* instance.
* @return The {@link DockingWindowManager} instance associated with <tt>component</tt>
* @return The {@link DockingWindowManager} instance associated with <code>component</code>
*/
public static synchronized DockingWindowManager getInstance(Component component) {
Window window = WindowUtilities.windowForComponent(component);
@ -726,7 +726,7 @@ public class DockingWindowManager implements PropertyChangeListener, Placeholder
* Hides or shows the component associated with the given provider.
* <p><br>
* <b>Note: </b> This method will not show the given provider if it has not previously been
* added via <tt>addComponent(...)</tt>.
* added via <code>addComponent(...)</code>.
*
* @param provider the provider of the component to be hidden or shown.
* @param visibleState true to show the component, false to hide it.