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
 voidvalueChanged(TreeSelectionEvent e)
          Called whenever the value of the selection changes.

Method Detail

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.