|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.plaf.ComponentUI | +--javax.help.plaf.HelpNavigatorUI | +--javax.help.plaf.basic.BasicSearchNavigatorUI
Constructor Summary | |
BasicSearchNavigatorUI(JHelpSearchNavigator b)
|
Method Summary | |
void |
componentHidden(java.awt.event.ComponentEvent e)
Invoked when the component has been made invisible. |
void |
componentMoved(java.awt.event.ComponentEvent e)
Invoked when the component's position changes. |
void |
componentResized(java.awt.event.ComponentEvent e)
Invoked when the component's size changes. |
void |
componentShown(java.awt.event.ComponentEvent e)
Invoked when the component has been made visible. |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent x)
|
java.awt.Dimension |
getMaximumSize(javax.swing.JComponent c)
|
java.awt.Dimension |
getMinimumSize(javax.swing.JComponent c)
|
java.awt.Dimension |
getPreferredSize(javax.swing.JComponent c)
|
void |
idChanged(HelpModelEvent e)
Processes an idChanged event. |
void |
installUI(javax.swing.JComponent c)
|
void |
itemsFound(SearchEvent e)
Tells the listener that matching SearchItems have been found. |
void |
merge(NavigatorView view)
Merges in the navigational data from another NavigatorView. |
void |
propertyChange(java.beans.PropertyChangeEvent event)
|
void |
remove(NavigatorView view)
Removes the navigational data from another NavigatorView. |
void |
searchFinished(SearchEvent e)
Tells the listener that the search has finished |
void |
searchStarted(SearchEvent e)
Tells the listener that the search has started. |
void |
uninstallUI(javax.swing.JComponent c)
|
void |
valueChanged(javax.swing.event.TreeSelectionEvent e)
A value has changed. |
Methods inherited from class javax.help.plaf.HelpNavigatorUI |
getAddAction, getIcon, getImageIcon, setIcon |
Methods inherited from class javax.swing.plaf.ComponentUI |
contains, getAccessibleChild, getAccessibleChildrenCount, paint, update |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BasicSearchNavigatorUI(JHelpSearchNavigator b)
Method Detail |
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
public void installUI(javax.swing.JComponent c)
installUI
in class javax.swing.plaf.ComponentUI
public void uninstallUI(javax.swing.JComponent c)
uninstallUI
in class javax.swing.plaf.ComponentUI
public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
getPreferredSize
in class javax.swing.plaf.ComponentUI
public java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
getMinimumSize
in class javax.swing.plaf.ComponentUI
public java.awt.Dimension getMaximumSize(javax.swing.JComponent c)
getMaximumSize
in class javax.swing.plaf.ComponentUI
public void merge(NavigatorView view)
merge
in class HelpNavigatorUI
public void remove(NavigatorView view)
remove
in class HelpNavigatorUI
public void idChanged(HelpModelEvent e)
idChanged
in interface HelpModelListener
e
- The eventpublic void valueChanged(javax.swing.event.TreeSelectionEvent e)
valueChanged
in interface javax.swing.event.TreeSelectionListener
public void propertyChange(java.beans.PropertyChangeEvent event)
propertyChange
in interface java.beans.PropertyChangeListener
public void componentResized(java.awt.event.ComponentEvent e)
componentResized
in interface java.awt.event.ComponentListener
public void componentMoved(java.awt.event.ComponentEvent e)
componentMoved
in interface java.awt.event.ComponentListener
public void componentShown(java.awt.event.ComponentEvent e)
componentShown
in interface java.awt.event.ComponentListener
public void componentHidden(java.awt.event.ComponentEvent e)
componentHidden
in interface java.awt.event.ComponentListener
public void itemsFound(SearchEvent e)
SearchListener
itemsFound
in interface SearchListener
public void searchStarted(SearchEvent e)
SearchListener
searchStarted
in interface SearchListener
public void searchFinished(SearchEvent e)
SearchListener
searchFinished
in interface SearchListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |