JET

edu.utep.cs.jet.gui.explorer
Interface ExplorerComponent


public interface ExplorerComponent

An interface to the components of the explorer. Each component has a title, an icon, a view, and a tool tip text, and these attributes are used by the explorer to add the component to the explorer pane.

Author:
Yoonsik Cheon

Method Summary
 JComponent getComponent()
          Returns the component.
 Icon getIcon()
          Returns the icon.
 String getTitle()
          Returns the title.
 String getToolTip()
          Returns the tool tip text.
 

Method Detail

getTitle

String getTitle()
Returns the title.


getIcon

Icon getIcon()
Returns the icon.


getComponent

JComponent getComponent()
Returns the component.


getToolTip

String getToolTip()
Returns the tool tip text.


JET

JET is Copyright (C) 2005-2008 by The University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.