|
Rings Version 0.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractListModel
threeD.ui.dialogs.TransformationsListModel
The TransformationsListModel class extends AbstractListModel and provides a list model that dynamically displays the transformations applied to an AbstractSurface object.
| Field Summary |
| Fields inherited from class javax.swing.AbstractListModel |
listenerList |
| Constructor Summary | |
TransformationsListModel(AbstractSurface surface)
Constructs a new TransformationsListModel that displays the transformations of the specified AbstractSurface object. |
|
| Method Summary | |
void |
eventFired(Event event)
Method called when an event has been fired. |
java.lang.Object |
getElementAt(int index)
Returns a String representation of the transformation applied to the AbstractSurface object stored by this TransformationsListModel object at the specified index. |
int |
getSize()
Returns the total number of transformations applied to the AbstractSurface object stored by this TransformationsListModel object. |
| Methods inherited from class javax.swing.AbstractListModel |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TransformationsListModel(AbstractSurface surface)
| Method Detail |
public java.lang.Object getElementAt(int index)
getElementAt in interface javax.swing.ListModelpublic int getSize()
getSize in interface javax.swing.ListModelpublic void eventFired(Event event)
eventFired in interface EventListener
|
Rings Version 0.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||