mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
javadoc html5
This commit is contained in:
parent
3eb130123b
commit
3bdf049d44
136 changed files with 428 additions and 425 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue