Interface TabVisibilityProvider
-
- All Known Implementing Classes:
AccessoryListPanel,AnalogPortListPanel,BacklightPortListPanel,BoosterPanel,FeedbackPortListPanel,FeedbackPositionListPanel,GlobalDetectorPanel,InputPortListPanel,LightPortListPanel,MacroListPanel,MotorPortListPanel,ReverserPanel,ServoPortListPanel,SoundPortListPanel,SwitchPairPortListPanel,SwitchPortListPanel
public interface TabVisibilityProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JPanelgetComponent()booleanisTabVisible()
-
-
-
Method Detail
-
isTabVisible
boolean isTabVisible()
- Returns:
- the tab visible state.
-
getComponent
JPanel getComponent()
- Returns:
- the visible component of the tab
-
-