Class MeshChooserDialog

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.marginallyclever.ro3.mesh.MeshChooserDialog
All Implemented Interfaces:
ItemAddedListener<Mesh>, ItemRemovedListener<Mesh>, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class MeshChooserDialog extends JPanel implements ItemAddedListener<Mesh>, ItemRemovedListener<Mesh>

The MeshChooserDialog class allows for selecting a Mesh that has been previously loaded by the MeshFactory. This class also provides access to the MeshFactoryDialog for loading additional meshes.

TODO In the future it would be nice to count references and unload it when no longer needed.

See Also: