Package org.compiere.apps
Class TabSwitcher
- java.lang.Object
-
- java.awt.event.FocusAdapter
-
- org.compiere.apps.TabSwitcher
-
- All Implemented Interfaces:
ActionListener
,FocusListener
,EventListener
,ListSelectionListener
public class TabSwitcher extends FocusAdapter implements ActionListener, ListSelectionListener
- Author:
- Gunther Hoppe, 21.08.2005
-
-
Constructor Summary
Constructors Constructor Description TabSwitcher(GridController g, APanel p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent e)
void
addTabSwitchingSupport(JComponent c)
void
focusGained(FocusEvent e)
void
valueChanged(ListSelectionEvent e)
-
Methods inherited from class java.awt.event.FocusAdapter
focusLost
-
-
-
-
Constructor Detail
-
TabSwitcher
public TabSwitcher(GridController g, APanel p)
-
-
Method Detail
-
valueChanged
public void valueChanged(ListSelectionEvent e)
- Specified by:
valueChanged
in interfaceListSelectionListener
-
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interfaceActionListener
-
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained
in interfaceFocusListener
- Overrides:
focusGained
in classFocusAdapter
-
addTabSwitchingSupport
public void addTabSwitchingSupport(JComponent c)
-
-