Package jadex.commons.gui.jtreetable
Interface TreeTableAction
- 
- All Superinterfaces:
- javax.swing.Action,- java.awt.event.ActionListener,- java.util.EventListener
 - All Known Implementing Classes:
- AbstractTreeTableAction
 
 public interface TreeTableAction extends javax.swing.ActionAn action to add checkbox menu items to tree table popups.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSelected()Determine if the checkbox should be selected.
 
-