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.Action
An action to add checkbox menu items to tree table popups.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSelected()
Determine if the checkbox should be selected.
-