net.sf.j3d.threeD.raytracer.util
Class Editable.Selection

java.lang.Object
  extended by net.sf.j3d.threeD.raytracer.util.Editable.Selection
Enclosing interface:
Editable

public static class Editable.Selection
extends Object

An Editable.Selection object stores a set of options and a selection.


Constructor Summary
Editable.Selection(String[] options)
           
 
Method Summary
 String[] getOptions()
           
 int getSelected()
           
 void setSelected(int index)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Editable.Selection

public Editable.Selection(String[] options)
Method Detail

getOptions

public String[] getOptions()

setSelected

public void setSelected(int index)

getSelected

public int getSelected()

toString

public String toString()
Overrides:
toString in class Object