fipaos.platform.dfgui.swing
Class DFGUIFrame.DFGUITreeSelectionListener
- class DFGUIFrame.DFGUITreeSelectionListener
- implements TreeSelectionListener
TreeSelectionListener that is used to disable buttons that are not usable
with selected tree items.
Method Summary |
void | valueChanged(TreeSelectionEvent e) Called whenever the value of the selection changes. |
valueChanged
public void valueChanged(TreeSelectionEvent e)
- Called whenever the value of the selection changes.
Used to update what buttons can be used at what time.
- Parameters:
- e - the event that characterizes the change.