Interface MainMenuListener
-
- All Known Implementing Classes:
DefaultMainMenuListener
public interface MainMenuListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidabout()Show about dialog.voidallBoosterOff()Switch all booster off.voidallBoosterOn()Switch all booster on.voidbackupAllNodes()Backup all nodes.voidboosterTable()Open the booster table.voidcheckForUpdates()Check for updates of the wizard.voidcollectLogFiles()Collect the logfilesvoidconnect()Disconnect to BiDiB.voidconsole()Open the console.voiddccAdv()Open the DCC-A panel.voiddebugConsole()Open the debug console panel.voiddebugInterface()Open the debug interface panel.voiddisconnect()Disconnect from BiDiB.voiddiscoverySingleListServices()List discovered bonjour services.voidexit()Exit the application.voidfeedbackPositionTable()Open the feedback position table.voidlistenNetBidib()Listen for netBiDiB.voidnetDebug()Open the netDebug panel.voidnodeScriptView()Open the node script editor.voidpingTable()Open the ping table.voidpreferences()Open the preferences.voidsaveNodeTreeForComparison()Save the current node tree for comparison purposes.voidsaveNodeTreeForSimulation()Save the current node tree as simulation.voidshowCarDialog()Show the car dialog.voidshowFirmwareArchiveValidationView()Show the firmware archive validation view.voidshowFirmwareRepo()Show the firmware repo.voidshowLocalHostClient()Show the localHost client.voidshowLocoDialog()Show the loco dialog.voidshowNodesClient()Show the nodes client.voidshowNodeScriptWizard()Show the node script wizard.voidshowRxTxLoggerView()Open the RXTX log panel.voidshowScriptClient()Show the script client.voidshowWorkItemList()Show the workItem list.
-
-
-
Method Detail
-
about
void about()
Show about dialog.
-
connect
void connect()
Disconnect to BiDiB.
-
disconnect
void disconnect()
Disconnect from BiDiB.
-
listenNetBidib
void listenNetBidib()
Listen for netBiDiB.
-
allBoosterOff
void allBoosterOff()
Switch all booster off.
-
allBoosterOn
void allBoosterOn()
Switch all booster on.
-
exit
void exit()
Exit the application.
-
preferences
void preferences()
Open the preferences.
-
checkForUpdates
void checkForUpdates()
Check for updates of the wizard.
-
collectLogFiles
void collectLogFiles()
Collect the logfiles
-
showRxTxLoggerView
void showRxTxLoggerView()
Open the RXTX log panel.
-
boosterTable
void boosterTable()
Open the booster table.
-
pingTable
void pingTable()
Open the ping table.
-
console
void console()
Open the console.
-
nodeScriptView
void nodeScriptView()
Open the node script editor.
-
debugInterface
void debugInterface()
Open the debug interface panel.
-
netDebug
void netDebug()
Open the netDebug panel.
-
debugConsole
void debugConsole()
Open the debug console panel.
-
dccAdv
void dccAdv()
Open the DCC-A panel.
-
showNodeScriptWizard
void showNodeScriptWizard()
Show the node script wizard.
-
feedbackPositionTable
void feedbackPositionTable()
Open the feedback position table.
-
showFirmwareRepo
void showFirmwareRepo()
Show the firmware repo.
-
showNodesClient
void showNodesClient()
Show the nodes client.
-
showScriptClient
void showScriptClient()
Show the script client.
-
showLocalHostClient
void showLocalHostClient()
Show the localHost client.
-
showLocoDialog
void showLocoDialog()
Show the loco dialog.
-
showCarDialog
void showCarDialog()
Show the car dialog.
-
saveNodeTreeForSimulation
void saveNodeTreeForSimulation()
Save the current node tree as simulation.
-
backupAllNodes
void backupAllNodes()
Backup all nodes.
-
saveNodeTreeForComparison
void saveNodeTreeForComparison()
Save the current node tree for comparison purposes.
-
discoverySingleListServices
void discoverySingleListServices()
List discovered bonjour services.
-
showWorkItemList
void showWorkItemList()
Show the workItem list.
-
showFirmwareArchiveValidationView
void showFirmwareArchiveValidationView()
Show the firmware archive validation view.
-
-