Class TabSwitcherProxy
- java.lang.Object
-
- org.apache.lucene.luke.app.desktop.components.TabSwitcherProxy
-
public class TabSwitcherProxy extends Object
An utility class for switching tabs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTabSwitcherProxy.TabSwitchertab switcher
-
Constructor Summary
Constructors Constructor Description TabSwitcherProxy()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TabSwitcherProxygetInstance()voidset(TabSwitcherProxy.TabSwitcher switcher)voidswitchTab(TabbedPaneProvider.Tab tab)
-
-
-
Method Detail
-
getInstance
public static TabSwitcherProxy getInstance()
-
set
public void set(TabSwitcherProxy.TabSwitcher switcher)
-
switchTab
public void switchTab(TabbedPaneProvider.Tab tab)
-
-