|
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.ComponentListUI
net.sf.juife.plaf.basic.BasicComponentListUI
public class BasicComponentListUI
Basic L&F implementation of ComponentListUI
.
Method Summary | |
---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Creates a new instance of BasicComponentListUI . |
void |
ensureIndexIsVisible(int index)
Scrolls the viewport to make the specified component visible. |
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 |
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)
BasicComponentListUI
.
BasicComponentListUI
.public void installUI(javax.swing.JComponent c)
installUI
in class javax.swing.plaf.ComponentUI
c
- 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
BasicComponentListUI
instance is being removed as
the UI delegate for the specified component.
uninstallUI
in class javax.swing.plaf.ComponentUI
c
- The component from which this UI delegate is being removed.protected void uninstallDefaults()
protected void uninstallListeners()
public void ensureIndexIsVisible(int index)
ensureIndexIsVisible
in class ComponentListUI
index
- The index of the component to make visible.
|
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. |