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 voidactionPerformed(ActionEvent e)voidaddTabSwitchingSupport(JComponent c)voidfocusGained(FocusEvent e)voidvalueChanged(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:
valueChangedin interfaceListSelectionListener
-
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformedin interfaceActionListener
-
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGainedin interfaceFocusListener- Overrides:
focusGainedin classFocusAdapter
-
addTabSwitchingSupport
public void addTabSwitchingSupport(JComponent c)
-
-