|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractListModel
net.sf.j3d.threeD.ui.panels.SurfaceListModel
public class SurfaceListModel
The SurfaceListModel class extends AbstractListModel and provides a list model that dynamically displays the Surface objects of a Scene object.
| Constructor Summary | |
|---|---|
SurfaceListModel(Scene scene)
Constructs a new SurfaceListModel object using the specified Scene object. |
|
| Method Summary | |
|---|---|
void |
eventFired(Event event)
Method called when an event has been fired. |
Object |
getElementAt(int index)
Returns the Surface object at the specified index. |
int |
getSize()
Returns the number of Surface objects that are contained in the Scene object used by this SurfaceListModel object. |
| Methods inherited from class javax.swing.AbstractListModel |
|---|
addListDataListener, getListDataListeners, getListeners, removeListDataListener |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SurfaceListModel(Scene scene)
| Method Detail |
|---|
public int getSize()
getSize in interface ListModelpublic Object getElementAt(int index)
getElementAt in interface ListModelpublic void eventFired(Event event)
eventFired in interface EventListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||