Class MenusMaschine
- java.lang.Object
-
- de.desy.mst.libs.framework.mstapp.menu.MenusMaschine
-
- All Implemented Interfaces:
IMaschinenKonfigurationObserver
,IMaschineObserver
public class MenusMaschine extends java.lang.Object implements IMaschineObserver, IMaschinenKonfigurationObserver
-
-
Constructor Summary
Constructors Constructor Description MenusMaschine(IMstAppKernel mstApp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
anzahlEnabledMaschines()
javax.swing.JMenu
createJMenuMaschine()
javax.swing.ButtonGroup
getButtonGroupMaschine()
javax.swing.JMenu
getJMenuMaschine()
javax.swing.JRadioButtonMenuItem[]
getJRadioButtonMenuItemMaschine()
void
onMaschineChange(Maschine neueMaschine)
Wird gerufen, wenn sich die Maschine aendertvoid
onMaschinenKonfigurationChange(MaschinenKonfiguration neueMaschinenKonfiguration)
Wird gerufen, wenn sich die Maschine aendert
-
-
-
Constructor Detail
-
MenusMaschine
public MenusMaschine(IMstAppKernel mstApp)
-
-
Method Detail
-
anzahlEnabledMaschines
public int anzahlEnabledMaschines()
-
getJRadioButtonMenuItemMaschine
public javax.swing.JRadioButtonMenuItem[] getJRadioButtonMenuItemMaschine()
-
getButtonGroupMaschine
public javax.swing.ButtonGroup getButtonGroupMaschine()
-
onMaschineChange
public void onMaschineChange(Maschine neueMaschine)
Description copied from interface:IMaschineObserver
Wird gerufen, wenn sich die Maschine aendert- Specified by:
onMaschineChange
in interfaceIMaschineObserver
-
onMaschinenKonfigurationChange
public void onMaschinenKonfigurationChange(MaschinenKonfiguration neueMaschinenKonfiguration)
Description copied from interface:IMaschinenKonfigurationObserver
Wird gerufen, wenn sich die Maschine aendert- Specified by:
onMaschinenKonfigurationChange
in interfaceIMaschinenKonfigurationObserver
-
getJMenuMaschine
public javax.swing.JMenu getJMenuMaschine()
-
createJMenuMaschine
public javax.swing.JMenu createJMenuMaschine()
-
-