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 Summary
Modifier and TypeMethodDescriptionstatic void
showCannotConfigEnemies
(JFrame owner) static void
showCannotEditWhileDone
(JFrame owner) static void
showCannotViewHidden
(JFrame owner) static void
showExceedC3Capacity
(JFrame owner) static void
showForceNoAttachSubForce
(JFrame owner) static void
showHeatTracking
(JFrame owner) static void
showLoadOnlyAllied
(JFrame owner) static void
showNoDualLoad
(JFrame owner) static void
showNoDualTow
(JFrame owner) static void
showNoSuchBay
(JFrame owner) static void
showOnlyC3M
(JFrame owner) static void
showOnlyEmptyForce
(JFrame owner) static void
showOnlyEntityOrForce
(JFrame owner) static void
showOnlyFighter
(JFrame owner) static void
showOnlyMeks
(JFrame owner) static void
showOnlyOwnBot
(JFrame owner) static void
static void
showOnlyTeam
(JFrame owner) static void
showOnlyTeammate
(JFrame owner) static void
showSameC3
(JFrame owner) static void
showSBFConversion
(JFrame owner) static void
showSingleOwnerRequired
(JFrame owner) static void
showSingleUnit
(JFrame owner, String action) static void
showSquadronTooMany
(JFrame owner) static void
showTenUnits
(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
-