Class TabbedPaneProvider
- java.lang.Object
-
- org.apache.lucene.luke.app.desktop.components.TabbedPaneProvider
-
- All Implemented Interfaces:
TabSwitcherProxy.TabSwitcher
public final class TabbedPaneProvider extends Object implements TabSwitcherProxy.TabSwitcher
Provider of the Tabbed pane
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTabbedPaneProvider.Tabtabs in the main frame
-
Constructor Summary
Constructors Constructor Description TabbedPaneProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JTabbedPaneget()voidswitchTab(TabbedPaneProvider.Tab tab)
-
-
-
Constructor Detail
-
TabbedPaneProvider
public TabbedPaneProvider() throws IOException- Throws:
IOException
-
-
Method Detail
-
get
public JTabbedPane get()
-
switchTab
public void switchTab(TabbedPaneProvider.Tab tab)
- Specified by:
switchTabin interfaceTabSwitcherProxy.TabSwitcher
-
-