com.mindfusion.diagramming
Class LayerListViewAdapter

java.lang.Object
  extended by com.mindfusion.diagramming.LayerListViewAdapter
All Implemented Interfaces:
LayerListViewListener, java.util.EventListener

public class LayerListViewAdapter
extends java.lang.Object
implements LayerListViewListener


Constructor Summary
LayerListViewAdapter()
           
 
Method Summary
 void addButtonClick(ValidationEvent e)
           
 void removeButtonClick(ValidationEvent e)
           
 void selectedItemChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayerListViewAdapter

public LayerListViewAdapter()
Method Detail

selectedItemChanged

public void selectedItemChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
selectedItemChanged in interface LayerListViewListener

addButtonClick

public void addButtonClick(ValidationEvent e)
Specified by:
addButtonClick in interface LayerListViewListener

removeButtonClick

public void removeButtonClick(ValidationEvent e)
Specified by:
removeButtonClick in interface LayerListViewListener