Serialized Form
-
Package megameklab.ui
-
Class megameklab.ui.MegaMekLabMainUI
class MegaMekLabMainUI extends JFrame implements Serializable-
Serialized Fields
-
configPane
EnhancedTabbedPane configPane
-
entity
megamek.common.Entity entity
-
fileName
String fileName
-
mmlMenuBar
MenuBar mmlMenuBar
-
originalName
String originalName
-
refreshRequired
boolean refreshRequired
-
tabOwner
MegaMekLabTabbedUI tabOwner
-
-
-
Class megameklab.ui.MegaMekLabTabbedUI
class MegaMekLabTabbedUI extends JFrame implements Serializable-
Serialized Fields
-
menuBar
MenuBar menuBar
-
tabs
EnhancedTabbedPane tabs
-
-
-
Class megameklab.ui.MenuBar
class MenuBar extends JMenuBar implements Serializable-
Serialized Fields
-
fileMenu
JMenu fileMenu
-
fileSaver
MegaMekLabFileSaver fileSaver
-
loadImageFileChooser
MMLFileChooser loadImageFileChooser
-
loadUnitFileChooser
MMLFileChooser loadUnitFileChooser
-
owner
MenuBarOwner owner
-
resources
ResourceBundle resources
-
-
-
Class megameklab.ui.StartupGUI
class StartupGUI extends megamek.client.ui.swing.widget.SkinnedJPanel implements Serializable
-
-
Package megameklab.ui.battleArmor
-
Class megameklab.ui.battleArmor.BABuildTab
class BABuildTab extends ITab implements Serializable-
Serialized Fields
-
buildView
BABuildView buildView
-
critPanel
Box critPanel
Panel for displaying the critical trees for each trooper in the squad. -
critViews
ArrayList<BACriticalView> critViews
-
refresh
RefreshListener refresh
-
-
-
Class megameklab.ui.battleArmor.BABuildView
class BABuildView extends IView implements Serializable-
Serialized Fields
-
equipmentList
CriticalTableModel equipmentList
-
equipmentScroll
JScrollPane equipmentScroll
-
equipmentTable
JTable equipmentTable
-
mainPanel
JPanel mainPanel
-
masterEquipmentList
Vector<megamek.common.Mounted<?>> masterEquipmentList
-
-
-
Class megameklab.ui.battleArmor.BAChassisView
class BAChassisView extends BuildView implements Serializable-
Serialized Fields
-
cbChassisType
JComboBox<String> cbChassisType
-
cbTurretType
JComboBox<String> cbTurretType
-
cbWeightClass
CustomComboBox<Integer> cbWeightClass
-
chkExoskeleton
JCheckBox chkExoskeleton
-
chkHarjel
JCheckBox chkHarjel
-
listeners
List<BABuildListener> listeners
-
spnSquadSize
JSpinner spnSquadSize
-
spnTurretSize
JSpinner spnTurretSize
-
spnTurretSizeModel
SpinnerNumberModel spnTurretSizeModel
-
techManager
megamek.common.ITechManager techManager
-
-
-
Class megameklab.ui.battleArmor.BACriticalView
class BACriticalView extends IView implements Serializable-
Serialized Fields
-
bodyPanel
Box bodyPanel
-
critSuit
BACriticalSuit critSuit
-
leftArmPanel
Box leftArmPanel
-
refresh
RefreshListener refresh
-
rightArmPanel
Box rightArmPanel
-
showEmpty
boolean showEmpty
-
trooper
int trooper
The trooper in the squad this CriticalView is for. -
turretPanel
Box turretPanel
-
weightLabel
JLabel weightLabel
-
-
-
Class megameklab.ui.battleArmor.BAEnhancementView
class BAEnhancementView extends BuildView implements Serializable-
Serialized Fields
-
chkJumpBooster
JCheckBox chkJumpBooster
-
chkMechJumpBooster
JCheckBox chkMechJumpBooster
-
chkMyomerBooster
JCheckBox chkMyomerBooster
-
chkPartialWing
JCheckBox chkPartialWing
-
ignoreEvents
boolean ignoreEvents
-
jumpBooster
megamek.common.EquipmentType jumpBooster
-
listeners
List<BABuildListener> listeners
-
mechJumpBooster
megamek.common.EquipmentType mechJumpBooster
-
myomerBooster
megamek.common.EquipmentType myomerBooster
-
partialWing
megamek.common.EquipmentType partialWing
-
-
-
Class megameklab.ui.battleArmor.BAEquipmentTab
class BAEquipmentTab extends AbstractEquipmentTab implements Serializable -
Class megameklab.ui.battleArmor.BAEquipmentView
class BAEquipmentView extends IView implements Serializable-
Serialized Fields
-
ADD_COMMAND
String ADD_COMMAND
-
addButton
JButton addButton
-
buttonPanel
JPanel buttonPanel
-
equipmentCombo
JComboBox<megamek.common.EquipmentType> equipmentCombo
-
equipmentList
CriticalTableModel equipmentList
-
equipmentScroll
JScrollPane equipmentScroll
-
equipmentTable
JTable equipmentTable
-
equipmentTypes
Vector<megamek.common.EquipmentType> equipmentTypes
-
mainPanel
JPanel mainPanel
-
masterEquipmentList
Vector<megamek.common.EquipmentType> masterEquipmentList
-
refresh
RefreshListener refresh
-
REMOVE_COMMAND
String REMOVE_COMMAND
-
REMOVEALL_COMMAND
String REMOVEALL_COMMAND
-
removeAllButton
JButton removeAllButton
-
removeButton
JButton removeButton
-
rightPanel
JPanel rightPanel
-
topPanel
JPanel topPanel
-
-
-
Class megameklab.ui.battleArmor.BAMainUI
class BAMainUI extends MegaMekLabMainUI implements Serializable-
Serialized Fields
-
buildTab
BABuildTab buildTab
-
equipTab
BAEquipmentTab equipTab
-
floatingEquipmentDatabase
FloatingEquipmentDatabaseDialog floatingEquipmentDatabase
-
fluffTab
FluffTab fluffTab
-
quirksTab
QuirksTab quirksTab
-
statusbar
BAStatusBar statusbar
-
structureTab
BAStructureTab structureTab
-
-
-
Class megameklab.ui.battleArmor.BAStatusBar
class BAStatusBar extends StatusBar implements Serializable -
Class megameklab.ui.battleArmor.BAStructureTab
class BAStructureTab extends ITab implements Serializable-
Serialized Fields
-
iconView
IconView iconView
-
labelSize
Dimension labelSize
-
lblSize
JLabel lblSize
-
leftManipulatorSelect
CustomComboBox<String> leftManipulatorSelect
-
panArmor
BAProtoArmorView panArmor
-
panBasicInfo
BasicInfoView panBasicInfo
-
panChassis
BAChassisView panChassis
-
panEnhancements
BAEnhancementView panEnhancements
-
panMovement
MovementView panMovement
-
previewTab
PreviewTab previewTab
-
refresh
RefreshListener refresh
-
rightManipulatorSelect
CustomComboBox<String> rightManipulatorSelect
-
spnLeftManipulatorSize
JSpinner spnLeftManipulatorSize
-
spnLeftManipulatorSizeModel
SpinnerNumberModel spnLeftManipulatorSizeModel
-
spnRightManipulatorSize
JSpinner spnRightManipulatorSize
-
spnRightManipulatorSizeModel
SpinnerNumberModel spnRightManipulatorSizeModel
-
-
-
-
Package megameklab.ui.combatVehicle
-
Class megameklab.ui.combatVehicle.CVBuildTab
class CVBuildTab extends ITab implements Serializable-
Serialized Fields
-
autoFillButton
JButton autoFillButton
-
AUTOFILLCOMMAND
String AUTOFILLCOMMAND
-
critView
CVCriticalView critView
-
refresh
RefreshListener refresh
-
resetButton
JButton resetButton
-
RESETCOMMAND
String RESETCOMMAND
-
unallocatedView
UnallocatedView unallocatedView
-
-
-
Class megameklab.ui.combatVehicle.CVChassisView
class CVChassisView extends BuildView implements Serializable-
Serialized Fields
-
cbEngine
TechComboBox<megamek.common.Engine> cbEngine
-
cbMotiveType
CustomComboBox<megamek.common.EntityMovementMode> cbMotiveType
-
cbTurrets
CustomComboBox<Integer> cbTurrets
-
chkControlSystems
JCheckBox chkControlSystems
-
chkOmni
JCheckBox chkOmni
-
chkSuperheavy
JCheckBox chkSuperheavy
-
chkTrailer
JCheckBox chkTrailer
-
engineRating
int engineRating
-
isTrailer
boolean isTrailer
-
listeners
List<CVBuildListener> listeners
-
motiveNames
Map<megamek.common.EntityMovementMode,
String> motiveNames -
NO_ENGINE
megamek.common.Engine NO_ENGINE
-
omniComponents
List<JComponent> omniComponents
-
spnChassisTurret2Wt
JSpinner spnChassisTurret2Wt
-
spnChassisTurretWt
JSpinner spnChassisTurretWt
-
spnExtraSeats
JSpinner spnExtraSeats
-
spnTonnage
JSpinner spnTonnage
-
spnTonnageModel
SpinnerNumberModel spnTonnageModel
-
spnTurret2WtModel
SpinnerNumberModel spnTurret2WtModel
-
spnTurretWtModel
SpinnerNumberModel spnTurretWtModel
-
techManager
megamek.common.ITechManager techManager
-
turretNames
String[] turretNames
-
-
-
Class megameklab.ui.combatVehicle.CVCriticalView
class CVCriticalView extends IView implements Serializable-
Serialized Fields
-
bodyPanel
JPanel bodyPanel
-
dualTurretPanel
JPanel dualTurretPanel
-
frontPanel
JPanel frontPanel
-
leftPanel
JPanel leftPanel
-
middlePanel2
Box middlePanel2
-
rearLeftPanel
JPanel rearLeftPanel
-
rearPanel
JPanel rearPanel
-
rearRightPanel
JPanel rearRightPanel
-
refresh
RefreshListener refresh
-
rightPanel
JPanel rightPanel
-
rotorPanel
JPanel rotorPanel
-
superHvyLocations
Map<Integer,
JComponent> superHvyLocations -
tankLocations
Map<Integer,
JComponent> tankLocations -
turretPanel
JPanel turretPanel
-
vtolLocations
Map<Integer,
JComponent> vtolLocations
-
-
-
Class megameklab.ui.combatVehicle.CVEquipmentTab
class CVEquipmentTab extends AbstractEquipmentTab implements Serializable -
Class megameklab.ui.combatVehicle.CVEquipmentView
class CVEquipmentView extends IView implements Serializable-
Serialized Fields
-
ADD_COMMAND
String ADD_COMMAND
-
addButton
JButton addButton
-
buttonPanel
JPanel buttonPanel
-
equipmentCombo
JComboBox<megamek.common.EquipmentType> equipmentCombo
-
equipmentList
CriticalTableModel equipmentList
-
equipmentScroll
JScrollPane equipmentScroll
-
equipmentTable
JTable equipmentTable
-
equipmentTypes
Vector<megamek.common.EquipmentType> equipmentTypes
-
masterEquipmentList
Vector<megamek.common.EquipmentType> masterEquipmentList
-
refresh
RefreshListener refresh
-
REMOVE_COMMAND
String REMOVE_COMMAND
-
REMOVEALL_COMMAND
String REMOVEALL_COMMAND
-
removeAllButton
JButton removeAllButton
-
removeButton
JButton removeButton
-
rightPanel
JPanel rightPanel
-
topPanel
JPanel topPanel
-
-
-
Class megameklab.ui.combatVehicle.CVMainUI
class CVMainUI extends MegaMekLabMainUI implements Serializable-
Serialized Fields
-
buildTab
CVBuildTab buildTab
-
equipmentTab
AbstractEquipmentTab equipmentTab
-
floatingEquipmentDatabase
FloatingEquipmentDatabaseDialog floatingEquipmentDatabase
-
fluffTab
FluffTab fluffTab
-
previewTab
PreviewTab previewTab
-
quirksTab
QuirksTab quirksTab
-
statusbar
CVStatusBar statusbar
-
structureTab
CVStructureTab structureTab
-
-
-
Class megameklab.ui.combatVehicle.CVStatusBar
class CVStatusBar extends StatusBar implements Serializable -
Class megameklab.ui.combatVehicle.CVStructureTab
class CVStructureTab extends ITab implements Serializable-
Serialized Fields
-
iconView
IconView iconView
-
masterPanel
JPanel masterPanel
-
panArmor
MVFArmorView panArmor
-
panArmorAllocation
ArmorAllocationView panArmorAllocation
-
panBasicInfo
BasicInfoView panBasicInfo
-
panChassis
CVChassisView panChassis
-
panMovement
MovementView panMovement
-
panPatchwork
PatchworkArmorView panPatchwork
-
panSummary
SummaryView panSummary
-
panTransport
CVTransportView panTransport
-
refresh
RefreshListener refresh
-
-
-
Class megameklab.ui.combatVehicle.CVTransportView
class CVTransportView extends TransportView implements Serializable-
Serialized Fields
-
listeners
List<CVBuildListener> listeners
-
-
-
Class megameklab.ui.combatVehicle.CVWeaponView
class CVWeaponView extends IView implements Serializable-
Serialized Fields
-
ARTILLERY_AMMO_ADD_COMMAND
String ARTILLERY_AMMO_ADD_COMMAND
-
ARTILLERY_WEAPON_ADD_COMMAND
String ARTILLERY_WEAPON_ADD_COMMAND
-
artilleryAmmoAddButton
JButton artilleryAmmoAddButton
-
artilleryAmmoCombo
JList<String> artilleryAmmoCombo
-
artilleryAmmoPane
JPanel artilleryAmmoPane
-
artilleryAmmoScroll
JScrollPane artilleryAmmoScroll
-
artilleryPane
JPanel artilleryPane
-
artilleryWeaponAddButton
JButton artilleryWeaponAddButton
-
artilleryWeaponCombo
JList<String> artilleryWeaponCombo
-
artilleryWeaponScroll
JScrollPane artilleryWeaponScroll
-
BALLISTIC_AMMO_ADD_COMMAND
String BALLISTIC_AMMO_ADD_COMMAND
-
BALLISTIC_WEAPON_ADD_COMMAND
String BALLISTIC_WEAPON_ADD_COMMAND
-
ballisticAmmoAddButton
JButton ballisticAmmoAddButton
-
ballisticAmmoCombo
JList<String> ballisticAmmoCombo
-
ballisticAmmoPane
JPanel ballisticAmmoPane
-
ballisticAmmoScroll
JScrollPane ballisticAmmoScroll
-
ballisticPane
JPanel ballisticPane
-
ballisticWeaponAddButton
JButton ballisticWeaponAddButton
-
ballisticWeaponCombo
JList<String> ballisticWeaponCombo
-
ballisticWeaponScroll
JScrollPane ballisticWeaponScroll
-
buttonPanel
JPanel buttonPanel
-
equipmentScroll
JScrollPane equipmentScroll
-
equipmentTable
JTable equipmentTable
-
LASER_AMMO_ADD_COMMAND
String LASER_AMMO_ADD_COMMAND
-
LASER_WEAPON_ADD_COMMAND
String LASER_WEAPON_ADD_COMMAND
-
laserAmmoAddButton
JButton laserAmmoAddButton
-
laserAmmoCombo
JList<String> laserAmmoCombo
-
laserAmmoPane
JPanel laserAmmoPane
-
laserAmmoScroll
JScrollPane laserAmmoScroll
-
laserPane
JPanel laserPane
-
laserWeaponAddButton
JButton laserWeaponAddButton
-
laserWeaponCombo
JList<String> laserWeaponCombo
-
laserWeaponScroll
JScrollPane laserWeaponScroll
-
leftPanel
JTabbedPane leftPanel
-
mainPanel
JPanel mainPanel
-
masterArtilleryWeaponList
Vector<megamek.common.EquipmentType> masterArtilleryWeaponList
-
masterBallisticWeaponList
Vector<megamek.common.EquipmentType> masterBallisticWeaponList
-
masterLaserWeaponList
Vector<megamek.common.EquipmentType> masterLaserWeaponList
-
masterMissileWeaponList
Vector<megamek.common.EquipmentType> masterMissileWeaponList
-
masterPhysicalWeaponList
Vector<megamek.common.EquipmentType> masterPhysicalWeaponList
-
MISSILE_AMMO_ADD_COMMAND
String MISSILE_AMMO_ADD_COMMAND
-
MISSILE_WEAPON_ADD_COMMAND
String MISSILE_WEAPON_ADD_COMMAND
-
missileAmmoAddButton
JButton missileAmmoAddButton
-
missileAmmoCombo
JList<String> missileAmmoCombo
-
missileAmmoPane
JPanel missileAmmoPane
-
missileAmmoScroll
JScrollPane missileAmmoScroll
-
missilePane
JPanel missilePane
-
missileWeaponAddButton
JButton missileWeaponAddButton
-
missileWeaponCombo
JList<String> missileWeaponCombo
-
missileWeaponScroll
JScrollPane missileWeaponScroll
-
refresh
RefreshListener refresh
-
REMOVE_ALL_COMMAND
String REMOVE_ALL_COMMAND
-
REMOVE_COMMAND
String REMOVE_COMMAND
-
removeAllButton
JButton removeAllButton
-
removeButton
JButton removeButton
-
rightPanel
JPanel rightPanel
-
subArtilleryAmmoList
Vector<megamek.common.EquipmentType> subArtilleryAmmoList
-
subArtilleryWeaponList
Vector<megamek.common.EquipmentType> subArtilleryWeaponList
-
subBallisticAmmoList
Vector<megamek.common.EquipmentType> subBallisticAmmoList
-
subBallisticWeaponList
Vector<megamek.common.EquipmentType> subBallisticWeaponList
-
subLaserAmmoList
Vector<megamek.common.EquipmentType> subLaserAmmoList
-
subLaserWeaponList
Vector<megamek.common.EquipmentType> subLaserWeaponList
-
subMissileAmmoList
Vector<megamek.common.EquipmentType> subMissileAmmoList
-
subMissileWeaponList
Vector<megamek.common.EquipmentType> subMissileWeaponList
-
weaponList
CriticalTableModel weaponList
-
-
-
-
Package megameklab.ui.dialog
-
Class megameklab.ui.dialog.AbstractMMLButtonDialog
class AbstractMMLButtonDialog extends megamek.client.ui.baseComponents.AbstractButtonDialog implements Serializable -
Class megameklab.ui.dialog.AbstractMMLDialog
class AbstractMMLDialog extends megamek.client.ui.baseComponents.AbstractDialog implements Serializable -
Class megameklab.ui.dialog.FloatingEquipmentDatabaseDialog
class FloatingEquipmentDatabaseDialog extends AbstractMMLDialog implements Serializable-
Serialized Fields
-
equipmentDatabase
AbstractEquipmentDatabaseView equipmentDatabase
-
-
-
Class megameklab.ui.dialog.MegaMekLabUnitSelectorDialog
class MegaMekLabUnitSelectorDialog extends megamek.client.ui.swing.dialog.AbstractUnitSelectorDialog implements Serializable-
Serialized Fields
-
allowPickWithoutClose
boolean allowPickWithoutClose
-
chosenEntities
ArrayList<megamek.common.Entity> chosenEntities
-
chosenEntity
megamek.common.Entity chosenEntity
-
closeAction
Action closeAction
-
entityPickCallback
Consumer<MegaMekLabUnitSelectorDialog> entityPickCallback
-
exportToPDFRecordSheetButton
JButton exportToPDFRecordSheetButton
-
printRecordSheetButton
JButton printRecordSheetButton
-
recordSheetContainer
JPanel recordSheetContainer
-
recordSheetPanel
RecordSheetPreviewPanel recordSheetPanel
-
-
-
Class megameklab.ui.dialog.MMLFileChooser
class MMLFileChooser extends JFileChooser implements Serializable -
Class megameklab.ui.dialog.PrintQueueDialog
class PrintQueueDialog extends AbstractMMLButtonDialog implements Serializable-
Serialized Fields
-
addFromCacheButton
JButton addFromCacheButton
-
addFromFileButton
JButton addFromFileButton
-
addPageBreakButton
JButton addPageBreakButton
-
adjustedBvCheck
JCheckBox adjustedBvCheck
-
fromMul
boolean fromMul
-
moveBottomButton
JButton moveBottomButton
-
moveDownButton
JButton moveDownButton
-
moveTopButton
JButton moveTopButton
-
moveUpButton
JButton moveUpButton
-
mulFileName
String mulFileName
-
oneUnitPerSheetCheck
JCheckBox oneUnitPerSheetCheck
-
parent
JFrame parent
-
printToPdf
boolean printToPdf
-
queuedUnitList
JList<String> queuedUnitList
-
removeButton
JButton removeButton
-
saveButton
JButton saveButton
-
units
List<megamek.common.BTObject> units
-
-
-
Class megameklab.ui.dialog.PrintQueueDialog.FixedXYPanel
class FixedXYPanel extends JPanel implements Serializable
-
-
Package megameklab.ui.dialog.settings
-
Class megameklab.ui.dialog.settings.ColorSettingsPanel
class ColorSettingsPanel extends JPanel implements Serializable -
Class megameklab.ui.dialog.settings.MiscSettingsPanel
class MiscSettingsPanel extends JPanel implements Serializable-
Serialized Fields
-
cbMulOpenBehaviour
megamek.client.ui.baseComponents.MMComboBox<MulDndBehaviour> cbMulOpenBehaviour
-
chkSkipSavePrompts
JCheckBox chkSkipSavePrompts
-
chkSummaryFormatTRO
JCheckBox chkSummaryFormatTRO
-
guiScale
JSlider guiScale
-
miscComboBoxRenderer
DefaultListCellRenderer miscComboBoxRenderer
-
startUpMMComboBox
megamek.client.ui.baseComponents.MMComboBox<MMLStartUp> startUpMMComboBox
-
txtUserDir
JTextField txtUserDir
-
-
-
Class megameklab.ui.dialog.settings.SettingsDialog
class SettingsDialog extends AbstractMMLButtonDialog implements Serializable-
Serialized Fields
-
colorPreferences
ColorSettingsPanel colorPreferences
-
exportSettingsPanel
megameklab.ui.dialog.settings.ExportSettingsPanel exportSettingsPanel
-
miscSettingsPanel
MiscSettingsPanel miscSettingsPanel
-
techSettings
TechSettingsPanel techSettings
-
-
-
Class megameklab.ui.dialog.settings.TechSettingsPanel
class TechSettingsPanel extends JPanel implements Serializable
-
-
Package megameklab.ui.fighterAero
-
Class megameklab.ui.fighterAero.ASBuildTab
class ASBuildTab extends ITab implements Serializable-
Serialized Fields
-
buildView
ASBuildView buildView
-
buttonPanel
JPanel buttonPanel
-
critView
ASCriticalView critView
-
mainPanel
JPanel mainPanel
-
refresh
RefreshListener refresh
-
RESET_COMMAND
String RESET_COMMAND
-
resetButton
JButton resetButton
-
-
-
Class megameklab.ui.fighterAero.ASBuildView
class ASBuildView extends IView implements Serializable-
Serialized Fields
-
cth
CriticalTransferHandler cth
-
engineHeatSinkCount
int engineHeatSinkCount
-
equipmentList
CriticalTableModel equipmentList
-
equipmentScroll
JScrollPane equipmentScroll
-
equipmentTable
JTable equipmentTable
-
masterEquipmentList
Vector<megamek.common.Mounted<?>> masterEquipmentList
-
-
-
Class megameklab.ui.fighterAero.ASChassisView
class ASChassisView extends BuildView implements Serializable-
Serialized Fields
-
btnResetChassis
JButton btnResetChassis
-
cbCockpit
CustomComboBox<Integer> cbCockpit
-
cbEngine
TechComboBox<megamek.common.Engine> cbEngine
-
cbFighterType
CustomComboBox<Integer> cbFighterType
-
chkOmni
JCheckBox chkOmni
-
chkVSTOL
JCheckBox chkVSTOL
-
conventional
boolean conventional
-
engineRating
int engineRating
-
fighterTypeNames
String[] fighterTypeNames
-
listeners
List<AeroBuildListener> listeners
-
primitive
boolean primitive
-
spnTonnage
JSpinner spnTonnage
-
spnTonnageModel
SpinnerNumberModel spnTonnageModel
-
techManager
megamek.common.ITechManager techManager
-
txtSI
JTextField txtSI
-
-
-
Class megameklab.ui.fighterAero.ASCriticalView
class ASCriticalView extends IView implements Serializable-
Serialized Fields
-
aftCrits
BAASBMDropTargetCriticalList<String> aftCrits
-
aftSpace
JLabel aftSpace
-
btnCopyLW
JButton btnCopyLW
-
btnCopyRW
JButton btnCopyRW
-
fuselageCrits
BAASBMDropTargetCriticalList<String> fuselageCrits
-
leftSpace
JLabel leftSpace
-
leftWingCrits
BAASBMDropTargetCriticalList<String> leftWingCrits
-
noseCrits
BAASBMDropTargetCriticalList<String> noseCrits
-
noseSpace
JLabel noseSpace
-
refreshListener
RefreshListener refreshListener
-
rightSpace
JLabel rightSpace
-
rightWingCrits
BAASBMDropTargetCriticalList<String> rightWingCrits
-
-
-
Class megameklab.ui.fighterAero.ASEquipmentTab
class ASEquipmentTab extends AbstractEquipmentTab implements Serializable -
Class megameklab.ui.fighterAero.ASMainUI
class ASMainUI extends MegaMekLabMainUI implements Serializable-
Serialized Fields
-
buildTab
ASBuildTab buildTab
-
equipmentTab
AbstractEquipmentTab equipmentTab
-
floatingEquipmentDatabase
FloatingEquipmentDatabaseDialog floatingEquipmentDatabase
-
fluffTab
FluffTab fluffTab
-
previewTab
PreviewTab previewTab
-
quirksTab
QuirksTab quirksTab
-
statusbar
ASStatusBar statusbar
-
structureTab
ASStructureTab structureTab
-
-
-
Class megameklab.ui.fighterAero.ASStatusBar
class ASStatusBar extends StatusBar implements Serializable-
Serialized Fields
-
heat
JLabel heat
-
-
-
Class megameklab.ui.fighterAero.ASStructureTab
class ASStructureTab extends ITab implements Serializable-
Serialized Fields
-
iconView
IconView iconView
-
masterPanel
JPanel masterPanel
-
panArmor
MVFArmorView panArmor
-
panArmorAllocation
ArmorAllocationView panArmorAllocation
-
panChassis
ASChassisView panChassis
-
panFuel
FuelView panFuel
-
panHeat
HeatSinkView panHeat
-
panInfo
BasicInfoView panInfo
-
panMovement
MovementView panMovement
-
panPatchwork
PatchworkArmorView panPatchwork
-
panSummary
SummaryView panSummary
-
panTransport
ASTransportView panTransport
-
refresh
RefreshListener refresh
-
-
-
Class megameklab.ui.fighterAero.ASTransportView
class ASTransportView extends TransportView implements Serializable-
Serialized Fields
-
listeners
List<AeroBuildListener> listeners
-
-
-
-
Package megameklab.ui.generalUnit
-
Class megameklab.ui.generalUnit.AbstractEquipmentTab
class AbstractEquipmentTab extends ITab implements Serializable-
Serialized Fields
-
equipDatabase
AbstractEquipmentDatabaseView equipDatabase
-
loadOutModel
CriticalTableModel loadOutModel
-
loadOutTable
JTable loadOutTable
-
refresh
RefreshListener refresh
-
-
-
Class megameklab.ui.generalUnit.ArmorAllocationView
class ArmorAllocationView extends BuildView implements Serializable-
Serialized Fields
-
btnAutoAllocate
JButton btnAutoAllocate
-
entitytype
long entitytype
-
lblPointsPerTon
JLabel lblPointsPerTon
-
listeners
List<ArmorAllocationListener> listeners
-
locationViews
List<ArmorLocationView> locationViews
-
panLocations
JPanel panLocations
-
resourceMap
ResourceBundle resourceMap
-
showPatchwork
boolean showPatchwork
-
tooltipFormat
String tooltipFormat
-
txtAllocated
JTextField txtAllocated
-
txtMaxPossible
JTextField txtMaxPossible
-
txtPointsPerTon
JTextField txtPointsPerTon
-
txtTotal
JTextField txtTotal
-
txtUnallocated
JTextField txtUnallocated
-
txtWasted
JTextField txtWasted
-
-
-
Class megameklab.ui.generalUnit.ArmorLocationView
class ArmorLocationView extends BuildView implements Serializable-
Serialized Fields
-
hasRear
boolean hasRear
-
lblMaxPoints
JLabel lblMaxPoints
-
lblRear
JLabel lblRear
-
listeners
List<ArmorLocationView.ArmorLocationListener> listeners
-
location
int location
-
maxFormat
String maxFormat
-
maxPoints
Integer maxPoints
-
spnPoints
JSpinner spnPoints
-
spnPointsModel
SpinnerNumberModel spnPointsModel
-
spnPointsRear
JSpinner spnPointsRear
-
spnPointsRearModel
SpinnerNumberModel spnPointsRearModel
-
-
-
Class megameklab.ui.generalUnit.BAProtoArmorView
class BAProtoArmorView extends BuildView implements Serializable-
Serialized Fields
-
btnMaximize
JButton btnMaximize
-
btnUseRemaining
JButton btnUseRemaining
-
cbArmorType
TechComboBox<megamek.common.equipment.ArmorType> cbArmorType
-
etype
long etype
-
listeners
List<ArmorAllocationListener> listeners
-
spnArmorPoints
JSpinner spnArmorPoints
-
spnArmorPointsModel
SpinnerNumberModel spnArmorPointsModel
-
techManager
megamek.common.ITechManager techManager
-
-
-
Class megameklab.ui.generalUnit.BasicInfoView
class BasicInfoView extends BuildView implements Serializable-
Serialized Fields
-
baseTA
megamek.common.TechAdvancement baseTA
-
browseMul
JButton browseMul
-
cbFaction
FactionComboBox cbFaction
-
cbRole
megamek.client.ui.baseComponents.MMComboBox<megamek.common.UnitRole> cbRole
-
cbTechBase
CustomComboBox<Integer> cbTechBase
-
cbTechLevel
JComboBox<String> cbTechLevel
-
lblClanName
JLabel lblClanName
-
lblFaction
JLabel lblFaction
-
lblMulId
JLabel lblMulId
-
listeners
List<BuildListener> listeners
-
prevYear
int prevYear
-
resourceMap
ResourceBundle resourceMap
-
techBaseNames
String[] techBaseNames
-
txtChassis
JTextField txtChassis
-
txtClanName
JTextField txtClanName
-
txtManualBV
IntRangeTextField txtManualBV
-
txtModel
JTextField txtModel
-
txtMulId
IntRangeTextField txtMulId
-
txtSource
JTextField txtSource
-
txtYear
IntRangeTextField txtYear
-
-
-
Class megameklab.ui.generalUnit.BuildView
class BuildView extends JPanel implements Serializable -
Class megameklab.ui.generalUnit.FluffTab
class FluffTab extends ITab implements Serializable-
Serialized Fields
-
btnRemoveFluff
JButton btnRemoveFluff
-
refresh
RefreshListener refresh
-
txtCapabilities
JTextArea txtCapabilities
-
txtDeployment
JTextArea txtDeployment
-
txtHeight
JTextField txtHeight
-
txtHistory
JTextArea txtHistory
-
txtLength
JTextField txtLength
-
txtManufacturer
JTextField txtManufacturer
-
txtNotes
JTextArea txtNotes
-
txtOverview
JTextArea txtOverview
-
txtPrimaryFactory
JTextField txtPrimaryFactory
-
txtUse
JTextField txtUse
-
txtWidth
JTextField txtWidth
-
-
-
Class megameklab.ui.generalUnit.FuelView
class FuelView extends BuildView implements Serializable-
Serialized Fields
-
cbFuelType
CustomComboBox<megamek.common.FuelType> cbFuelType
-
kgScale
boolean kgScale
-
lblBurnDays1G
JLabel lblBurnDays1G
-
lblBurnDays1GText
JLabel lblBurnDays1GText
-
lblBurnDaysMax
JLabel lblBurnDaysMax
-
lblBurnDaysMaxText
JLabel lblBurnDaysMaxText
-
lblFuelPoints
JLabel lblFuelPoints
-
lblTurnsAtMax
JLabel lblTurnsAtMax
-
lblTurnsAtSafe
JLabel lblTurnsAtSafe
-
listeners
List<BuildListener> listeners
-
panBurnDays
Box panBurnDays
-
panFuelType
Box panFuelType
-
panInfoTurns
Box panInfoTurns
-
resourceMap
ResourceBundle resourceMap
-
spnFuel
JSpinner spnFuel
-
spnFuelCapacity
JSpinner spnFuelCapacity
-
spnFuelCapacityModel
SpinnerNumberModel spnFuelCapacityModel
-
spnFuelModel
SpinnerNumberModel spnFuelModel
-
-
-
Class megameklab.ui.generalUnit.HeatSinkView
class HeatSinkView extends BuildView implements Serializable-
Serialized Fields
-
aeroDisplayNames
String[] aeroDisplayNames
-
baseCountModel
SpinnerNumberModel baseCountModel
-
cbHSType
CustomComboBox<Integer> cbHSType
-
chkRiscHeatSinkKit
JCheckBox chkRiscHeatSinkKit
-
countModel
SpinnerNumberModel countModel
-
hasPrototypeDoubles
boolean hasPrototypeDoubles
-
heatSinks
List<megamek.common.EquipmentType> heatSinks
-
isAero
boolean isAero
-
isPrimitive
boolean isPrimitive
-
lblBaseCount
JLabel lblBaseCount
-
lblCritFreeCount
JLabel lblCritFreeCount
-
lblCritFreeText
JLabel lblCritFreeText
-
lblPrototypeCount
JLabel lblPrototypeCount
-
lblRiscHeatSinkKit
JLabel lblRiscHeatSinkKit
-
lblWeightFreeCount
JLabel lblWeightFreeCount
-
lblWeightFreeText
JLabel lblWeightFreeText
-
listeners
List<BuildListener> listeners
-
MekDisplayNames
String[] MekDisplayNames
-
prototypeCountModel
SpinnerNumberModel prototypeCountModel
-
spnBaseCount
JSpinner spnBaseCount
-
spnCount
JSpinner spnCount
-
spnPrototypeCount
JSpinner spnPrototypeCount
-
techManager
megamek.common.ITechManager techManager
-
-
-
Class megameklab.ui.generalUnit.IconView
class IconView extends BuildView implements Serializable -
Class megameklab.ui.generalUnit.MovementView
class MovementView extends BuildView implements Serializable-
Serialized Fields
-
cbJumpType
TechComboBox<megamek.common.EquipmentType> cbJumpType
-
etype
long etype
-
industrial
boolean industrial
-
jumpNames
String[] jumpNames
-
lblJump
JLabel lblJump
-
lblJumpType
JLabel lblJumpType
-
lblMekMechanicalJumpMP
JLabel lblMekMechanicalJumpMP
-
lblRun
JLabel lblRun
-
lblWalk
JLabel lblWalk
-
listeners
List<BuildListener> listeners
-
runNames
String[] runNames
-
spnJump
JSpinner spnJump
-
spnJumpModel
SpinnerNumberModel spnJumpModel
-
spnMekMechanicalJumpModel
SpinnerNumberModel spnMekMechanicalJumpModel
-
spnMekMechanicalJumpMP
JSpinner spnMekMechanicalJumpMP
-
spnWalk
JSpinner spnWalk
-
spnWalkModel
SpinnerNumberModel spnWalkModel
-
techManager
megamek.common.ITechManager techManager
-
txtJumpFinal
JTextField txtJumpFinal
-
txtRunBase
JTextField txtRunBase
-
txtRunFinal
JTextField txtRunFinal
-
txtWalkFinal
JTextField txtWalkFinal
-
walkNames
String[] walkNames
-
-
-
Class megameklab.ui.generalUnit.MVFArmorView
class MVFArmorView extends BuildView implements Serializable-
Serialized Fields
-
btnMaximize
JButton btnMaximize
-
btnUseRemaining
JButton btnUseRemaining
-
cbArmorType
TechComboBox<megamek.common.EquipmentType> cbArmorType
-
cbSVTechRating
CustomComboBox<Integer> cbSVTechRating
-
chkPatchwork
JCheckBox chkPatchwork
-
etype
long etype
-
factorModel
SpinnerNumberModel factorModel
-
industrial
boolean industrial
-
lblArmorTonnage
JLabel lblArmorTonnage
-
listeners
List<ArmorAllocationListener> listeners
-
movementMode
megamek.common.EntityMovementMode movementMode
-
primitive
boolean primitive
-
resourceMap
ResourceBundle resourceMap
-
spnTonnage
JSpinner spnTonnage
-
svLimitedArmor
boolean svLimitedArmor
-
techManager
megamek.common.ITechManager techManager
-
tonnageModel
SpinnerNumberModel tonnageModel
-
-
-
Class megameklab.ui.generalUnit.PatchworkArmorView
class PatchworkArmorView extends BuildView implements Serializable-
Serialized Fields
-
combos
List<TechComboBox<megamek.common.equipment.ArmorType>> combos
-
ignoreEvents
boolean ignoreEvents
-
labels
List<JLabel> labels
-
listeners
List<ArmorAllocationListener> listeners
-
techManager
megamek.common.ITechManager techManager
-
-
-
Class megameklab.ui.generalUnit.PreviewTab
class PreviewTab extends ITab implements Serializable-
Serialized Fields
-
cardPanel
megamek.client.ui.swing.alphaStrike.ConfigurableASCardPanel cardPanel
-
panelMekView
megamek.client.ui.panes.ConfigurableMekViewPanel panelMekView
-
panelTROView
megamek.client.ui.swing.MekViewPanel panelTROView
-
panPreview
JTabbedPane panPreview
-
refreshOnShow
ComponentListener refreshOnShow
-
rsPanel
RecordSheetPreviewPanel rsPanel
-
tabIndexSettingName
String tabIndexSettingName
-
-
-
Class megameklab.ui.generalUnit.QuirksTab
class QuirksTab extends ITab implements Serializable-
Serialized Fields
-
globalMaxItemWidth
int globalMaxItemWidth
-
groupLayoutMap
Map<JPanel,
List<megamek.client.ui.swing.DialogOptionComponent>> groupLayoutMap -
lastCalculatedNumCols
int lastCalculatedNumCols
-
originalPreferredSizes
Map<megamek.client.ui.swing.DialogOptionComponent,
Dimension> originalPreferredSizes -
refreshOnShow
ComponentListener refreshOnShow
-
-
-
Class megameklab.ui.generalUnit.RecordSheetPreviewPanel
class RecordSheetPreviewPanel extends JPanel implements Serializable-
Serialized Fields
-
cachedImage
SoftReference<BufferedImage> cachedImage
-
CLIPBOARD_ZOOM_SCALE
double CLIPBOARD_ZOOM_SCALE
-
entities
List<megamek.common.Entity> entities
-
gnSheets
SoftReference<ArrayList<org.apache.batik.gvt.GraphicsNode>> gnSheets
-
initialZoomFactor
double initialZoomFactor
-
isHighQuality
boolean isHighQuality
-
isPanning
boolean isPanning
-
lastMousePoint
Point lastMousePoint
-
MAX_ZOOM
double MAX_ZOOM
-
MIN_ZOOM
double MIN_ZOOM
-
minZoom
double minZoom
-
needsViewReset
boolean needsViewReset
-
panOffset
Point2D panOffset
-
resetViewTimer
Timer resetViewTimer
-
tempTransform
AffineTransform tempTransform
-
workTransform
AffineTransform workTransform
-
ZOOM_STEP
double ZOOM_STEP
-
zoomFactor
double zoomFactor
-
-
-
Class megameklab.ui.generalUnit.StatusBar
class StatusBar extends ITab implements Serializable-
Serialized Fields
-
bvLabel
JLabel bvLabel
-
cost
JLabel cost
-
formatter
DecimalFormat formatter
-
invalid
JLabel invalid
-
parentFrame
MegaMekLabMainUI parentFrame
-
refresh
RefreshListener refresh
-
testEntity
megamek.common.verifier.TestEntity testEntity
-
tons
JLabel tons
-
validationListener
ActionListener validationListener
-
-
-
Class megameklab.ui.generalUnit.TransportTab
class TransportTab extends IView implements Serializable-
Serialized Fields
-
btnAddBay
JButton btnAddBay
-
btnAddToCargo
JButton btnAddToCargo
-
btnRemoveBay
JButton btnRemoveBay
-
lblDockingHardpoints
JLabel lblDockingHardpoints
-
lblMaxDoors
JLabel lblMaxDoors
-
lblMaxHardpoints
JLabel lblMaxHardpoints
-
lblMinDoors
JLabel lblMinDoors
-
modelAvailable
megameklab.ui.generalUnit.TransportTab.AvailableBaysModel modelAvailable
-
modelInstalled
megameklab.ui.generalUnit.TransportTab.InstalledBaysModel modelInstalled
-
panTroopspace
JPanel panTroopspace
-
podColumn
TableColumn podColumn
-
refresh
RefreshListener refresh
-
spnDockingHardpoints
JSpinner spnDockingHardpoints
-
spnHardpointsModel
SpinnerNumberModel spnHardpointsModel
-
spnPodTroopSpace
JSpinner spnPodTroopSpace
-
spnTroopSpace
JSpinner spnTroopSpace
-
tblAvailable
JTable tblAvailable
-
tblInstalled
JTable tblInstalled
-
-
-
Class megameklab.ui.generalUnit.TransportView
class TransportView extends BuildView implements Serializable-
Serialized Fields
-
fixedSpinnerModels
Map<megamek.common.verifier.BayData,
SpinnerNumberModel> fixedSpinnerModels -
fixedSpinners
Map<megamek.common.verifier.BayData,
JSpinner> fixedSpinners -
podSpinnerModels
Map<megamek.common.verifier.BayData,
SpinnerNumberModel> podSpinnerModels -
podSpinners
Map<megamek.common.verifier.BayData,
JSpinner> podSpinners -
spnFixedTroop
JSpinner spnFixedTroop
-
spnFixedTroopModel
SpinnerNumberModel spnFixedTroopModel
-
spnPodTroop
JSpinner spnPodTroop
-
spnPodTroopModel
SpinnerNumberModel spnPodTroopModel
-
tonnage
double tonnage
-
-
-
Class megameklab.ui.generalUnit.UnallocatedView
class UnallocatedView extends IView implements Serializable-
Serialized Fields
-
cth
CriticalTransferHandler cth
-
equipmentList
CriticalTableModel equipmentList
-
equipmentTable
JTable equipmentTable
-
masterEquipmentList
Vector<megamek.common.Mounted<?>> masterEquipmentList
-
refresh
Supplier<RefreshListener> refresh
-
-
-
-
Package megameklab.ui.generalUnit.summary
-
Class megameklab.ui.generalUnit.summary.SummaryAvailabilityLabel
class SummaryAvailabilityLabel extends JLabel implements Serializable-
Serialized Fields
-
internalSizingLabel
JLabel internalSizingLabel
This internal label is not shown but used to control the size of the actual label.
-
-
-
Class megameklab.ui.generalUnit.summary.SummaryView
class SummaryView extends IView implements Serializable-
Serialized Fields
-
earliestYear
JLabel earliestYear
-
summaryItemList
List<SummaryItem> summaryItemList
-
-
-
Class megameklab.ui.generalUnit.summary.SummaryWeightLabel
class SummaryWeightLabel extends JLabel implements Serializable-
Serialized Fields
-
internalSizingLabel
JLabel internalSizingLabel
This internal label is not shown but used to control the size of the actual label.
-
-
-
-
Package megameklab.ui.handheldWeapon
-
Class megameklab.ui.handheldWeapon.HHWChassisView
class HHWChassisView extends BuildView implements Serializable-
Serialized Fields
-
armorModel
SpinnerNumberModel armorModel
-
armorWeightModel
SpinnerNumberModel armorWeightModel
-
listeners
List<HHWBuildListener> listeners
-
spnArmor
JSpinner spnArmor
-
spnArmorWeight
JSpinner spnArmorWeight
-
spnTonnage
JSpinner spnTonnage
-
tonnageModel
SpinnerNumberModel tonnageModel
-
-
-
Class megameklab.ui.handheldWeapon.HHWEquipmentDatabaseView
class HHWEquipmentDatabaseView extends AbstractEquipmentDatabaseView implements Serializable -
Class megameklab.ui.handheldWeapon.HHWEquipmentList
-
Serialized Fields
-
hhw
megamek.common.HandheldWeapon hhw
-
refresh
RefreshListener refresh
-
-
-
Class megameklab.ui.handheldWeapon.HHWEquipmentTab
class HHWEquipmentTab extends AbstractEquipmentTab implements Serializable -
Class megameklab.ui.handheldWeapon.HHWEquipmentView
class HHWEquipmentView extends IView implements Serializable-
Serialized Fields
-
mountList
HHWEquipmentList mountList
-
refresh
RefreshListener refresh
-
-
-
Class megameklab.ui.handheldWeapon.HHWMainUI
class HHWMainUI extends MegaMekLabMainUI implements Serializable-
Serialized Fields
-
equipmentTab
HHWEquipmentTab equipmentTab
-
fluffTab
FluffTab fluffTab
-
previewTab
PreviewTab previewTab
-
statusbar
HHWStatusBar statusbar
-
structureTab
HHWStructureTab structureTab
-
-
-
Class megameklab.ui.handheldWeapon.HHWStatusBar
class HHWStatusBar extends StatusBar implements Serializable-
Serialized Fields
-
slotsLabel
JLabel slotsLabel
-
-
-
Class megameklab.ui.handheldWeapon.HHWStructureTab
class HHWStructureTab extends ITab implements Serializable-
Serialized Fields
-
masterPanel
JPanel masterPanel
-
panBasicInfo
BasicInfoView panBasicInfo
-
panChassisView
HHWChassisView panChassisView
-
panEquipmentView
HHWEquipmentView panEquipmentView
-
panIcon
IconView panIcon
-
panSummary
SummaryView panSummary
-
refresh
RefreshListener refresh
-
-
-
-
Package megameklab.ui.infantry
-
Class megameklab.ui.infantry.CIArmorView
class CIArmorView extends IView implements Serializable-
Serialized Fields
-
armorValue
JSpinner armorValue
-
btnRemoveArmor
JButton btnRemoveArmor
-
btnSetArmor
JButton btnSetArmor
-
chDEST
JCheckBox chDEST
-
chEncumber
JCheckBox chEncumber
-
chkShowAll
JCheckBox chkShowAll
-
chSneakCamo
JCheckBox chSneakCamo
-
chSneakECM
JCheckBox chSneakECM
-
chSneakIR
JCheckBox chSneakIR
-
chSpaceSuit
JCheckBox chSpaceSuit
-
equipmentLayout
CardLayout equipmentLayout
-
equipmentSorter
TableRowSorter<EquipmentTableModel> equipmentSorter
-
equipmentView
JPanel equipmentView
-
masterEquipmentList
EquipmentTableModel masterEquipmentList
-
masterEquipmentScroll
JScrollPane masterEquipmentScroll
-
masterEquipmentTable
JTable masterEquipmentTable
-
rbtnCustom
JRadioButton rbtnCustom
-
rbtnFluff
JRadioButton rbtnFluff
-
rbtnStats
JRadioButton rbtnStats
-
refresh
RefreshListener refresh
-
selectionListener
ListSelectionListener selectionListener
-
txtFilter
JTextField txtFilter
-
-
-
Class megameklab.ui.infantry.CIAugmentationView
class CIAugmentationView extends IView implements Serializable-
Serialized Fields
-
handleEvents
boolean handleEvents
-
options
HashMap<megamek.common.options.IOption,
JCheckBox> options -
refresh
RefreshListener refresh
-
-
-
Class megameklab.ui.infantry.CIEquipmentView
class CIEquipmentView extends IView implements Serializable-
Serialized Fields
-
ADDP_COMMAND
String ADDP_COMMAND
-
addPrimaryButton
JButton addPrimaryButton
-
ADDS_COMMAND
String ADDS_COMMAND
-
addSecondaryButton
JButton addSecondaryButton
-
chkShowAll
JCheckBox chkShowAll
-
choiceType
JComboBox<String> choiceType
-
equipmentSorter
TableRowSorter<EquipmentTableModel> equipmentSorter
-
masterEquipmentList
EquipmentTableModel masterEquipmentList
-
masterEquipmentScroll
JScrollPane masterEquipmentScroll
-
masterEquipmentTable
JTable masterEquipmentTable
-
rbtnFluff
JRadioButton rbtnFluff
-
rbtnStats
JRadioButton rbtnStats
-
refresh
RefreshListener refresh
-
selectionListener
ListSelectionListener selectionListener
-
txtFilter
JTextField txtFilter
-
-
-
Class megameklab.ui.infantry.CIFieldGunView
class CIFieldGunView extends IView implements Serializable-
Serialized Fields
-
btnRemoveGun
JButton btnRemoveGun
-
btnSetGun
JButton btnSetGun
-
chkShowAll
JCheckBox chkShowAll
-
choiceType
JComboBox<String> choiceType
-
equipmentSorter
TableRowSorter<EquipmentTableModel> equipmentSorter
-
masterEquipmentList
EquipmentTableModel masterEquipmentList
-
masterEquipmentScroll
JScrollPane masterEquipmentScroll
-
masterEquipmentTable
JTable masterEquipmentTable
-
rbtnFluff
JRadioButton rbtnFluff
-
rbtnStats
JRadioButton rbtnStats
-
refresh
RefreshListener refresh
-
txtFilter
JTextField txtFilter
-
-
-
Class megameklab.ui.infantry.CIMainUI
class CIMainUI extends MegaMekLabMainUI implements Serializable-
Serialized Fields
-
fluffTab
FluffTab fluffTab
-
previewTab
PreviewTab previewTab
-
statusbar
CIStatusBar statusbar
-
structureTab
CIStructureTab structureTab
-
-
-
Class megameklab.ui.infantry.CIMountView
class CIMountView extends IView implements Serializable-
Serialized Fields
-
btnSetMount
JButton btnSetMount
-
cbMovementMode
JComboBox<megamek.common.EntityMovementMode> cbMovementMode
-
cbSize
JComboBox<megamek.common.InfantryMount.BeastSize> cbSize
-
creatureTable
JTable creatureTable
-
creatureView
JPanel creatureView
-
equipmentLayout
CardLayout equipmentLayout
-
fieldSize
Dimension fieldSize
-
lblMaxWaterDepth
JLabel lblMaxWaterDepth
-
lblSecondaryGround
JLabel lblSecondaryGround
-
lblUWEndurance
JLabel lblUWEndurance
-
rbtnCustom
JRadioButton rbtnCustom
-
rbtnStats
JRadioButton rbtnStats
-
refresh
RefreshListener refresh
-
resourceMap
ResourceBundle resourceMap
-
spinnerSize
Dimension spinnerSize
-
spnDamageDivisor
JSpinner spnDamageDivisor
-
spnInfantryBonus
JSpinner spnInfantryBonus
-
spnMaxWaterDepth
JSpinner spnMaxWaterDepth
-
spnMovementPoints
JSpinner spnMovementPoints
-
spnSecondaryGround
JSpinner spnSecondaryGround
-
spnUWEndurance
JSpinner spnUWEndurance
-
spnVehicleBonus
JSpinner spnVehicleBonus
-
tableModel
megameklab.ui.infantry.CIMountView.CreatureTableModel tableModel
-
txtMountName
JTextField txtMountName
-
txtWeight
JTextField txtWeight
-
-
-
Class megameklab.ui.infantry.CIMountView.CreatureTableModel.Renderer
class Renderer extends DefaultTableCellRenderer implements Serializable -
Class megameklab.ui.infantry.CIPlatoonTypeView
class CIPlatoonTypeView extends BuildView implements Serializable-
Serialized Fields
-
cbMotiveType
CustomComboBox<megameklab.ui.infantry.CIPlatoonTypeView.InfantryMotiveType> cbMotiveType
-
isFieldGunner
boolean isFieldGunner
-
lblBeastMountLabel
JLabel lblBeastMountLabel
-
lblBeastMountType
JLabel lblBeastMountType
-
lblMaxSize
JLabel lblMaxSize
-
lblMaxSquadSize
JLabel lblMaxSquadSize
-
listeners
List<InfantryBuildListener> listeners
-
mount
megamek.common.InfantryMount mount
-
resourceMap
ResourceBundle resourceMap
-
specialization
int specialization
-
spnNumSquads
JSpinner spnNumSquads
-
spnNumSquadsModel
SpinnerNumberModel spnNumSquadsModel
-
spnSquadSize
JSpinner spnSquadSize
-
spnSquadSizeModel
SpinnerNumberModel spnSquadSizeModel
-
techManager
megamek.common.ITechManager techManager
-
-
-
Class megameklab.ui.infantry.CISpecializationView
class CISpecializationView extends IView implements Serializable-
Serialized Fields
-
listeners
List<InfantryBuildListener> listeners
-
model
megameklab.ui.infantry.CISpecializationView.SpecializationModel model
-
sorter
TableRowSorter<megameklab.ui.infantry.CISpecializationView.SpecializationModel> sorter
-
-
-
Class megameklab.ui.infantry.CISpecializationView.SpecializationModel.Renderer
class Renderer extends DefaultTableCellRenderer implements Serializable -
Class megameklab.ui.infantry.CIStatusBar
class CIStatusBar extends StatusBar implements Serializable -
Class megameklab.ui.infantry.CIStructureTab
class CIStructureTab extends ITab implements Serializable-
Serialized Fields
-
armorView
CIArmorView armorView
-
augmentationView
CIAugmentationView augmentationView
-
equipmentPane
JTabbedPane equipmentPane
-
fieldGunView
CIFieldGunView fieldGunView
-
iconView
IconView iconView
-
mountView
CIMountView mountView
-
panBasicInfo
BasicInfoView panBasicInfo
-
panPlatoonType
CIPlatoonTypeView panPlatoonType
-
panWeapons
CIWeaponView panWeapons
-
refresh
RefreshListener refresh
-
specializationView
CISpecializationView specializationView
-
tabNames
String[] tabNames
-
txtArmor
JTextField txtArmor
-
txtAugmentations
JTextPane txtAugmentations
-
txtSpecializations
JTextPane txtSpecializations
-
weaponView
CIEquipmentView weaponView
-
-
-
Class megameklab.ui.infantry.CIWeaponView
class CIWeaponView extends BuildView implements Serializable-
Serialized Fields
-
cbNumGuns
JComboBox<Integer> cbNumGuns
-
cbNumSecondary
JComboBox<Integer> cbNumSecondary
-
chkAntiMek
JCheckBox chkAntiMek
-
fgMotiveMsg
String fgMotiveMsg
-
FIELD_GUN_MODES
EnumSet<megamek.common.EntityMovementMode> FIELD_GUN_MODES
-
listeners
List<InfantryBuildListener> listeners
-
noneMsg
String noneMsg
-
techManager
megamek.common.ITechManager techManager
-
txtGuns
JTextField txtGuns
-
txtPrimary
JTextField txtPrimary
-
txtSecondary
JTextField txtSecondary
-
-
-
-
Package megameklab.ui.largeAero
-
Class megameklab.ui.largeAero.DSChassisView
class DSChassisView extends BuildView implements Serializable-
Serialized Fields
-
cbBaseType
JComboBox<String> cbBaseType
-
cbChassisType
JComboBox<String> cbChassisType
-
chkKFBoom
JCheckBox chkKFBoom
-
chkMilitary
JCheckBox chkMilitary
-
dropship
boolean dropship
-
listeners
List<DropshipBuildListener> listeners
-
maxThrust
int maxThrust
-
maxTonnage
int maxTonnage
-
primitive
boolean primitive
-
spnSI
JSpinner spnSI
-
spnSIModel
SpinnerNumberModel spnSIModel
-
spnTonnage
JSpinner spnTonnage
-
spnTonnageModel
SpinnerNumberModel spnTonnageModel
-
techManager
megamek.common.ITechManager techManager
-
-
-
Class megameklab.ui.largeAero.DSMainUI
class DSMainUI extends MegaMekLabMainUI implements Serializable-
Serialized Fields
-
buildTab
LABuildTab buildTab
-
equipmentTab
AbstractEquipmentTab equipmentTab
-
floatingEquipmentDatabase
FloatingEquipmentDatabaseDialog floatingEquipmentDatabase
-
previewTab
PreviewTab previewTab
-
quirksTab
QuirksTab quirksTab
-
statusbar
StatusBar statusbar
-
structureTab
DSStructureTab structureTab
-
transportTab
TransportTab transportTab
-
-
-
Class megameklab.ui.largeAero.DSStructureTab
class DSStructureTab extends ITab implements Serializable-
Serialized Fields
-
iconView
IconView iconView
-
masterPanel
JPanel masterPanel
-
panArmor
MVFArmorView panArmor
-
panArmorAllocation
ArmorAllocationView panArmorAllocation
-
panChassis
DSChassisView panChassis
-
panCrew
LACrewView panCrew
-
panFuel
FuelView panFuel
-
panHeat
HeatSinkView panHeat
-
panInfo
BasicInfoView panInfo
-
panMovement
MovementView panMovement
-
panSummary
SummaryView panSummary
-
refresh
RefreshListener refresh
-
-
-
Class megameklab.ui.largeAero.LABuildTab
class LABuildTab extends ITab implements Serializable-
Serialized Fields
-
buildView
LABuildView buildView
-
buttonPanel
JPanel buttonPanel
-
critView
LACriticalView critView
-
mainPanel
JPanel mainPanel
-
refresh
RefreshListener refresh
-
resetButton
JButton resetButton
-
RESETCOMMAND
String RESETCOMMAND
-
-
-
Class megameklab.ui.largeAero.LABuildView
class LABuildView extends IView implements Serializable-
Serialized Fields
-
arcViews
List<BayWeaponCriticalTree> arcViews
-
equipmentList
CriticalTableModel equipmentList
-
equipmentScroll
JScrollPane equipmentScroll
-
equipmentTable
JTable equipmentTable
-
masterEquipmentList
Vector<megamek.common.Mounted<?>> masterEquipmentList
-
-
-
Class megameklab.ui.largeAero.LACrewView
class LACrewView extends BuildView implements Serializable-
Serialized Fields
-
btnAssignQuarters
JButton btnAssignQuarters
-
ignoreChangeEvents
boolean ignoreChangeEvents
-
lblBAMarines
JLabel lblBAMarines
-
lblBayPersonnel
JLabel lblBayPersonnel
-
lblTotalCrew
JLabel lblTotalCrew
-
listeners
List<AeroVesselBuildListener> listeners
-
spnBAMarines
JSpinner spnBAMarines
-
spnBaseCrew
JSpinner spnBaseCrew
-
spnEscapePods
JSpinner spnEscapePods
-
spnGunners
JSpinner spnGunners
-
spnLifeBoats
JSpinner spnLifeBoats
-
spnMarines
JSpinner spnMarines
-
spnOfficers
JSpinner spnOfficers
-
spnPassengers
JSpinner spnPassengers
-
spnQuartersFirstClass
JSpinner spnQuartersFirstClass
-
spnQuartersSecondClass
JSpinner spnQuartersSecondClass
-
spnQuartersStandard
JSpinner spnQuartersStandard
-
spnQuartersSteerage
JSpinner spnQuartersSteerage
-
techManager
megamek.common.ITechManager techManager
-
-
-
Class megameklab.ui.largeAero.LACriticalView
class LACriticalView extends IView implements Serializable-
Serialized Fields
-
aerodyneArcNames
String[] aerodyneArcNames
-
aftLeftPanel
JComponent aftLeftPanel
-
aftRightPanel
JComponent aftRightPanel
-
arcTrees
BayWeaponCriticalTree[] arcTrees
-
bsLeftPanel
JComponent bsLeftPanel
-
bsRightPanel
JComponent bsRightPanel
-
btnCopyALS
JButton btnCopyALS
-
btnCopyARS
JButton btnCopyARS
-
btnCopyFLS
JButton btnCopyFLS
-
btnCopyFRS
JButton btnCopyFRS
-
capitalArcNames
String[] capitalArcNames
-
fwdLeftPanel
JComponent fwdLeftPanel
-
lblExtraTonnage
JLabel[] lblExtraTonnage
-
lblSlotCount
JLabel[] lblSlotCount
-
refresh
RefreshListener refresh
-
resourceMap
ResourceBundle resourceMap
-
rightPanel
JComponent rightPanel
-
spheroidArcNames
String[] spheroidArcNames
-
-
-
Class megameklab.ui.largeAero.LAEquipmentTab
class LAEquipmentTab extends AbstractEquipmentTab implements Serializable -
Class megameklab.ui.largeAero.WSChassisView
class WSChassisView extends BuildView implements Serializable-
Serialized Fields
-
baseType
int baseType
-
cbBaseType
JComboBox<String> cbBaseType
-
chkLFBattery
JCheckBox chkLFBattery
-
chkMilitary
JCheckBox chkMilitary
-
chkModular
JCheckBox chkModular
-
chkSail
JCheckBox chkSail
-
lblRange
JLabel lblRange
-
listeners
List<AdvancedAeroBuildListener> listeners
-
maxThrust
int maxThrust
-
maxTonnage
int maxTonnage
-
minTonnage
int minTonnage
-
resourceMap
ResourceBundle resourceMap
-
spnRange
JSpinner spnRange
-
spnSI
JSpinner spnSI
-
spnSIModel
SpinnerNumberModel spnSIModel
-
spnTonnage
JSpinner spnTonnage
-
spnTonnageModel
SpinnerNumberModel spnTonnageModel
-
stepTonnage
int stepTonnage
-
techManager
megamek.common.ITechManager techManager
-
-
-
Class megameklab.ui.largeAero.WSGravDeckView
class WSGravDeckView extends BuildView implements Serializable-
Serialized Fields
-
btnAdd
JButton btnAdd
-
btnRemove
JButton btnRemove
-
listeners
List<AdvancedAeroBuildListener> listeners
-
maxDecks
int maxDecks
-
model
megameklab.ui.largeAero.WSGravDeckView.GravDeckTableModel model
-
tblGravDecks
JTable tblGravDecks
-
-
-
Class megameklab.ui.largeAero.WSMainUI
class WSMainUI extends MegaMekLabMainUI implements Serializable-
Serialized Fields
-
buildTab
LABuildTab buildTab
-
equipmentTab
AbstractEquipmentTab equipmentTab
-
floatingEquipmentDatabase
FloatingEquipmentDatabaseDialog floatingEquipmentDatabase
-
fluffTab
FluffTab fluffTab
-
previewTab
PreviewTab previewTab
-
quirksTab
QuirksTab quirksTab
-
statusbar
StatusBar statusbar
-
structureTab
WSStructureTab structureTab
-
transportTab
TransportTab transportTab
-
-
-
Class megameklab.ui.largeAero.WSStructureTab
class WSStructureTab extends ITab implements Serializable-
Serialized Fields
-
iconView
IconView iconView
-
masterPanel
JPanel masterPanel
-
panArmor
MVFArmorView panArmor
-
panArmorAllocation
ArmorAllocationView panArmorAllocation
-
panChassis
WSChassisView panChassis
-
panCrew
LACrewView panCrew
-
panFuel
FuelView panFuel
-
panGravityDecks
WSGravDeckView panGravityDecks
-
panHeat
HeatSinkView panHeat
-
panInfo
BasicInfoView panInfo
-
panMovement
MovementView panMovement
-
panSummary
SummaryView panSummary
-
refresh
RefreshListener refresh
-
-
-
-
Package megameklab.ui.mek
-
Class megameklab.ui.mek.BMBuildTab
class BMBuildTab extends ITab implements Serializable-
Serialized Fields
-
autoCompact
JToggleButton autoCompact
-
autoFillUnHitTables
JToggleButton autoFillUnHitTables
-
autoSort
JToggleButton autoSort
-
buildView
BMBuildView buildView
-
critView
BMCriticalView critView
-
refresh
RefreshListener refresh
-
resources
ResourceBundle resources
-
-
-
Class megameklab.ui.mek.BMBuildView
class BMBuildView extends IView implements Serializable-
Serialized Fields
-
engineHeatSinkCount
int engineHeatSinkCount
-
equipmentList
CriticalTableModel equipmentList
-
equipmentTable
JTable equipmentTable
-
masterEquipmentList
List<megamek.common.Mounted<?>> masterEquipmentList
-
refresh
RefreshListener refresh
-
transferHandler
CriticalTransferHandler transferHandler
-
-
-
Class megameklab.ui.mek.BMChassisView
class BMChassisView extends BuildView implements Serializable-
Serialized Fields
-
baseTypesModel
ComboBoxModel<String> baseTypesModel
-
btnResetChassis
JButton btnResetChassis
-
cbBaseType
JComboBox<String> cbBaseType
-
cbCockpit
CustomComboBox<Integer> cbCockpit
-
cbEngine
TechComboBox<megamek.common.Engine> cbEngine
-
cbEnhancement
TechComboBox<megamek.common.EquipmentType> cbEnhancement
-
cbGyro
CustomComboBox<Integer> cbGyro
-
cbMotiveType
JComboBox<String> cbMotiveType
-
cbStructure
TechComboBox<megamek.common.EquipmentType> cbStructure
-
chkFullHeadEject
JCheckBox chkFullHeadEject
-
chkOmni
JCheckBox chkOmni
-
engineRating
int engineRating
-
lamMotiveTooltip
String lamMotiveTooltip
-
lamTypesModel
ComboBoxModel<String> lamTypesModel
-
listeners
List<MekBuildListener> listeners
-
primitive
boolean primitive
-
primitiveMotiveTypesModel
ComboBoxModel<String> primitiveMotiveTypesModel
-
primitiveTypesModel
ComboBoxModel<String> primitiveTypesModel
-
qvMotiveTooltip
String qvMotiveTooltip
-
qvTypesModel
ComboBoxModel<String> qvTypesModel
-
spnTonnage
JSpinner spnTonnage
-
standardTypesModel
ComboBoxModel<String> standardTypesModel
-
stdMotiveTooltip
String stdMotiveTooltip
-
techManager
megamek.common.ITechManager techManager
-
tonnageModel
SpinnerNumberModel tonnageModel
-
-
-
Class megameklab.ui.mek.BMCriticalTransferHandler
class BMCriticalTransferHandler extends AbstractCriticalTransferHandler implements Serializable-
Serialized Fields
-
location
int location
-
parentView
BMCriticalView parentView
-
-
-
Class megameklab.ui.mek.BMCriticalView
class BMCriticalView extends IView implements Serializable-
Serialized Fields
-
clPanel
JPanel clPanel
-
ctPanel
JPanel ctPanel
-
currentCritBlocks
List<BAASBMDropTargetCriticalList<String>> currentCritBlocks
-
hdPanel
JPanel hdPanel
-
laPanel
JPanel laPanel
-
llPanel
JPanel llPanel
-
ltPanel
JPanel ltPanel
-
mekPanels
Map<Integer,
JComponent> mekPanels -
raPanel
JPanel raPanel
-
refresh
RefreshListener refresh
-
rlPanel
JPanel rlPanel
-
rtPanel
JPanel rtPanel
-
-
-
Class megameklab.ui.mek.BMEquipmentTab
class BMEquipmentTab extends AbstractEquipmentTab implements Serializable -
Class megameklab.ui.mek.BMLAMFuelView
class BMLAMFuelView extends IView implements Serializable-
Serialized Fields
-
fuelTonsSpn
JSpinner fuelTonsSpn
-
fuelTonsSpnModel
SpinnerNumberModel fuelTonsSpnModel
-
listeners
List<MekBuildListener> listeners
-
resourceMap
ResourceBundle resourceMap
-
totalFuelPointsLabel
JLabel totalFuelPointsLabel
-
-
-
Class megameklab.ui.mek.BMMainUI
class BMMainUI extends MegaMekLabMainUI implements Serializable-
Serialized Fields
-
buildTab
BMBuildTab buildTab
-
equipmentTab
AbstractEquipmentTab equipmentTab
-
floatingEquipmentDatabase
FloatingEquipmentDatabaseDialog floatingEquipmentDatabase
-
fluffTab
FluffTab fluffTab
-
previewTab
PreviewTab previewTab
-
quirksTab
QuirksTab quirksTab
-
statusbar
BMStatusBar statusbar
-
structureTab
BMStructureTab structureTab
-
-
-
Class megameklab.ui.mek.BMStatusBar
class BMStatusBar extends StatusBar implements Serializable -
Class megameklab.ui.mek.BMStructureTab
class BMStructureTab extends ITab implements Serializable-
Serialized Fields
-
iconView
IconView iconView
-
panArmor
MVFArmorView panArmor
-
panArmorAllocation
ArmorAllocationView panArmorAllocation
-
panBasicInfo
BasicInfoView panBasicInfo
-
panChassis
BMChassisView panChassis
-
panHeat
HeatSinkView panHeat
-
panLAMFuel
BMLAMFuelView panLAMFuel
-
panMovement
MovementView panMovement
-
panPatchwork
PatchworkArmorView panPatchwork
-
panSummary
SummaryView panSummary
-
refresh
RefreshListener refresh
-
-
-
-
Package megameklab.ui.protoMek
-
Class megameklab.ui.protoMek.PMBuildTab
class PMBuildTab extends ITab implements Serializable-
Serialized Fields
-
autoFillButton
JButton autoFillButton
-
AUTOFILLCOMMAND
String AUTOFILLCOMMAND
-
buildView
PMBuildView buildView
-
buttonPanel
JPanel buttonPanel
-
critView
PMCriticalView critView
-
mainPanel
JPanel mainPanel
-
refresh
RefreshListener refresh
-
resetButton
JButton resetButton
-
RESETCOMMAND
String RESETCOMMAND
-
-
-
Class megameklab.ui.protoMek.PMBuildView
class PMBuildView extends IView implements Serializable-
Serialized Fields
-
cth
CriticalTransferHandler cth
-
equipmentList
CriticalTableModel equipmentList
-
equipmentScroll
JScrollPane equipmentScroll
-
equipmentTable
JTable equipmentTable
-
mainPanel
JPanel mainPanel
-
masterEquipmentList
Vector<megamek.common.Mounted<?>> masterEquipmentList
-
-
-
Class megameklab.ui.protoMek.PMChassisView
class PMChassisView extends BuildView implements Serializable-
Serialized Fields
-
cbMotiveType
CustomComboBox<Integer> cbMotiveType
-
chkISInterface
JCheckBox chkISInterface
-
chkMagneticClamps
JCheckBox chkMagneticClamps
-
chkMainGun
JCheckBox chkMainGun
-
chkMyomerBooster
JCheckBox chkMyomerBooster
-
chkPartialWing
JCheckBox chkPartialWing
-
listeners
List<ProtoMekBuildListener> listeners
-
magneticClamps
megamek.common.EquipmentType magneticClamps
-
motiveTypeNames
String[] motiveTypeNames
-
myomerBooster
megamek.common.EquipmentType myomerBooster
-
partialWing
megamek.common.EquipmentType partialWing
-
spnTonnage
JSpinner spnTonnage
-
techManager
megamek.common.ITechManager techManager
-
tonnageModel
SpinnerNumberModel tonnageModel
-
-
-
Class megameklab.ui.protoMek.PMCriticalView
class PMCriticalView extends IView implements Serializable-
Serialized Fields
-
bodyList
ProtoMekMountList bodyList
-
leftArmPanel
Box leftArmPanel
-
leftList
ProtoMekMountList leftList
-
leftSpace
JLabel leftSpace
-
leftWeight
JLabel leftWeight
-
mainGunList
ProtoMekMountList mainGunList
-
mainGunPanel
Box mainGunPanel
-
mainGunSpace
JLabel mainGunSpace
-
rightArmPanel
Box rightArmPanel
-
rightList
ProtoMekMountList rightList
-
rightSpace
JLabel rightSpace
-
rightWeight
JLabel rightWeight
-
torsoList
ProtoMekMountList torsoList
-
torsoSpace
JLabel torsoSpace
-
torsoWeight
JLabel torsoWeight
-
-
-
Class megameklab.ui.protoMek.PMEquipmentTab
class PMEquipmentTab extends AbstractEquipmentTab implements Serializable -
Class megameklab.ui.protoMek.PMMainUI
class PMMainUI extends MegaMekLabMainUI implements Serializable-
Serialized Fields
-
buildTab
PMBuildTab buildTab
-
equipmentTab
AbstractEquipmentTab equipmentTab
-
floatingEquipmentDatabase
FloatingEquipmentDatabaseDialog floatingEquipmentDatabase
-
previewTab
PreviewTab previewTab
-
quirksTab
QuirksTab quirksTab
-
statusbar
PMStatusBar statusbar
-
structureTab
PMStructureTab structureTab
-
-
-
Class megameklab.ui.protoMek.PMStatusBar
class PMStatusBar extends StatusBar implements Serializable-
Serialized Fields
-
slots
JLabel slots
-
-
-
Class megameklab.ui.protoMek.PMStructureTab
class PMStructureTab extends ITab implements Serializable-
Serialized Fields
-
iconView
IconView iconView
-
masterPanel
JPanel masterPanel
-
panArmor
BAProtoArmorView panArmor
-
panArmorAllocation
ArmorAllocationView panArmorAllocation
-
panBasicInfo
BasicInfoView panBasicInfo
-
panChassis
PMChassisView panChassis
-
panMovement
MovementView panMovement
-
panSummary
SummaryView panSummary
-
refresh
RefreshListener refresh
-
-
-
-
Package megameklab.ui.supportVehicle
-
Class megameklab.ui.supportVehicle.SVArmorTab
class SVArmorTab extends ITab implements Serializable-
Serialized Fields
-
panArmor
MVFArmorView panArmor
-
panArmorAllocation
ArmorAllocationView panArmorAllocation
-
panPatchwork
PatchworkArmorView panPatchwork
-
refresh
RefreshListener refresh
-
techManager
megamek.common.ITechManager techManager
-
-
-
Class megameklab.ui.supportVehicle.SVBuildTab
class SVBuildTab extends ITab implements Serializable-
Serialized Fields
-
autoFillButton
JButton autoFillButton
-
AUTOFILLCOMMAND
String AUTOFILLCOMMAND
-
critView
SVCriticalView critView
-
refresh
RefreshListener refresh
-
resetButton
JButton resetButton
-
RESETCOMMAND
String RESETCOMMAND
-
unallocatedView
UnallocatedView unallocatedView
-
-
-
Class megameklab.ui.supportVehicle.SVChassisModView
class SVChassisModView extends BuildView implements Serializable-
Serialized Fields
-
checkboxMap
Map<megamek.common.verifier.TestSupportVehicle.ChassisModification,
JCheckBox> checkboxMap -
listeners
List<SVBuildListener> listeners
-
techManager
megamek.common.ITechManager techManager
-
-
-
Class megameklab.ui.supportVehicle.SVChassisView
class SVChassisView extends BuildView implements Serializable-
Serialized Fields
-
cbEngine
TechComboBox<megamek.common.verifier.TestSupportVehicle.SVEngine> cbEngine
-
cbEngineTechRating
CustomComboBox<Integer> cbEngineTechRating
-
cbFireControl
JComboBox<String> cbFireControl
-
cbStructureTechRating
CustomComboBox<Integer> cbStructureTechRating
-
cbTurrets
CustomComboBox<Integer> cbTurrets
-
cbType
CustomComboBox<megamek.common.verifier.TestSupportVehicle.SVType> cbType
-
chkPintleFront
JCheckBox chkPintleFront
-
chkPintleLeft
JCheckBox chkPintleLeft
-
chkPintleRear
JCheckBox chkPintleRear
-
chkPintleRight
JCheckBox chkPintleRight
-
chkSmall
JCheckBox chkSmall
-
chkSponson
JCheckBox chkSponson
-
lblPintle
JLabel lblPintle
-
listeners
List<SVBuildListener> listeners
-
omniPanel
JPanel omniPanel
-
spnChassisSponsonPintleWt
JSpinner spnChassisSponsonPintleWt
-
spnChassisTurret2Wt
JSpinner spnChassisTurret2Wt
-
spnChassisTurretWt
JSpinner spnChassisTurretWt
-
spnFireConWt
JSpinner spnFireConWt
-
spnFireConWtModel
SpinnerNumberModel spnFireConWtModel
-
spnSponsonPintleWtModel
SpinnerNumberModel spnSponsonPintleWtModel
-
spnTonnage
JSpinner spnTonnage
-
spnTonnageModel
SpinnerNumberModel spnTonnageModel
-
spnTonnageModelSmall
SpinnerNumberModel spnTonnageModelSmall
-
spnTurret2WtModel
SpinnerNumberModel spnTurret2WtModel
-
spnTurretWtModel
SpinnerNumberModel spnTurretWtModel
-
SV_TYPES
List<megamek.common.verifier.TestSupportVehicle.SVType> SV_TYPES
Subset of possible types that does not include those that are not yet supported -
techManager
megamek.common.ITechManager techManager
-
turretNames
String[] turretNames
-
typeNames
Map<megamek.common.verifier.TestSupportVehicle.SVType,
String> typeNames
-
-
-
Class megameklab.ui.supportVehicle.SVCrewView
class SVCrewView extends BuildView implements Serializable-
Serialized Fields
-
lblPodQuarters
JLabel lblPodQuarters
-
lblPodSeating
JLabel lblPodSeating
-
lblSeatingHeader
JLabel lblSeatingHeader
-
listeners
List<SVBuildListener> listeners
-
resourceMap
ResourceBundle resourceMap
-
spnCrewQuarters
JSpinner spnCrewQuarters
-
spnCrewQuartersPod
JSpinner spnCrewQuartersPod
-
spnEjectionSeats
JSpinner spnEjectionSeats
-
spnEjectionSeatsPod
JSpinner spnEjectionSeatsPod
-
spnFirstClass
JSpinner spnFirstClass
-
spnFirstClassPod
JSpinner spnFirstClassPod
-
spnPillionSeats
JSpinner spnPillionSeats
-
spnPillionSeatsPod
JSpinner spnPillionSeatsPod
-
spnSecondClass
JSpinner spnSecondClass
-
spnSecondClassPod
JSpinner spnSecondClassPod
-
spnStandardSeats
JSpinner spnStandardSeats
-
spnStandardSeatsPod
JSpinner spnStandardSeatsPod
-
spnSteerage
JSpinner spnSteerage
-
spnSteeragePod
JSpinner spnSteeragePod
-
txtCrewQuartersSlots
JLabel txtCrewQuartersSlots
-
txtCrewQuartersWeight
JLabel txtCrewQuartersWeight
-
txtEjectionWeight
JLabel txtEjectionWeight
-
txtFirstClassSlots
JLabel txtFirstClassSlots
-
txtFirstClassWeight
JLabel txtFirstClassWeight
-
txtPillionWeight
JLabel txtPillionWeight
-
txtReqBaseCrew
JLabel txtReqBaseCrew
-
txtReqGunners
JLabel txtReqGunners
-
txtReqOfficers
JLabel txtReqOfficers
-
txtReqOther
JLabel txtReqOther
-
txtSecondClassSlots
JLabel txtSecondClassSlots
-
txtSecondClassWeight
JLabel txtSecondClassWeight
-
txtStdSeatWeight
JLabel txtStdSeatWeight
-
txtSteerageSlots
JLabel txtSteerageSlots
-
txtSteerageWeight
JLabel txtSteerageWeight
-
txtTotalMinCrew
JLabel txtTotalMinCrew
-
-
-
Class megameklab.ui.supportVehicle.SVCriticalView
class SVCriticalView extends IView implements Serializable-
Serialized Fields
-
aeroLocations
Map<Integer,
JComponent> aeroLocations -
bodyPanel
JPanel bodyPanel
-
dualTurretPanel
JPanel dualTurretPanel
-
frontPanel
JPanel frontPanel
-
leftPanel
JPanel leftPanel
-
middlePanel2
JPanel middlePanel2
-
rearLeftPanel
JPanel rearLeftPanel
-
rearPanel
JPanel rearPanel
-
rearRightPanel
JPanel rearRightPanel
-
refresh
RefreshListener refresh
-
rightPanel
JPanel rightPanel
-
rotorPanel
JPanel rotorPanel
-
superHvyLocations
Map<Integer,
JComponent> superHvyLocations -
tankLocations
Map<Integer,
JComponent> tankLocations -
turretPanel
JPanel turretPanel
-
vtolLocations
Map<Integer,
JComponent> vtolLocations
-
-
-
Class megameklab.ui.supportVehicle.SVEquipmentTab
class SVEquipmentTab extends AbstractEquipmentTab implements Serializable -
Class megameklab.ui.supportVehicle.SVMainUI
class SVMainUI extends MegaMekLabMainUI implements Serializable-
Serialized Fields
-
armorTab
SVArmorTab armorTab
-
buildTab
SVBuildTab buildTab
-
equipmentTab
AbstractEquipmentTab equipmentTab
-
floatingEquipmentDatabase
FloatingEquipmentDatabaseDialog floatingEquipmentDatabase
-
fluffTab
FluffTab fluffTab
-
previewTab
PreviewTab previewTab
-
quirksTab
QuirksTab quirksTab
-
statusbar
megameklab.ui.supportVehicle.SVStatusBar statusbar
-
structureTab
SVStructureTab structureTab
-
transportTab
TransportTab transportTab
-
-
-
Class megameklab.ui.supportVehicle.SVStructureTab
class SVStructureTab extends ITab implements Serializable-
Serialized Fields
-
iconView
IconView iconView
-
masterPanel
JPanel masterPanel
-
panBasicInfo
BasicInfoView panBasicInfo
-
panChassis
SVChassisView panChassis
-
panChassisMod
SVChassisModView panChassisMod
-
panCrew
SVCrewView panCrew
-
panFuel
FuelView panFuel
-
panMovement
MovementView panMovement
-
panSummary
SummaryView panSummary
-
refresh
RefreshListener refresh
-
-
-
-
Package megameklab.ui.util
-
Class megameklab.ui.util.AbstractCriticalTransferHandler
class AbstractCriticalTransferHandler extends TransferHandler implements Serializable-
Serialized Fields
-
eSource
EntitySource eSource
-
refresh
RefreshListener refresh
-
-
-
Class megameklab.ui.util.AbstractEquipmentDatabaseView
class AbstractEquipmentDatabaseView extends IView implements Serializable-
Serialized Fields
-
addAction
megameklab.ui.util.AbstractEquipmentDatabaseView.AddAction addAction
-
addButton
JButton addButton
-
addMultipleButton
JButton addMultipleButton
-
addMultipleCount
JSpinner addMultipleCount
-
addMultipleModel
SpinnerNumberModel addMultipleModel
-
equipmentSorter
TableRowSorter<EquipmentTableModel> equipmentSorter
-
filterToggles
Map<JToggleButton,
EquipmentDatabaseCategory> filterToggles -
hideAPButton
JToggleButton hideAPButton
-
hideOneShotButton
JToggleButton hideOneShotButton
-
hideProtoButton
JToggleButton hideProtoButton
-
hideToggles
Map<JToggleButton,
EquipmentDatabaseCategory> hideToggles -
hideTorpedoButton
JToggleButton hideTorpedoButton
-
hideUnavailButton
JToggleButton hideUnavailButton
-
hideUnusableAmmoButton
JToggleButton hideUnusableAmmoButton
-
masterEquipmentModel
EquipmentTableModel masterEquipmentModel
-
masterEquipmentTable
megameklab.ui.util.AbstractEquipmentDatabaseView.EquipmentDatabaseTable masterEquipmentTable
-
refresh
RefreshListener refresh
-
showAmmoButton
JToggleButton showAmmoButton
-
showArtilleryButton
JToggleButton showArtilleryButton
-
showBallisticButton
JToggleButton showBallisticButton
-
showCapitalButton
JToggleButton showCapitalButton
-
showEnergyButton
JToggleButton showEnergyButton
-
showIndustrialButton
JToggleButton showIndustrialButton
-
showMissileButton
JToggleButton showMissileButton
-
showOtherButton
JToggleButton showOtherButton
-
showPhysicalButton
JToggleButton showPhysicalButton
-
tableMode
boolean tableMode
-
tableModeButton
JButton tableModeButton
-
txtFilter
JTextField txtFilter
-
-
-
Class megameklab.ui.util.AeroBayTransferHandler
class AeroBayTransferHandler extends TransferHandler implements Serializable-
Serialized Fields
-
eSource
EntitySource eSource
-
-
-
Class megameklab.ui.util.BAASBMDropTargetCriticalList
-
Serialized Fields
-
buildView
boolean buildView
-
darkened
boolean darkened
-
eSource
EntitySource eSource
-
refresh
RefreshListener refresh
-
transferHandler
AbstractCriticalTransferHandler transferHandler
-
-
-
Class megameklab.ui.util.BAASCriticalTransferHandler
class BAASCriticalTransferHandler extends AbstractCriticalTransferHandler implements Serializable-
Serialized Fields
-
location
int location
-
-
-
Class megameklab.ui.util.BayWeaponCriticalTree
class BayWeaponCriticalTree extends JTree implements Serializable-
Serialized Fields
-
bayIdCounter
int bayIdCounter
-
bayIdMap
Map<megamek.common.equipment.WeaponMounted,
Integer> bayIdMap Stores a unique transient ID for each Bay to allow restoring the expanded state when the loadout changes. -
eSource
EntitySource eSource
-
facing
int facing
-
location
int location
-
model
DefaultTreeModel model
-
mouseListener
MouseListener mouseListener
Displays popup menu -
refresh
RefreshListener refresh
-
renderer
DefaultTreeCellRenderer renderer
Sets node name and text/background colors.
-
-
-
Class megameklab.ui.util.CriticalTableModel
class CriticalTableModel extends AbstractTableModel implements Serializable -
Class megameklab.ui.util.CriticalTableModel.SpinnerCellEditor
class SpinnerCellEditor extends AbstractCellEditor implements Serializable-
Serialized Fields
-
rowIndex
int rowIndex
-
spinner
JSpinner spinner
-
-
-
Class megameklab.ui.util.CriticalTransferHandler
class CriticalTransferHandler extends TransferHandler implements Serializable-
Serialized Fields
-
critView
BMCriticalView critView
-
eSource
EntitySource eSource
-
location
int location
-
refresh
RefreshListener refresh
-
-
-
Class megameklab.ui.util.CritListCellRenderer
class CritListCellRenderer extends DefaultListCellRenderer implements Serializable-
Serialized Fields
-
list
JList<?> list
-
unit
megamek.common.Entity unit
-
useColor
boolean useColor
-
-
-
Class megameklab.ui.util.CustomComboBox
-
Serialized Fields
-
nullValue
String nullValue
-
-
-
Class megameklab.ui.util.DropTargetCriticalList
-
Serialized Fields
-
buildView
boolean buildView
-
eSource
EntitySource eSource
-
refresh
RefreshListener refresh
-
-
-
Class megameklab.ui.util.EnhancedTabbedPane
class EnhancedTabbedPane extends JTabbedPane implements Serializable-
Serialized Fields
-
actionButtonsAlignAfterTabs
boolean actionButtonsAlignAfterTabs
-
actionButtonsPanel
JPanel actionButtonsPanel
-
componentReattachmentListener
WindowAdapter componentReattachmentListener
Window listener to handle reattaching detached tabs -
detachedTabs
ConcurrentHashMap<Component,
EnhancedTabbedPane.DetachedTabInfo> detachedTabs -
detachedWindowFactory
EnhancedTabbedPane.DetachedWindowFactory detachedWindowFactory
-
dockGroupId
String dockGroupId
-
dragEventsHandler
MouseInputAdapter dragEventsHandler
-
ghostWindow
JWindow ghostWindow
-
isShowingDockingPreview
boolean isShowingDockingPreview
-
minimumTabsCount
int minimumTabsCount
-
noTabsMessage
String noTabsMessage
-
previewTabIndex
int previewTabIndex
-
shouldShowNoTabsMessage
boolean shouldShowNoTabsMessage
-
shouldShowReattachHint
boolean shouldShowReattachHint
-
tabDetachingEnabled
boolean tabDetachingEnabled
-
tabDetachmentHandler
EnhancedTabbedPane.TabDetachmentHandler tabDetachmentHandler
-
tabReattachTabbedBarDoubleclickHint
String tabReattachTabbedBarDoubleclickHint
-
tabReorderingEnabled
boolean tabReorderingEnabled
-
tabStateListeners
List<EnhancedTabbedPane.TabStateListener> tabStateListeners
-
-
-
Class megameklab.ui.util.EnhancedTabbedPane.CloseableTab
class CloseableTab extends JPanel implements Serializable-
Serialized Fields
-
component
Component component
-
parentPane
EnhancedTabbedPane parentPane
-
titleLabel
JLabel titleLabel
-
-
-
Class megameklab.ui.util.EquipmentListCellRenderer
class EquipmentListCellRenderer extends DefaultListCellRenderer implements Serializable-
Serialized Fields
-
unit
megamek.common.Entity unit
-
-
-
Class megameklab.ui.util.EquipmentTableModel
class EquipmentTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
data
ArrayList<megamek.common.EquipmentType> data
-
entity
megamek.common.Entity entity
-
techManager
megamek.common.ITechManager techManager
-
-
-
Class megameklab.ui.util.EquipmentTableModel.Renderer
class Renderer extends DefaultTableCellRenderer implements Serializable -
Class megameklab.ui.util.FactionComboBox
-
Class megameklab.ui.util.IntRangeTextField
class IntRangeTextField extends JTextField implements Serializable-
Serialized Fields
-
docFilter
DocumentFilter docFilter
-
inputVerifier
InputVerifier inputVerifier
-
maximum
Integer maximum
-
minimum
Integer minimum
-
-
-
Class megameklab.ui.util.ITab
class ITab extends JPanel implements Serializable-
Serialized Fields
-
eSource
EntitySource eSource
-
-
-
Class megameklab.ui.util.IView
class IView extends JPanel implements Serializable-
Serialized Fields
-
eSource
EntitySource eSource
-
-
-
Class megameklab.ui.util.LocationBorder
class LocationBorder extends AbstractBorder implements Serializable-
Serialized Fields
-
lineColor
Color lineColor
Color of the border. -
thickness
float thickness
Thickness of the border.
-
-
-
Class megameklab.ui.util.ProtoMekMountList
class ProtoMekMountList extends JList<megamek.common.Mounted<?>> implements Serializable-
Serialized Fields
-
critcellWidthMounted
megamek.common.equipment.WeaponMounted critcellWidthMounted
-
eSource
EntitySource eSource
-
location
int location
-
mouseListener
MouseListener mouseListener
-
refresh
RefreshListener refresh
-
-
-
Class megameklab.ui.util.TabScrollPane
class TabScrollPane extends JScrollPane implements Serializable -
Class megameklab.ui.util.TechComboBox
class TechComboBox extends CustomComboBox<T extends megamek.common.ITechnology> implements Serializable-
Serialized Fields
-
showTechBase
boolean showTechBase
-
-
-
Class megameklab.ui.util.WeaponListCellRenderer
class WeaponListCellRenderer extends DefaultListCellRenderer implements Serializable-
Serialized Fields
-
unit
megamek.common.Entity unit
-
-
-
-
Package megameklab.util
-
Class megameklab.util.MMLFileDropTransferHandler
class MMLFileDropTransferHandler extends TransferHandler implements Serializable-
Serialized Fields
-
owner
MenuBarOwner owner
-
-
-