|
juife v0.1a |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
net.sf.juife.plaf.NavigationPaneUI
net.sf.juife.plaf.basic.BasicNavigationPaneUI
public class BasicNavigationPaneUI
Basic L&F implementation of NavigationPaneUI.
| Method Summary | |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Creates a new instance of BasicNavigationPaneUI. |
protected javax.swing.Icon |
getBackIcon()
Gets the icon for the 'Back' button in the NavigationPane. |
protected javax.swing.Icon |
getDownIcon()
Gets the icon for the 'Down' button in the NavigationPane. |
protected javax.swing.Icon |
getForwardIcon()
Gets the icon for the 'Forward' button in the NavigationPane. |
protected java.lang.String |
getPropertyPrefix()
Gets the property prefix. |
protected void |
installDefaults()
Installs the UI defaults. |
protected void |
installListeners()
Installs the event listeners for the UI. |
void |
installUI(javax.swing.JComponent c)
Configures the specified component appropriate for the look and feel. |
protected void |
setBackIcon(javax.swing.Icon icon)
Sets the icon for the 'Back' button in the NavigationPane. |
protected void |
setDownIcon(javax.swing.Icon icon)
Sets the icon for the 'Down' button in the NavigationPane. |
protected void |
setForwardIcon(javax.swing.Icon icon)
Sets the icon for the 'Forward' button in the NavigationPane. |
protected void |
uninstallDefaults()
Uninstalls the UI defaults. |
protected void |
uninstallListeners()
Uninstalls the event listeners for the UI. |
void |
uninstallUI(javax.swing.JComponent c)
Reverses configuration which was done on the specified component during installUI. |
| Methods inherited from class javax.swing.plaf.ComponentUI |
|---|
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, paint, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected java.lang.String getPropertyPrefix()
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
BasicNavigationPaneUI.
BasicNavigationPaneUI.public void installUI(javax.swing.JComponent c)
installUI in class javax.swing.plaf.ComponentUIc - The component where this UI delegate is being installed.protected void installDefaults()
protected void installListeners()
public void uninstallUI(javax.swing.JComponent c)
installUI. This method is invoked when this
BasicNavigationPaneUI instance is being removed as
the UI delegate for the specified component.
uninstallUI in class javax.swing.plaf.ComponentUIc - The component from which this UI delegate is being removed.protected void uninstallDefaults()
protected void uninstallListeners()
protected javax.swing.Icon getBackIcon()
protected void setBackIcon(javax.swing.Icon icon)
icon - The new icon for the 'Back' button in the NavigationPane.protected javax.swing.Icon getForwardIcon()
protected void setForwardIcon(javax.swing.Icon icon)
icon - The new icon for the 'Forward' button in the NavigationPane.protected javax.swing.Icon getDownIcon()
protected void setDownIcon(javax.swing.Icon icon)
icon - The new icon for the 'Down' button in the NavigationPane.
|
juife v0.1a |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Copyright © 2005 Grigor Iliev. All rights reserved. |