Class LobbyErrors
java.lang.Object
megamek.client.ui.panels.phaseDisplay.lobby.LobbyErrors
Contains static methods that show common info/error messages for the lobby.
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidshowCannotConfigEnemies(JFrame owner) static voidshowCannotEditWhileDone(JFrame owner) static voidshowCannotViewHidden(JFrame owner) static voidshowExceedC3Capacity(JFrame owner) static voidshowForceNoAttachSubForce(JFrame owner) static voidshowHeatTracking(JFrame owner) static voidshowLoadOnlyAllied(JFrame owner) static voidshowNoDualLoad(JFrame owner) static voidshowNoDualTow(JFrame owner) static voidshowNoSuchBay(JFrame owner) static voidshowOnlyC3M(JFrame owner) static voidshowOnlyEmptyForce(JFrame owner) static voidshowOnlyEntityOrForce(JFrame owner) static voidshowOnlyFighter(JFrame owner) static voidshowOnlyMeks(JFrame owner) static voidshowOnlyOwnBot(JFrame owner) static voidstatic voidshowOnlyTeam(JFrame owner) static voidshowOnlyTeammate(JFrame owner) static voidshowSameC3(JFrame owner) static voidshowSBFConversion(JFrame owner) static voidshowSingleOwnerRequired(JFrame owner) static voidshowSingleUnit(JFrame owner, String action) static voidshowSquadronTooMany(JFrame owner) static voidshowTenUnits(JFrame owner) 
- 
Method Details- 
showOnlyOwnBot
- 
showOnlySingleEntityOrForce
- 
showSingleOwnerRequired
- 
showForceNoAttachSubForce
- 
showOnlyTeam
- 
showOnlyC3M
- 
showNoDualLoad
- 
showNoDualTow
- 
showNoSuchBay
- 
showSquadronTooMany
- 
showOnlyFighter
- 
showLoadOnlyAllied
- 
showExceedC3Capacity
- 
showSameC3
- 
showCannotConfigEnemies
- 
showCannotViewHidden
- 
showSingleUnit
- 
showTenUnits
- 
showHeatTracking
- 
showOnlyMeks
- 
showOnlyTeammate
- 
showOnlyEntityOrForce
- 
showOnlyEmptyForce
- 
showSBFConversion
- 
showCannotEditWhileDone
 
-