All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----com.sun.java.swing.JComponent | +----com.sun.java.swing.JPanel | +----FilesBox
Summary |
public class FilesBox extends com.sun.java.swing.JPanel implements java.awt.event.ActionListener { // Constructors 1 public FilesBox(String); // Methods 3 public void actionPerformed(ActionEvent); public Enumeration elements(); public int numberOfElements(); }
A UI component that allows user to add and remover directories from a list, one at a time.
Future Plans:
Version History:
Constructors |
· FilesBox | Summary | Top |
public FilesBox(String title)
Constructs a
FilesBox
with the specifiedtitle
.
Parameter Description title the title to display for this component
Methods |
· actionPerformed | Summary | Top |
public void actionPerformed(ActionEvent e)
Event handler for the buttons in this component.
- Implements:
- actionPerformed in interface ActionListener
· numberOfElements | Summary | Top |
public int numberOfElements()
Returns the number of elements in the
FilesBox
.
· elements | Summary | Top |
public Enumeration elements()
Returns an
Enumeration
of elements in theFilesBox
.
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7