artisynth.core.driver
Class SelectComponentPanelHandler

java.lang.Object
  extended by artisynth.core.driver.SelectComponentPanelHandler

public class SelectComponentPanelHandler
extends java.lang.Object

Create a class that handles selecting components through a panel in the main frame. The panel always specifies the last selected component and allows for component selection.


Constructor Summary
SelectComponentPanelHandler(Main parent, MainFrame theFrame)
           
 
Method Summary
 void clear()
           
 void createPanel()
           
 void setComponentFilter(java.lang.Class cls)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectComponentPanelHandler

public SelectComponentPanelHandler(Main parent,
                                   MainFrame theFrame)
Method Detail

setComponentFilter

public void setComponentFilter(java.lang.Class cls)

clear

public void clear()

createPanel

public void createPanel()