© 2006-2007 ETH Zurich

org.ximtec.igesture.tool.core
Interface TabbedView

All Known Subinterfaces:
IAdminView, IBatchView, ITestBenchView, ITestSetView
All Known Implementing Classes:
AdminView, BatchView, CompositeView, TestbenchView, TestSetView, WelcomeView

public interface TabbedView

Tabbed view interface to be implemented by the different tab views.

Version:
1.0 23.03.2008
Author:
Ueli Kurmann, igesture@uelikurmann.ch, Beat Signer, signer@inf.ethz.ch

Method Summary
 Icon getIcon()
          Returns the icon of the tab.
 JComponent getPane()
          Returns the pane of the tab.
 String getTabName()
          Returns the name of the tab.
 

Method Detail

getTabName

String getTabName()
Returns the name of the tab. This name is used as the tab name.

Returns:
the name of the tab. This name is used as the tab name.

getIcon

Icon getIcon()
Returns the icon of the tab. This icon is used in the tab browser.

Returns:
the icon of the tab. This icon is used in the tab browser.

getPane

JComponent getPane()
Returns the pane of the tab. This JComponent represents the content of the pane.

Returns:
the pane of the tab. This JComponent represents the content of the pane.

© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.