juife
v0.1a

net.sf.juife.plaf
Class ComponentListUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by net.sf.juife.plaf.ComponentListUI
Direct Known Subclasses:
BasicComponentListUI

public abstract class ComponentListUI
extends javax.swing.plaf.PanelUI

Pluggable look and feel interface for ComponentList.


Constructor Summary
ComponentListUI()
           
 
Method Summary
abstract  void ensureIndexIsVisible(int index)
          Scrolls the viewport to make the specified component visible.
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentListUI

public ComponentListUI()
Method Detail

ensureIndexIsVisible

public abstract void ensureIndexIsVisible(int index)
Scrolls the viewport to make the specified component visible.

Parameters:
index - The index of the component to make visible.

juife
v0.1a

Copyright © 2005 Grigor Iliev. All rights reserved. SourceForge.net Logo