Class FlagListPanel
- java.lang.Object
-
- org.bidib.wizard.mvc.main.view.panel.FlagListPanel
-
- All Implemented Interfaces:
TabPanelProvider,ChangeLabelSupport
public class FlagListPanel extends Object implements TabPanelProvider, ChangeLabelSupport
-
-
Constructor Summary
Constructors Constructor Description FlagListPanel(FlagPanelController flagsPanelController, MainModel mainModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchangeLabel(org.bidib.wizard.common.script.node.types.TargetType portType)JPanelgetComponent()voidnodeChanged()protected voidrefreshFlags()voidrefreshView()
-
-
-
Constructor Detail
-
FlagListPanel
public FlagListPanel(FlagPanelController flagsPanelController, MainModel mainModel)
-
-
Method Detail
-
getComponent
public JPanel getComponent()
- Specified by:
getComponentin interfaceTabPanelProvider
-
changeLabel
public void changeLabel(org.bidib.wizard.common.script.node.types.TargetType portType)
- Specified by:
changeLabelin interfaceChangeLabelSupport
-
nodeChanged
public void nodeChanged()
-
refreshFlags
protected void refreshFlags()
-
refreshView
public void refreshView()
-
-