Package hec.gui
Interface PanelSelectorCard
- All Known Implementing Classes:
AbstractEditorPanel
,AbstractEditorPanel
,SelectorEditorPanel
,StreamConversionPanel
,StreamStationingPanel
,TimeZonePanel
public interface PanelSelectorCard
Type of JPanel that can be added to the hec.client.PanelSelector as a card.
This interface must only be used for classes that extend JPanel!
-
Method Summary
Modifier and TypeMethodDescriptionGets the Tabname attribute of the PanelSelectorCard object
-
Method Details
-
getTabname
String getTabname()Gets the Tabname attribute of the PanelSelectorCard object- Returns:
- The Tabname value
-