SYMBOL INDEX (24643 symbols across 1511 files) FILE: MekHQ/src/mekhq/AtBGameThread.java class AtBGameThread (line 90) | @Deprecated(since = "0.51.0", forRemoval = true) method AtBGameThread (line 114) | public AtBGameThread(String name, String password, Client client, MekH... method AtBGameThread (line 119) | public AtBGameThread(String name, String password, Client client, MekH... method run (line 127) | @Override method isUseDropship (line 609) | private boolean isUseDropship() { method setupPlayerBotForAutoResolve (line 630) | private BotClient setupPlayerBotForAutoResolve(Player player) throws I... method configureBot (line 682) | private void configureBot(BotClient botClient, BotForce botForce, Scen... method setupBotEntities (line 725) | @Override method loadTransports (line 781) | private void loadTransports(final Client client, final AtBScenario sce... method copyDeploymentParameters (line 833) | private void copyDeploymentParameters(Entity source, Entity destinatio... FILE: MekHQ/src/mekhq/CampaignPreset.java class CampaignPreset (line 97) | public class CampaignPreset { method CampaignPreset (line 133) | public CampaignPreset() { method CampaignPreset (line 137) | public CampaignPreset(final boolean userData) { method CampaignPreset (line 155) | public CampaignPreset(final String title, final String description, fi... method isUserData (line 186) | public boolean isUserData() { method getTitle (line 193) | public String getTitle() { method setTitle (line 197) | public void setTitle(final String title) { method getDescription (line 201) | public String getDescription() { method setDescription (line 205) | public void setDescription(final String description) { method getDate (line 210) | public @Nullable LocalDate getDate() { method setDate (line 214) | public void setDate(final @Nullable LocalDate date) { method getFaction (line 218) | public @Nullable Faction getFaction() { method setFaction (line 222) | public void setFaction(final @Nullable Faction faction) { method getPlanet (line 226) | public @Nullable Planet getPlanet() { method setPlanet (line 230) | public void setPlanet(final @Nullable Planet planet) { method getRankSystem (line 234) | public @Nullable RankSystem getRankSystem() { method setRankSystem (line 238) | public void setRankSystem(final @Nullable RankSystem rankSystem) { method getContractCount (line 242) | public int getContractCount() { method setContractCount (line 246) | public void setContractCount(final int contractCount) { method isGM (line 250) | public boolean isGM() { method setGM (line 254) | public void setGM(final boolean gm) { method getCompanyGenerationOptions (line 258) | public CompanyGenerationOptions getCompanyGenerationOptions() { method setCompanyGenerationOptions (line 262) | public void setCompanyGenerationOptions(final @Nullable CompanyGenerat... method getGameOptions (line 268) | public @Nullable GameOptions getGameOptions() { method setGameOptions (line 272) | public void setGameOptions(final @Nullable GameOptions gameOptions) { method getCampaignOptions (line 276) | public @Nullable CampaignOptions getCampaignOptions() { method setCampaignOptions (line 280) | public void setCampaignOptions(final @Nullable CampaignOptions campaig... method getRandomSkillPreferences (line 284) | public @Nullable RandomSkillPreferences getRandomSkillPreferences() { method setRandomSkillPreferences (line 288) | public void setRandomSkillPreferences(final @Nullable RandomSkillPrefe... method getSkills (line 292) | public Map getSkills() { method setSkills (line 296) | public void setSkills(final Map skills) { method getSpecialAbilities (line 300) | public Map getSpecialAbilities() { method setSpecialAbilities (line 304) | public void setSpecialAbilities(final Map spec... method getCampaignPresets (line 327) | public static List getCampaignPresets() { method writeToFile (line 347) | public void writeToFile(final JFrame frame, @Nullable File file) { method writeToXML (line 374) | public void writeToXML(final PrintWriter pw, int indent) { method loadCampaignPresetsFromDirectory (line 445) | public static List loadCampaignPresetsFromDirectory(fi... method parseFromFile (line 456) | public static @Nullable CampaignPreset parseFromFile(final @Nullable F... method parseFromXML (line 474) | public static @Nullable CampaignPreset parseFromXML(final NodeList nl,... method toString (line 603) | @Override FILE: MekHQ/src/mekhq/GameThread.java class GameThread (line 67) | class GameThread extends Thread implements CloseClientListener { method GameThread (line 103) | public GameThread(String name, String password, Client client, MekHQ a... method GameThread (line 121) | public GameThread(String name, Client client, MekHQ app, List un... method GameThread (line 140) | public GameThread(String name, String password, Client client, MekHQ a... method getClient (line 154) | public Client getClient() { method getLocalBots (line 158) | protected Map getLocalBots() { method run (line 165) | @Override method disconnectGuiSilently (line 287) | protected void disconnectGuiSilently() { method configureBot (line 299) | private void configureBot(BotClient botClient, BotForce botForce) { method setupBotEntities (line 342) | protected List setupBotEntities(BotClient botClient, BotForce ... method getPlanetaryConditions (line 363) | protected PlanetaryConditions getPlanetaryConditions() { method clientClosed (line 371) | @Override method requestStop (line 377) | public void requestStop() { method stopRequested (line 388) | public boolean stopRequested() { method quit (line 392) | public void quit() { method createController (line 398) | public void createController() { FILE: MekHQ/src/mekhq/IconPackage.java class IconPackage (line 44) | public class IconPackage { method getLoadingScreenImages (line 75) | public TreeMap getLoadingScreenImages() { method getAutoResolveScreenImages (line 79) | @Deprecated(since = "0.51.0", forRemoval = true) method getStartupScreenImagesScreenImages (line 84) | public TreeMap getStartupScreenImagesScreenImages() { method IconPackage (line 88) | public IconPackage() { method getGuiElement (line 92) | public String getGuiElement(String key) { FILE: MekHQ/src/mekhq/MHQConstants.java class MHQConstants (line 44) | public final class MHQConstants extends SuiteConstants { FILE: MekHQ/src/mekhq/MHQOptions.java class MHQOptions (line 46) | public final class MHQOptions extends SuiteOptions { method getDisplayDateFormat (line 48) | public String getDisplayDateFormat() { method getDisplayFormattedDate (line 52) | public String getDisplayFormattedDate(final @Nullable LocalDate date) { method setDisplayDateFormat (line 58) | public void setDisplayDateFormat(String value) { method parseDisplayFormattedDate (line 62) | public LocalDate parseDisplayFormattedDate(String text) { method getLongDisplayDateFormat (line 66) | public String getLongDisplayDateFormat() { method getLongDisplayFormattedDate (line 71) | public String getLongDisplayFormattedDate(LocalDate date) { method setLongDisplayDateFormat (line 77) | public void setLongDisplayDateFormat(String value) { method getHideUnitFluff (line 81) | public boolean getHideUnitFluff() { method setHideUnitFluff (line 85) | public void setHideUnitFluff(boolean value) { method getHistoricalDailyLog (line 89) | public boolean getHistoricalDailyLog() { method setHistoricalDailyLog (line 93) | public void setHistoricalDailyLog(boolean value) { method getCompanyGeneratorStartup (line 97) | public boolean getCompanyGeneratorStartup() { method setCompanyGeneratorStartup (line 102) | public void setCompanyGeneratorStartup(final boolean value) { method getShowCompanyGenerator (line 106) | public boolean getShowCompanyGenerator() { method setShowCompanyGenerator (line 110) | public void setShowCompanyGenerator(final boolean value) { method getShowUnitPicturesOnTOE (line 114) | public boolean getShowUnitPicturesOnTOE() { method setShowUnitPicturesOnTOE (line 118) | public void setShowUnitPicturesOnTOE(final boolean value) { method getCommandCenterUseUnitMarket (line 123) | @Deprecated(since = "0.50.07", forRemoval = true) method setCommandCenterUseUnitMarket (line 129) | @Deprecated(since = "0.50.07", forRemoval = true) method getCommandCenterMRMS (line 134) | public boolean getCommandCenterMRMS() { method setCommandCenterMRMS (line 138) | public void setCommandCenterMRMS(boolean value) { method getInterstellarMapShowJumpRadius (line 144) | public boolean getInterstellarMapShowJumpRadius() { method setInterstellarMapShowJumpRadius (line 149) | public void setInterstellarMapShowJumpRadius(final boolean value) { method getInterstellarMapShowJumpRadiusMinimumZoom (line 154) | public double getInterstellarMapShowJumpRadiusMinimumZoom() { method setInterstellarMapShowJumpRadiusMinimumZoom (line 159) | public void setInterstellarMapShowJumpRadiusMinimumZoom(final double v... method getInterstellarMapJumpRadiusColour (line 164) | public Color getInterstellarMapJumpRadiusColour() { method setInterstellarMapJumpRadiusColour (line 169) | public void setInterstellarMapJumpRadiusColour(final Color value) { method getInterstellarMapShowPlanetaryAcquisitionRadius (line 174) | public boolean getInterstellarMapShowPlanetaryAcquisitionRadius() { method setInterstellarMapShowPlanetaryAcquisitionRadius (line 179) | public void setInterstellarMapShowPlanetaryAcquisitionRadius(final boo... method getInterstellarMapShowPlanetaryAcquisitionRadiusMinimumZoom (line 184) | public double getInterstellarMapShowPlanetaryAcquisitionRadiusMinimumZ... method setInterstellarMapShowPlanetaryAcquisitionRadiusMinimumZoom (line 189) | public void setInterstellarMapShowPlanetaryAcquisitionRadiusMinimumZoo... method getInterstellarMapPlanetaryAcquisitionRadiusColour (line 194) | public Color getInterstellarMapPlanetaryAcquisitionRadiusColour() { method setInterstellarMapPlanetaryAcquisitionRadiusColour (line 199) | public void setInterstellarMapPlanetaryAcquisitionRadiusColour(final C... method getInterstellarMapShowContractSearchRadius (line 204) | public boolean getInterstellarMapShowContractSearchRadius() { method setInterstellarMapShowContractSearchRadius (line 209) | public void setInterstellarMapShowContractSearchRadius(final boolean v... method getInterstellarMapContractSearchRadiusColour (line 214) | public Color getInterstellarMapContractSearchRadiusColour() { method setInterstellarMapContractSearchRadiusColour (line 219) | public void setInterstellarMapContractSearchRadiusColour(final Color v... method getPersonnelFilterStyle (line 226) | public PersonnelFilterStyle getPersonnelFilterStyle() { method setPersonnelFilterStyle (line 232) | public void setPersonnelFilterStyle(PersonnelFilterStyle value) { method getPersonnelFilterOnPrimaryRole (line 236) | public boolean getPersonnelFilterOnPrimaryRole() { method setPersonnelFilterOnPrimaryRole (line 241) | public void setPersonnelFilterOnPrimaryRole(boolean value) { method getUnifiedDailyReport (line 246) | public boolean getUnifiedDailyReport() { method setUnifiedDailyReport (line 251) | public void setUnifiedDailyReport(boolean value) { method getDeployedForeground (line 259) | public Color getDeployedForeground() { method setDeployedForeground (line 264) | public void setDeployedForeground(Color value) { method getDeployedBackground (line 268) | public Color getDeployedBackground() { method setDeployedBackground (line 273) | public void setDeployedBackground(Color value) { method getBelowContractMinimumForeground (line 277) | public Color getBelowContractMinimumForeground() { method setBelowContractMinimumForeground (line 282) | public void setBelowContractMinimumForeground(Color value) { method getBelowContractMinimumBackground (line 287) | public Color getBelowContractMinimumBackground() { method setBelowContractMinimumBackground (line 293) | public void setBelowContractMinimumBackground(Color value) { method getInTransitForeground (line 298) | public Color getInTransitForeground() { method setInTransitForeground (line 303) | public void setInTransitForeground(Color value) { method getInTransitBackground (line 307) | public Color getInTransitBackground() { method setInTransitBackground (line 312) | public void setInTransitBackground(Color value) { method getRefittingForeground (line 316) | public Color getRefittingForeground() { method setRefittingForeground (line 321) | public void setRefittingForeground(Color value) { method getRefittingBackground (line 325) | public Color getRefittingBackground() { method setRefittingBackground (line 330) | public void setRefittingBackground(Color value) { method getMothballingForeground (line 334) | public Color getMothballingForeground() { method setMothballingForeground (line 339) | public void setMothballingForeground(Color value) { method getMothballingBackground (line 343) | public Color getMothballingBackground() { method setMothballingBackground (line 348) | public void setMothballingBackground(Color value) { method getMothballedForeground (line 352) | public Color getMothballedForeground() { method setMothballedForeground (line 357) | public void setMothballedForeground(Color value) { method getMothballedBackground (line 361) | public Color getMothballedBackground() { method setMothballedBackground (line 366) | public void setMothballedBackground(Color value) { method getNotRepairableForeground (line 370) | public Color getNotRepairableForeground() { method setNotRepairableForeground (line 375) | public void setNotRepairableForeground(Color value) { method getNotRepairableBackground (line 379) | public Color getNotRepairableBackground() { method setNotRepairableBackground (line 384) | public void setNotRepairableBackground(Color value) { method getNonFunctionalForeground (line 388) | public Color getNonFunctionalForeground() { method setNonFunctionalForeground (line 393) | public void setNonFunctionalForeground(Color value) { method getNonFunctionalBackground (line 397) | public Color getNonFunctionalBackground() { method setNonFunctionalBackground (line 402) | public void setNonFunctionalBackground(Color value) { method getNeedsPartsFixedForeground (line 406) | public Color getNeedsPartsFixedForeground() { method setNeedsPartsFixedForeground (line 411) | public void setNeedsPartsFixedForeground(Color value) { method getNeedsPartsFixedBackground (line 416) | public Color getNeedsPartsFixedBackground() { method setNeedsPartsFixedBackground (line 421) | public void setNeedsPartsFixedBackground(Color value) { method getUnmaintainedForeground (line 426) | public Color getUnmaintainedForeground() { method setUnmaintainedForeground (line 431) | public void setUnmaintainedForeground(Color value) { method getUnmaintainedBackground (line 435) | public Color getUnmaintainedBackground() { method setUnmaintainedBackground (line 440) | public void setUnmaintainedBackground(Color value) { method getUncrewedForeground (line 444) | public Color getUncrewedForeground() { method setUncrewedForeground (line 449) | public void setUncrewedForeground(Color value) { method getUncrewedBackground (line 453) | public Color getUncrewedBackground() { method setUncrewedBackground (line 458) | public void setUncrewedBackground(Color value) { method getLoanOverdueForeground (line 462) | public Color getLoanOverdueForeground() { method setLoanOverdueForeground (line 467) | public void setLoanOverdueForeground(Color value) { method getLoanOverdueBackground (line 471) | public Color getLoanOverdueBackground() { method setLoanOverdueBackground (line 476) | public void setLoanOverdueBackground(Color value) { method getInjuredForeground (line 480) | public Color getInjuredForeground() { method setInjuredForeground (line 485) | public void setInjuredForeground(Color value) { method getInjuredBackground (line 489) | public Color getInjuredBackground() { method setInjuredBackground (line 494) | public void setInjuredBackground(Color value) { method getHealedInjuriesForeground (line 498) | public Color getHealedInjuriesForeground() { method setHealedInjuriesForeground (line 503) | public void setHealedInjuriesForeground(Color value) { method getHealedInjuriesBackground (line 507) | public Color getHealedInjuriesBackground() { method setHealedInjuriesBackground (line 512) | public void setHealedInjuriesBackground(Color value) { method getPregnantForeground (line 516) | public Color getPregnantForeground() { method setPregnantForeground (line 521) | public void setPregnantForeground(Color value) { method getPregnantBackground (line 525) | public Color getPregnantBackground() { method setPregnantBackground (line 530) | public void setPregnantBackground(Color value) { method getGoneForeground (line 534) | public Color getGoneForeground() { method setGoneForeground (line 539) | public void setGoneForeground(Color value) { method getGoneBackground (line 543) | public Color getGoneBackground() { method setGoneBackground (line 548) | public void setGoneBackground(Color value) { method getAbsentForeground (line 552) | public Color getAbsentForeground() { method setAbsentForeground (line 557) | public void setAbsentForeground(Color value) { method getAbsentBackground (line 561) | public Color getAbsentBackground() { method setAbsentBackground (line 566) | public void setAbsentBackground(Color value) { method getFatiguedForeground (line 570) | public Color getFatiguedForeground() { method setFatiguedForeground (line 575) | public void setFatiguedForeground(Color value) { method getFatiguedBackground (line 579) | public Color getFatiguedBackground() { method setFatiguedBackground (line 584) | public void setFatiguedBackground(Color value) { method getStratConHexCoordForeground (line 588) | public Color getStratConHexCoordForeground() { method setStratConHexCoordForeground (line 593) | public void setStratConHexCoordForeground(Color value) { method getFontColorNegative (line 598) | public Color getFontColorNegative() { method getFontColorNegativeHexColor (line 606) | public String getFontColorNegativeHexColor() { method setFontColorNegative (line 610) | public void setFontColorNegative(Color value) { method getFontColorAmazing (line 614) | public Color getFontColorAmazing() { method getFontColorAmazingHexColor (line 619) | public String getFontColorAmazingHexColor() { method setFontColorAmazing (line 623) | public void setFontColorAmazing(Color value) { method getFontColorPositive (line 627) | public Color getFontColorPositive() { method getFontColorPositiveHexColor (line 635) | public String getFontColorPositiveHexColor() { method setFontColorPositive (line 639) | public void setFontColorPositive(Color value) { method getFontColorWarning (line 643) | public Color getFontColorWarning() { method getFontColorWarningHexColor (line 651) | public String getFontColorWarningHexColor() { method setFontColorWarning (line 655) | public void setFontColorWarning(Color value) { method getFontColorSkillUltraGreen (line 660) | public Color getFontColorSkillUltraGreen() { method getFontColorSkillUltraGreenHexColor (line 668) | public String getFontColorSkillUltraGreenHexColor() { method setFontColorSkillUltraGreen (line 672) | public void setFontColorSkillUltraGreen(Color value) { method getFontColorSkillGreen (line 677) | public Color getFontColorSkillGreen() { method getFontColorSkillGreenHexColor (line 685) | public String getFontColorSkillGreenHexColor() { method setFontColorSkillGreen (line 689) | public void setFontColorSkillGreen(Color value) { method getFontColorSkillRegular (line 693) | public Color getFontColorSkillRegular() { method getFontColorSkillRegularHexColor (line 701) | public String getFontColorSkillRegularHexColor() { method setFontColorSkillRegular (line 705) | public void setFontColorSkillRegular(Color value) { method getFontColorSkillVeteran (line 709) | public Color getFontColorSkillVeteran() { method getFontColorSkillVeteranHexColor (line 717) | public String getFontColorSkillVeteranHexColor() { method setFontColorSkillVeteran (line 721) | public void setFontColorSkillVeteran(Color value) { method getFontColorSkillElite (line 725) | public Color getFontColorSkillElite() { method getFontColorSkillEliteHexColor (line 733) | public String getFontColorSkillEliteHexColor() { method setFontColorSkillElite (line 737) | public void setFontColorSkillElite(Color value) { method convertFontColorToHexColor (line 749) | public static String convertFontColorToHexColor(Color color) { method getMedicalViewDialogHandwritingFont (line 759) | public String getMedicalViewDialogHandwritingFont() { method setMedicalViewDialogHandwritingFont (line 764) | public void setMedicalViewDialogHandwritingFont(final String value) { method getNoAutosaveValue (line 770) | public boolean getNoAutosaveValue() { method setNoAutosaveValue (line 774) | public void setNoAutosaveValue(boolean value) { method getAutosaveDailyValue (line 778) | public boolean getAutosaveDailyValue() { method setAutosaveDailyValue (line 782) | public void setAutosaveDailyValue(boolean value) { method getAutosaveWeeklyValue (line 786) | public boolean getAutosaveWeeklyValue() { method setAutosaveWeeklyValue (line 790) | public void setAutosaveWeeklyValue(boolean value) { method getAutosaveMonthlyValue (line 794) | public boolean getAutosaveMonthlyValue() { method setAutosaveMonthlyValue (line 798) | public void setAutosaveMonthlyValue(boolean value) { method getAutosaveYearlyValue (line 802) | public boolean getAutosaveYearlyValue() { method setAutosaveYearlyValue (line 806) | public void setAutosaveYearlyValue(boolean value) { method getAutosaveBeforeScenariosValue (line 810) | public boolean getAutosaveBeforeScenariosValue() { method setAutosaveBeforeScenariosValue (line 815) | public void setAutosaveBeforeScenariosValue(boolean value) { method getAutosaveBeforeMissionEndValue (line 819) | public boolean getAutosaveBeforeMissionEndValue() { method setAutosaveBeforeMissionEndValue (line 823) | public void setAutosaveBeforeMissionEndValue(boolean value) { method getMaximumNumberOfAutoSavesValue (line 827) | public int getMaximumNumberOfAutoSavesValue() { method setMaximumNumberOfAutoSavesValue (line 832) | public void setMaximumNumberOfAutoSavesValue(int value) { method getNewDayAsTechPoolFill (line 838) | public boolean getNewDayAsTechPoolFill() { method setNewDayAsTechPoolFill (line 842) | public void setNewDayAsTechPoolFill(final boolean value) { method getNewDayMedicPoolFill (line 846) | public boolean getNewDayMedicPoolFill() { method setNewDayMedicPoolFill (line 850) | public void setNewDayMedicPoolFill(final boolean value) { method getNewDaySoldierPoolFill (line 854) | public boolean getNewDaySoldierPoolFill() { method setNewDaySoldierPoolFill (line 858) | public void setNewDaySoldierPoolFill(final boolean value) { method getNewDayBattleArmorPoolFill (line 862) | public boolean getNewDayBattleArmorPoolFill() { method setNewDayBattleArmorPoolFill (line 866) | public void setNewDayBattleArmorPoolFill(final boolean value) { method getNewDayVehicleCrewGroundPoolFill (line 870) | public boolean getNewDayVehicleCrewGroundPoolFill() { method setNewDayVehicleCrewGroundPoolFill (line 874) | public void setNewDayVehicleCrewGroundPoolFill(final boolean value) { method getNewDayVehicleCrewVTOLPoolFill (line 878) | public boolean getNewDayVehicleCrewVTOLPoolFill() { method setNewDayVehicleCrewVTOLPoolFill (line 882) | public void setNewDayVehicleCrewVTOLPoolFill(final boolean value) { method getNewDayVehicleCrewNavalPoolFill (line 886) | public boolean getNewDayVehicleCrewNavalPoolFill() { method setNewDayVehicleCrewNavalPoolFill (line 890) | public void setNewDayVehicleCrewNavalPoolFill(final boolean value) { method getNewDayVesselPilotPoolFill (line 894) | public boolean getNewDayVesselPilotPoolFill() { method setNewDayVesselPilotPoolFill (line 898) | public void setNewDayVesselPilotPoolFill(final boolean value) { method getNewDayVesselGunnerPoolFill (line 902) | public boolean getNewDayVesselGunnerPoolFill() { method setNewDayVesselGunnerPoolFill (line 906) | public void setNewDayVesselGunnerPoolFill(final boolean value) { method getNewDayVesselCrewPoolFill (line 910) | public boolean getNewDayVesselCrewPoolFill() { method setNewDayVesselCrewPoolFill (line 914) | public void setNewDayVesselCrewPoolFill(final boolean value) { method getNewDayMRMS (line 918) | public boolean getNewDayMRMS() { method setNewDayMRMS (line 922) | public void setNewDayMRMS(final boolean value) { method getNewDayOptimizeMedicalAssignments (line 926) | public boolean getNewDayOptimizeMedicalAssignments() { method setNewDayOptimizeMedicalAssignments (line 931) | public void setNewDayOptimizeMedicalAssignments(final boolean value) { method getNewDayAutomaticallyAssignUnmaintainedUnits (line 936) | public boolean getNewDayAutomaticallyAssignUnmaintainedUnits() { method setNewDayAutomaticallyAssignUnmaintainedUnits (line 941) | public void setNewDayAutomaticallyAssignUnmaintainedUnits(final boolea... method getNewMonthQuickTrain (line 946) | public boolean getNewMonthQuickTrain() { method setNewMonthQuickTrain (line 951) | public void setNewMonthQuickTrain(final boolean value) { method getSelfCorrectMaintenance (line 956) | public boolean getSelfCorrectMaintenance() { method setSelfCorrectMaintenance (line 961) | public void setSelfCorrectMaintenance(final boolean value) { method getNewDayFormationIconOperationalStatus (line 966) | public boolean getNewDayFormationIconOperationalStatus() { method setNewDayFormationIconOperationalStatus (line 971) | public void setNewDayFormationIconOperationalStatus(final boolean valu... method getNewDayFormationIconOperationalStatusStyle (line 976) | public FormationIconOperationalStatusStyle getNewDayFormationIconOpera... method setNewDayFormationIconOperationalStatusStyle (line 982) | public void setNewDayFormationIconOperationalStatusStyle(final Formati... method getPreferGzippedOutput (line 993) | public boolean getPreferGzippedOutput() { method setPreferGzippedOutput (line 1004) | public void setPreferGzippedOutput(boolean value) { method getWriteCustomsToXML (line 1008) | public boolean getWriteCustomsToXML() { method setWriteCustomsToXML (line 1012) | public void setWriteCustomsToXML(boolean value) { method getWriteAllUnitsToXML (line 1016) | public boolean getWriteAllUnitsToXML() { method setWriteAllUnitsToXML (line 1020) | public void setWriteAllUnitsToXML(boolean value) { method getSaveMothballState (line 1024) | public boolean getSaveMothballState() { method setSaveMothballState (line 1028) | public void setSaveMothballState(boolean value) { method getRankSystemsPath (line 1038) | public String getRankSystemsPath() { method setRankSystemsPath (line 1049) | public void setRankSystemsPath(final String value) { method getIndividualRankSystemPath (line 1056) | public String getIndividualRankSystemPath() { method setIndividualRankSystemPath (line 1067) | public void setIndividualRankSystemPath(final String value) { method getUnitSpriteExportPath (line 1075) | public String getUnitSpriteExportPath() { method setUnitSpriteExportPath (line 1086) | public void setUnitSpriteExportPath(final String value) { method getLayeredFormationIconPath (line 1093) | public String getLayeredFormationIconPath() { method setLayeredFormationIconPath (line 1104) | public void setLayeredFormationIconPath(final String value) { method getCompanyGenerationDirectoryPath (line 1108) | public String getCompanyGenerationDirectoryPath() { method setCompanyGenerationDirectoryPath (line 1113) | public void setCompanyGenerationDirectoryPath(final String value) { method getNagDialogIgnore (line 1119) | public boolean getNagDialogIgnore(final String key) { method setNagDialogIgnore (line 1123) | public void setNagDialogIgnore(final String key, final boolean value) { method getStartGameDelay (line 1129) | public int getStartGameDelay() { method setStartGameDelay (line 1133) | public void setStartGameDelay(final int startGameDelay) { method getStartGameClientDelay (line 1137) | public int getStartGameClientDelay() { method setStartGameClientDelay (line 1141) | public void setStartGameClientDelay(final int startGameClientDelay) { method getStartGameClientRetryCount (line 1146) | public int getStartGameClientRetryCount() { method setStartGameClientRetryCount (line 1151) | public void setStartGameClientRetryCount(final int startGameClientRetr... method getStartGameBotClientDelay (line 1156) | public int getStartGameBotClientDelay() { method setStartGameBotClientDelay (line 1161) | public void setStartGameBotClientDelay(final int startGameBotClientDel... method getStartGameBotClientRetryCount (line 1166) | public int getStartGameBotClientRetryCount() { method setStartGameBotClientRetryCount (line 1171) | public void setStartGameBotClientRetryCount(final int startGameBotClie... method getDefaultCompanyGenerationMethod (line 1176) | public CompanyGenerationMethod getDefaultCompanyGenerationMethod() { method setDefaultCompanyGenerationMethod (line 1182) | public void setDefaultCompanyGenerationMethod(final CompanyGenerationM... FILE: MekHQ/src/mekhq/MHQOptionsChangedEvent.java class MHQOptionsChangedEvent (line 40) | public class MHQOptionsChangedEvent extends MMEvent { method MHQOptionsChangedEvent (line 42) | public MHQOptionsChangedEvent() { FILE: MekHQ/src/mekhq/MHQStaticDirectoryManager.java class MHQStaticDirectoryManager (line 48) | public class MHQStaticDirectoryManager extends MMStaticDirectoryManager { method MHQStaticDirectoryManager (line 71) | protected MHQStaticDirectoryManager() { method initialize (line 81) | public static void initialize() { method initializeFormationIcons (line 93) | private static void initializeFormationIcons() { method initializeAwardIcons (line 121) | private static void initializeAwardIcons() { method initializeStorySplash (line 148) | private static void initializeStorySplash() { method initializeUserStoryPortraits (line 169) | public static void initializeUserStoryPortraits(String path) { method initializeUserStorySplash (line 190) | public static void initializeUserStorySplash(String path) { method getFormationIcons (line 217) | public static @Nullable AbstractDirectory getFormationIcons() { method getAwardIcons (line 228) | public static @Nullable AbstractDirectory getAwardIcons() { method getStorySplash (line 239) | public static @Nullable AbstractDirectory getStorySplash() { method getUserStoryPortraits (line 251) | public static @Nullable AbstractDirectory getUserStoryPortraits() { method getUserStorySplash (line 263) | public static @Nullable AbstractDirectory getUserStorySplash() { method refreshFormationIcons (line 278) | public static AbstractDirectory refreshFormationIcons() { method refreshAwardIcons (line 290) | public static AbstractDirectory refreshAwardIcons() { method refreshStorySplash (line 302) | public static AbstractDirectory refreshStorySplash() { FILE: MekHQ/src/mekhq/MekHQ.java class MekHQ (line 134) | public class MekHQ implements GameListener { method getMHQPreferences (line 171) | public static SuitePreferences getMHQPreferences() { method getMHQOptions (line 175) | public static MHQOptions getMHQOptions() { method getSelectedTheme (line 179) | public static ObservableString getSelectedTheme() { method getPersonnelDirectory (line 183) | public static ObservableString getPersonnelDirectory() { method getPartsDirectory (line 187) | public static ObservableString getPartsDirectory() { method getPlanetsDirectory (line 191) | public static ObservableString getPlanetsDirectory() { method getStarMapsDirectory (line 195) | public static ObservableString getStarMapsDirectory() { method getUnitsDirectory (line 199) | public static ObservableString getUnitsDirectory() { method getCampaignsDirectory (line 203) | public static ObservableString getCampaignsDirectory() { method getScenarioTemplatesDirectory (line 207) | public static ObservableString getScenarioTemplatesDirectory() { method getFinancesDirectory (line 211) | public static ObservableString getFinancesDirectory() { method getInstance (line 215) | protected static MekHQ getInstance() { method MekHQ (line 219) | private MekHQ() { method startup (line 226) | protected void startup() { method setTooltipSettings (line 257) | private static void setTooltipSettings() { method restart (line 266) | public void restart() { method getAutosaveService (line 284) | public IAutosaveService getAutosaveService() { method setUserPreferences (line 291) | private static void setUserPreferences() { method exit (line 328) | public void exit(boolean includeSavePrompt) { method showNewView (line 355) | public void showNewView() { method main (line 362) | public static void main(String... args) { method initializeLogging (line 409) | public static void initializeLogging() { method getUnderlyingInformation (line 416) | public static String getUnderlyingInformation() { method getMyServer (line 420) | public Server getMyServer() { method getCampaign (line 424) | public Campaign getCampaign() { method setCampaign (line 428) | public void setCampaign(Campaign c) { method getCampaignController (line 432) | public CampaignController getCampaignController() { method getCampaigngui (line 439) | public CampaignGUI getCampaigngui() { method setCampaignGUI (line 446) | @Deprecated(since = "0.51.0", forRemoval = true) method joinGame (line 451) | public void joinGame(Scenario scenario, List meks) { method startHost (line 487) | public void startHost(Scenario scenario, boolean loadSaveGame, List units) { method startAutoResolve (line 817) | public void startAutoResolve(Scenario scenario, List units) { method autoResolveConcluded (line 854) | public void autoResolveConcluded(AutoResolveConcludedEvent autoResolve... method postAbortedAutoResolve (line 880) | private void postAbortedAutoResolve(AutoResolveConcludedEvent autoReso... method resetPersonsHits (line 896) | private void resetPersonsHits(ResolveScenarioTracker tracker) { method registerHandler (line 919) | public static void registerHandler(Object handler) { method triggerEvent (line 923) | public static boolean triggerEvent(MMEvent event) { method unregisterHandler (line 927) | public static void unregisterHandler(Object handler) { method initEventHandlers (line 934) | private void initEventHandlers() { method setLookAndFeel (line 942) | private static void setLookAndFeel(String themeName) { method updateGuiScaling (line 987) | public static void updateGuiScaling() { class MekHqPropertyChangedListener (line 992) | private static class MekHqPropertyChangedListener implements PropertyC... method propertyChange (line 993) | @Override method addOSXKeyStrokes (line 1001) | private static void addOSXKeyStrokes(InputMap inputMap) { FILE: MekHQ/src/mekhq/NullEntityException.java class NullEntityException (line 35) | public class NullEntityException extends Exception { method NullEntityException (line 36) | public NullEntityException(final String message) { FILE: MekHQ/src/mekhq/Utilities.java class Utilities (line 112) | public class Utilities { method Utilities (line 115) | private Utilities() { method roll3d6 (line 126) | public static int roll3d6() { method dice (line 138) | public static int dice(int num, int faces) { method getMunitionsFor (line 149) | public static List getMunitionsFor(Entity entity, AmmoType c... method lastFileModified (line 225) | public static @Nullable File lastFileModified(String dir, FilenameFilt... method getAllFiles (line 263) | @Deprecated(since = "0.51.0", forRemoval = true) method getAllVariants (line 269) | public static ArrayList getAllVariants(Entity en, Campaign cam... method isOmniVariant (line 323) | public static boolean isOmniVariant(Entity entity1, Entity entity2) { method generateExpLevel (line 412) | public static int generateExpLevel(int bonus) { method randomSkillFromTarget (line 430) | public static int randomSkillFromTarget(int target) { method genRandomCrewWithCombinedSkill (line 444) | public static Map> genRandomCrewWithCombi... method rebalanceCrew (line 814) | private static void rebalanceCrew(int desiredSkill, List peopl... method migrateCrewData (line 875) | private static void migrateCrewData(Person person, Crew oldCrew, int c... method populateOptionsFromCrew (line 926) | private static void populateOptionsFromCrew(Person p, Crew oldCrew) { method generateRandomExp (line 934) | public static int generateRandomExp() { method rollSpecialAbilities (line 949) | public static int rollSpecialAbilities(int bonus) { method rollProbability (line 960) | public static boolean rollProbability(int prob) { method getAgeByExpLevel (line 1033) | public static int getAgeByExpLevel(int experienceLevel, boolean isClan) { method getOptionDisplayName (line 1085) | public static String getOptionDisplayName(IOption option) { method printMoneyArray (line 1091) | public static String printMoneyArray(Money... array) { method readMoneyArray (line 1099) | public static Money[] readMoneyArray(Node node) { method readMoneyArray (line 1103) | public static Money[] readMoneyArray(Node node, int minimumSize) { method getSimpleTechLevel (line 1118) | public static int getSimpleTechLevel(int level) { method copyfile (line 1142) | public static void copyfile(final File inFile, final File outFile) { method exportTableToCSV (line 1164) | public static String exportTableToCSV(JTable table, File file) { method splitString (line 1194) | public static Vector splitString(String str, String sep) { method combineString (line 1203) | public static String combineString(Collection vec, String sep) { method capitalize (line 1221) | public static String capitalize(String str) { method getRomanNumeralsFromArabicNumber (line 1239) | public static String getRomanNumeralsFromArabicNumber(int level, boole... method sortMapByValue (line 1259) | public static Map sortMapByValue(Map... method isLikelyCapture (line 1284) | public static boolean isLikelyCapture(Entity en) { method parseXMLFiles (line 1296) | @Deprecated(since = "0.51.0", forRemoval = true) method parseXMLFiles (line 1306) | public static void parseXMLFiles(String dirName, Consumer toLoad... method loadPlayerTransports (line 1442) | public static void loadPlayerTransports(int trnId, Map generateEntityStub(List entities) { method getDeploymentString (line 1714) | public static String getDeploymentString(Player player) { method getDeploymentString (line 1748) | public static String getDeploymentString(IPlayerSettings settings) { method createPlayer (line 1759) | public static Player createPlayer(IPlayerSettings settings) { method updatePlayerSettings (line 1778) | public static void updatePlayerSettings(IPlayerSettings settings, Play... FILE: MekHQ/src/mekhq/adapter/DateAdapter.java class DateAdapter (line 40) | public class DateAdapter extends XmlAdapter { method unmarshal (line 41) | @Override method marshal (line 46) | @Override FILE: MekHQ/src/mekhq/campaign/AwardSet.java class AwardSet (line 47) | @XmlRootElement(name = "awards") method AwardSet (line 52) | public AwardSet() { method getAwards (line 56) | public List getAwards() { FILE: MekHQ/src/mekhq/campaign/Campaign.java class Campaign (line 281) | public class Campaign implements ITechManager { type AdministratorSpecialization (line 504) | public enum AdministratorSpecialization { method Campaign (line 518) | public Campaign(CampaignConfiguration campConf) { method Campaign (line 554) | public Campaign(Game game, method getAutosaveService (line 692) | public IAutosaveService getAutosaveService() { method getApp (line 699) | public MekHQ getApp() { method setApp (line 706) | public void setApp(MekHQ app) { method setOverviewLoadingValue (line 713) | public void setOverviewLoadingValue(boolean overviewLoadingValue) { method getGame (line 717) | public Game getGame() { method getPlayer (line 721) | public Player getPlayer() { method setId (line 725) | public void setId(UUID id) { method getId (line 729) | public UUID getId() { method setVersion (line 733) | public void setVersion(Version version) { method getVersion (line 737) | public @Nullable Version getVersion() { method getPastVersions (line 741) | public List getPastVersions() { method addPastVersion (line 745) | public void addPastVersion(Version pastVersion) { method getName (line 749) | public String getName() { method setName (line 753) | public void setName(String s) { method getEra (line 757) | public Era getEra() { method getTitle (line 761) | public String getTitle() { method patternHasWeekdayField (line 791) | private static boolean patternHasWeekdayField(String pattern) { method getLocalDate (line 810) | public LocalDate getLocalDate() { method setLocalDate (line 814) | public void setLocalDate(LocalDate currentDay) { method getCampaignStartDate (line 818) | public LocalDate getCampaignStartDate() { method setCampaignStartDate (line 822) | public void setCampaignStartDate(LocalDate campaignStartDate) { method getCurrentSystem (line 826) | public PlanetarySystem getCurrentSystem() { method isAvoidingEmptySystems (line 830) | public boolean isAvoidingEmptySystems() { method setIsAvoidingEmptySystems (line 834) | public void setIsAvoidingEmptySystems(boolean isAvoidingEmptySystems) { method isOverridingCommandCircuitRequirements (line 838) | public boolean isOverridingCommandCircuitRequirements() { method setIsOverridingCommandCircuitRequirements (line 842) | public void setIsOverridingCommandCircuitRequirements(boolean isOverri... method isUseCommandCircuitForContract (line 846) | public boolean isUseCommandCircuitForContract(Contract contract) { method isUseCommandCircuit (line 858) | public boolean isUseCommandCircuit() { method getSystemHiringHallLevel (line 871) | public HiringHallLevel getSystemHiringHallLevel() { method getFunds (line 875) | public Money getFunds() { method setFormations (line 879) | public void setFormations(Formation f) { method getFormations (line 883) | public Formation getFormations() { method getAllFormations (line 887) | public List getAllFormations() { method getFormationIds (line 891) | public TreeMap getFormationIds() { method getAllUnitsInTheTOE (line 909) | public List getAllUnitsInTheTOE(boolean standardFormationsOnly) { method addCombatTeam (line 918) | public void addCombatTeam(CombatTeam combatTeam) { method removeCombatTeam (line 928) | public void removeCombatTeam(final int formationId) { method getCombatTeamsAsMap (line 939) | public Hashtable getCombatTeamsAsMap() { method getCombatTeamsAsList (line 977) | public ArrayList getCombatTeamsAsList() { method setShoppingList (line 988) | public void setShoppingList(ShoppingList sl) { method getShoppingList (line 992) | public ShoppingList getShoppingList() { method getPersonnelMarket (line 997) | public PersonnelMarket getPersonnelMarket() { method setPersonnelMarket (line 1001) | public void setPersonnelMarket(final PersonnelMarket personnelMarket) { method getContractMarket (line 1005) | public AbstractContractMarket getContractMarket() { method setContractMarket (line 1009) | public void setContractMarket(final AbstractContractMarket contractMar... method getUnitMarket (line 1013) | public AbstractUnitMarket getUnitMarket() { method setUnitMarket (line 1017) | public void setUnitMarket(final AbstractUnitMarket unitMarket) { method getNewPersonnelMarket (line 1021) | public NewPersonnelMarket getNewPersonnelMarket() { method setNewPersonnelMarket (line 1025) | public void setNewPersonnelMarket(final NewPersonnelMarket newPersonne... method getRandomDeath (line 1032) | public RandomDeath getRandomDeath() { method resetRandomDeath (line 1036) | public void resetRandomDeath() { method setRandomDeath (line 1040) | public void setRandomDeath(RandomDeath randomDeath) { method getDivorce (line 1045) | public AbstractDivorce getDivorce() { method setDivorce (line 1049) | public void setDivorce(final AbstractDivorce divorce) { method getMarriage (line 1053) | public AbstractMarriage getMarriage() { method setMarriage (line 1057) | public void setMarriage(final AbstractMarriage marriage) { method getProcreation (line 1061) | public AbstractProcreation getProcreation() { method setProcreation (line 1065) | public void setProcreation(final AbstractProcreation procreation) { method setRetirementDefectionTracker (line 1070) | public void setRetirementDefectionTracker(RetirementDefectionTracker r... method getRetirementDefectionTracker (line 1074) | public RetirementDefectionTracker getRetirementDefectionTracker() { method setPersonnelWhoAdvancedInXP (line 1084) | public void setPersonnelWhoAdvancedInXP(List personnelWhoAdvan... method getPersonnelWhoAdvancedInXP (line 1093) | public List getPersonnelWhoAdvancedInXP() { method initUnitGenerator (line 1101) | public void initUnitGenerator() { method getUnitGenerator (line 1108) | public IUnitGenerator getUnitGenerator() { method setCampaignEventProcessor (line 1115) | public void setCampaignEventProcessor(CampaignEventProcessor processor) { method setAtBConfig (line 1119) | public void setAtBConfig(AtBConfiguration config) { method getAtBConfig (line 1123) | public AtBConfiguration getAtBConfig() { method applyRetirement (line 1138) | public boolean applyRetirement(Money totalPayout, Map unit... method getCampaignSummary (line 1278) | public CampaignSummary getCampaignSummary() { method setCampaignSummary (line 1282) | @Deprecated(since = "0.51.0", forRemoval = true) method getNews (line 1288) | public News getNews() { method addFormation (line 1299) | public void addFormation(Formation formation, Formation superFormation) { method moveFormation (line 1314) | public void moveFormation(Formation formation, Formation superFormatio... method importFormation (line 1351) | public void importFormation(Formation formation) { method importScenario (line 1361) | public void importScenario(Scenario scenario) { method addUnitToFormation (line 1366) | public void addUnitToFormation(final @Nullable Unit unit, final Format... method addUnitToFormation (line 1376) | public void addUnitToFormation(@Nullable Unit unit, int id) { method addAllCombatTeams (line 1437) | private void addAllCombatTeams(Formation formation) { method addMission (line 1452) | public void addMission(Mission mission) { method importMission (line 1465) | public void importMission(final Mission mission) { method addMissionWithoutId (line 1471) | private void addMissionWithoutId(Mission m) { method getMission (line 1482) | public @Nullable Mission getMission(int id) { method getMissions (line 1489) | public Collection getMissions() { method getSortedMissions (line 1496) | public List getSortedMissions() { method getActiveMissions (line 1505) | public List getActiveMissions(final boolean excludeEndDateChe... method getCompletedMissions (line 1511) | public List getCompletedMissions() { method getActiveContracts (line 1524) | public List getActiveContracts() { method getActiveContracts (line 1541) | public List getActiveContracts(boolean includeFutureContract... method getFutureContracts (line 1566) | public List getFutureContracts() { method getAtBContracts (line 1583) | public List getAtBContracts() { method hasActiveAtBContract (line 1603) | public boolean hasActiveAtBContract(boolean includeFutureContracts) { method hasActiveAtBContract (line 1623) | public boolean hasActiveAtBContract() { method hasFutureAtBContract (line 1634) | public boolean hasFutureAtBContract() { method getFutureAtBContracts (line 1652) | public List getFutureAtBContracts() { method getActiveAtBContracts (line 1658) | public List getActiveAtBContracts() { method getActiveAtBContracts (line 1662) | public List getActiveAtBContracts(boolean excludeEndDateC... method getCompletedAtBContracts (line 1669) | public List getCompletedAtBContracts() { method hasActiveContract (line 1679) | public boolean hasActiveContract() { method setHasActiveContract (line 1687) | public void setHasActiveContract() { method addScenario (line 1696) | public void addScenario(Scenario s, Mission m) { method addScenario (line 1714) | public void addScenario(Scenario s, Mission m, boolean suppressReport) { method getScenario (line 1730) | public Scenario getScenario(int id) { method getScenarios (line 1734) | public Collection getScenarios() { method getActiveScenarios (line 1738) | public List getActiveScenarios() { method setLocation (line 1742) | public void setLocation(CurrentLocation l) { method moveToPlanetarySystem (line 1761) | public void moveToPlanetarySystem(PlanetarySystem planetarySystem) { method getLocation (line 1774) | public CurrentLocation getLocation() { method isOnContractAndPlanetside (line 1778) | public boolean isOnContractAndPlanetside() { method getTurnoverRetirementInformation (line 1784) | public List getTurnoverRetirementInformation() { method getTransportCostCalculation (line 1788) | public TransportCostCalculations getTransportCostCalculation(int crewE... method importUnit (line 1801) | public void importUnit(Unit unit) { method addCampaignTransport (line 1840) | public void addCampaignTransport(CampaignTransportType campaignTranspo... method updateTransportInTransports (line 1859) | public void updateTransportInTransports(Unit transport) { method updateTransportInTransports (line 1873) | public void updateTransportInTransports(CampaignTransportType campaign... method removeCampaignTransporter (line 1887) | public void removeCampaignTransporter(CampaignTransportType campaignTr... method addTestUnit (line 1904) | public void addTestUnit(TestUnit testUnit, int deliveryTime) { method addNewUnit (line 1948) | public Unit addNewUnit(Entity en, boolean allowNewPilots, int days) { method addNewUnit (line 1964) | public Unit addNewUnit(Entity en, boolean allowNewPilots, int days, Pa... method getHangar (line 2028) | public Hangar getHangar() { method getHangarStatistics (line 2035) | public HangarStatistics getHangarStatistics() { method getCargoStatistics (line 2042) | public CargoStatistics getCargoStatistics() { method getUnits (line 2046) | public Collection getUnits() { method getActiveUnits (line 2055) | public Collection getActiveUnits() { method getEntities (line 2059) | public List getEntities() { method getUnit (line 2063) | public Unit getUnit(UUID id) { method newDependent (line 2077) | public Person newDependent(Gender gender) { method newDependent (line 2092) | public Person newDependent(Gender gender, @Nullable Faction originFact... method newPerson (line 2126) | public Person newPerson(final PersonnelRole role) { method newPerson (line 2139) | public Person newPerson(final PersonnelRole primaryRole, final Personn... method newPerson (line 2153) | public Person newPerson(final PersonnelRole primaryRole, final String ... method newPerson (line 2174) | public Person newPerson(final PersonnelRole primaryRole, final Personn... method newPerson (line 2188) | public Person newPerson(final PersonnelRole primaryRole, final Abstrac... method newPerson (line 2202) | public Person newPerson(final PersonnelRole primaryRole, final Personn... method getFieldKitchenWithinCapacity (line 2235) | public boolean getFieldKitchenWithinCapacity() { method setFieldKitchenWithinCapacity (line 2239) | public void setFieldKitchenWithinCapacity(boolean fieldKitchenWithinCa... method getMashTheatresWithinCapacity (line 2243) | public boolean getMashTheatresWithinCapacity() { method calculateMASHTheaterCapacity (line 2247) | public int calculateMASHTheaterCapacity() { method getCachedMashTheaterCapacity (line 2255) | @Deprecated(since = "0.51.0", forRemoval = true) method setMashTheatreCapacity (line 2260) | public void setMashTheatreCapacity(int mashTheatreCapacity) { method getRepairBaysRented (line 2264) | @Deprecated(since = "0.51.0", forRemoval = true) method setRepairBaysRented (line 2269) | public void setRepairBaysRented(int repairBaysRented) { method changeRepairBaysRented (line 2273) | @Deprecated(since = "0.51.0", forRemoval = true) method recruitPerson (line 2291) | public boolean recruitPerson(Person person) { method recruitPerson (line 2298) | @Deprecated(since = "0.50.06", forRemoval = true) method recruitPerson (line 2319) | public boolean recruitPerson(Person person, boolean gmAdd, boolean emp... method recruitPerson (line 2326) | @Deprecated(since = "0.50.06", forRemoval = true) method recruitPerson (line 2346) | public boolean recruitPerson(Person person, PrisonerStatus prisonerSta... method recruitPerson (line 2368) | public boolean recruitPerson(Person person, PrisonerStatus prisonerSta... method recruitPerson (line 2376) | @Deprecated(since = "0.50.06", forRemoval = true) method recruitPerson (line 2405) | public boolean recruitPerson(Person person, PrisonerStatus prisonerSta... method employCampFollower (line 2546) | public void employCampFollower(Person person) { method simulateRelationshipHistory (line 2563) | private void simulateRelationshipHistory(Person person) { method checkBloodnameAdd (line 2748) | public void checkBloodnameAdd(Person person, boolean ignoreDice) { method importPerson (line 2936) | public void importPerson(Person person) { method getPerson (line 2941) | public @Nullable Person getPerson(final UUID id) { method getPersonnel (line 2945) | public Collection getPersonnel() { method getPersonnelFilteringOutDeparted (line 2958) | public List getPersonnelFilteringOutDeparted() { method getPersonnelFilteringOutDepartedAndAbsent (line 2971) | public List getPersonnelFilteringOutDepartedAndAbsent() { method getActivePersonnel (line 2981) | @Deprecated(since = "0.50.07", forRemoval = true) method getActivePersonnel (line 3011) | public List getActivePersonnel(boolean includePrisoners, boole... method invalidateActivePersonnelCache (line 3057) | public void invalidateActivePersonnelCache() { method getSalaryEligiblePersonnel (line 3067) | public List getSalaryEligiblePersonnel() { method getActiveCombatPersonnel (line 3082) | @Deprecated(since = "0.51.0", forRemoval = true) method getActiveDependents (line 3094) | public List getActiveDependents() { method getCurrentPrisoners (line 3106) | public List getCurrentPrisoners() { method getPrisonerDefectors (line 3117) | public List getPrisonerDefectors() { method getFriendlyPrisoners (line 3128) | public List getFriendlyPrisoners() { method getStudents (line 3137) | public List getStudents() { method getFactionSelector (line 3149) | public AbstractFactionSelector getFactionSelector() { method getFactionSelector (line 3160) | public AbstractFactionSelector getFactionSelector(final RandomOriginOp... method getPlanetSelector (line 3169) | public AbstractPlanetSelector getPlanetSelector() { method getPlanetSelector (line 3180) | public AbstractPlanetSelector getPlanetSelector(final RandomOriginOpti... method getPersonnelGenerator (line 3192) | public AbstractPersonnelGenerator getPersonnelGenerator(final Abstract... method getPatients (line 3202) | public List getPatients() { method getPatientsAssignedToDoctors (line 3212) | public List getPatientsAssignedToDoctors() { method getServiceableUnits (line 3222) | public List getServiceableUnits() { method importParts (line 3237) | public void importParts(Collection newParts) { method getWarehouse (line 3258) | public Warehouse getWarehouse() { method setWarehouse (line 3267) | public void setWarehouse(Warehouse warehouse) { method getQuartermaster (line 3271) | public Quartermaster getQuartermaster() { method getParts (line 3278) | public Collection getParts() { method getPart (line 3282) | public Part getPart(int id) { method getFormation (line 3286) | @Nullable method getCurrentReport (line 3291) | public List getCurrentReport() { method setCurrentReportHTML (line 3295) | public void setCurrentReportHTML(String html) { method getCurrentReportHTML (line 3299) | public String getCurrentReportHTML() { method getNewReports (line 3303) | public List getNewReports() { method setNewReports (line 3307) | public void setNewReports(List reports) { method fetchAndClearNewReports (line 3311) | public List fetchAndClearNewReports() { method getSkillReport (line 3317) | public List getSkillReport() { method setSkillReportHTML (line 3321) | public void setSkillReportHTML(String html) { method getSkillReportHTML (line 3325) | public String getSkillReportHTML() { method getNewSkillReports (line 3329) | public List getNewSkillReports() { method setNewSkillReports (line 3333) | public void setNewSkillReports(List reports) { method fetchAndClearNewSkillReports (line 3337) | public List fetchAndClearNewSkillReports() { method getTechnicalReport (line 3343) | public List getTechnicalReport() { method setTechnicalReportHTML (line 3347) | public void setTechnicalReportHTML(String html) { method getTechnicalReportHTML (line 3351) | public String getTechnicalReportHTML() { method getNewTechnicalReports (line 3355) | public List getNewTechnicalReports() { method setNewTechnicalReports (line 3359) | public void setNewTechnicalReports(List reports) { method fetchAndClearNewTechnicalReports (line 3363) | public List fetchAndClearNewTechnicalReports() { method getFinancesReport (line 3369) | public List getFinancesReport() { method setFinancesReportHTML (line 3373) | public void setFinancesReportHTML(String html) { method getFinancesReportHTML (line 3377) | public String getFinancesReportHTML() { method getNewFinancesReports (line 3381) | public List getNewFinancesReports() { method setNewFinancesReports (line 3385) | public void setNewFinancesReports(List reports) { method fetchAndClearNewFinancesReports (line 3389) | public List fetchAndClearNewFinancesReports() { method getAcquisitionsReport (line 3395) | public List getAcquisitionsReport() { method setAcquisitionsReportHTML (line 3399) | public void setAcquisitionsReportHTML(String html) { method getAcquisitionsReportHTML (line 3403) | public String getAcquisitionsReportHTML() { method getNewAcquisitionsReports (line 3407) | public List getNewAcquisitionsReports() { method setNewAcquisitionsReports (line 3411) | public void setNewAcquisitionsReports(List reports) { method fetchAndClearNewAcquisitionsReports (line 3415) | public List fetchAndClearNewAcquisitionsReports() { method getMedicalReport (line 3421) | public List getMedicalReport() { method setMedicalReportHTML (line 3425) | public void setMedicalReportHTML(String html) { method getMedicalReportHTML (line 3429) | public String getMedicalReportHTML() { method getNewMedicalReports (line 3433) | public List getNewMedicalReports() { method setNewMedicalReports (line 3437) | public void setNewMedicalReports(List reports) { method fetchAndClearNewMedicalReports (line 3441) | public List fetchAndClearNewMedicalReports() { method getPersonnelReport (line 3447) | public List getPersonnelReport() { method setPersonnelReportHTML (line 3451) | public void setPersonnelReportHTML(String html) { method getPersonnelReportHTML (line 3455) | public String getPersonnelReportHTML() { method getNewPersonnelReports (line 3459) | public List getNewPersonnelReports() { method setNewPersonnelReports (line 3463) | public void setNewPersonnelReports(List reports) { method fetchAndClearNewPersonnelReports (line 3467) | public List fetchAndClearNewPersonnelReports() { method getBattleReport (line 3473) | public List getBattleReport() { method setBattleReportHTML (line 3477) | public void setBattleReportHTML(String html) { method getBattleReportHTML (line 3481) | public String getBattleReportHTML() { method getNewBattleReports (line 3485) | public List getNewBattleReports() { method setNewBattleReports (line 3489) | public void setNewBattleReports(List reports) { method fetchAndClearNewBattleReports (line 3493) | public List fetchAndClearNewBattleReports() { method getPoliticsReport (line 3499) | public List getPoliticsReport() { method setPoliticsReportHTML (line 3503) | public void setPoliticsReportHTML(String html) { method getPoliticsReportHTML (line 3507) | public String getPoliticsReportHTML() { method getNewPoliticsReports (line 3511) | public List getNewPoliticsReports() { method setNewPoliticsReports (line 3515) | public void setNewPoliticsReports(List reports) { method fetchAndClearNewPoliticsReports (line 3519) | public List fetchAndClearNewPoliticsReports() { method findBestInRole (line 3536) | public Person findBestInRole(PersonnelRole role, String primary, @Null... method findBestInRole (line 3581) | public Person findBestInRole(PersonnelRole role, String skill) { method findBestAtSkill (line 3597) | public @Nullable Person findBestAtSkill(String skillName) { method getTechs (line 3623) | public List getTechs() { method getTechs (line 3627) | public List getTechs(final boolean noZeroMinute) { method getTechsExpanded (line 3631) | public List getTechsExpanded() { method getTechs (line 3635) | public List getTechs(final boolean noZeroMinute, final boolean... method getTechsExpanded (line 3670) | public List getTechsExpanded(final boolean noZeroMinute, final... method getAdmins (line 3708) | public List getAdmins() { method isWorkingOnRefit (line 3718) | public boolean isWorkingOnRefit(Person person) { method getDoctors (line 3725) | public List getDoctors() { method getPatientsFor (line 3735) | public int getPatientsFor(Person doctor) { method getLogisticsPerson (line 3768) | public @Nullable Person getLogisticsPerson() { method getSeniorAdminPerson (line 3893) | public @Nullable Person getSeniorAdminPerson(AdministratorSpecializati... method getSeniorMedicalPerson (line 3921) | public @Nullable Person getSeniorMedicalPerson() { method getCommander (line 3949) | public @Nullable Person getCommander() { method getSecondInCommand (line 3965) | public @Nullable Person getSecondInCommand() { method findTopCommanders (line 3981) | private Person[] findTopCommanders() { method getLogisticsPersonnel (line 4078) | public List getLogisticsPersonnel() { method goShopping (line 4180) | public ShoppingList goShopping(ShoppingList sList) { method goShoppingAutomatically (line 4202) | private ShoppingList goShoppingAutomatically(ShoppingList sList) { method goShoppingStandard (line 4231) | private ShoppingList goShoppingStandard(ShoppingList sList) { method goShoppingByPlanet (line 4274) | private ShoppingList goShoppingByPlanet(ShoppingList sList) { method canAcquireParts (line 4405) | public boolean canAcquireParts(@Nullable Person person) { method canPayFor (line 4425) | public boolean canPayFor(IAcquisitionWork acquisition) { method findContactForAcquisition (line 4447) | public PartAcquisitionResult findContactForAcquisition(IAcquisitionWor... method acquireEquipment (line 4564) | public boolean acquireEquipment(IAcquisitionWork acquisition, Person p... method acquireEquipment (line 4585) | private boolean acquireEquipment(IAcquisitionWork acquisition, Person ... method workOnMothballingOrActivation (line 4694) | public void workOnMothballingOrActivation(Unit unit) { method mothball (line 4726) | public void mothball(Unit unit) { method activate (line 4812) | public void activate(Unit unit) { method refit (line 4869) | public void refit(Refit theRefit) { method fixWarehousePart (line 4963) | public Part fixWarehousePart(Part part, Person tech) { method fixPart (line 4991) | public String fixPart(IPartWork partWork, Person tech) { method getAction (line 5188) | private static String getAction(IPartWork partWork) { method reloadNews (line 5214) | public void reloadNews() { method readNews (line 5221) | public void readNews() { method getDeploymentDeficit (line 5239) | public int getDeploymentDeficit(AtBContract contract) { method newDay (line 5287) | public boolean newDay() { method getTotalRentFeesExcludingBays (line 5307) | public Money getTotalRentFeesExcludingBays() { method checkForNewMercenaryOrganizationStartUp (line 5327) | @Deprecated(since = "0.50.07", forRemoval = true) method checkForNewMercenaryOrganizationStartUp (line 5352) | public void checkForNewMercenaryOrganizationStartUp(boolean bypassStar... method refreshPersonnelMarkets (line 5393) | @Deprecated(since = "0.50.07", forRemoval = true) method refreshPersonnelMarkets (line 5412) | public void refreshPersonnelMarkets(boolean isCampaignStart) { method getInitiativeBonus (line 5453) | public int getInitiativeBonus() { method setInitiativeBonus (line 5457) | public void setInitiativeBonus(int bonus) { method applyInitiativeBonus (line 5461) | public void applyInitiativeBonus(int bonus) { method initiativeBonusIncrement (line 5472) | public void initiativeBonusIncrement(boolean change) { method getInitiativeMaxBonus (line 5483) | public int getInitiativeMaxBonus() { method setInitiativeMaxBonus (line 5487) | public void setInitiativeMaxBonus(int bonus) { method getFlaggedCommander (line 5499) | public @Nullable Person getFlaggedCommander() { method getFlaggedSecondInCommand (line 5511) | public @Nullable Person getFlaggedSecondInCommand() { method getSeniorCommander (line 5518) | @Deprecated(since = "0.50.07", forRemoval = true) method removeUnit (line 5532) | public void removeUnit(UUID id) { method removePerson (line 5591) | public void removePerson(final @Nullable Person person) { method removePerson (line 5595) | public void removePerson(final @Nullable Person person, final boolean ... method removeAllPatientsFor (line 5631) | public void removeAllPatientsFor(Person doctor) { method removeScenario (line 5639) | public void removeScenario(final Scenario scenario) { method removeMission (line 5657) | public void removeMission(final Mission mission) { method removeKill (line 5669) | public void removeKill(Kill k) { method removeKillsFor (line 5675) | public void removeKillsFor(UUID personID) { method removeFormation (line 5679) | public void removeFormation(Formation formation) { method removeUnitFromFormation (line 5720) | public void removeUnitFromFormation(Unit u) { method getFormationFor (line 5761) | public @Nullable Formation getFormationFor(final @Nullable Unit unit) { method getFormationFor (line 5765) | public @Nullable Formation getFormationFor(final Person person) { method restore (line 5780) | public void restore() { method cleanUp (line 5853) | public void cleanUp() { method isOvertimeAllowed (line 5887) | public boolean isOvertimeAllowed() { method setOvertime (line 5891) | public void setOvertime(boolean b) { method isGM (line 5896) | public boolean isGM() { method setGMMode (line 5900) | public void setGMMode(boolean b) { method getFaction (line 5905) | public Faction getFaction() { method isClanCampaign (line 5920) | public boolean isClanCampaign() { method isPirateCampaign (line 5935) | public boolean isPirateCampaign() { method isMercenaryCampaign (line 5950) | public boolean isMercenaryCampaign() { method setFaction (line 5954) | public void setFaction(final Faction faction) { method setFactionDirect (line 5959) | public void setFactionDirect(final Faction faction) { method getRetainerEmployerCode (line 5963) | public String getRetainerEmployerCode() { method setRetainerEmployerCode (line 5967) | public void setRetainerEmployerCode(String code) { method getRetainerStartDate (line 5971) | public LocalDate getRetainerStartDate() { method setRetainerStartDate (line 5975) | public void setRetainerStartDate(LocalDate retainerStartDate) { method getRawCrimeRating (line 5979) | public int getRawCrimeRating() { method setCrimeRating (line 5983) | public void setCrimeRating(int crimeRating) { method changeCrimeRating (line 5993) | public void changeCrimeRating(int change) { method getCrimePirateModifier (line 5997) | public int getCrimePirateModifier() { method setCrimePirateModifier (line 6001) | public void setCrimePirateModifier(int crimePirateModifier) { method changeCrimePirateModifier (line 6011) | public void changeCrimePirateModifier(int change) { method getAdjustedCrimeRating (line 6020) | public int getAdjustedCrimeRating() { method getDateOfLastCrime (line 6024) | public @Nullable LocalDate getDateOfLastCrime() { method setDateOfLastCrime (line 6028) | public void setDateOfLastCrime(LocalDate dateOfLastCrime) { method getReputation (line 6032) | public ReputationController getReputation() { method setReputation (line 6036) | public void setReputation(ReputationController reputation) { method getFactionStandings (line 6040) | public FactionStandings getFactionStandings() { method setFactionStandings (line 6044) | public void setFactionStandings(FactionStandings factionStandings) { method addInMemoryLogHistory (line 6048) | private void addInMemoryLogHistory(LogEntry le) { method beginReport (line 6065) | public void beginReport(String report) { method addReport (line 6083) | public void addReport(final DailyReportType type, final String format,... method addReport (line 6093) | public void addReport(DailyReportType type, String report) { method addReportInternal (line 6111) | private void addReportInternal(final DailyReportType type, final Strin... method getCamouflage (line 6216) | public Camouflage getCamouflage() { method setCamouflage (line 6220) | public void setCamouflage(final Camouflage camouflage) { method getColour (line 6224) | public PlayerColour getColour() { method setColour (line 6228) | public void setColour(final PlayerColour colour) { method getUnitIcon (line 6232) | public StandardFormationIcon getUnitIcon() { method setUnitIcon (line 6236) | public void setUnitIcon(final StandardFormationIcon unitIcon) { method addFunds (line 6240) | public void addFunds(final TransactionType type, final Money quantity,... method removeFunds (line 6250) | public void removeFunds(final TransactionType type, final Money quanti... method payPersonnel (line 6269) | @Deprecated(since = "0.51.0", forRemoval = true) method getCampaignOptions (line 6283) | public CampaignOptions getCampaignOptions() { method setCampaignOptions (line 6287) | public void setCampaignOptions(CampaignOptions options) { method getStoryArc (line 6327) | public StoryArc getStoryArc() { method useStoryArc (line 6331) | public void useStoryArc(StoryArc arc, boolean initiate) { method unloadStoryArc (line 6340) | public void unloadStoryArc() { method getCurrentObjectives (line 6345) | public List getCurrentObjectives() { method getFameAndInfamy (line 6352) | @Deprecated(since = "0.50.07", forRemoval = true) method getAutomatedMothballUnits (line 6368) | public List getAutomatedMothballUnits() { method setAutomatedMothballUnits (line 6381) | public void setAutomatedMothballUnits(List automatedMothballUnit... method getTemporaryPrisonerCapacity (line 6385) | public int getTemporaryPrisonerCapacity() { method setTemporaryPrisonerCapacity (line 6389) | public void setTemporaryPrisonerCapacity(int temporaryPrisonerCapacity) { method changeTemporaryPrisonerCapacity (line 6402) | public void changeTemporaryPrisonerCapacity(int delta) { method getRandomEventLibraries (line 6407) | public RandomEventLibraries getRandomEventLibraries() { method getFactionStandingUltimatumsLibrary (line 6411) | public FactionStandingUltimatumsLibrary getFactionStandingUltimatumsLi... method writeToXML (line 6415) | public void writeToXML(final PrintWriter writer, boolean isBugReportPr... method writeUnitDefinitionsIntoSave (line 6730) | private void writeUnitDefinitionsIntoSave(PrintWriter printWriter, boo... method getSystems (line 6803) | public ArrayList getSystems() { method getSystemById (line 6811) | public PlanetarySystem getSystemById(String id) { method getSystemNames (line 6815) | public Vector getSystemNames() { method getSystemByName (line 6823) | public PlanetarySystem getSystemByName(String name) { method getRankSystem (line 6828) | public RankSystem getRankSystem() { method setRankSystem (line 6832) | public void setRankSystem(final @Nullable RankSystem rankSystem) { method setRankSystemDirect (line 6859) | public void setRankSystemDirect(final RankSystem rankSystem) { method setFinances (line 6864) | public void setFinances(Finances f) { method getFinances (line 6868) | public Finances getFinances() { method getAccountant (line 6872) | public Accountant getAccountant() { method calculateJumpPath (line 6889) | public JumpPath calculateJumpPath(PlanetarySystem start, PlanetarySyst... method calculateJumpPath (line 6918) | public JumpPath calculateJumpPath(PlanetarySystem start, PlanetarySyst... method findNodeWithLowestFScore (line 7072) | private String findNodeWithLowestFScore(Set openSet, Map p... method calculateCostPerJump (line 7133) | @Deprecated(since = "50.10", forRemoval = true) method getSimplifiedTravelTime (line 7441) | public int getSimplifiedTravelTime(PlanetarySystem destination) { method personUpdated (line 7451) | public void personUpdated(Person person) { method getTargetFor (line 7480) | public TargetRoll getTargetFor(final IPartWork partWork, final Person ... method getTargetForAcquisition (line 7592) | public TargetRoll getTargetForAcquisition(final IAcquisitionWork acqui... method getTargetForAcquisition (line 7605) | public TargetRoll getTargetForAcquisition(final IAcquisitionWork acqui... method getTargetForAcquisition (line 7620) | public TargetRoll getTargetForAcquisition(final IAcquisitionWork acqui... method getCurrentPlanetaryConditions (line 7625) | public PlanetaryConditions getCurrentPlanetaryConditions(Scenario scen... method getTargetForAcquisition (line 7686) | public TargetRoll getTargetForAcquisition(final IAcquisitionWork acqui... method findAtBPartsAvailabilityLevel (line 7770) | public int findAtBPartsAvailabilityLevel() { method resetAsTechMinutes (line 7783) | public void resetAsTechMinutes() { method setAsTechPoolMinutes (line 7788) | public void setAsTechPoolMinutes(int minutes) { method getAsTechPoolMinutes (line 7792) | public int getAsTechPoolMinutes() { method setAsTechPoolOvertime (line 7796) | public void setAsTechPoolOvertime(int overtime) { method getAsTechPoolOvertime (line 7800) | public int getAsTechPoolOvertime() { method getPossibleAsTechPoolMinutes (line 7804) | public int getPossibleAsTechPoolMinutes() { method getPossibleAsTechPoolOvertime (line 7808) | public int getPossibleAsTechPoolOvertime() { method setAsTechPool (line 7812) | public void setAsTechPool(int size) { method getAsTechPool (line 7817) | @Deprecated(since = "0.50.07", forRemoval = true) method getTemporaryAsTechPool (line 7822) | public int getTemporaryAsTechPool() { method setMedicPool (line 7826) | public void setMedicPool(int size) { method getMedicPool (line 7831) | @Deprecated(since = "0.50.07", forRemoval = true) method getTemporaryMedicPool (line 7836) | public int getTemporaryMedicPool() { method getTempCrewPool (line 7847) | public int getTempCrewPool(PersonnelRole role) { method getTempCrewRoleKeys (line 7851) | public Set getTempCrewRoleKeys() { method setTempCrewPool (line 7861) | public void setTempCrewPool(PersonnelRole role, int size) { method isBlobCrewEnabled (line 7883) | public boolean isBlobCrewEnabled(PersonnelRole role) { method getTempCrewInUse (line 7904) | public int getTempCrewInUse(PersonnelRole role) { method getAvailableTempCrewPool (line 7917) | public int getAvailableTempCrewPool(PersonnelRole role) { method requiresAdditionalAsTechs (line 7923) | public boolean requiresAdditionalAsTechs() { method getAsTechNeed (line 7927) | public int getAsTechNeed() { method increaseAsTechPool (line 7933) | public void increaseAsTechPool(int i) { method resetAsTechPool (line 7940) | public void resetAsTechPool() { method emptyAsTechPool (line 7945) | public void emptyAsTechPool() { method fillAsTechPool (line 7950) | public void fillAsTechPool() { method decreaseAsTechPool (line 7957) | public void decreaseAsTechPool(int i) { method getNumberAsTechs (line 7965) | public int getNumberAsTechs() { method getNumberPrimaryAsTechs (line 7979) | public int getNumberPrimaryAsTechs() { method getAdvancedAsTechContribution (line 8009) | private static int getAdvancedAsTechContribution(Person person) { method getNumberSecondaryAsTechs (line 8023) | public int getNumberSecondaryAsTechs() { method getAvailableAsTechs (line 8041) | public int getAvailableAsTechs(final int minutes, final boolean alread... method getShorthandedMod (line 8068) | public int getShorthandedMod(int availableHelp, boolean medicalStaff) { method getShorthandedModForCrews (line 8085) | public int getShorthandedModForCrews(final @Nullable Crew crew) { method getMedicsPerDoctor (line 8100) | public int getMedicsPerDoctor() { method getNumberMedics (line 8113) | public int getNumberMedics() { method getPermanentMedicPool (line 8133) | private int getPermanentMedicPool() { method requiresAdditionalMedics (line 8172) | public boolean requiresAdditionalMedics() { method getMedicsNeed (line 8176) | public int getMedicsNeed() { method increaseMedicPool (line 8180) | public void increaseMedicPool(int i) { method resetMedicPool (line 8185) | public void resetMedicPool() { method emptyMedicPool (line 8190) | public void emptyMedicPool() { method fillMedicPool (line 8195) | public void fillMedicPool() { method decreaseMedicPool (line 8202) | public void decreaseMedicPool(int i) { method increaseTempCrewPool (line 8213) | public void increaseTempCrewPool(PersonnelRole role, int amount) { method decreaseTempCrewPool (line 8224) | public void decreaseTempCrewPool(PersonnelRole role, int amount) { method fireTempCrewPoolChangedEvent (line 8235) | private void fireTempCrewPoolChangedEvent(PersonnelRole role, int chan... method emptyTempCrewPoolForRole (line 8254) | public void emptyTempCrewPoolForRole(PersonnelRole role) { method fillTempCrewPoolForRole (line 8264) | public void fillTempCrewPoolForRole(PersonnelRole role) { method resetTempCrewPoolForRole (line 8292) | public void resetTempCrewPoolForRole(PersonnelRole role) { method clearBlobCrewForRole (line 8304) | public void clearBlobCrewForRole(PersonnelRole role) { method clearBlobCrew (line 8324) | @Deprecated method unitCanUseTempCrewRole (line 8352) | private boolean unitCanUseTempCrewRole(Unit unit, PersonnelRole role) { method distributeTempCrewPoolToUnits (line 8377) | public void distributeTempCrewPoolToUnits(PersonnelRole role) { method getGameOptions (line 8408) | public GameOptions getGameOptions() { method getGameOptionsVector (line 8412) | public Vector getGameOptionsVector() { method setGameOptions (line 8424) | public void setGameOptions(final GameOptions gameOptions) { method setGameOptions (line 8428) | public void setGameOptions(final Vector options) { method importKill (line 8441) | public void importKill(Kill k) { method addKill (line 8449) | public void addKill(Kill k) { method getKills (line 8463) | public List getKills() { method getKillsFor (line 8472) | public List getKillsFor(UUID pid) { method getPartsStore (line 8483) | public PartsStore getPartsStore() { method setPartsStore (line 8487) | @Deprecated(since = "0.51.0", forRemoval = true) method addCustom (line 8493) | public void addCustom(String name) { method isCustom (line 8497) | public boolean isCustom(Unit u) { method checkDuplicateNamesDuringAdd (line 8504) | private synchronized void checkDuplicateNamesDuringAdd(Entity entity) { method checkDuplicateNamesDuringDelete (line 8513) | private synchronized void checkDuplicateNamesDuringDelete(Entity entit... method getUnitRatingText (line 8526) | public String getUnitRatingText() { method getAtBUnitRatingMod (line 8535) | public int getAtBUnitRatingMod() { method getCommanderStrategy (line 8544) | @Deprecated(since = "0.51.0", forRemoval = true) method getRandomSkillPreferences (line 8559) | public RandomSkillPreferences getRandomSkillPreferences() { method setRandomSkillPreferences (line 8563) | public void setRandomSkillPreferences(RandomSkillPreferences prefs) { method setStartingSystem (line 8570) | public void setStartingSystem(final @Nullable Planet planet) { method assignRandomPortraitFor (line 8595) | public void assignRandomPortraitFor(final Person person) { method assignRandomOriginFor (line 8612) | public void assignRandomOriginFor(final Person person) { method clearGameData (line 8629) | public void clearGameData(Entity entity) { method refreshNetworks (line 8726) | public void refreshNetworks() { method disbandNetworkOf (line 8786) | public void disbandNetworkOf(Unit u) { method removeUnitsFromNetwork (line 8808) | public void removeUnitsFromNetwork(Vector removedUnits) { method addUnitsToNetwork (line 8849) | public void addUnitsToNetwork(Vector addedUnits, String networkI... method getAvailableC3iNetworks (line 8887) | public Vector getAvailableC3iNetworks() { method getAvailableNC3Networks (line 8918) | public Vector getAvailableNC3Networks() { method getAvailableNovaCEWSNetworks (line 8949) | public Vector getAvailableNovaCEWSNetworks() { method getAvailableC3MastersForSlaves (line 8977) | public Vector getAvailableC3MastersForSlaves() { method getAvailableC3MastersForMasters (line 9011) | public Vector getAvailableC3MastersForMasters() { method removeUnitsFromC3Master (line 9040) | public void removeUnitsFromC3Master(Unit master) { method reloadGameEntities (line 9058) | public void reloadGameEntities() { method completeMission (line 9068) | public void completeMission(@Nullable Mission mission, MissionStatus s... method calculatePartTransitTime (line 9166) | public int calculatePartTransitTime(PlanetarySystem system) { method calculatePartTransitTime (line 9218) | public int calculatePartTransitTime(int availability) { method calculatePartTransitTime (line 9259) | public int calculatePartTransitTime(AvailabilityValue availability) { method getPartInventory (line 9272) | public PartInventory getPartInventory(Part part) { method addLoan (line 9313) | public void addLoan(Loan loan) { method payOffLoan (line 9327) | public void payOffLoan(Loan loan) { method getCampaignTransporterMap (line 9347) | private CampaignTransporterMap getCampaignTransporterMap(CampaignTrans... method getTransports (line 9366) | public Map>> getTransports(Camp... method getTransportsByType (line 9378) | public Set getTransportsByType(CampaignTransportType campaignTra... method getTransportsByType (line 9395) | public Set getTransportsByType(CampaignTransportType campaignTra... method hasTacticalTransports (line 9401) | private boolean hasTacticalTransports() { method hasShipTransports (line 9405) | private boolean hasShipTransports() { method hasTowTransports (line 9409) | private boolean hasTowTransports() { method hasTransports (line 9420) | public boolean hasTransports(CampaignTransportType campaignTransportTy... method initTimeInService (line 9434) | @Deprecated(since = "0.50.07", forRemoval = true) method initTimeInRank (line 9458) | @Deprecated(since = "0.50.07", forRemoval = true) method initTurnover (line 9485) | public void initTurnover() { method initAtB (line 9489) | public void initAtB(boolean newCampaign) { method shutdownAtB (line 9569) | public void shutdownAtB() { method checkTurnoverPrompt (line 9585) | public int checkTurnoverPrompt() { method checkScenariosDue (line 9648) | public boolean checkScenariosDue() { method setUnitRating (line 9659) | public void setUnitRating(IUnitRating rating) { method getUnitRating (line 9667) | @Deprecated(since = "0.50.10", forRemoval = true) method getTechIntroYear (line 9672) | @Override method getGameYear (line 9681) | @Override method getTechFaction (line 9686) | @Override method updateTechFactionCode (line 9691) | public void updateTechFactionCode() { method useClanTechBase (line 9719) | @Override method useMixedTech (line 9724) | @Override method getTechLevel (line 9733) | @Override method unofficialNoYear (line 9743) | @Override method useVariableTechLevel (line 9748) | @Override method showExtinct (line 9753) | @Override method getAutoResolveBehaviorSettings (line 9758) | public BehaviorSettings getAutoResolveBehaviorSettings() { method setAutoResolveBehaviorSettings (line 9762) | public void setAutoResolveBehaviorSettings(BehaviorSettings settings) { method getCommanderAddress (line 9774) | public String getCommanderAddress() { method getCommanderAddress (line 9792) | public String getCommanderAddress(boolean isInformal) { method isProcessProcurement (line 9822) | public boolean isProcessProcurement() { method setProcessProcurement (line 9826) | public void setProcessProcurement(boolean processProcurement) { method getPartsInUseRequestedStockMap (line 9831) | public Map getPartsInUseRequestedStockMap() { method setPartsInUseRequestedStockMap (line 9835) | public void setPartsInUseRequestedStockMap(Map partsIn... method getIgnoreMothballed (line 9839) | public boolean getIgnoreMothballed() { method setIgnoreMothballed (line 9843) | public void setIgnoreMothballed(boolean ignoreMothballed) { method getTopUpWeekly (line 9847) | public boolean getTopUpWeekly() { method setTopUpWeekly (line 9851) | public void setTopUpWeekly(boolean topUpWeekly) { method getIgnoreSparesUnderQuality (line 9855) | public PartQuality getIgnoreSparesUnderQuality() { method setIgnoreSparesUnderQuality (line 9859) | public void setIgnoreSparesUnderQuality(PartQuality ignoreSparesUnderQ... method writePartInUseToXML (line 9863) | public void writePartInUseToXML(final PrintWriter pw, int indent) { method writePartInUseMapToXML (line 9872) | public void writePartInUseMapToXML(final PrintWriter pw, int indent) { method wipePartsInUseMap (line 9884) | public void wipePartsInUseMap() { method getCampaignFactionIcon (line 9895) | public ImageIcon getCampaignFactionIcon() { method checkLinkedScenario (line 9910) | public boolean checkLinkedScenario(int scenarioID) { method getAllCombatEntities (line 9925) | public List getAllCombatEntities() { method getNewCampaignStartingPlanet (line 9963) | public Planet getNewCampaignStartingPlanet() { method getMercenaryOrPirateStartingPlanet (line 10029) | private Planet getMercenaryOrPirateStartingPlanet(Factions factions, S... method getSystemsInstance (line 10079) | @Deprecated(since = "0.51.0", forRemoval = true) method setSystemsInstance (line 10090) | @Deprecated(since = "0.51.0", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/CampaignConfiguration.java class CampaignConfiguration (line 72) | public class CampaignConfiguration { method CampaignConfiguration (line 121) | @Deprecated(since = "0.51.0", forRemoval = true) method CampaignConfiguration (line 153) | public CampaignConfiguration( method CampaignConfiguration (line 239) | @Deprecated(since = "0.51.0", forRemoval = true) method getGame (line 306) | public Game getGame() { method getPlayer (line 310) | public Player getPlayer() { method getName (line 314) | public String getName() { method getDate (line 318) | public LocalDate getDate() { method getCampaignOpts (line 322) | public CampaignOptions getCampaignOpts() { method getGameOptions (line 326) | public GameOptions getGameOptions() { method getPartsStore (line 330) | public PartsStore getPartsStore() { method getNewPersonnelMarket (line 334) | public NewPersonnelMarket getNewPersonnelMarket() { method getRandomDeath (line 338) | public RandomDeath getRandomDeath() { method getCampaignSummary (line 342) | public CampaignSummary getCampaignSummary() { method getfaction (line 346) | public Faction getfaction() { method getTechFaction (line 350) | public megamek.common.enums.Faction getTechFaction() { method getCurrencyManager (line 354) | public CurrencyManager getCurrencyManager() { method getSystemsInstance (line 358) | public Systems getSystemsInstance() { method getLocation (line 362) | public CurrentLocation getLocation() { method getReputationController (line 366) | public ReputationController getReputationController() { method getFactionStandings (line 370) | public FactionStandings getFactionStandings() { method getRankSystem (line 374) | public RankSystem getRankSystem() { method getFormations (line 378) | public Formation getFormations() { method getfinances (line 382) | public Finances getfinances() { method getRandomEvents (line 386) | public RandomEventLibraries getRandomEvents() { method getUltimatums (line 390) | public FactionStandingUltimatumsLibrary getUltimatums() { method getRetDefTracker (line 394) | public RetirementDefectionTracker getRetDefTracker() { method getAutosave (line 398) | public IAutosaveService getAutosave() { method getBehaviorSettings (line 402) | public BehaviorSettings getBehaviorSettings() { method getPersonnelMarket (line 406) | public PersonnelMarket getPersonnelMarket() { method getAtBMonthlyContractMarket (line 410) | public AbstractContractMarket getAtBMonthlyContractMarket() { method getUnitMarket (line 414) | public AbstractUnitMarket getUnitMarket() { method getDivorce (line 418) | public AbstractDivorce getDivorce() { method getMarriage (line 422) | public AbstractMarriage getMarriage() { method getProcreation (line 426) | public AbstractProcreation getProcreation() { method setPlayer (line 430) | public void setPlayer(Player player) { method setGame (line 434) | public void setGame(Game game) { method setGameOptions (line 438) | public void setGameOptions(GameOptions gameOptions) { method setName (line 442) | public void setName(String name) { method setCurrentDay (line 446) | public void setCurrentDay(LocalDate currentDay) { method setFormations (line 450) | public void setFormations(Formation formations) { method setFaction (line 454) | public void setFaction(Faction faction) { method setTechFaction (line 458) | public void setTechFaction(megamek.common.enums.Faction techFaction) { method setRankSystem (line 462) | public void setRankSystem(RankSystem rankSystem) { method setCurrencyManager (line 466) | @Deprecated(since = "0.51.0", forRemoval = true) method setFinances (line 471) | public void setFinances(Finances finances) { method setSystemsInstance (line 475) | public void setSystemsInstance(Systems systemsInstance) { method setLocation (line 479) | public void setLocation(CurrentLocation location) { method setCampaignOptions (line 483) | public void setCampaignOptions(CampaignOptions campaignOptions) { method setPersonnelMarket (line 487) | public void setPersonnelMarket(PersonnelMarket personnelMarket) { method setContractMarket (line 491) | public void setContractMarket(AbstractContractMarket contractMarket) { method setUnitMarket (line 495) | public void setUnitMarket(AbstractUnitMarket unitMarket) { method setDivorce (line 499) | public void setDivorce(AbstractDivorce divorce) { method setMarriage (line 503) | public void setMarriage(AbstractMarriage marriage) { method setProcreation (line 507) | public void setProcreation(AbstractProcreation procreation) { method setRandomEventLibraries (line 511) | @Deprecated(since = "0.51.0", forRemoval = true) method setFactionStandingUltimatumsLibrary (line 516) | @Deprecated(since = "0.51.0", forRemoval = true) method setRetirementDefectionTracker (line 521) | public void setRetirementDefectionTracker(RetirementDefectionTracker r... method setReputation (line 525) | public void setReputation(ReputationController reputation) { method setFactionStandings (line 529) | public void setFactionStandings(FactionStandings factionStandings) { method setAutoResolveBehaviorSettings (line 533) | public void setAutoResolveBehaviorSettings(BehaviorSettings autoResolv... method setAutosaveService (line 537) | @Deprecated(since = "0.51.0", forRemoval = true) method setPartsStore (line 542) | public void setPartsStore(PartsStore partsStore) { method setNewPersonnelMarket (line 546) | public void setNewPersonnelMarket(NewPersonnelMarket newPersonnelMarke... method setRandomDeath (line 550) | public void setRandomDeath(RandomDeath randomDeath) { method setCampaignSummary (line 554) | public void setCampaignSummary(CampaignSummary campaignSummary) { FILE: MekHQ/src/mekhq/campaign/CampaignController.java class CampaignController (line 40) | public class CampaignController { method CampaignController (line 50) | public CampaignController(Campaign c) { method getLocalCampaign (line 59) | public Campaign getLocalCampaign() { method getHost (line 68) | public UUID getHost() { method setHost (line 77) | public void setHost(UUID id) { method isHost (line 87) | public boolean isHost() { method advanceDay (line 94) | public void advanceDay() { FILE: MekHQ/src/mekhq/campaign/CampaignEventProcessor.java method CampaignEventProcessor (line 50) | public CampaignEventProcessor(Campaign campaign) { method shutdown (line 61) | public void shutdown() { method handlePersonUpdate (line 75) | @Subscribe method handlePersonUnitAssignmentEvent (line 90) | @Subscribe FILE: MekHQ/src/mekhq/campaign/CampaignFactory.java class CampaignFactory (line 87) | public class CampaignFactory { type CampaignProblemType (line 91) | public enum CampaignProblemType { method CampaignFactory (line 114) | protected CampaignFactory() { method newInstance (line 122) | public static CampaignFactory newInstance(MekHQ app) { method createCampaign (line 139) | public @Nullable Campaign createCampaign(InputStream is) method createPartialCampaignConfiguration (line 171) | public static @Nullable CampaignConfiguration createPartialCampaignCon... method createCampaignConfiguration (line 248) | public static @Nullable CampaignConfiguration createCampaignConfigurat... method createCampaign (line 306) | public static @Nullable Campaign createCampaign() { method checkForLoadProblems (line 343) | private static Campaign checkForLoadProblems(Campaign campaign) { method triggerProblemDialog (line 370) | private static boolean triggerProblemDialog(Campaign campaign, Campaig... method readHeader (line 375) | private byte[] readHeader(InputStream is) throws IOException { FILE: MekHQ/src/mekhq/campaign/CampaignNewDayManager.java class CampaignNewDayManager (line 202) | public class CampaignNewDayManager { method CampaignNewDayManager (line 220) | public CampaignNewDayManager(Campaign campaign) { method newDay (line 233) | public boolean newDay() { method checkForBioweaponAttacksOrNewVaccines (line 509) | private void checkForBioweaponAttacksOrNewVaccines(String systemName, ... method checkForDiseaseOutbreaks (line 526) | private void checkForDiseaseOutbreaks(String systemName, String system... method checkForNewVaccines (line 545) | private void checkForNewVaccines(String systemId) { method getAllScenariosWithAssignedStandardForces (line 565) | private Set getAllScenariosWithAssignedStandardForces() { method updateFacilities (line 594) | private void updateFacilities() { method fetchCelebrationDialogs (line 605) | private void fetchCelebrationDialogs() { method updateFieldKitchenCapacity (line 629) | private void updateFieldKitchenCapacity() { method processNewDayPersonnel (line 688) | public void processNewDayPersonnel() { method checkForBurnedContacts (line 914) | private void checkForBurnedContacts() { method processNewDayATB (line 934) | private void processNewDayATB() { method processReputationChanges (line 1073) | private void processReputationChanges() { method processEducationNewDay (line 1110) | private void processEducationNewDay() { method processNewDayUnits (line 1141) | public void processNewDayUnits() { method processNewDayFormations (line 1297) | private void processNewDayFormations() { method performPersonnelCleanUp (line 1318) | private void performPersonnelCleanUp() { method performFactionStandingChecks (line 1355) | private void performFactionStandingChecks(boolean isFirstOfMonth, bool... method processAnniversaries (line 1424) | private void processAnniversaries(Person person) { method processWeeklyRelationshipEvents (line 1536) | private void processWeeklyRelationshipEvents(Person person) { method processCompulsionsAndMadness (line 1567) | private void processCompulsionsAndMadness(Person person, PersonnelOpti... method getTotalProstheticCount (line 1696) | private static int getTotalProstheticCount(Person person) { method checkForDiscontinuationSyndrome (line 1723) | private void checkForDiscontinuationSyndrome(Person person, boolean is... method processResupply (line 1751) | private void processResupply(AtBContract contract) { method processMonthlyAutoAwards (line 1769) | private void processMonthlyAutoAwards(Person person) { method processMonthlyVocationalXp (line 1820) | private boolean processMonthlyVocationalXp(Person person, int vocation... method processNewDayATBScenarios (line 1855) | private void processNewDayATBScenarios() { method payForRentedFacilities (line 2013) | private void payForRentedFacilities() { method updateMASHTheatreCapacity (line 2044) | private void updateMASHTheatreCapacity() { FILE: MekHQ/src/mekhq/campaign/CampaignSummary.java class CampaignSummary (line 74) | public class CampaignSummary { method CampaignSummary (line 112) | public CampaignSummary() { method setCampaign (line 120) | public void setCampaign(Campaign campaign) { method updateInformation (line 129) | public void updateInformation() { method getPersonnelReport (line 276) | public String getPersonnelReport() { method getForceRepairReport (line 285) | public String getForceRepairReport() { method getForceCompositionReport (line 301) | public String getForceCompositionReport() { method getMissionSuccessReport (line 323) | public String getMissionSuccessReport() { method getCargoCapacityReport (line 338) | public StringBuilder getCargoCapacityReport() { method getTransportCapacity (line 369) | public String getTransportCapacity() { method getAdministrativeCapacityReport (line 390) | @Deprecated(since = "0.50.07", forRemoval = true) method getHRCapacityReport (line 402) | public String getHRCapacityReport(Campaign campaign) { method getFacilityReport (line 432) | public String getFacilityReport() { FILE: MekHQ/src/mekhq/campaign/CampaignTransporterMap.java class CampaignTransporterMap (line 54) | public class CampaignTransporterMap { method CampaignTransporterMap (line 60) | public CampaignTransporterMap(Campaign campaign, CampaignTransportType... method addTransporter (line 70) | public void addTransporter(Unit transport) { method addTransporterToCapacityMap (line 77) | private void addTransporterToCapacityMap(Unit transport, TransporterTy... method updateTransportInTransporterMap (line 92) | public void updateTransportInTransporterMap(Unit transport) { method hasTransporters (line 136) | public boolean hasTransporters() { method hasTransport (line 147) | @Deprecated(since = "0.51.0", forRemoval = true) method getTransporters (line 164) | public Map>> getTransporters() { method getTransportsByType (line 177) | public Set getTransportsByType(TransporterType transporterType, ... method removeTransport (line 196) | public void removeTransport(Unit transport) { method removeTransportFromCapacityMap (line 212) | private void removeTransportFromCapacityMap(Unit transport, Transporte... FILE: MekHQ/src/mekhq/campaign/CurrentLocation.java class CurrentLocation (line 89) | public class CurrentLocation { method CurrentLocation (line 103) | public CurrentLocation() { method CurrentLocation (line 107) | public CurrentLocation(PlanetarySystem system, double time) { method setTransitTime (line 114) | public void setTransitTime(double time) { method isOnPlanet (line 118) | public boolean isOnPlanet() { method isAtJumpPoint (line 122) | public boolean isAtJumpPoint() { method getPercentageTransit (line 126) | public double getPercentageTransit() { method isInTransit (line 130) | public boolean isInTransit() { method getCurrentSystem (line 134) | public PlanetarySystem getCurrentSystem() { method getPlanet (line 142) | public Planet getPlanet() { method getTransitTime (line 146) | public double getTransitTime() { method isJumpZenith (line 153) | public boolean isJumpZenith() { method pickJumpPoint (line 165) | private boolean pickJumpPoint(LocalDate now) { method getReport (line 194) | public String getReport(LocalDate date, boolean isUseCommandCircuit, method getJumpPath (line 262) | public JumpPath getJumpPath() { method setJumpPath (line 266) | public void setJumpPath(JumpPath path) { method isRecharging (line 277) | public boolean isRecharging(Campaign campaign) { method setRecharged (line 290) | public void setRecharged(Campaign campaign) { method newDay (line 301) | public void newDay(Campaign campaign) { method checkForDiseaseOrBioweaponOutbreaks (line 407) | private void checkForDiseaseOrBioweaponOutbreaks(Campaign campaign, Lo... method checkForTransitDisorientationSyndrome (line 485) | private static void checkForTransitDisorientationSyndrome(Campaign cam... method createTransitDisorientationInjury (line 526) | private static Injury createTransitDisorientationInjury(Campaign campa... method testForEarlyArrival (line 548) | private void testForEarlyArrival(Campaign campaign) { method writeToXML (line 576) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 588) | public static CurrentLocation generateInstanceFromXML(Node wn, Campaig... FILE: MekHQ/src/mekhq/campaign/ExtraData.java class ExtraData (line 93) | @XmlRootElement(name = "extraData") method adapt (line 121) | @Override method adapt (line 127) | @Override method adapt (line 138) | @Override method adapt (line 149) | @Override method getOrCreateClassMap (line 165) | private Map getOrCreateClassMap(Class cls) { method set (line 174) | public T set(Key key, T value) { method setString (line 187) | @Deprecated(since = "0.51.0", forRemoval = true) method get (line 203) | public T get(Key key) { method get (line 213) | public T get(Key key, T defaultValue) { method isEmpty (line 221) | public boolean isEmpty() { method writeToXml (line 232) | public void writeToXml(Writer writer) { method writeToXml (line 240) | public void writeToXml(OutputStream os) { method createFromXml (line 248) | public static ExtraData createFromXml(Node wn) { method getOrCreateClassMap (line 257) | private static Map getOrCreateClassMap(Map, M... method registerAdapter (line 266) | @Deprecated(since = "0.51.0", forRemoval = true) method adapt (line 273) | private static T adapt(Class cls, String val) { method toString (line 284) | private static String toString(T val) { class StringAdapter (line 296) | public static abstract class StringAdapter { method adapt (line 297) | public abstract T adapt(String str); method toString (line 299) | public String toString(T val) { class JAXBValueAdapter (line 304) | private static class JAXBValueAdapter method unmarshal (line 306) | @Override method marshal (line 334) | @Override class XmlValueListArray (line 368) | private static class XmlValueListArray { class XmlValueList (line 372) | private static class XmlValueList { class XmlValueEntry (line 379) | private static class XmlValueEntry { class Key (line 388) | public static abstract class Key { method Key (line 392) | protected Key(String name, Class type) { method getName (line 397) | public String getName() { method getType (line 401) | public Class getType() { method fromString (line 405) | public T fromString(String str) { method toString (line 409) | public String toString(T val) { method hashCode (line 413) | @Override method equals (line 418) | @Override class StringKey (line 432) | public static class StringKey extends Key { method StringKey (line 433) | public StringKey(String name) { class IntKey (line 439) | public static class IntKey extends Key { method IntKey (line 440) | public IntKey(String name) { class DoubleKey (line 446) | @Deprecated(since = "0.51.0", forRemoval = true) method DoubleKey (line 448) | public DoubleKey(String name) { class BooleanKey (line 454) | @Deprecated(since = "0.51.0", forRemoval = true) method BooleanKey (line 456) | public BooleanKey(String name) { FILE: MekHQ/src/mekhq/campaign/GameEffect.java method GameEffect (line 53) | public GameEffect(String desc) { method GameEffect (line 57) | public GameEffect(String desc, Consumer action) { method apply (line 65) | public void apply() { method toString (line 69) | @Override FILE: MekHQ/src/mekhq/campaign/Hangar.java class Hangar (line 54) | public class Hangar { method addUnit (line 64) | public void addUnit(final @Nullable Unit unit) { method getUnit (line 83) | public @Nullable Unit getUnit(UUID id) { method getUnits (line 92) | public Collection getUnits() { method getUnitsStream (line 101) | public Stream getUnitsStream() { method getUnitCosts (line 112) | public Money getUnitCosts(Function getCosts) { method getUnitCosts (line 124) | public Money getUnitCosts(Predicate predicate, Function consumer) { method forEachUnit (line 142) | public void forEachUnit(BiConsumer consumer) { method findUnit (line 153) | public @Nullable Unit findUnit(final @Nullable Predicate predica... method removeUnit (line 173) | public boolean removeUnit(UUID id) { method writeToXML (line 177) | public void writeToXML(final PrintWriter pw, final int indent, final S... FILE: MekHQ/src/mekhq/campaign/JumpPath.java class JumpPath (line 54) | public class JumpPath { method JumpPath (line 59) | public JumpPath() { method JumpPath (line 63) | public JumpPath(ArrayList p) { method getSystems (line 67) | public List getSystems() { method isEmpty (line 71) | public boolean isEmpty() { method getFirstSystem (line 75) | public PlanetarySystem getFirstSystem() { method getLastSystem (line 83) | public PlanetarySystem getLastSystem() { method getStartTime (line 91) | public double getStartTime(double currentTransit) { method getEndTime (line 99) | public double getEndTime() { method getTotalRechargeTime (line 110) | @Deprecated(since = "0.51.0", forRemoval = true) method getTotalRechargeTime (line 127) | public double getTotalRechargeTime(LocalDate when, boolean isUseComman... method getJumps (line 141) | public int getJumps() { method getTotalTime (line 150) | @Deprecated(since = "0.50.07") method getTotalTime (line 173) | public double getTotalTime(LocalDate when, double currentTransit, bool... method addSystem (line 177) | public void addSystem(PlanetarySystem s) { method addSystems (line 181) | public void addSystems(List systems) { method removeFirstSystem (line 185) | public void removeFirstSystem() { method size (line 191) | public int size() { method get (line 195) | public PlanetarySystem get(int i) { method contains (line 203) | public boolean contains(PlanetarySystem system) { method writeToXML (line 207) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 215) | public static JumpPath generateInstanceFromXML(Node wn, Campaign c) { FILE: MekHQ/src/mekhq/campaign/Kill.java class Kill (line 51) | public class Kill { method Kill (line 63) | public Kill() { method Kill (line 66) | public Kill(UUID id, String kill, String killer, LocalDate d, int miss... method getPilotId (line 78) | public UUID getPilotId() { method setPilotId (line 82) | public void setPilotId(UUID id) { method getDate (line 86) | public LocalDate getDate() { method setDate (line 90) | public void setDate(LocalDate d) { method getWhatKilled (line 94) | public String getWhatKilled() { method setWhatKilled (line 98) | public void setWhatKilled(String s) { method getKilledByWhat (line 102) | public String getKilledByWhat() { method setKilledByWhat (line 106) | public void setKilledByWhat(String s) { method getMissionId (line 110) | public int getMissionId() { method setMissionId (line 114) | public void setMissionId(int id) { method getScenarioId (line 118) | public int getScenarioId() { method setScenarioId (line 122) | public void setScenarioId(int id) { method getForceId (line 126) | public int getForceId() { method setForceId (line 130) | public void setForceId(final int id) { method getAwardIdentifier (line 142) | public String getAwardIdentifier() { method getUnitType (line 150) | public long getUnitType() { method setUnitType (line 154) | public void setUnitType(final long type) { method generateInstanceFromXML (line 158) | public static Kill generateInstanceFromXML(Node wn, Version version) { method writeToXML (line 193) | public void writeToXML(final PrintWriter pw, int indent) { method clone (line 206) | @Override FILE: MekHQ/src/mekhq/campaign/OptimizeInfirmaryAssignments.java class OptimizeInfirmaryAssignments (line 66) | public class OptimizeInfirmaryAssignments { method OptimizeInfirmaryAssignments (line 81) | public OptimizeInfirmaryAssignments(Campaign campaign) { method assignDoctors (line 127) | private void assignDoctors(final boolean isDoctorsUseAdministration, f... method organizeDoctors (line 179) | private void organizeDoctors() { method organizePatients (line 192) | private void organizePatients() { method getSeverity (line 208) | private int getSeverity(Person patient) { method getDoctorExperienceLevel (line 235) | private int getDoctorExperienceLevel(Person doctor) { FILE: MekHQ/src/mekhq/campaign/Quartermaster.java type PartAcquisitionResult (line 67) | public enum PartAcquisitionResult { method Quartermaster (line 78) | public Quartermaster(Campaign campaign) { method campaign (line 85) | @Override method getCampaignOptions (line 93) | private CampaignOptions getCampaignOptions() { method getWarehouse (line 100) | private Warehouse getWarehouse() { method addPart (line 118) | @Deprecated method addPart (line 139) | public void addPart(Part part, int transitDays, boolean isBrandNew) { method addAmmo (line 180) | public void addAmmo(AmmoType ammoType, int shots) { method addAmmo (line 195) | public void addAmmo(AmmoType ammoType, InfantryWeapon infantryWeapon, in... method removeAmmo (line 213) | public int removeAmmo(AmmoType ammoType, int shotsNeeded) { method removeAmmo (line 243) | private int removeAmmo(@Nullable AmmoStorage ammoStorage, int shotsNeede... method removeCompatibleAmmo (line 280) | public int removeCompatibleAmmo(AmmoType ammoType, int shotsNeeded) { method findSpareAmmo (line 330) | private @Nullable AmmoStorage findSpareAmmo(AmmoType ammoType) { method findCompatibleSpareAmmo (line 343) | private List findCompatibleSpareAmmo(AmmoType ammoType) { method convertShots (line 376) | public static int convertShots(AmmoType from, int shots, AmmoType to) { method convertShotsNeeded (line 402) | public static int convertShotsNeeded(AmmoType target, int shotsNeeded, A... method getAmmoAvailable (line 426) | public int getAmmoAvailable(AmmoType ammoType) { method isAvailableAsSpareAmmo (line 470) | private static boolean isAvailableAsSpareAmmo(@Nullable Part part) { method getAmmoAvailable (line 483) | public int getAmmoAvailable(AmmoType ammoType, InfantryWeapon weaponType) { method findSpareAmmo (line 498) | private @Nullable InfantryAmmoStorage findSpareAmmo(AmmoType ammoType, I... method removeAmmo (line 517) | public int removeAmmo(AmmoType ammoType, InfantryWeapon infantryWeapon, ... method arrivePart (line 535) | public void arrivePart(Part part) { method buyUnit (line 557) | public boolean buyUnit(Entity en, int days) { method buyUnit (line 570) | public boolean buyUnit(Entity en, int days, double valueMultiplier) { method sellUnit (line 601) | public void sellUnit(Unit unit) { method sellPart (line 617) | public void sellPart(Part part) { method sellPart (line 637) | public void sellPart(Part part, int quantity) { method sellAmmo (line 671) | public void sellAmmo(AmmoStorage ammo) { method sellAmmo (line 683) | public void sellAmmo(AmmoStorage ammo, int shots) { method sellArmor (line 712) | public void sellArmor(Armor armor) { method sellArmor (line 724) | public void sellArmor(Armor armor, int points) { method remotePartFromPod (line 753) | public void remotePartFromPod(Part part) { method remotePartFromPod (line 765) | public void remotePartFromPod(Part part, int quantity) { method buyRefurbishment (line 811) | public boolean buyRefurbishment(Part part) { method buyPart (line 829) | public boolean buyPart(Part part, int transitDays) { method buyPart (line 842) | public boolean buyPart(Part part, double costMultiplier, int transitDays) { FILE: MekHQ/src/mekhq/campaign/RandomOriginOptions.java class RandomOriginOptions (line 48) | public class RandomOriginOptions { method RandomOriginOptions (line 63) | public RandomOriginOptions(final boolean campaignOptions) { method isRandomizeOrigin (line 86) | public boolean isRandomizeOrigin() { method setRandomizeOrigin (line 95) | public void setRandomizeOrigin(final boolean randomizeOrigin) { method isRandomizeDependentOrigin (line 102) | public boolean isRandomizeDependentOrigin() { method setRandomizeDependentOrigin (line 111) | public void setRandomizeDependentOrigin(final boolean randomizeDepende... method isRandomizeAroundSpecifiedPlanet (line 118) | public boolean isRandomizeAroundSpecifiedPlanet() { method setRandomizeAroundSpecifiedPlanet (line 126) | public void setRandomizeAroundSpecifiedPlanet(final boolean randomizeA... method getSpecifiedPlanet (line 133) | public Planet getSpecifiedPlanet() { method setSpecifiedPlanet (line 140) | public void setSpecifiedPlanet(final Planet specifiedPlanet) { method getOriginSearchRadius (line 147) | public int getOriginSearchRadius() { method setOriginSearchRadius (line 156) | public void setOriginSearchRadius(final int originSearchRadius) { method getOriginDistanceScale (line 163) | public double getOriginDistanceScale() { method setOriginDistanceScale (line 172) | public void setOriginDistanceScale(final double originDistanceScale) { method isAllowClanOrigins (line 179) | public boolean isAllowClanOrigins() { method setAllowClanOrigins (line 183) | public void setAllowClanOrigins(final boolean allowClanOrigins) { method isExtraRandomOrigin (line 190) | public boolean isExtraRandomOrigin() { method setExtraRandomOrigin (line 197) | public void setExtraRandomOrigin(final boolean extraRandomOrigin) { method determinePlanet (line 202) | public Planet determinePlanet(final Planet planet) { method writeToXML (line 207) | public void writeToXML(final PrintWriter pw, int indent) { method parseFromXML (line 235) | public static @Nullable RandomOriginOptions parseFromXML(final NodeLis... FILE: MekHQ/src/mekhq/campaign/ResolveScenarioTracker.java class ResolveScenarioTracker (line 107) | public class ResolveScenarioTracker { method ResolveScenarioTracker (line 149) | public ResolveScenarioTracker(Scenario s, Campaign c, boolean ctrl) { method getCapturePrisoners (line 205) | public CapturePrisoners getCapturePrisoners() { method isAutoResolve (line 209) | public boolean isAutoResolve() { method findUnitFile (line 213) | public void findUnitFile() { method getUnitFilePath (line 217) | public String getUnitFilePath() { method setClient (line 221) | public void setClient(IClient c) { method processMulFiles (line 225) | public void processMulFiles() { method recoverUnfoundDeployedUnits (line 248) | private void recoverUnfoundDeployedUnits() { method generateNewTestUnit (line 266) | private TestUnit generateNewTestUnit(Entity e) { method processGame (line 284) | public void processGame() { method sanitizeAllEntityExternalIds (line 551) | private void sanitizeAllEntityExternalIds() { method sanitizeEntityEnumeration (line 568) | private void sanitizeEntityEnumeration(Enumeration entities) { method appendKillCredit (line 583) | private void appendKillCredit(Entity e) { method processAlliedUnit (line 598) | private UnitStatus processAlliedUnit(Entity e) { method checkForLostLimbs (line 614) | private void checkForLostLimbs(Entity en, boolean controlsField) { method shuffleCrew (line 645) | private List shuffleCrew(List source) { method assignKills (line 658) | public void assignKills() { method checkStatusOfPersonnel (line 690) | public void checkStatusOfPersonnel() { type CasualtyAssignment (line 886) | private enum CasualtyAssignment { method assignTempCrewCasualty (line 906) | private CasualtyAssignment assignTempCrewCasualty(Unit unit, PersonSta... method processLargeCraft (line 961) | private void processLargeCraft(Unit ship, Entity en, List pers... method processPrisonerCapture (line 1148) | private void processPrisonerCapture(List unitsToProcess) { method loadUnitsAndPilots (line 1365) | private void loadUnitsAndPilots(final @Nullable File unitFile) { method initUnitsAndPilotsWithoutBattle (line 1583) | private void initUnitsAndPilotsWithoutBattle() { method getAlliedUnits (line 1614) | @Deprecated(since = "0.51.0", forRemoval = true) method getPotentialSalvage (line 1619) | public List getPotentialSalvage() { method getDropShipBonus (line 1623) | public Money getDropShipBonus() { method getActualSalvage (line 1627) | public List getActualSalvage() { method getSoldSalvage (line 1631) | public List getSoldSalvage() { method getLeftoverSalvage (line 1635) | public List getLeftoverSalvage() { method salvageUnit (line 1639) | public void salvageUnit(int i) { method sellUnit (line 1646) | public void sellUnit(int i) { method doNotSalvageUnit (line 1653) | public void doNotSalvageUnit(int i) { method setContractBreaches (line 1659) | @Deprecated(since = "0.51.0", forRemoval = true) method setBonusRolls (line 1664) | @Deprecated(since = "0.51.0", forRemoval = true) method getCampaign (line 1669) | public Campaign getCampaign() { method getScenario (line 1673) | public Scenario getScenario() { method getMission (line 1677) | public Mission getMission() { method getMissionId (line 1681) | public int getMissionId() { method processTempCrewDeathPayouts (line 1689) | private void processTempCrewDeathPayouts() { method calculateTempCrewPayout (line 1735) | private Money calculateTempCrewPayout(Money baseSalary, boolean isOffi... method getScenarioId (line 1746) | public int getScenarioId() { method getKillCredits (line 1750) | public Hashtable getKillCredits() { method getUnits (line 1754) | public List getUnits() { method resolveScenario (line 1758) | public void resolveScenario(ScenarioStatus resolution, String report) { method getMissingPersonnel (line 2005) | @Deprecated(since = "0.51.0", forRemoval = true) method getDeadPersonnel (line 2020) | @Deprecated(since = "0.51.0", forRemoval = true) method getRecoveredPersonnel (line 2035) | @Deprecated(since = "0.51.0", forRemoval = true) method getPeopleStatus (line 2050) | public Hashtable getPeopleStatus() { method getOppositionPersonnel (line 2054) | public Hashtable getOppositionPersonn... method getUnitsStatus (line 2058) | public Hashtable getUnitsStatus() { method getSalvageStatus (line 2062) | public Hashtable getSalvageStatus() { method getAllInvolvedUnits (line 2066) | public Map getAllInvolvedUnits() { method getPotentialLoot (line 2070) | public List getPotentialLoot() { method addLoot (line 2074) | public void addLoot(Loot loot) { method getSortedPeople (line 2078) | public ArrayList getSortedPeople() { method getSortedPrisoners (line 2092) | public ArrayList getSortedPrisoners() { method usesSalvageExchange (line 2117) | public boolean usesSalvageExchange() { method isEmployerEvokingSpecialClause (line 2127) | public boolean isEmployerEvokingSpecialClause() { class PersonStatus (line 2145) | public static class PersonStatus implements Comparable { method PersonStatus (line 2158) | public PersonStatus(String n, String u, int h, UUID id) { method getId (line 2172) | public UUID getId() { method setRemove (line 2176) | public void setRemove(UUID set) { method toRemove (line 2180) | public boolean toRemove() { method setRemove (line 2184) | public void setRemove(boolean set) { method getName (line 2188) | public String getName() { method getUnitName (line 2192) | public String getUnitName() { method getHits (line 2196) | public int getHits() { method setHits (line 2200) | public void setHits(int h) { method isDead (line 2205) | public boolean isDead() { method setDead (line 2209) | public void setDead(boolean dead) { method isMissing (line 2213) | public boolean isMissing() { method setMissing (line 2217) | public void setMissing(boolean b) { method wasPickedUp (line 2221) | public boolean wasPickedUp() { method setPickedUp (line 2225) | public void setPickedUp(boolean set) { method getXP (line 2229) | public int getXP() { method setXP (line 2236) | public void setXP(int x) { method addKill (line 2240) | public void addKill(Kill k) { method getKills (line 2244) | public ArrayList getKills() { method setDeployed (line 2248) | public void setDeployed(boolean b) { method wasDeployed (line 2252) | public boolean wasDeployed() { method toString (line 2256) | @Override method compareTo (line 2261) | @Override class OppositionPersonnelStatus (line 2274) | public static class OppositionPersonnelStatus extends PersonStatus { method OppositionPersonnelStatus (line 2279) | public OppositionPersonnelStatus(String n, String u, Person p) { method getPerson (line 2284) | public Person getPerson() { method isCaptured (line 2288) | public boolean isCaptured() { method setCaptured (line 2292) | public void setCaptured(boolean set) { class UnitStatus (line 2302) | public static class UnitStatus { method UnitStatus (line 2311) | public UnitStatus(Unit unit) { method toString (line 2332) | @Override method getName (line 2337) | public String getName() { method getLookupName (line 2341) | public String getLookupName() { method getEntity (line 2347) | public Entity getEntity() { method assignFoundEntity (line 2351) | public void assignFoundEntity(Entity e, boolean loss) { method getBaseEntity (line 2356) | public Entity getBaseEntity() { method setBaseEntity (line 2360) | @Deprecated(since = "0.51.0", forRemoval = true) method getUnit (line 2365) | public Unit getUnit() { method isTotalLoss (line 2369) | public boolean isTotalLoss() { method setTotalLoss (line 2373) | public void setTotalLoss(boolean b) { method getDesc (line 2377) | public String getDesc() { method getDesc (line 2381) | public String getDesc(boolean printSellValue) { method isLikelyCaptured (line 2418) | public boolean isLikelyCaptured() { method setEvent (line 2426) | public void setEvent(PostGameResolution gve) { method playerHasBattlefieldControl (line 2430) | public boolean playerHasBattlefieldControl() { FILE: MekHQ/src/mekhq/campaign/Warehouse.java class Warehouse (line 60) | public class Warehouse { method addPart (line 72) | public Part addPart(Part part) { method addPart (line 84) | public Part addPart(Part part, boolean mergeWithExisting) { method getParts (line 132) | public Collection getParts() { method getPart (line 143) | public @Nullable Part getPart(int id) { method forEachPart (line 152) | public void forEachPart(Consumer consumer) { method removePart (line 165) | public boolean removePart(Part part) { method removePart (line 198) | public boolean removePart(Part part, int quantity) { method mergePartWithExisting (line 250) | private Part mergePartWithExisting(Part part) { method checkForExistingSparePart (line 284) | public @Nullable Part checkForExistingSparePart(Part part) { method checkForExistingSparePart (line 316) | public @Nullable Part checkForExistingSparePart(Part part, boolean inc... method getSpareParts (line 337) | public List getSpareParts() { method getSparePartsCount (line 343) | public int getSparePartsCount(Part targetPart) { method getPartQuantity (line 368) | @Deprecated(since = "0.50.10", forRemoval = true) method forEachSparePart (line 388) | public void forEachSparePart(Consumer consumer) { method findSparePart (line 403) | public @Nullable Part findSparePart(Predicate predicate) { method streamSpareParts (line 417) | public Stream streamSpareParts() { method addAmmo (line 427) | public void addAmmo(AmmoStorage ammo, int shots) { method removeAmmo (line 440) | public boolean removeAmmo(AmmoStorage ammo, int shots) { method removeArmor (line 453) | public boolean removeArmor(Armor armor, int points) { method writeToXML (line 466) | public void writeToXML(final PrintWriter pw, final int indent, final S... FILE: MekHQ/src/mekhq/campaign/againstTheBot/AtBConfiguration.java class AtBConfiguration (line 80) | public class AtBConfiguration { method AtBConfiguration (line 112) | private AtBConfiguration() { method getDefaultForceTable (line 121) | private WeightedTable getDefaultForceTable(String key, int ind... method parseDefaultWeightedTable (line 138) | private WeightedTable parseDefaultWeightedTable(String entry) { method parseDefaultWeightedTable (line 142) | private WeightedTable parseDefaultWeightedTable(String entry, F... method setAllValuesToDefaults (line 159) | private void setAllValuesToDefaults() { method weightClassIndex (line 209) | public int weightClassIndex(int entityWeightClass) { method weightClassIndex (line 213) | public int weightClassIndex(String wc) { method selectBotLances (line 223) | public @Nullable String selectBotLances(String org, int weightClass) { method selectBotLances (line 236) | public @Nullable String selectBotLances(String org, int weightClass, f... method selectBotUnitWeights (line 272) | public @Nullable String selectBotUnitWeights(String org, int weightCla... method decodeWeightStr (line 292) | public static int decodeWeightStr(String s, int i) { method getParentFactionType (line 304) | public static String getParentFactionType(final Faction faction) { method getShipSearchCost (line 314) | public Money getShipSearchCost() { method getShipSearchLengthWeeks (line 318) | public int getShipSearchLengthWeeks() { method shipSearchCostPerWeek (line 322) | public Money shipSearchCostPerWeek() { method shipSearchTargetBase (line 330) | public @Nullable Integer shipSearchTargetBase(int unitType) { method shipSearchTargetRoll (line 352) | public TargetRoll shipSearchTargetRoll(int unitType, Campaign campaign) { method findShip (line 373) | public @Nullable MekSummary findShip(int unitType) { method loadFromXml (line 392) | public static AtBConfiguration loadFromXml() { method loadScenarioGenerationNodeFromXml (line 431) | private void loadScenarioGenerationNodeFromXml(Node node) { method loadForceTableFromXml (line 466) | private List> loadForceTableFromXml(Node node) { method loadShipSearchNodeFromXml (line 487) | private void loadShipSearchNodeFromXml(Node node) { method loadWeightedTableFromXml (line 530) | private WeightedTable loadWeightedTableFromXml(Node node) { method loadWeightedTableFromXml (line 534) | private WeightedTable loadWeightedTableFromXml(Node node, Funct... FILE: MekHQ/src/mekhq/campaign/againstTheBot/AtBStaticWeightGenerator.java class AtBStaticWeightGenerator (line 41) | public class AtBStaticWeightGenerator { method getRandomWeight (line 49) | public static int getRandomWeight(final Campaign campaign, final int u... method getRandomWeight (line 61) | private static int getRandomWeight(final int unitType, final Faction f... method getRandomMekWeight (line 79) | private static int getRandomMekWeight() { method getRegionalMekWeight (line 97) | private static int getRegionalMekWeight(final Faction faction) { method getRandomAerospaceWeight (line 146) | private static int getRandomAerospaceWeight() { method getRandomDropShipWeight (line 157) | private static int getRandomDropShipWeight() { FILE: MekHQ/src/mekhq/campaign/againstTheBot/DatedRecord.java class DatedRecord (line 44) | @Deprecated(since = "0.51.0", forRemoval = true) method DatedRecord (line 50) | public DatedRecord(LocalDate start, LocalDate end, E value) { method setStart (line 56) | public void setStart(LocalDate start) { method getStart (line 60) | public LocalDate getStart() { method setEnd (line 64) | public void setEnd(LocalDate end) { method getEnd (line 68) | public LocalDate getEnd() { method setValue (line 72) | public void setValue(E v) { method getValue (line 76) | public E getValue() { method fitsDate (line 85) | @Deprecated(since = "0.51.0", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/againstTheBot/WeightedTable.java class WeightedTable (line 42) | class WeightedTable { method add (line 46) | public void add(Integer weight, T value) { method select (line 51) | public @Nullable T select() { method select (line 61) | public @Nullable T select(float rollMod) { FILE: MekHQ/src/mekhq/campaign/autoResolve/AutoResolveMethod.java type AutoResolveMethod (line 42) | public enum AutoResolveMethod { method AutoResolveMethod (line 49) | AutoResolveMethod(final String name, final String toolTipText) { method getToolTipText (line 54) | public String getToolTipText() { method getName (line 58) | public String getName() { method fromIntSafe (line 62) | @Deprecated(since = "0.51.0", forRemoval = true) method fromStringSafe (line 70) | @Deprecated(since = "0.51.0", forRemoval = true) method toString (line 79) | @Override FILE: MekHQ/src/mekhq/campaign/autoResolve/MekHQSetupForces.java class MekHQSetupForces (line 47) | public class MekHQSetupForces extends ScenarioSetupForces { method MekHQSetupForces (line 48) | public MekHQSetupForces(Campaign campaign, List units, Scenario ... method MekHQSetupForces (line 53) | @Deprecated(since = "0.51.0", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/autoResolve/OrderFactory.java class OrderFactory (line 52) | public class OrderFactory { method OrderFactory (line 59) | public OrderFactory(Campaign campaign, Scenario scenario) { method getOrders (line 64) | public Orders getOrders() { method addOrder (line 73) | private void addOrder(Order order) { method createOrderFromObjective (line 78) | private void createOrderFromObjective(int ownerId, ScenarioObjective o... method createForceWithdrawOrder (line 105) | private void createForceWithdrawOrder(int ownerId, ScenarioObjective o... method createReachMapEdgeOrder (line 114) | private void createReachMapEdgeOrder(int ownerId, ScenarioObjective ob... method createPreventReachMapEdgeOrder (line 131) | private void createPreventReachMapEdgeOrder(int ownerId, ScenarioObjec... method createPreserveOrder (line 140) | private void createPreserveOrder(int ownerId, ScenarioObjective object... method createOrderForPreserveAssociatedForces (line 151) | private Order createOrderForPreserveAssociatedForces(int ownerId, Scen... method createOrderForPreserveAssociatedUnits (line 205) | private Order createOrderForPreserveAssociatedUnits(int ownerId, Scena... method createDestroyOrder (line 239) | private void createDestroyOrder(int ownerId, ScenarioObjective objecti... FILE: MekHQ/src/mekhq/campaign/autoResolve/ScenarioSetupForces.java class ScenarioSetupForces (line 77) | public class ScenarioSetupForces extends Setu... method ScenarioSetupForces (line 88) | @Deprecated(since = "0.51.0", forRemoval = true) method ScenarioSetupForces (line 94) | public ScenarioSetupForces(Campaign campaign, List units, SCENAR... method getScenario (line 105) | public SCENARIO getScenario() { method setupTeamIds (line 109) | private void setupTeamIds() { method createForcesOnSimulation (line 124) | public void createForcesOnSimulation(SimulationContext game) { method addOrdersToForces (line 131) | @Override method isTeamPresent (line 139) | @Override class FailedToConvertForceToFormationException (line 144) | private static class FailedToConvertForceToFormationException extends ... method FailedToConvertForceToFormationException (line 145) | public FailedToConvertForceToFormationException(Throwable cause) { method convertForcesIntoFormations (line 157) | private void convertForcesIntoFormations(SimulationContext game) { method setupPlayer (line 180) | private void setupPlayer(SimulationContext game) { method getEnemySkillLevel (line 189) | protected SkillLevel getEnemySkillLevel() { method getAlliedSkillLevel (line 193) | protected SkillLevel getAlliedSkillLevel() { method setupBots (line 202) | private void setupBots(SimulationContext game) { method getCleanPlayer (line 241) | protected Player getCleanPlayer() { method setupPlayerForces (line 271) | private List setupPlayerForces(Player player) { method getUnitEntitySource (line 279) | protected EntitySource getUnitEntitySource() { method getAllyEntitySource (line 283) | protected EntitySource getAllyEntitySource() { method getCopyOfEntities (line 287) | private List getCopyOfEntities(Player player, boolean useDrops... type EntitySource (line 299) | protected interface EntitySource { method getSources (line 300) | Iterable getSources(); method setupEntity (line 302) | Entity setupEntity(Player player, Object source, boolean useDropship); class UnitEntitySource (line 305) | protected class UnitEntitySource implements EntitySource { method getSources (line 306) | @Override method setupEntity (line 311) | @Override class AllyEntitySource (line 317) | private class AllyEntitySource implements EntitySource { method getSources (line 318) | @Override method setupEntity (line 324) | @Override method moveByCopy (line 337) | protected Entity moveByCopy(Entity entity) { method setupPlayerAllyEntity (line 360) | private Entity setupPlayerAllyEntity(Player player, Entity originalAll... method setupPlayerEntityFromUnit (line 389) | private Entity setupPlayerEntityFromUnit(Player player, Unit unit, boo... method isUsingDropship (line 421) | private boolean isUsingDropship() { method getNextColor (line 430) | public PlayerColour getNextColor(PlayerColour playerColour) { method configureBot (line 442) | private void configureBot(Player bot, BotForce botForce, PlayerColour ... method setupBotEntities (line 470) | private List setupBotEntities(Player bot, List origina... method sendEntities (line 500) | private void sendEntities(List entities, SimulationContext gam... method lastTouchesBeforeSendingEntity (line 561) | private static void lastTouchesBeforeSendingEntity(SimulationContext g... FILE: MekHQ/src/mekhq/campaign/autoResolve/StratConSetupForces.java class StratConSetupForces (line 56) | public class StratConSetupForces extends ScenarioSetupForces { method StratConSetupForces (line 59) | public StratConSetupForces(Campaign campaign, List units, AtBSce... method StratConSetupForces (line 64) | public StratConSetupForces(Campaign campaign, List units, AtBSce... method getEnemySkillLevel (line 69) | @Override method getAlliedSkillLevel (line 74) | @Override method getCleanPlayer (line 84) | @Override method getUnitEntitySource (line 94) | @Override method getAllyEntitySource (line 99) | @Override class UnitEntitySource (line 104) | private class UnitEntitySource implements EntitySource { method getSources (line 105) | @Override method setupEntity (line 110) | @Override class AllyEntitySource (line 116) | private class AllyEntitySource implements EntitySource { method getSources (line 117) | @Override method setupEntity (line 122) | @Override method setupPlayerAllyEntity (line 128) | private Entity setupPlayerAllyEntity(Player player, Entity originalAll... method setupPlayerEntityFromUnit (line 160) | private Entity setupPlayerEntityFromUnit(Player player, Unit unit, boo... method isUsingDropship (line 214) | @Deprecated(since = "0.51.0", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/camOpsReputation/AbstractUnitRating.java class AbstractUnitRating (line 64) | @Deprecated(since = "0.50.10", forRemoval = true) method AbstractUnitRating (line 128) | public AbstractUnitRating(Campaign campaign) { method isInitialized (line 133) | static boolean isInitialized() { method setInitialized (line 137) | private static void setInitialized(boolean initialized) { method reInitialize (line 141) | @Override method getAverageExperience (line 147) | @Override method getExperienceLevelName (line 152) | protected abstract SkillLevel getExperienceLevelName(BigDecimal experi... method getCombatRecordValue (line 154) | @Override method calcAverageExperience (line 186) | protected BigDecimal calcAverageExperience() { method getBreachCount (line 194) | int getBreachCount() { method getCommanderList (line 198) | List getCommanderList() { method getCommander (line 205) | @Override method getCommanderSkillLevelWithBonus (line 261) | int getCommanderSkillLevelWithBonus(String skillName) { method getFailCount (line 276) | int getFailCount() { method getTechValue (line 280) | @Override method getSuccessCount (line 288) | int getSuccessCount() { method getPartialCount (line 295) | int getPartialCount() { method getSupportPercent (line 302) | @Override method getTransportValue (line 307) | @Override method getUnitRating (line 345) | @Override method getUnitRatingName (line 362) | @Override method getUnitRating (line 375) | @Override method getUnitRatingAsInteger (line 381) | @Override method getScore (line 386) | @Override method getModifier (line 391) | @Override method getUnitValue (line 401) | BigDecimal getUnitValue(Unit u) { method getTotalSkillLevels (line 412) | BigDecimal getTotalSkillLevels() { method getTotalSkillLevels (line 421) | BigDecimal getTotalSkillLevels(boolean canInit) { method getNumberUnits (line 431) | protected BigDecimal getNumberUnits() { method hasUnits (line 438) | protected boolean hasUnits() { method calculateUnitRatingScore (line 445) | protected abstract int calculateUnitRatingScore(); method initValues (line 451) | protected void initValues() { method updateBayCount (line 503) | void updateBayCount(Entity e) { method updateDockingCollarCount (line 532) | @Deprecated(since = "0.51.0", forRemoval = true) method getCampaign (line 537) | protected Campaign getCampaign() { method setCampaign (line 541) | protected void setCampaign(Campaign campaign) { method setCommanderList (line 545) | private void setCommanderList(List commanderList) { method setNumberUnits (line 549) | void setNumberUnits(BigDecimal numberUnits) { method setTotalSkillLevels (line 553) | void setTotalSkillLevels(BigDecimal totalSkillLevels) { method incrementSkillRatingCounts (line 562) | void incrementSkillRatingCounts(final SkillLevel skillLevel) { method getSkillLevelCounts (line 573) | Map getSkillLevelCounts() { method clearSkillRatingCounts (line 578) | private void clearSkillRatingCounts() { method getMekCount (line 582) | int getMekCount() { method setMekCount (line 586) | void setMekCount(int mekCount) { method incrementMekCount (line 590) | private void incrementMekCount() { method setInfantryUnitCount (line 594) | private void setInfantryUnitCount(int count) { method incrementInfantryUnitCount (line 598) | private void incrementInfantryUnitCount() { method getInfantryUnitCount (line 602) | @Deprecated(since = "0.51.0", forRemoval = true) method getProtoCount (line 607) | int getProtoCount() { method setProtoCount (line 611) | void setProtoCount(int protoCount) { method incrementProtoCount (line 615) | private void incrementProtoCount() { method getFighterCount (line 619) | int getFighterCount() { method setFighterCount (line 623) | void setFighterCount(int fighterCount) { method incrementFighterCount (line 627) | private void incrementFighterCount() { method getLightVeeCount (line 631) | int getLightVeeCount() { method setLightVeeCount (line 635) | void setLightVeeCount(int lightVeeCount) { method incrementLightVeeCount (line 639) | private void incrementLightVeeCount() { method getHeavyVeeCount (line 643) | int getHeavyVeeCount() { method setHeavyVeeCount (line 647) | private void setHeavyVeeCount(int heavyVeeCount) { method incrementHeavyVeeCount (line 651) | private void incrementHeavyVeeCount() { method getSuperHeavyVeeCount (line 655) | int getSuperHeavyVeeCount() { method setSuperHeavyVeeCount (line 659) | private void setSuperHeavyVeeCount(int superHeavyVeeCount) { method incrementSuperHeavyVeeCount (line 663) | private void incrementSuperHeavyVeeCount() { method getBattleArmorCount (line 667) | int getBattleArmorCount() { method setBattleArmorCount (line 671) | void setBattleArmorCount(int battleArmorCount) { method incrementBattleArmorCount (line 675) | private void incrementBattleArmorCount(int amount) { method getNumberBaSquads (line 679) | int getNumberBaSquads() { method setNumberBaSquads (line 683) | private void setNumberBaSquads(int numberBaSquads) { method incrementNumberBaSquads (line 687) | private void incrementNumberBaSquads() { method getInfantryCount (line 691) | int getInfantryCount() { method setInfantryCount (line 695) | void setInfantryCount(int infantryCount) { method incrementInfantryCount (line 699) | private void incrementInfantryCount(int amount) { method calcInfantryPlatoons (line 709) | int calcInfantryPlatoons() { method getDropShipCount (line 713) | int getDropShipCount() { method setDropShipCount (line 717) | void setDropShipCount(int dropShipCount) { method incrementDropShipCount (line 721) | private void incrementDropShipCount() { method getSmallCraftCount (line 725) | int getSmallCraftCount() { method setSmallCraftCount (line 729) | void setSmallCraftCount(int smallCraftCount) { method incrementSmallCraftCount (line 733) | private void incrementSmallCraftCount() { method getWarShipCount (line 737) | int getWarShipCount() { method setWarShipCount (line 741) | private void setWarShipCount(int warShipCount) { method incrementWarShipCount (line 745) | private void incrementWarShipCount() { method getJumpShipCount (line 749) | int getJumpShipCount() { method setJumpShipCount (line 753) | void setJumpShipCount(int jumpShipCount) { method incrementJumpShipCount (line 757) | private void incrementJumpShipCount() { method getMekBayCount (line 761) | int getMekBayCount() { method setMekBayCount (line 765) | protected void setMekBayCount(int mekBayCount) { method getProtoBayCount (line 769) | int getProtoBayCount() { method setProtoBayCount (line 773) | protected void setProtoBayCount(int protoBayCount) { method getFighterBayCount (line 777) | int getFighterBayCount() { method setFighterBayCount (line 781) | protected void setFighterBayCount(int fighterBayCount) { method getSmallCraftBayCount (line 785) | int getSmallCraftBayCount() { method setSmallCraftBayCount (line 789) | protected void setSmallCraftBayCount(int smallCraftBayCount) { method getLightVeeBayCount (line 793) | int getLightVeeBayCount() { method setLightVeeBayCount (line 797) | protected void setLightVeeBayCount(int lightVeeBayCount) { method getHeavyVeeBayCount (line 801) | int getHeavyVeeBayCount() { method setHeavyVeeBayCount (line 805) | protected void setHeavyVeeBayCount(int heavyVeeBayCount) { method getSuperHeavyVeeBayCount (line 809) | int getSuperHeavyVeeBayCount() { method setSuperHeavyVeeBayCount (line 813) | protected void setSuperHeavyVeeBayCount(int superHeavyVeeBayCount) { method getBaBayCount (line 817) | int getBaBayCount() { method setBaBayCount (line 821) | protected void setBaBayCount(int baBayCount) { method getInfantryBayCount (line 825) | int getInfantryBayCount() { method setInfantryBayCount (line 829) | protected void setInfantryBayCount(int infantryBayCount) { method getDockingCollarCount (line 833) | int getDockingCollarCount() { method setDockingCollarCount (line 837) | void setDockingCollarCount(int dockingCollarCount) { method isWarShipWithDocsOwner (line 841) | boolean isWarShipWithDocsOwner() { method setWarShipWithDocsOwner (line 845) | void setWarShipWithDocsOwner(boolean warShipWithDocsOwner) { method isWarShipOwner (line 849) | boolean isWarShipOwner() { method setWarShipOwner (line 853) | void setWarShipOwner(boolean warShipOwner) { method isJumpShipOwner (line 857) | boolean isJumpShipOwner() { method setJumpShipOwner (line 861) | void setJumpShipOwner(boolean jumpShipOwner) { method setCommander (line 865) | protected void setCommander(Person commander) { method setBreachCount (line 869) | private void setBreachCount(int breachCount) { method setSuccessCount (line 873) | private void setSuccessCount(int successCount) { method setFailCount (line 877) | private void setFailCount(int failCount) { method setPartialCount (line 881) | private void setPartialCount(int partialCount) { method setSupportPercent (line 885) | void setSupportPercent(BigDecimal supportPercent) { method getTransportPercent (line 889) | @Override method setTransportPercent (line 894) | void setTransportPercent(BigDecimal transportPercent) { method updateUnitCounts (line 898) | void updateUnitCounts(Unit unit) { FILE: MekHQ/src/mekhq/campaign/camOpsReputation/AverageExperienceRating.java class AverageExperienceRating (line 57) | public class AverageExperienceRating { method getSkillLevel (line 72) | protected static SkillLevel getSkillLevel(Campaign campaign, boolean l... method getAverageExperienceModifier (line 101) | protected static int getAverageExperienceModifier(SkillLevel averageSk... method calculateAverageExperienceRating (line 122) | private static int calculateAverageExperienceRating(Campaign campaign,... method getSkillTargetNumber (line 263) | private static int getSkillTargetNumber(Person person, Entity entity, FILE: MekHQ/src/mekhq/campaign/camOpsReputation/CombatRecordRating.java class CombatRecordRating (line 49) | public class CombatRecordRating { method calculateCombatRecordRating (line 64) | protected static Map calculateCombatRecordRating(Camp... FILE: MekHQ/src/mekhq/campaign/camOpsReputation/CommandRating.java class CommandRating (line 53) | public class CommandRating { method calculateCommanderRating (line 74) | protected static Map calculateCommanderRating(Campaig... method getATOWTraitScore (line 141) | private static int getATOWTraitScore(Person commander, boolean isUseAg... method getSkillValue (line 201) | private static int getSkillValue(Person person, String skill) { FILE: MekHQ/src/mekhq/campaign/camOpsReputation/CrimeRating.java class CrimeRating (line 42) | public class CrimeRating { method calculateCrimeRating (line 52) | protected static Map calculateCrimeRating(Campaign ca... FILE: MekHQ/src/mekhq/campaign/camOpsReputation/FieldManualMercRevDragoonsRating.java class FieldManualMercRevDragoonsRating (line 57) | @Deprecated(since = "0.50.10", forRemoval = true) method FieldManualMercRevDragoonsRating (line 80) | public FieldManualMercRevDragoonsRating(Campaign campaign) { method initValues (line 84) | @Override method updateAvailableSupport (line 135) | void updateAvailableSupport() { method updateJumpShips (line 147) | private void updateJumpShips(Entity en) { method updateTechSupportNeeds (line 159) | private void updateTechSupportNeeds(Unit u) { method updateDropJumpShipSupportNeeds (line 234) | private void updateDropJumpShipSupportNeeds(Entity en) { method calcMedicalSupportHoursNeeded (line 271) | private void calcMedicalSupportHoursNeeded() { method getMedicalSupportHoursNeeded (line 285) | private int getMedicalSupportHoursNeeded() { method calcAdminSupportHoursNeeded (line 289) | private void calcAdminSupportHoursNeeded() { method getSupportHours (line 299) | private static int getSupportHours(int skillLevel) { method updateTechSupportHours (line 309) | private void updateTechSupportHours(Person tech) { method updateMedicalSupportHours (line 335) | private void updateMedicalSupportHours(Person doctor) { method updateAdministrativeSupportHours (line 350) | private void updateAdministrativeSupportHours(Person administrator) { method updateSkillLevel (line 365) | private void updateSkillLevel(Unit unit, BigDecimal value) { method getCombatSkillAverage (line 387) | private static BigDecimal getCombatSkillAverage(Unit u) { method reInitialize (line 403) | @Override method calculateUnitRatingScore (line 422) | @Override method getExperienceValue (line 440) | @Override method getCommanderValue (line 457) | @Override method getMedicPoolHours (line 478) | private int getMedicPoolHours() { method getMedicalSupportAvailable (line 482) | int getMedicalSupportAvailable() { method getAstechPoolHours (line 486) | private int getAstechPoolHours() { method getTechSupportHours (line 490) | int getTechSupportHours() { method getMedicalSupportPercentage (line 494) | private BigDecimal getMedicalSupportPercentage() { method getMedicalSupportValue (line 509) | private int getMedicalSupportValue() { method getAdminSupportPercentage (line 522) | private BigDecimal getAdminSupportPercentage() { method getAdminValue (line 537) | private int getAdminValue() { method getTechSupportNeeded (line 550) | private int getTechSupportNeeded() { method getTechSupportPercentage (line 560) | private BigDecimal getTechSupportPercentage() { method getTechSupportValue (line 578) | private int getTechSupportValue() { method getSupportValue (line 591) | @Override method getYearsInDebt (line 596) | private int getYearsInDebt() { method getFinancialValue (line 602) | @Override method getQualityDetails (line 611) | private String getQualityDetails() { method getCommandDetails (line 626) | private String getCommandDetails() { method getCombatRecordDetails (line 645) | private String getCombatRecordDetails() { method getTransportationDetails (line 658) | String getTransportationDetails() { method getTechnologyDetails (line 712) | private String getTechnologyDetails() { method getSupportDetails (line 724) | private String getSupportDetails() { method getFinancialDetails (line 774) | private String getFinancialDetails() { method getDetails (line 787) | @Override method getHelpText (line 815) | @Override method getTransportPercent (line 834) | @Override method getExperienceLevelName (line 914) | @Override method getTechRatedUnits (line 929) | private int getTechRatedUnits() { method getTechValue (line 943) | @Override method setHighTechPercent (line 988) | private void setHighTechPercent(BigDecimal highTechPercent) { method getHighTechPercent (line 992) | private BigDecimal getHighTechPercent() { method updateAdvanceTechCount (line 1002) | private void updateAdvanceTechCount(Unit u, BigDecimal value) { method setNumberClan (line 1045) | private void setNumberClan(BigDecimal numberClan) { method getNumberClan (line 1049) | private BigDecimal getNumberClan() { method setCountClan (line 1053) | private void setCountClan(int countClan) { method setNumberIS2 (line 1057) | private void setNumberIS2(BigDecimal numberIS2) { method getNumberIS2 (line 1061) | private BigDecimal getNumberIS2() { method setCountIS2 (line 1065) | private void setCountIS2(int countIS2) { method getCountIS2 (line 1069) | private int getCountIS2() { method getCountClan (line 1073) | private int getCountClan() { method getUnitRatingMethod (line 1077) | @Override FILE: MekHQ/src/mekhq/campaign/camOpsReputation/FinancialRating.java class FinancialRating (line 41) | public class FinancialRating { method calculateFinancialRating (line 52) | protected static Map calculateFinancialRating(Finance... FILE: MekHQ/src/mekhq/campaign/camOpsReputation/IUnitRating.java type IUnitRating (line 47) | @Deprecated(since = "0.50.10") method reInitialize (line 62) | void reInitialize(); method getUnitRating (line 72) | int getUnitRating(int score); method getUnitRatingAsInteger (line 78) | int getUnitRatingAsInteger(); method getScore (line 80) | int getScore(); method getModifier (line 82) | int getModifier(); method getUnitRatingName (line 90) | String getUnitRatingName(int rating); method getUnitRating (line 96) | String getUnitRating(); method getExperienceValue (line 102) | int getExperienceValue(); method getAverageExperience (line 108) | SkillLevel getAverageExperience(); method getCommanderValue (line 114) | int getCommanderValue(); method getCommander (line 120) | Person getCommander(); method getCombatRecordValue (line 126) | int getCombatRecordValue(); method getSupportPercent (line 132) | BigDecimal getSupportPercent(); method getSupportValue (line 138) | int getSupportValue(); method getTransportPercent (line 144) | BigDecimal getTransportPercent(); method getTransportValue (line 150) | int getTransportValue(); method getTechValue (line 156) | int getTechValue(); method getFinancialValue (line 163) | int getFinancialValue(); method getDetails (line 169) | String getDetails(); method getHelpText (line 176) | String getHelpText(); method getUnitRatingMethod (line 182) | UnitRatingMethod getUnitRatingMethod(); FILE: MekHQ/src/mekhq/campaign/camOpsReputation/OtherModifiers.java class OtherModifiers (line 46) | public class OtherModifiers { method calculateOtherModifiers (line 58) | protected static Map calculateOtherModifiers(Campaign... method getInactiveYears (line 87) | private static int getInactiveYears(Campaign campaign) { method getSuitableContracts (line 118) | private static List getSuitableContracts(Campaign campaig... method isSuitableContract (line 136) | private static boolean isSuitableContract(AtBContract contract) { FILE: MekHQ/src/mekhq/campaign/camOpsReputation/ReputationController.java class ReputationController (line 66) | public class ReputationController { method getAverageSkillLevel (line 115) | public SkillLevel getAverageSkillLevel() { method getAtbModifier (line 119) | public int getAtbModifier() { method getReputationRating (line 123) | public int getReputationRating() { method getReputationFactor (line 127) | public double getReputationFactor() { method ReputationController (line 135) | public ReputationController() { method initializeReputation (line 143) | @SuppressWarnings(value = "unchecked") method calculateTotalReputation (line 198) | private void calculateTotalReputation() { method getReputationModifier (line 215) | public int getReputationModifier() { method getReportText (line 226) | public String getReportText(Campaign campaign) { method writeReputationToXML (line 608) | public void writeReputationToXML(final PrintWriter pw, int indent) { method writeMapToXML (line 693) | private void writeMapToXML(final PrintWriter pw, final int indent,... method generateInstanceFromXML (line 699) | public ReputationController generateInstanceFromXML(final Node working... method parseSubNode (line 770) | private void parseSubNode(Node workingNode, @Nullable Map> calculateSupportRating(Ca... method calculateAdministratorRequirements (line 105) | private static Map calculateAdministratorRequirements... method getTotalPersonnelCount (line 155) | private static int getTotalPersonnelCount(Campaign campaign, int techn... method calculateCrewRequirements (line 186) | private static Map calculateCrewRequirements(Campaign... method calculateTechnicianRequirements (line 212) | private static Map> calculateTechnicianRequireme... method calculateBattleArmorAndProtoMekCounts (line 260) | private static Map calculateBattleArmorAndProtoMekCou... method calculateTechCounts (line 292) | private static Map calculateTechCounts(Campaign campa... method updateCount (line 318) | private static void updateCount(Supplier condition, String ke... method calculateTechRating (line 334) | private static int calculateTechRating(int percentage) { FILE: MekHQ/src/mekhq/campaign/camOpsReputation/TransportationRating.java class TransportationRating (line 46) | public class TransportationRating { method calculateTransportationRating (line 62) | public static List> calculateTransportationRating... method getCapacityRating (line 219) | private static int getCapacityRating(int rating, int capacityRating) { method calculateRating (line 241) | protected static int calculateRating(int capacity, int requirements) { method calculateTransportationCapacities (line 265) | private static Map calculateTransportationCapacities(... method calculateTransportRequirements (line 361) | private static Map calculateTransportRequirements(Cam... FILE: MekHQ/src/mekhq/campaign/camOpsReputation/UnitRatingMethod.java type UnitRatingMethod (line 44) | @Deprecated(since = "0.50.10", forRemoval = true) method UnitRatingMethod (line 59) | UnitRatingMethod(String name) { method isEnabled (line 67) | public boolean isEnabled() { method isCampaignOperations (line 71) | @Deprecated(since = "0.51.0", forRemoval = true) method isFMMR (line 76) | @Deprecated(since = "0.51.0", forRemoval = true) method parseFromString (line 83) | public static UnitRatingMethod parseFromString(String text) { method toString (line 97) | @Override FILE: MekHQ/src/mekhq/campaign/campaignOptions/AcquisitionsType.java type AcquisitionsType (line 45) | public enum AcquisitionsType { method AcquisitionsType (line 66) | AcquisitionsType(String lookupName) { method getLookupName (line 71) | public String getLookupName() { method toString (line 75) | @Override method generateLabel (line 88) | private String generateLabel() { method parseFromLookupName (line 105) | public static AcquisitionsType parseFromLookupName(String lookupName) { FILE: MekHQ/src/mekhq/campaign/campaignOptions/BoardScalingType.java type BoardScalingType (line 37) | public enum BoardScalingType { method BoardScalingType (line 50) | BoardScalingType(String lookupName, int heightModifier, int minimumWid... method getLookupName (line 57) | public String getLookupName() { method toString (line 61) | @Override method getHeightModifier (line 66) | public int getHeightModifier() { method getMinimumWidth (line 70) | public int getMinimumWidth() { method generateLabel (line 74) | private String generateLabel() { method parseFromLookupName (line 78) | public static BoardScalingType parseFromLookupName(String lookupName) { FILE: MekHQ/src/mekhq/campaign/campaignOptions/CampaignOptions.java class CampaignOptions (line 80) | public class CampaignOptions { method getTechLevelName (line 103) | public static String getTechLevelName(final int techLevel) { method CampaignOptions (line 700) | public CampaignOptions() { method getManualUnitRatingModifier (line 1372) | public int getManualUnitRatingModifier() { method setManualUnitRatingModifier (line 1376) | public void setManualUnitRatingModifier(final int manualUnitRatingModi... method isClampReputationPayMultiplier (line 1380) | public boolean isClampReputationPayMultiplier() { method setClampReputationPayMultiplier (line 1384) | public void setClampReputationPayMultiplier(final boolean clampReputat... method isReduceReputationPerformanceModifier (line 1388) | public boolean isReduceReputationPerformanceModifier() { method setReduceReputationPerformanceModifier (line 1392) | public void setReduceReputationPerformanceModifier(final boolean reduc... method isReputationPerformanceModifierCutOff (line 1396) | public boolean isReputationPerformanceModifierCutOff() { method setReputationPerformanceModifierCutOff (line 1400) | public void setReputationPerformanceModifierCutOff(final boolean reput... method isCheckMaintenance (line 1410) | public boolean isCheckMaintenance() { method setCheckMaintenance (line 1414) | public void setCheckMaintenance(final boolean checkMaintenance) { method getMaintenanceCycleDays (line 1418) | public int getMaintenanceCycleDays() { method setMaintenanceCycleDays (line 1422) | public void setMaintenanceCycleDays(final int maintenanceCycleDays) { method getMaintenanceBonus (line 1426) | public int getMaintenanceBonus() { method setMaintenanceBonus (line 1430) | public void setMaintenanceBonus(final int maintenanceBonus) { method isUseQualityMaintenance (line 1434) | public boolean isUseQualityMaintenance() { method setUseQualityMaintenance (line 1438) | public void setUseQualityMaintenance(final boolean useQualityMaintenan... method isReverseQualityNames (line 1442) | public boolean isReverseQualityNames() { method setReverseQualityNames (line 1446) | public void setReverseQualityNames(final boolean reverseQualityNames) { method isUseRandomUnitQualities (line 1450) | public boolean isUseRandomUnitQualities() { method setUseRandomUnitQualities (line 1454) | public void setUseRandomUnitQualities(final boolean useRandomUnitQuali... method isUsePlanetaryModifiers (line 1458) | public boolean isUsePlanetaryModifiers() { method setUsePlanetaryModifiers (line 1462) | public void setUsePlanetaryModifiers(final boolean usePlanetaryModifie... method isUseUnofficialMaintenance (line 1466) | public boolean isUseUnofficialMaintenance() { method setUseUnofficialMaintenance (line 1470) | public void setUseUnofficialMaintenance(final boolean useUnofficialMai... method isLogMaintenance (line 1474) | public boolean isLogMaintenance() { method setLogMaintenance (line 1478) | public void setLogMaintenance(final boolean logMaintenance) { method getDefaultMaintenanceTime (line 1485) | public int getDefaultMaintenanceTime() { method setDefaultMaintenanceTime (line 1494) | public void setDefaultMaintenanceTime(final int defaultMaintenanceTime) { method isMRMSUseRepair (line 1500) | public boolean isMRMSUseRepair() { method setMRMSUseRepair (line 1504) | public void setMRMSUseRepair(final boolean mrmsUseRepair) { method isMRMSUseSalvage (line 1508) | public boolean isMRMSUseSalvage() { method setMRMSUseSalvage (line 1512) | public void setMRMSUseSalvage(final boolean mrmsUseSalvage) { method isMRMSUseExtraTime (line 1516) | public boolean isMRMSUseExtraTime() { method setMRMSUseExtraTime (line 1520) | public void setMRMSUseExtraTime(final boolean mrmsUseExtraTime) { method isMRMSUseRushJob (line 1524) | public boolean isMRMSUseRushJob() { method setMRMSUseRushJob (line 1528) | public void setMRMSUseRushJob(final boolean mrmsUseRushJob) { method isMRMSAllowCarryover (line 1532) | public boolean isMRMSAllowCarryover() { method setMRMSAllowCarryover (line 1536) | public void setMRMSAllowCarryover(final boolean mrmsAllowCarryover) { method isMRMSOptimizeToCompleteToday (line 1540) | public boolean isMRMSOptimizeToCompleteToday() { method setMRMSOptimizeToCompleteToday (line 1544) | public void setMRMSOptimizeToCompleteToday(final boolean mrmsOptimizeT... method isMRMSScrapImpossible (line 1548) | public boolean isMRMSScrapImpossible() { method setMRMSScrapImpossible (line 1552) | public void setMRMSScrapImpossible(final boolean mrmsScrapImpossible) { method isMRMSUseAssignedTechsFirst (line 1556) | public boolean isMRMSUseAssignedTechsFirst() { method setMRMSUseAssignedTechsFirst (line 1560) | public void setMRMSUseAssignedTechsFirst(final boolean mrmsUseAssigned... method isMRMSReplacePod (line 1564) | public boolean isMRMSReplacePod() { method setMRMSReplacePod (line 1568) | public void setMRMSReplacePod(final boolean mrmsReplacePod) { method getMRMSOptions (line 1572) | public List getMRMSOptions() { method setMRMSOptions (line 1576) | public void setMRMSOptions(final List mrmsOptions) { method addMRMSOption (line 1580) | public void addMRMSOption(final MRMSOption mrmsOption) { method isUseTactics (line 1596) | public boolean isUseTactics() { method setUseTactics (line 1600) | public void setUseTactics(final boolean useTactics) { method isUseInitiativeBonus (line 1604) | public boolean isUseInitiativeBonus() { method setUseInitiativeBonus (line 1608) | public void setUseInitiativeBonus(final boolean useInitiativeBonus) { method isUseToughness (line 1612) | public boolean isUseToughness() { method setUseToughness (line 1616) | public void setUseToughness(final boolean useToughness) { method isUseRandomToughness (line 1620) | public boolean isUseRandomToughness() { method setUseRandomToughness (line 1624) | public void setUseRandomToughness(final boolean useRandomToughness) { method isUseArtillery (line 1628) | public boolean isUseArtillery() { method setUseArtillery (line 1632) | public void setUseArtillery(final boolean useArtillery) { method isUseAbilities (line 1636) | public boolean isUseAbilities() { method setUseAbilities (line 1640) | public void setUseAbilities(final boolean useAbilities) { method isOnlyCommandersMatterVehicles (line 1644) | public boolean isOnlyCommandersMatterVehicles() { method setOnlyCommandersMatterVehicles (line 1648) | public void setOnlyCommandersMatterVehicles(final boolean onlyCommande... method isOnlyCommandersMatterInfantry (line 1652) | public boolean isOnlyCommandersMatterInfantry() { method setOnlyCommandersMatterInfantry (line 1656) | public void setOnlyCommandersMatterInfantry(final boolean onlyCommande... method isOnlyCommandersMatterBattleArmor (line 1660) | public boolean isOnlyCommandersMatterBattleArmor() { method setOnlyCommandersMatterBattleArmor (line 1664) | public void setOnlyCommandersMatterBattleArmor(final boolean onlyComma... method isUseEdge (line 1668) | public boolean isUseEdge() { method setUseEdge (line 1672) | public void setUseEdge(final boolean useEdge) { method isUseSupportEdge (line 1676) | public boolean isUseSupportEdge() { method setUseSupportEdge (line 1680) | public void setUseSupportEdge(final boolean useSupportEdge) { method isUseImplants (line 1684) | public boolean isUseImplants() { method setUseImplants (line 1688) | public void setUseImplants(final boolean useImplants) { method isAlternativeQualityAveraging (line 1692) | public boolean isAlternativeQualityAveraging() { method setAlternativeQualityAveraging (line 1696) | public void setAlternativeQualityAveraging(final boolean alternativeQu... method isUseAgeEffects (line 1700) | public boolean isUseAgeEffects() { method setUseAgeEffects (line 1704) | public void setUseAgeEffects(final boolean useAgeEffects) { method isUseTransfers (line 1708) | public boolean isUseTransfers() { method setUseTransfers (line 1712) | public void setUseTransfers(final boolean useTransfers) { method isUseExtendedTOEForceName (line 1716) | public boolean isUseExtendedTOEForceName() { method setUseExtendedTOEForceName (line 1720) | public void setUseExtendedTOEForceName(final boolean useExtendedTOEFor... method isPersonnelLogSkillGain (line 1724) | public boolean isPersonnelLogSkillGain() { method setPersonnelLogSkillGain (line 1728) | public void setPersonnelLogSkillGain(final boolean personnelLogSkillGa... method isPersonnelLogAbilityGain (line 1732) | public boolean isPersonnelLogAbilityGain() { method setPersonnelLogAbilityGain (line 1736) | public void setPersonnelLogAbilityGain(final boolean personnelLogAbili... method isPersonnelLogEdgeGain (line 1740) | public boolean isPersonnelLogEdgeGain() { method setPersonnelLogEdgeGain (line 1744) | public void setPersonnelLogEdgeGain(final boolean personnelLogEdgeGain) { method isDisplayPersonnelLog (line 1748) | public boolean isDisplayPersonnelLog() { method setDisplayPersonnelLog (line 1752) | public void setDisplayPersonnelLog(final boolean displayPersonnelLog) { method isDisplayScenarioLog (line 1756) | public boolean isDisplayScenarioLog() { method setDisplayScenarioLog (line 1760) | public void setDisplayScenarioLog(final boolean displayScenarioLog) { method isDisplayKillRecord (line 1764) | public boolean isDisplayKillRecord() { method setDisplayKillRecord (line 1768) | public void setDisplayKillRecord(final boolean displayKillRecord) { method isDisplayMedicalRecord (line 1772) | public boolean isDisplayMedicalRecord() { method setDisplayMedicalRecord (line 1776) | public void setDisplayMedicalRecord(final boolean displayMedicalRecord) { method isDisplayPatientRecord (line 1780) | public boolean isDisplayPatientRecord() { method setDisplayPatientRecord (line 1784) | public void setDisplayPatientRecord(final boolean displayPatientRecord) { method isDisplayAssignmentRecord (line 1788) | public boolean isDisplayAssignmentRecord() { method setDisplayAssignmentRecord (line 1792) | public void setDisplayAssignmentRecord(final boolean displayAssignment... method isDisplayPerformanceRecord (line 1796) | public boolean isDisplayPerformanceRecord() { method setDisplayPerformanceRecord (line 1800) | public void setDisplayPerformanceRecord(final boolean displayPerforman... method isAwardVeterancySPAs (line 1804) | public boolean isAwardVeterancySPAs() { method setAwardVeterancySPAs (line 1808) | public void setAwardVeterancySPAs(final boolean awardVeterancySPAs) { method isRewardComingOfAgeAbilities (line 1812) | public boolean isRewardComingOfAgeAbilities() { method setRewardComingOfAgeAbilities (line 1816) | public void setRewardComingOfAgeAbilities(final boolean rewardComingOf... method isRewardComingOfAgeRPSkills (line 1820) | public boolean isRewardComingOfAgeRPSkills() { method setRewardComingOfAgeRPSkills (line 1824) | public void setRewardComingOfAgeRPSkills(final boolean rewardComingOfA... method isUseFatigue (line 1828) | public boolean isUseFatigue() { method setUseFatigue (line 1832) | public void setUseFatigue(final boolean useFatigue) { method getFatigueRate (line 1836) | public Integer getFatigueRate() { method setFatigueRate (line 1840) | public void setFatigueRate(final Integer fatigueRate) { method isUseInjuryFatigue (line 1844) | public boolean isUseInjuryFatigue() { method setUseInjuryFatigue (line 1848) | public void setUseInjuryFatigue(final boolean useInjuryFatigue) { method getFieldKitchenCapacity (line 1852) | public Integer getFieldKitchenCapacity() { method setFieldKitchenCapacity (line 1856) | public void setFieldKitchenCapacity(final Integer fieldKitchenCapacity) { method isUseFieldKitchenIgnoreNonCombatants (line 1860) | public boolean isUseFieldKitchenIgnoreNonCombatants() { method setFieldKitchenIgnoreNonCombatants (line 1864) | public void setFieldKitchenIgnoreNonCombatants(final boolean fieldKitc... method getFatigueUndeploymentThreshold (line 1868) | public Integer getFatigueUndeploymentThreshold() { method setFatigueUndeploymentThreshold (line 1872) | public void setFatigueUndeploymentThreshold(final Integer fatigueUndep... method getFatigueLeaveThreshold (line 1876) | public Integer getFatigueLeaveThreshold() { method setFatigueLeaveThreshold (line 1880) | public void setFatigueLeaveThreshold(final Integer fatigueLeaveThresho... method isUseTimeInService (line 1891) | public boolean isUseTimeInService() { method setUseTimeInService (line 1898) | public void setUseTimeInService(final boolean useTimeInService) { method getTimeInServiceDisplayFormat (line 1905) | public TimeInDisplayFormat getTimeInServiceDisplayFormat() { method setTimeInServiceDisplayFormat (line 1912) | public void setTimeInServiceDisplayFormat(final TimeInDisplayFormat ti... method isUseTimeInRank (line 1919) | public boolean isUseTimeInRank() { method setUseTimeInRank (line 1926) | public void setUseTimeInRank(final boolean useTimeInRank) { method getTimeInRankDisplayFormat (line 1933) | public TimeInDisplayFormat getTimeInRankDisplayFormat() { method setTimeInRankDisplayFormat (line 1940) | public void setTimeInRankDisplayFormat(final TimeInDisplayFormat timeI... method isTrackTotalEarnings (line 1947) | public boolean isTrackTotalEarnings() { method setTrackTotalEarnings (line 1954) | public void setTrackTotalEarnings(final boolean trackTotalEarnings) { method isTrackTotalXPEarnings (line 1961) | public boolean isTrackTotalXPEarnings() { method setTrackTotalXPEarnings (line 1968) | public void setTrackTotalXPEarnings(final boolean trackTotalXPEarnings) { method isShowOriginFaction (line 1975) | public boolean isShowOriginFaction() { method setShowOriginFaction (line 1982) | public void setShowOriginFaction(final boolean showOriginFaction) { method isAdminsHaveNegotiation (line 1986) | public boolean isAdminsHaveNegotiation() { method setAdminsHaveNegotiation (line 1990) | public void setAdminsHaveNegotiation(final boolean useAdminsHaveNegoti... method isAdminExperienceLevelIncludeNegotiation (line 1994) | public boolean isAdminExperienceLevelIncludeNegotiation() { method setAdminExperienceLevelIncludeNegotiation (line 1998) | public void setAdminExperienceLevelIncludeNegotiation(final boolean us... method isUseAdvancedMedical (line 2016) | public boolean isUseAdvancedMedical() { method isUseAdvancedMedicalDirect (line 2030) | public boolean isUseAdvancedMedicalDirect() { method setUseAdvancedMedical (line 2034) | public void setUseAdvancedMedical(final boolean useAdvancedMedical) { method getHealingWaitingPeriod (line 2038) | public int getHealingWaitingPeriod() { method setHealingWaitingPeriod (line 2042) | public void setHealingWaitingPeriod(final int healWaitingPeriod) { method getNaturalHealingWaitingPeriod (line 2046) | public int getNaturalHealingWaitingPeriod() { method setNaturalHealingWaitingPeriod (line 2050) | public void setNaturalHealingWaitingPeriod(final int naturalHealingWai... method getMinimumHitsForVehicles (line 2054) | public int getMinimumHitsForVehicles() { method setMinimumHitsForVehicles (line 2058) | public void setMinimumHitsForVehicles(final int minimumHitsForVehicles) { method isUseRandomHitsForVehicles (line 2062) | public boolean isUseRandomHitsForVehicles() { method setUseRandomHitsForVehicles (line 2066) | public void setUseRandomHitsForVehicles(final boolean useRandomHitsFor... method isTougherHealing (line 2070) | public boolean isTougherHealing() { method setTougherHealing (line 2074) | public void setTougherHealing(final boolean tougherHealing) { method isUseAlternativeAdvancedMedical (line 2078) | public boolean isUseAlternativeAdvancedMedical() { method setUseAlternativeAdvancedMedical (line 2082) | public void setUseAlternativeAdvancedMedical(final boolean useAlternat... method isUseKinderAlternativeAdvancedMedical (line 2086) | public boolean isUseKinderAlternativeAdvancedMedical() { method setUseKinderAlternativeAdvancedMedical (line 2090) | public void setUseKinderAlternativeAdvancedMedical(final boolean useKi... method isUseRandomDiseases (line 2094) | public boolean isUseRandomDiseases() { method setUseRandomDiseases (line 2098) | public void setUseRandomDiseases(final boolean useRandomDiseases) { method getMaximumPatients (line 2102) | public int getMaximumPatients() { method setMaximumPatients (line 2106) | public void setMaximumPatients(final int maximumPatients) { method isDoctorsUseAdministration (line 2110) | public boolean isDoctorsUseAdministration() { method setDoctorsUseAdministration (line 2114) | public void setDoctorsUseAdministration(final boolean doctorsUseAdmini... method isUseUsefulMedics (line 2118) | public boolean isUseUsefulMedics() { method setIsUseUsefulMedics (line 2122) | public void setIsUseUsefulMedics(final boolean useUsefulMedics) { method isUseBlobInfantry (line 2126) | public boolean isUseBlobInfantry() { method setUseBlobInfantry (line 2130) | public void setUseBlobInfantry(final boolean useBlobInfantry) { method isUseBlobBattleArmor (line 2134) | public boolean isUseBlobBattleArmor() { method setUseBlobBattleArmor (line 2138) | public void setUseBlobBattleArmor(final boolean useBlobBattleArmor) { method isUseBlobVehicleCrewGround (line 2142) | public boolean isUseBlobVehicleCrewGround() { method setUseBlobVehicleCrewGround (line 2146) | public void setUseBlobVehicleCrewGround(final boolean useBlobVehicleCr... method isUseBlobVehicleCrewVTOL (line 2150) | public boolean isUseBlobVehicleCrewVTOL() { method setUseBlobVehicleCrewVTOL (line 2154) | public void setUseBlobVehicleCrewVTOL(final boolean useBlobVehicleCrew... method isUseBlobVehicleCrewNaval (line 2158) | public boolean isUseBlobVehicleCrewNaval() { method setUseBlobVehicleCrewNaval (line 2162) | public void setUseBlobVehicleCrewNaval(final boolean useBlobVehicleCre... method isUseBlobVesselPilot (line 2166) | public boolean isUseBlobVesselPilot() { method setUseBlobVesselPilot (line 2170) | public void setUseBlobVesselPilot(final boolean useBlobVesselPilot) { method isUseBlobVesselGunner (line 2174) | public boolean isUseBlobVesselGunner() { method setUseBlobVesselGunner (line 2178) | public void setUseBlobVesselGunner(final boolean useBlobVesselGunner) { method isUseBlobVesselCrew (line 2182) | public boolean isUseBlobVesselCrew() { method setUseBlobVesselCrew (line 2186) | public void setUseBlobVesselCrew(final boolean useBlobVesselCrew) { method isUseMASHTheatres (line 2190) | public boolean isUseMASHTheatres() { method setIsUseMASHTheatres (line 2194) | public void setIsUseMASHTheatres(final boolean useMASHTheatres) { method getMASHTheatreCapacity (line 2198) | public int getMASHTheatreCapacity() { method setMASHTheatreCapacity (line 2202) | public void setMASHTheatreCapacity(final int mashTheatreCapacity) { method getPrisonerCaptureStyle (line 2209) | public PrisonerCaptureStyle getPrisonerCaptureStyle() { method setPrisonerCaptureStyle (line 2213) | public void setPrisonerCaptureStyle(final PrisonerCaptureStyle prisone... method isUseFunctionalEscapeArtist (line 2217) | public boolean isUseFunctionalEscapeArtist() { method setUseFunctionalEscapeArtist (line 2221) | public void setUseFunctionalEscapeArtist(final boolean useFunctionalEs... method isUseDylansRandomXP (line 2227) | public boolean isUseDylansRandomXP() { method setUseDylansRandomXP (line 2231) | public void setUseDylansRandomXP(final boolean useDylansRandomXP) { method getNonBinaryDiceSize (line 2235) | public int getNonBinaryDiceSize() { method setNonBinaryDiceSize (line 2239) | public void setNonBinaryDiceSize(final int nonBinaryDiceSize) { method getRandomOriginOptions (line 2245) | public RandomOriginOptions getRandomOriginOptions() { method setRandomOriginOptions (line 2249) | public void setRandomOriginOptions(final RandomOriginOptions randomOri... method isUseRandomPersonalities (line 2253) | public boolean isUseRandomPersonalities() { method setUseRandomPersonalities (line 2257) | public void setUseRandomPersonalities(final boolean useRandomPersonali... method isUseRandomPersonalityReputation (line 2261) | public boolean isUseRandomPersonalityReputation() { method setUseRandomPersonalityReputation (line 2265) | public void setUseRandomPersonalityReputation(final boolean useRandomP... method isUseReasoningXpMultiplier (line 2269) | public boolean isUseReasoningXpMultiplier() { method setUseReasoningXpMultiplier (line 2273) | public void setUseReasoningXpMultiplier(final boolean useReasoningXpMu... method isUseSimulatedRelationships (line 2277) | public boolean isUseSimulatedRelationships() { method setUseSimulatedRelationships (line 2281) | public void setUseSimulatedRelationships(final boolean useSimulatedRel... method isUseRandomRetirement (line 2287) | public boolean isUseRandomRetirement() { method setUseRandomRetirement (line 2291) | public void setUseRandomRetirement(final boolean useRandomRetirement) { method getTurnoverFrequency (line 2295) | public TurnoverFrequency getTurnoverFrequency() { method setTurnoverFrequency (line 2299) | public void setTurnoverFrequency(final TurnoverFrequency turnoverFrequ... method isUseContractCompletionRandomRetirement (line 2303) | public boolean isUseContractCompletionRandomRetirement() { method setUseContractCompletionRandomRetirement (line 2307) | public void setUseContractCompletionRandomRetirement(final boolean use... method isUseCustomRetirementModifiers (line 2311) | public boolean isUseCustomRetirementModifiers() { method setUseCustomRetirementModifiers (line 2315) | public void setUseCustomRetirementModifiers(final boolean useCustomRet... method isUseFatigueModifiers (line 2319) | public boolean isUseFatigueModifiers() { method setUseFatigueModifiers (line 2323) | public void setUseFatigueModifiers(final boolean useFatigueModifiers) { method isUseLoyaltyModifiers (line 2327) | public boolean isUseLoyaltyModifiers() { method setUseLoyaltyModifiers (line 2331) | public void setUseLoyaltyModifiers(final boolean useLoyaltyModifiers) { method isUseHideLoyalty (line 2335) | public boolean isUseHideLoyalty() { method setUseHideLoyalty (line 2339) | public void setUseHideLoyalty(final boolean useHideLoyalty) { method isUseRandomFounderTurnover (line 2343) | public boolean isUseRandomFounderTurnover() { method setUseRandomFounderTurnover (line 2347) | public void setUseRandomFounderTurnover(final boolean useRandomFounder... method isUseFounderRetirement (line 2351) | public boolean isUseFounderRetirement() { method setUseFounderRetirement (line 2355) | public void setUseFounderRetirement(final boolean useFounderRetirement) { method isUseSubContractSoldiers (line 2359) | public boolean isUseSubContractSoldiers() { method setUseSubContractSoldiers (line 2363) | public void setUseSubContractSoldiers(final boolean useSubContractSold... method getTurnoverFixedTargetNumber (line 2367) | public Integer getTurnoverFixedTargetNumber() { method setTurnoverFixedTargetNumber (line 2371) | public void setTurnoverFixedTargetNumber(final Integer turnoverFixedTa... method getPayoutRateOfficer (line 2375) | public Integer getPayoutRateOfficer() { method setPayoutRateOfficer (line 2379) | public void setPayoutRateOfficer(final Integer payoutRateOfficer) { method getPayoutRateEnlisted (line 2383) | public Integer getPayoutRateEnlisted() { method setPayoutRateEnlisted (line 2387) | public void setPayoutRateEnlisted(final Integer payoutRateEnlisted) { method getPayoutRetirementMultiplier (line 2391) | public Integer getPayoutRetirementMultiplier() { method setPayoutRetirementMultiplier (line 2395) | public void setPayoutRetirementMultiplier(final Integer payoutRetireme... method isUsePayoutServiceBonus (line 2399) | public boolean isUsePayoutServiceBonus() { method setUsePayoutServiceBonus (line 2403) | public void setUsePayoutServiceBonus(final boolean usePayoutServiceBon... method getPayoutServiceBonusRate (line 2407) | public Integer getPayoutServiceBonusRate() { method setPayoutServiceBonusRate (line 2411) | public void setPayoutServiceBonusRate(final Integer payoutServiceBonus... method isUseSkillModifiers (line 2415) | public boolean isUseSkillModifiers() { method setUseSkillModifiers (line 2419) | public void setUseSkillModifiers(final boolean useSkillModifiers) { method isUseAgeModifiers (line 2423) | public boolean isUseAgeModifiers() { method setUseAgeModifiers (line 2427) | public void setUseAgeModifiers(final boolean useAgeModifiers) { method isUseUnitRatingModifiers (line 2431) | public boolean isUseUnitRatingModifiers() { method setUseUnitRatingModifiers (line 2435) | public void setUseUnitRatingModifiers(final boolean useUnitRatingModif... method isUseFactionModifiers (line 2439) | public boolean isUseFactionModifiers() { method setUseFactionModifiers (line 2443) | public void setUseFactionModifiers(final boolean useFactionModifiers) { method isUseMissionStatusModifiers (line 2447) | public boolean isUseMissionStatusModifiers() { method setUseMissionStatusModifiers (line 2451) | public void setUseMissionStatusModifiers(final boolean useMissionStatu... method isUseHostileTerritoryModifiers (line 2455) | public boolean isUseHostileTerritoryModifiers() { method setUseHostileTerritoryModifiers (line 2459) | public void setUseHostileTerritoryModifiers(final boolean useHostileTe... method isUseFamilyModifiers (line 2463) | public boolean isUseFamilyModifiers() { method setUseFamilyModifiers (line 2467) | public void setUseFamilyModifiers(final boolean useFamilyModifiers) { method isUseAdministrativeStrain (line 2474) | @Deprecated(since = "0.50.07", forRemoval = true) method isUseHRStrain (line 2479) | public boolean isUseHRStrain() { method setUseAdministrativeStrain (line 2486) | @Deprecated(since = "0.50.07", forRemoval = true) method setUseHRStrain (line 2491) | public void setUseHRStrain(final boolean UseHRStrain) { method getAdministrativeCapacity (line 2498) | @Deprecated(since = "0.50.07", forRemoval = true) method getHRCapacity (line 2503) | public Integer getHRCapacity() { method setHRCapacity (line 2507) | public void setHRCapacity(final Integer hrCapacity) { method isUseManagementSkill (line 2511) | public boolean isUseManagementSkill() { method setUseManagementSkill (line 2515) | public void setUseManagementSkill(final boolean useManagementSkill) { method isUseCommanderLeadershipOnly (line 2519) | public boolean isUseCommanderLeadershipOnly() { method setUseCommanderLeadershipOnly (line 2523) | public void setUseCommanderLeadershipOnly(final boolean useCommanderLe... method getManagementSkillPenalty (line 2527) | public Integer getManagementSkillPenalty() { method setManagementSkillPenalty (line 2531) | public void setManagementSkillPenalty(final Integer managementSkillPen... method getServiceContractDuration (line 2535) | public Integer getServiceContractDuration() { method setServiceContractDuration (line 2539) | public void setServiceContractDuration(final Integer serviceContractDu... method getServiceContractModifier (line 2543) | public Integer getServiceContractModifier() { method setServiceContractModifier (line 2547) | public void setServiceContractModifier(final Integer serviceContractMo... method isPayBonusDefault (line 2551) | public boolean isPayBonusDefault() { method setPayBonusDefault (line 2555) | public void setPayBonusDefault(final boolean payBonusDefault) { method getPayBonusDefaultThreshold (line 2559) | public int getPayBonusDefaultThreshold() { method setPayBonusDefaultThreshold (line 2563) | public void setPayBonusDefaultThreshold(final int payBonusDefaultThres... method getFamilyDisplayLevel (line 2573) | public FamilialRelationshipDisplayLevel getFamilyDisplayLevel() { method setFamilyDisplayLevel (line 2580) | public void setFamilyDisplayLevel(final FamilialRelationshipDisplayLev... method isAnnounceBirthdays (line 2586) | public boolean isAnnounceBirthdays() { method setAnnounceBirthdays (line 2590) | public void setAnnounceBirthdays(final boolean announceBirthdays) { method isAnnounceRecruitmentAnniversaries (line 2599) | public boolean isAnnounceRecruitmentAnniversaries() { method setAnnounceRecruitmentAnniversaries (line 2609) | public void setAnnounceRecruitmentAnniversaries(final boolean announce... method isAnnounceOfficersOnly (line 2613) | public boolean isAnnounceOfficersOnly() { method setAnnounceOfficersOnly (line 2617) | public void setAnnounceOfficersOnly(final boolean announceOfficersOnly) { method isAnnounceChildBirthdays (line 2621) | public boolean isAnnounceChildBirthdays() { method setAnnounceChildBirthdays (line 2625) | public void setAnnounceChildBirthdays(final boolean announceChildBirth... method isShowLifeEventDialogBirths (line 2631) | public boolean isShowLifeEventDialogBirths() { method setShowLifeEventDialogBirths (line 2635) | public void setShowLifeEventDialogBirths(final boolean showLifeEventDi... method isShowLifeEventDialogComingOfAge (line 2639) | public boolean isShowLifeEventDialogComingOfAge() { method setShowLifeEventDialogComingOfAge (line 2643) | public void setShowLifeEventDialogComingOfAge(final boolean showLifeEv... method isShowLifeEventDialogCelebrations (line 2647) | public boolean isShowLifeEventDialogCelebrations() { method setShowLifeEventDialogCelebrations (line 2651) | public void setShowLifeEventDialogCelebrations(final boolean showLifeE... method isUseRandomDependentAddition (line 2657) | public boolean isUseRandomDependentAddition() { method setUseRandomDependentAddition (line 2661) | public void setUseRandomDependentAddition(final boolean useRandomDepen... method isUseRandomDependentRemoval (line 2665) | public boolean isUseRandomDependentRemoval() { method setUseRandomDependentRemoval (line 2669) | public void setUseRandomDependentRemoval(final boolean useRandomDepend... method getDependentProfessionDieSize (line 2673) | public int getDependentProfessionDieSize() { method setDependentProfessionDieSize (line 2677) | public void setDependentProfessionDieSize(final int dependentProfessio... method getCivilianProfessionDieSize (line 2681) | public int getCivilianProfessionDieSize() { method setCivilianProfessionDieSize (line 2685) | public void setCivilianProfessionDieSize(final int civilianProfessionD... method isUsePersonnelRemoval (line 2691) | public boolean isUsePersonnelRemoval() { method setUsePersonnelRemoval (line 2695) | public void setUsePersonnelRemoval(final boolean usePersonnelRemoval) { method isUseRemovalExemptCemetery (line 2699) | public boolean isUseRemovalExemptCemetery() { method setUseRemovalExemptCemetery (line 2703) | public void setUseRemovalExemptCemetery(final boolean useRemovalExempt... method isUseRemovalExemptRetirees (line 2707) | public boolean isUseRemovalExemptRetirees() { method setUseRemovalExemptRetirees (line 2711) | public void setUseRemovalExemptRetirees(final boolean useRemovalExempt... method isDisableSecondaryRoleSalary (line 2717) | public boolean isDisableSecondaryRoleSalary() { method setDisableSecondaryRoleSalary (line 2721) | public void setDisableSecondaryRoleSalary(final boolean disableSeconda... method getSalaryAntiMekMultiplier (line 2725) | public double getSalaryAntiMekMultiplier() { method setSalaryAntiMekMultiplier (line 2729) | public void setSalaryAntiMekMultiplier(final double salaryAntiMekMulti... method getSalarySpecialistInfantryMultiplier (line 2733) | public double getSalarySpecialistInfantryMultiplier() { method setSalarySpecialistInfantryMultiplier (line 2737) | public void setSalarySpecialistInfantryMultiplier(final double salaryS... method getSalaryXPMultipliers (line 2741) | public Map getSalaryXPMultipliers() { method setSalaryXPMultipliers (line 2745) | public void setSalaryXPMultipliers(final Map salar... method getRoleBaseSalaries (line 2749) | public Money[] getRoleBaseSalaries() { method setRoleBaseSalaries (line 2753) | public void setRoleBaseSalaries(final Money... roleBaseSalaries) { method setRoleBaseSalary (line 2757) | public void setRoleBaseSalary(final PersonnelRole role, final double b... method setRoleBaseSalary (line 2761) | public void setRoleBaseSalary(final PersonnelRole role, final Money ba... method isUseManualMarriages (line 2771) | public boolean isUseManualMarriages() { method setUseManualMarriages (line 2778) | public void setUseManualMarriages(final boolean useManualMarriages) { method isUseClanPersonnelMarriages (line 2782) | public boolean isUseClanPersonnelMarriages() { method setUseClanPersonnelMarriages (line 2786) | public void setUseClanPersonnelMarriages(final boolean useClanPersonne... method isUsePrisonerMarriages (line 2790) | public boolean isUsePrisonerMarriages() { method setUsePrisonerMarriages (line 2794) | public void setUsePrisonerMarriages(final boolean usePrisonerMarriages) { method getCheckMutualAncestorsDepth (line 2803) | public int getCheckMutualAncestorsDepth() { method setCheckMutualAncestorsDepth (line 2812) | public void setCheckMutualAncestorsDepth(final int checkMutualAncestor... method getNoInterestInRelationshipsDiceSize (line 2816) | public int getNoInterestInRelationshipsDiceSize() { method setNoInterestInRelationshipsDiceSize (line 2820) | public void setNoInterestInRelationshipsDiceSize(final int noInterestI... method isLogMarriageNameChanges (line 2827) | public boolean isLogMarriageNameChanges() { method setLogMarriageNameChanges (line 2834) | public void setLogMarriageNameChanges(final boolean logMarriageNameCha... method getMarriageSurnameWeights (line 2841) | public Map getMarriageSurnameWeights() { method setMarriageSurnameWeights (line 2848) | public void setMarriageSurnameWeights(final Map getDivorceSurnameWeights() { method setDivorceSurnameWeights (line 2981) | public void setDivorceSurnameWeights(final Map getEnabledRandomDeathAgeGroups() { method setEnabledRandomDeathAgeGroups (line 3368) | public void setEnabledRandomDeathAgeGroups(final Map getPersonnelMarketRandomRemovalTargets... method setPersonnelMarketRandomRemovalTargets (line 3928) | public void setPersonnelMarketRandomRemovalTargets( method getPersonnelMarketDylansWeight (line 3933) | public double getPersonnelMarketDylansWeight() { method setPersonnelMarketDylansWeight (line 3937) | public void setPersonnelMarketDylansWeight(final double personnelMarke... method isUsePersonnelHireHiringHallOnly (line 3941) | public boolean isUsePersonnelHireHiringHallOnly() { method setUsePersonnelHireHiringHallOnly (line 3945) | public void setUsePersonnelHireHiringHallOnly(final boolean usePersonn... method getUnitMarketMethod (line 3951) | public UnitMarketMethod getUnitMarketMethod() { method setUnitMarketMethod (line 3955) | public void setUnitMarketMethod(final UnitMarketMethod unitMarketMetho... method isUnitMarketRegionalMekVariations (line 3959) | public boolean isUnitMarketRegionalMekVariations() { method setUnitMarketRegionalMekVariations (line 3963) | public void setUnitMarketRegionalMekVariations(final boolean unitMarke... method getUnitMarketArtilleryUnitChance (line 3967) | public int getUnitMarketArtilleryUnitChance() { method setUnitMarketArtilleryUnitChance (line 3971) | public void setUnitMarketArtilleryUnitChance(final int unitMarketSpeci... method getUnitMarketRarityModifier (line 3975) | public int getUnitMarketRarityModifier() { method setUnitMarketRarityModifier (line 3979) | public void setUnitMarketRarityModifier(final int unitMarketRarityModi... method isInstantUnitMarketDelivery (line 3983) | public boolean isInstantUnitMarketDelivery() { method setInstantUnitMarketDelivery (line 3987) | public void setInstantUnitMarketDelivery(final boolean instantUnitMark... method isMothballUnitMarketDeliveries (line 3991) | public boolean isMothballUnitMarketDeliveries() { method setMothballUnitMarketDeliveries (line 3995) | public void setMothballUnitMarketDeliveries(final boolean mothballUnit... method isUnitMarketReportRefresh (line 3999) | public boolean isUnitMarketReportRefresh() { method setUnitMarketReportRefresh (line 4003) | public void setUnitMarketReportRefresh(final boolean unitMarketReportR... method getContractMarketMethod (line 4009) | public ContractMarketMethod getContractMarketMethod() { method setContractMarketMethod (line 4013) | public void setContractMarketMethod(final ContractMarketMethod contrac... method getContractSearchRadius (line 4017) | public int getContractSearchRadius() { method setContractSearchRadius (line 4021) | public void setContractSearchRadius(final int contractSearchRadius) { method isVariableContractLength (line 4025) | public boolean isVariableContractLength() { method setVariableContractLength (line 4029) | public void setVariableContractLength(final boolean variableContractLe... method isUseDynamicDifficulty (line 4033) | public boolean isUseDynamicDifficulty() { method setUseDynamicDifficulty (line 4037) | public void setUseDynamicDifficulty(final boolean useDynamicDifficulty) { method isUseBolsterContractSkill (line 4041) | public boolean isUseBolsterContractSkill() { method setUseBolsterContractSkill (line 4045) | public void setUseBolsterContractSkill(final boolean useBolsterContrac... method isContractMarketReportRefresh (line 4049) | public boolean isContractMarketReportRefresh() { method setContractMarketReportRefresh (line 4053) | public void setContractMarketReportRefresh(final boolean contractMarke... method getContractMaxSalvagePercentage (line 4057) | public int getContractMaxSalvagePercentage() { method setContractMaxSalvagePercentage (line 4061) | public void setContractMaxSalvagePercentage(final int contractMaxSalva... method getDropShipBonusPercentage (line 4065) | public int getDropShipBonusPercentage() { method setDropShipBonusPercentage (line 4069) | public void setDropShipBonusPercentage(final int dropShipBonusPercenta... method isUseTwoWayPay (line 4073) | public boolean isUseTwoWayPay() { method setUseTwoWayPay (line 4077) | public void setUseTwoWayPay(final boolean isUseTwoWayPay) { method isUseCamOpsSalvage (line 4081) | public boolean isUseCamOpsSalvage() { method setUseCamOpsSalvage (line 4085) | public void setUseCamOpsSalvage(final boolean isUseCamOpsSalvage) { method isUseRiskySalvage (line 4089) | public boolean isUseRiskySalvage() { method setUseRiskySalvage (line 4093) | public void setUseRiskySalvage(final boolean isUseRiskySalvage) { method isEnableSalvageFlagByDefault (line 4097) | public boolean isEnableSalvageFlagByDefault() { method setEnableSalvageFlagByDefault (line 4101) | public void setEnableSalvageFlagByDefault(final boolean isEnableSalvag... method isUseEraMods (line 4107) | public boolean isUseEraMods() { method setEraMods (line 4111) | public void setEraMods(final boolean useEraMods) { method isAssignedTechFirst (line 4115) | public boolean isAssignedTechFirst() { method setAssignedTechFirst (line 4119) | public void setAssignedTechFirst(final boolean assignedTechFirst) { method isResetToFirstTech (line 4123) | public boolean isResetToFirstTech() { method setResetToFirstTech (line 4127) | public void setResetToFirstTech(final boolean resetToFirstTech) { method isTechsUseAdministration (line 4139) | public boolean isTechsUseAdministration() { method setTechsUseAdministration (line 4152) | public void setTechsUseAdministration(final boolean techsUseAdministra... method isUseUsefulAsTechs (line 4156) | public boolean isUseUsefulAsTechs() { method setIsUseUsefulAsTechs (line 4160) | public void setIsUseUsefulAsTechs(final boolean useUsefulAsTechs) { method isUseOriginFactionForNames (line 4167) | public boolean isUseOriginFactionForNames() { method setUseOriginFactionForNames (line 4174) | public void setUseOriginFactionForNames(final boolean useOriginFaction... method isUseQuirks (line 4178) | public boolean isUseQuirks() { method setQuirks (line 4182) | public void setQuirks(final boolean useQuirks) { method getXpCostMultiplier (line 4186) | public double getXpCostMultiplier() { method setXpCostMultiplier (line 4190) | public void setXpCostMultiplier(final double xpCostMultiplier) { method getScenarioXP (line 4194) | public int getScenarioXP() { method setScenarioXP (line 4198) | public void setScenarioXP(final int scenarioXP) { method getKillsForXP (line 4202) | public int getKillsForXP() { method setKillsForXP (line 4206) | public void setKillsForXP(final int killsForXP) { method getKillXPAward (line 4210) | public int getKillXPAward() { method setKillXPAward (line 4214) | public void setKillXPAward(final int killXPAward) { method getNTasksXP (line 4218) | public int getNTasksXP() { method setNTasksXP (line 4222) | public void setNTasksXP(final int nTasksXP) { method getTaskXP (line 4226) | public int getTaskXP() { method setTaskXP (line 4230) | public void setTaskXP(final int tasksXP) { method getMistakeXP (line 4234) | public int getMistakeXP() { method setMistakeXP (line 4238) | public void setMistakeXP(final int mistakeXP) { method getSuccessXP (line 4242) | public int getSuccessXP() { method setSuccessXP (line 4246) | public void setSuccessXP(final int successXP) { method isLimitByYear (line 4250) | public boolean isLimitByYear() { method setLimitByYear (line 4254) | public void setLimitByYear(final boolean limitByYear) { method isDisallowExtinctStuff (line 4258) | public boolean isDisallowExtinctStuff() { method setDisallowExtinctStuff (line 4262) | public void setDisallowExtinctStuff(final boolean disallowExtinctStuff) { method isAllowClanPurchases (line 4266) | public boolean isAllowClanPurchases() { method setAllowClanPurchases (line 4270) | public void setAllowClanPurchases(final boolean allowClanPurchases) { method isAllowISPurchases (line 4274) | public boolean isAllowISPurchases() { method setAllowISPurchases (line 4278) | public void setAllowISPurchases(final boolean allowISPurchases) { method isAllowCanonOnly (line 4282) | public boolean isAllowCanonOnly() { method setAllowCanonOnly (line 4286) | public void setAllowCanonOnly(final boolean allowCanonOnly) { method isAllowCanonRefitOnly (line 4290) | public boolean isAllowCanonRefitOnly() { method setAllowCanonRefitOnly (line 4294) | public void setAllowCanonRefitOnly(final boolean allowCanonRefitOnly) { method isVariableTechLevel (line 4298) | public boolean isVariableTechLevel() { method setVariableTechLevel (line 4302) | public void setVariableTechLevel(final boolean variableTechLevel) { method isFactionIntroDate (line 4306) | public boolean isFactionIntroDate() { method setIsUseFactionIntroDate (line 4310) | public void setIsUseFactionIntroDate(final boolean factionIntroDate) { method isUseAmmoByType (line 4314) | public boolean isUseAmmoByType() { method setUseAmmoByType (line 4318) | public void setUseAmmoByType(final boolean useAmmoByType) { method getTechLevel (line 4322) | public int getTechLevel() { method setTechLevel (line 4326) | public void setTechLevel(final int techLevel) { method getPhenotypeProbabilities (line 4330) | public int[] getPhenotypeProbabilities() { method getPhenotypeProbability (line 4334) | public int getPhenotypeProbability(final Phenotype phenotype) { method setPhenotypeProbability (line 4338) | public void setPhenotypeProbability(final int index, final int percent... method isUsePortraitForRoles (line 4342) | public boolean[] isUsePortraitForRoles() { method isUsePortraitForRole (line 4346) | public boolean isUsePortraitForRole(final PersonnelRole role) { method setUsePortraitForRole (line 4350) | public void setUsePortraitForRole(final int index, final boolean use) { method isAssignPortraitOnRoleChange (line 4354) | public boolean isAssignPortraitOnRoleChange() { method setAssignPortraitOnRoleChange (line 4358) | public void setAssignPortraitOnRoleChange(final boolean assignPortrait... method isAllowDuplicatePortraits (line 4362) | public boolean isAllowDuplicatePortraits() { method setAllowDuplicatePortraits (line 4366) | public void setAllowDuplicatePortraits(final boolean allowDuplicatePor... method isUseGenderedPortraitsOnly (line 4370) | public boolean isUseGenderedPortraitsOnly() { method setUseGenderedPortraitsOnly (line 4374) | public void setUseGenderedPortraitsOnly(final boolean useGenderedPortr... method getVocationalXP (line 4378) | public int getVocationalXP() { method setVocationalXP (line 4382) | public void setVocationalXP(final int vocationalXP) { method getVocationalXPTargetNumber (line 4386) | public int getVocationalXPTargetNumber() { method setVocationalXPTargetNumber (line 4390) | public void setVocationalXPTargetNumber(final int vocationalXPTargetNu... method getVocationalXPCheckFrequency (line 4394) | public int getVocationalXPCheckFrequency() { method setVocationalXPCheckFrequency (line 4398) | public void setVocationalXPCheckFrequency(final int vocationalXPCheckF... method getContractNegotiationXP (line 4402) | public int getContractNegotiationXP() { method setContractNegotiationXP (line 4406) | public void setContractNegotiationXP(final int contractNegotiationXP) { method getAdminXP (line 4410) | public int getAdminXP() { method setAdminXP (line 4414) | public void setAdminXP(final int adminXP) { method getAdminXPPeriod (line 4418) | public int getAdminXPPeriod() { method setAdminXPPeriod (line 4422) | public void setAdminXPPeriod(final int adminXPPeriod) { method getMissionXpFail (line 4426) | public int getMissionXpFail() { method setMissionXpFail (line 4430) | public void setMissionXpFail(final int missionXpFail) { method getMissionXpSuccess (line 4434) | public int getMissionXpSuccess() { method setMissionXpSuccess (line 4438) | public void setMissionXpSuccess(final int missionXpSuccess) { method getMissionXpOutstandingSuccess (line 4442) | public int getMissionXpOutstandingSuccess() { method setMissionXpOutstandingSuccess (line 4446) | public void setMissionXpOutstandingSuccess(final int missionXpOutstand... method getEdgeCost (line 4450) | public int getEdgeCost() { method setEdgeCost (line 4454) | public void setEdgeCost(final int edgeCost) { method getAttributeCost (line 4458) | public int getAttributeCost() { method setAttributeCost (line 4462) | public void setAttributeCost(final int attributeCost) { method getWaitingPeriod (line 4466) | public int getWaitingPeriod() { method setWaitingPeriod (line 4470) | public void setWaitingPeriod(final int acquisitionSkill) { method getAcquisitionType (line 4474) | public AcquisitionsType getAcquisitionType() { method setAcquisitionType (line 4478) | public void setAcquisitionType(final AcquisitionsType acquisitionsType) { method isUseFunctionalAppraisal (line 4482) | public boolean isUseFunctionalAppraisal() { method setUseFunctionalAppraisal (line 4486) | public void setUseFunctionalAppraisal(final boolean useFunctionalAppra... method isAcquisitionPersonnelCategory (line 4498) | @Deprecated(since = "0.51.0", forRemoval = true) method getAcquisitionPersonnelCategory (line 4514) | public ProcurementPersonnelPick getAcquisitionPersonnelCategory() { method setAcquisitionPersonnelCategory (line 4526) | public void setAcquisitionPersonnelCategory(final ProcurementPersonnel... method getUnitTransitTime (line 4530) | public int getUnitTransitTime() { method setUnitTransitTime (line 4534) | public void setUnitTransitTime(final int unitTransitTime) { method isNoDeliveriesInTransit (line 4538) | public boolean isNoDeliveriesInTransit() { method setNoDeliveriesInTransit (line 4542) | public void setNoDeliveriesInTransit(final boolean noDeliveriesInTrans... method isUsePlanetaryAcquisition (line 4546) | public boolean isUsePlanetaryAcquisition() { method setPlanetaryAcquisition (line 4550) | public void setPlanetaryAcquisition(final boolean usePlanetaryAcquisit... method getPlanetAcquisitionFactionLimit (line 4554) | public PlanetaryAcquisitionFactionLimit getPlanetAcquisitionFactionLim... method setPlanetAcquisitionFactionLimit (line 4558) | public void setPlanetAcquisitionFactionLimit(final PlanetaryAcquisitio... method isPlanetAcquisitionNoClanCrossover (line 4562) | public boolean isPlanetAcquisitionNoClanCrossover() { method setDisallowPlanetAcquisitionClanCrossover (line 4566) | public void setDisallowPlanetAcquisitionClanCrossover(final boolean pl... method getMaxJumpsPlanetaryAcquisition (line 4570) | public int getMaxJumpsPlanetaryAcquisition() { method setMaxJumpsPlanetaryAcquisition (line 4574) | public void setMaxJumpsPlanetaryAcquisition(final int maxJumpsPlanetar... method getPenaltyClanPartsFromIS (line 4578) | public int getPenaltyClanPartsFromIS() { method setPenaltyClanPartsFromIS (line 4582) | public void setPenaltyClanPartsFromIS(final int penaltyClanPartsFromIS) { method isNoClanPartsFromIS (line 4586) | public boolean isNoClanPartsFromIS() { method setDisallowClanPartsFromIS (line 4590) | public void setDisallowClanPartsFromIS(final boolean noClanPartsFromIS) { method isPlanetAcquisitionVerbose (line 4594) | public boolean isPlanetAcquisitionVerbose() { method setPlanetAcquisitionVerboseReporting (line 4598) | public void setPlanetAcquisitionVerboseReporting(final boolean planetA... method getEquipmentContractPercent (line 4602) | public double getEquipmentContractPercent() { method setEquipmentContractPercent (line 4606) | public void setEquipmentContractPercent(final double equipmentContract... method isUseAlternatePaymentMode (line 4610) | public boolean isUseAlternatePaymentMode() { method setUseAlternatePaymentMode (line 4614) | public void setUseAlternatePaymentMode(final boolean useAlternatePayme... method isUseDiminishingContractPay (line 4618) | public boolean isUseDiminishingContractPay() { method setUseDiminishingContractPay (line 4622) | public void setUseDiminishingContractPay(final boolean useDiminishingC... method isEquipmentContractBase (line 4626) | public boolean isEquipmentContractBase() { method setEquipmentContractBase (line 4630) | public void setEquipmentContractBase(final boolean equipmentContractBa... method isEquipmentContractSaleValue (line 4634) | public boolean isEquipmentContractSaleValue() { method setEquipmentContractSaleValue (line 4638) | public void setEquipmentContractSaleValue(final boolean equipmentContr... method getDropShipContractPercent (line 4642) | public double getDropShipContractPercent() { method setDropShipContractPercent (line 4646) | public void setDropShipContractPercent(final double dropShipContractPe... method getJumpShipContractPercent (line 4650) | public double getJumpShipContractPercent() { method setJumpShipContractPercent (line 4654) | public void setJumpShipContractPercent(final double jumpShipContractPe... method getWarShipContractPercent (line 4658) | public double getWarShipContractPercent() { method setWarShipContractPercent (line 4662) | public void setWarShipContractPercent(final double warShipContractPerc... method isBLCSaleValue (line 4666) | public boolean isBLCSaleValue() { method setBLCSaleValue (line 4670) | public void setBLCSaleValue(final boolean blcSaleValue) { method isOverageRepaymentInFinalPayment (line 4674) | public boolean isOverageRepaymentInFinalPayment() { method setOverageRepaymentInFinalPayment (line 4678) | public void setOverageRepaymentInFinalPayment(final boolean overageRep... method getClanAcquisitionPenalty (line 4682) | public int getClanAcquisitionPenalty() { method setClanAcquisitionPenalty (line 4686) | public void setClanAcquisitionPenalty(final int clanAcquisitionPenalty) { method getIsAcquisitionPenalty (line 4690) | public int getIsAcquisitionPenalty() { method setIsAcquisitionPenalty (line 4694) | public void setIsAcquisitionPenalty(final int isAcquisitionPenalty) { method getPlanetTechAcquisitionBonus (line 4698) | public int getPlanetTechAcquisitionBonus(final PlanetarySophistication... method getAllPlanetTechAcquisitionBonuses (line 4702) | public EnumMap getAllPlanetTechAcqui... method setPlanetTechAcquisitionBonus (line 4706) | public void setPlanetTechAcquisitionBonus(final int base, final Planet... method getPlanetIndustryAcquisitionBonus (line 4710) | public int getPlanetIndustryAcquisitionBonus(final PlanetaryRating rat... method getAllPlanetIndustryAcquisitionBonuses (line 4714) | public EnumMap getAllPlanetIndustryAcquisiti... method setPlanetIndustryAcquisitionBonus (line 4718) | public void setPlanetIndustryAcquisitionBonus(final int base, final Pl... method getPlanetOutputAcquisitionBonus (line 4722) | public int getPlanetOutputAcquisitionBonus(final PlanetaryRating ratin... method getAllPlanetOutputAcquisitionBonuses (line 4726) | public EnumMap getAllPlanetOutputAcquisition... method setPlanetOutputAcquisitionBonus (line 4730) | public void setPlanetOutputAcquisitionBonus(final int base, final Plan... method isDestroyByMargin (line 4734) | public boolean isDestroyByMargin() { method setDestroyByMargin (line 4738) | public void setDestroyByMargin(final boolean destroyByMargin) { method getDestroyMargin (line 4742) | public int getDestroyMargin() { method setDestroyMargin (line 4746) | public void setDestroyMargin(final int destroyMargin) { method getDestroyPartTarget (line 4750) | public int getDestroyPartTarget() { method setDestroyPartTarget (line 4754) | public void setDestroyPartTarget(final int destroyPartTarget) { method isUseAeroSystemHits (line 4758) | public boolean isUseAeroSystemHits() { method setUseAeroSystemHits (line 4762) | public void setUseAeroSystemHits(final boolean useAeroSystemHits) { method getMaxAcquisitions (line 4766) | public int getMaxAcquisitions() { method setMaxAcquisitions (line 4770) | public void setMaxAcquisitions(final int maxAcquisitions) { method getAutoLogisticsHeatSink (line 4774) | public int getAutoLogisticsHeatSink() { method setAutoLogisticsHeatSink (line 4778) | public void setAutoLogisticsHeatSink(int autoLogisticsHeatSink) { method getAutoLogisticsMekHead (line 4782) | public int getAutoLogisticsMekHead() { method setAutoLogisticsMekHead (line 4786) | public void setAutoLogisticsMekHead(int autoLogisticsMekHead) { method getAutoLogisticsMekLocation (line 4790) | public int getAutoLogisticsMekLocation() { method setAutoLogisticsMekLocation (line 4794) | public void setAutoLogisticsMekLocation(int autoLogisticsMekLocation) { method getAutoLogisticsNonRepairableLocation (line 4798) | public int getAutoLogisticsNonRepairableLocation() { method setAutoLogisticsNonRepairableLocation (line 4802) | public void setAutoLogisticsNonRepairableLocation(int autoLogisticsNon... method getAutoLogisticsArmor (line 4806) | public int getAutoLogisticsArmor() { method setAutoLogisticsArmor (line 4810) | public void setAutoLogisticsArmor(int autoLogisticsArmor) { method getAutoLogisticsAmmunition (line 4814) | public int getAutoLogisticsAmmunition() { method setAutoLogisticsAmmunition (line 4818) | public void setAutoLogisticsAmmunition(int autoLogisticsAmmunition) { method getAutoLogisticsActuators (line 4822) | public int getAutoLogisticsActuators() { method setAutoLogisticsActuators (line 4826) | public void setAutoLogisticsActuators(int autoLogisticsActuators) { method getAutoLogisticsJumpJets (line 4830) | public int getAutoLogisticsJumpJets() { method setAutoLogisticsJumpJets (line 4834) | public void setAutoLogisticsJumpJets(int autoLogisticsJumpJets) { method getAutoLogisticsEngines (line 4838) | public int getAutoLogisticsEngines() { method setAutoLogisticsEngines (line 4842) | public void setAutoLogisticsEngines(int autoLogisticsEngines) { method getAutoLogisticsWeapons (line 4846) | public int getAutoLogisticsWeapons() { method setAutoLogisticsWeapons (line 4850) | public void setAutoLogisticsWeapons(int autoLogisticsWeapons) { method getAutoLogisticsOther (line 4854) | public int getAutoLogisticsOther() { method setAutoLogisticsOther (line 4858) | public void setAutoLogisticsOther(int autoLogisticsOther) { method isUseStratCon (line 4862) | public boolean isUseStratCon() { method getStratConPlayType (line 4866) | public StratConPlayType getStratConPlayType() { method setStratConPlayType (line 4870) | public void setStratConPlayType(final StratConPlayType stratConPlayTyp... method isHadAtBEnabledMarker (line 4874) | @Deprecated(since = "0.51.0", forRemoval = true) method setHadAtBEnabledMarker (line 4879) | @Deprecated(since = "0.51.0", forRemoval = true) method isUseStratConMaplessMode (line 4884) | public boolean isUseStratConMaplessMode() { method isUseStratConSinglesMode (line 4890) | public boolean isUseStratConSinglesMode() { method isUseAdvancedScouting (line 4894) | public boolean isUseAdvancedScouting() { method setUseAdvancedScouting (line 4898) | public void setUseAdvancedScouting(final boolean useAdvancedScouting) { method isNoSeedForces (line 4902) | public boolean isNoSeedForces() { method setNoSeedForces (line 4906) | public void setNoSeedForces(final boolean noSeedForces) { method isUseGenericBattleValue (line 4915) | public boolean isUseGenericBattleValue() { method setUseGenericBattleValue (line 4924) | public void setUseGenericBattleValue(final boolean useGenericBattleVal... method isUseVerboseBidding (line 4933) | public boolean isUseVerboseBidding() { method setUseVerboseBidding (line 4942) | public void setUseVerboseBidding(final boolean useVerboseBidding) { method getOpForLanceTypeMeks (line 4946) | public int getOpForLanceTypeMeks() { method setOpForLanceTypeMeks (line 4950) | public void setOpForLanceTypeMeks(final int opForLanceTypeMeks) { method getOpForLanceTypeMixed (line 4954) | public int getOpForLanceTypeMixed() { method setOpForLanceTypeMixed (line 4958) | public void setOpForLanceTypeMixed(final int opForLanceTypeMixed) { method getOpForLanceTypeVehicles (line 4962) | public int getOpForLanceTypeVehicles() { method setOpForLanceTypeVehicles (line 4966) | public void setOpForLanceTypeVehicles(final int opForLanceTypeVehicles) { method isUseDropShips (line 4970) | public boolean isUseDropShips() { method setUseDropShips (line 4974) | public void setUseDropShips(final boolean useDropShips) { method getSkillLevel (line 4978) | public SkillLevel getSkillLevel() { method setSkillLevel (line 4982) | public void setSkillLevel(final SkillLevel skillLevel) { method getBoardScalingType (line 4986) | public BoardScalingType getBoardScalingType() { method setBoardScalingType (line 4990) | public void setBoardScalingType(final BoardScalingType boardScalingTyp... method isAeroRecruitsHaveUnits (line 4994) | public boolean isAeroRecruitsHaveUnits() { method setAeroRecruitsHaveUnits (line 4998) | public void setAeroRecruitsHaveUnits(final boolean aeroRecruitsHaveUni... method isUseShareSystem (line 5002) | public boolean isUseShareSystem() { method setUseShareSystem (line 5006) | public void setUseShareSystem(final boolean useShareSystem) { method isSharesForAll (line 5010) | public boolean isSharesForAll() { method setSharesForAll (line 5014) | public void setSharesForAll(final boolean sharesForAll) { method isTrackOriginalUnit (line 5018) | public boolean isTrackOriginalUnit() { method setTrackOriginalUnit (line 5022) | public void setTrackOriginalUnit(final boolean trackOriginalUnit) { method getMoraleVictoryEffect (line 5026) | public int getMoraleVictoryEffect() { method setMoraleVictoryEffect (line 5030) | public void setMoraleVictoryEffect(final int moraleVictoryEffect) { method getMoraleDecisiveVictoryEffect (line 5034) | public int getMoraleDecisiveVictoryEffect() { method setMoraleDecisiveVictoryEffect (line 5038) | public void setMoraleDecisiveVictoryEffect(final int moraleDecisiveVic... method getMoraleDefeatEffect (line 5042) | public int getMoraleDefeatEffect() { method setMoraleDefeatEffect (line 5046) | public void setMoraleDefeatEffect(final int moraleDefeatEffect) { method getMoraleDecisiveDefeatEffect (line 5050) | public int getMoraleDecisiveDefeatEffect() { method setMoraleDecisiveDefeatEffect (line 5054) | public void setMoraleDecisiveDefeatEffect(final int moraleDecisiveDefe... method isMercSizeLimited (line 5058) | public boolean isMercSizeLimited() { method setMercSizeLimited (line 5062) | public void setMercSizeLimited(final boolean mercSizeLimited) { method isRegionalMekVariations (line 5066) | public boolean isRegionalMekVariations() { method setRegionalMekVariations (line 5070) | public void setRegionalMekVariations(final boolean regionalMekVariatio... method isAttachedPlayerCamouflage (line 5074) | public boolean isAttachedPlayerCamouflage() { method setAttachedPlayerCamouflage (line 5078) | public void setAttachedPlayerCamouflage(final boolean attachedPlayerCa... method isPlayerControlsAttachedUnits (line 5082) | public boolean isPlayerControlsAttachedUnits() { method setPlayerControlsAttachedUnits (line 5086) | public void setPlayerControlsAttachedUnits(final boolean playerControl... method getAtBBattleChance (line 5104) | @Deprecated(since = "0.51.0", forRemoval = true) method getAtBBattleChance (line 5123) | public int getAtBBattleChance(CombatRole role, boolean useStratConBypa... method getAllAtBBattleChances (line 5135) | public int[] getAllAtBBattleChances() { method setAtBBattleChance (line 5143) | public void setAtBBattleChance(final int role, final int frequency) { method isGenerateChases (line 5147) | public boolean isGenerateChases() { method setGenerateChases (line 5151) | public void setGenerateChases(final boolean generateChases) { method isUseWeatherConditions (line 5155) | public boolean isUseWeatherConditions() { method setUseWeatherConditions (line 5159) | public void setUseWeatherConditions(final boolean useWeatherConditions) { method isUseLightConditions (line 5163) | public boolean isUseLightConditions() { method setUseLightConditions (line 5167) | public void setUseLightConditions(final boolean useLightConditions) { method isUsePlanetaryConditions (line 5171) | public boolean isUsePlanetaryConditions() { method setUsePlanetaryConditions (line 5175) | public void setUsePlanetaryConditions(final boolean usePlanetaryCondit... method isUseNoTornadoes (line 5179) | public boolean isUseNoTornadoes() { method setUseNoTornadoes (line 5183) | public void setUseNoTornadoes(final boolean useNoTornadoes) { method isRestrictPartsByMission (line 5187) | public boolean isRestrictPartsByMission() { method setRestrictPartsByMission (line 5191) | public void setRestrictPartsByMission(final boolean restrictPartsByMis... method isLimitLanceWeight (line 5195) | @Deprecated(since = "0.50.06", forRemoval = true) method isLimitLanceNumUnits (line 5200) | public boolean isLimitLanceNumUnits() { method getFixedMapChance (line 5204) | public int getFixedMapChance() { method setFixedMapChance (line 5208) | public void setFixedMapChance(final int fixedMapChance) { method isUseAdvancedBuildingGunEmplacements (line 5212) | public boolean isUseAdvancedBuildingGunEmplacements() { method setUseAdvancedBuildingGunEmplacements (line 5216) | public void setUseAdvancedBuildingGunEmplacements(final boolean useAdv... method getSpaUpgradeIntensity (line 5220) | public int getSpaUpgradeIntensity() { method setSpaUpgradeIntensity (line 5224) | public void setSpaUpgradeIntensity(final int spaUpgradeIntensity) { method getScenarioModMax (line 5228) | public int getScenarioModMax() { method setScenarioModMax (line 5232) | public void setScenarioModMax(final int scenarioModMax) { method getScenarioModChance (line 5236) | public int getScenarioModChance() { method setScenarioModChance (line 5240) | public void setScenarioModChance(final int scenarioModChance) { method getScenarioModBV (line 5244) | public int getScenarioModBV() { method setScenarioModBV (line 5248) | public void setScenarioModBV(final int scenarioModBV) { method isAutoConfigMunitions (line 5252) | public boolean isAutoConfigMunitions() { method setAutoConfigMunitions (line 5256) | public void setAutoConfigMunitions(final boolean autoConfigMunitions) { method writeToXml (line 5263) | @Deprecated(since = "0.50.07", forRemoval = true) method generateCampaignOptionsFromXml (line 5269) | @Deprecated(since = "0.50.07", forRemoval = true) method migrateMarriageSurnameWeights (line 5280) | @Deprecated(since = "0.50.07", forRemoval = true) method getAutoResolveMethod (line 5323) | public AutoResolveMethod getAutoResolveMethod() { method setAutoResolveMethod (line 5327) | public void setAutoResolveMethod(final AutoResolveMethod autoResolveMe... method setStrategicViewTheme (line 5331) | public void setStrategicViewTheme(String minimapStyle) { method getStrategicViewTheme (line 5338) | public File getStrategicViewTheme() { method isAutoResolveVictoryChanceEnabled (line 5343) | public boolean isAutoResolveVictoryChanceEnabled() { method setAutoResolveVictoryChanceEnabled (line 5347) | public void setAutoResolveVictoryChanceEnabled(final boolean autoResol... method setAutoResolveNumberOfScenarios (line 5351) | public void setAutoResolveNumberOfScenarios(int autoResolveNumberOfSce... method getAutoResolveNumberOfScenarios (line 5355) | public int getAutoResolveNumberOfScenarios() { method isAutoResolveExperimentalPacarGuiEnabled (line 5359) | public boolean isAutoResolveExperimentalPacarGuiEnabled() { method setAutoResolveExperimentalPacarGuiEnabled (line 5363) | public void setAutoResolveExperimentalPacarGuiEnabled(boolean autoReso... method isUseFactionStandingNegotiation (line 5375) | public boolean isUseFactionStandingNegotiation() { method isUseFactionStandingNegotiationSafe (line 5385) | public boolean isUseFactionStandingNegotiationSafe() { method setUseFactionStandingNegotiation (line 5395) | public void setUseFactionStandingNegotiation(boolean useFactionStandin... method isUseFactionStandingResupply (line 5407) | public boolean isUseFactionStandingResupply() { method isUseFactionStandingResupplySafe (line 5418) | public boolean isUseFactionStandingResupplySafe() { method setUseFactionStandingResupply (line 5422) | public void setUseFactionStandingResupply(boolean useFactionStandingRe... method isUseFactionStandingCommandCircuit (line 5434) | public boolean isUseFactionStandingCommandCircuit() { method isUseFactionStandingCommandCircuitSafe (line 5445) | public boolean isUseFactionStandingCommandCircuitSafe() { method setUseFactionStandingCommandCircuit (line 5449) | public void setUseFactionStandingCommandCircuit(boolean useFactionStan... method isUseFactionStandingOutlawed (line 5461) | public boolean isUseFactionStandingOutlawed() { method isUseFactionStandingOutlawedSafe (line 5471) | public boolean isUseFactionStandingOutlawedSafe() { method setUseFactionStandingOutlawed (line 5475) | public void setUseFactionStandingOutlawed(boolean useFactionStandingOu... method isUseFactionStandingBatchallRestrictions (line 5487) | public boolean isUseFactionStandingBatchallRestrictions() { method isUseFactionStandingBatchallRestrictionsSafe (line 5498) | public boolean isUseFactionStandingBatchallRestrictionsSafe() { method setUseFactionStandingBatchallRestrictions (line 5502) | public void setUseFactionStandingBatchallRestrictions(boolean useFacti... method isUseFactionStandingRecruitment (line 5514) | public boolean isUseFactionStandingRecruitment() { method isUseFactionStandingRecruitmentSafe (line 5525) | public boolean isUseFactionStandingRecruitmentSafe() { method setUseFactionStandingRecruitment (line 5529) | public void setUseFactionStandingRecruitment(boolean useFactionStandin... method isUseFactionStandingBarracksCosts (line 5541) | public boolean isUseFactionStandingBarracksCosts() { method isUseFactionStandingBarracksCostsSafe (line 5552) | public boolean isUseFactionStandingBarracksCostsSafe() { method setUseFactionStandingBarracksCosts (line 5556) | public void setUseFactionStandingBarracksCosts(boolean useFactionStand... method isUseFactionStandingUnitMarket (line 5568) | public boolean isUseFactionStandingUnitMarket() { method isUseFactionStandingUnitMarketSafe (line 5579) | public boolean isUseFactionStandingUnitMarketSafe() { method setUseFactionStandingUnitMarket (line 5583) | public void setUseFactionStandingUnitMarket(boolean useFactionStanding... method isUseFactionStandingContractPay (line 5595) | public boolean isUseFactionStandingContractPay() { method isUseFactionStandingContractPaySafe (line 5606) | public boolean isUseFactionStandingContractPaySafe() { method setUseFactionStandingContractPay (line 5610) | public void setUseFactionStandingContractPay(boolean useFactionStandin... method isUseFactionStandingSupportPoints (line 5622) | public boolean isUseFactionStandingSupportPoints() { method isUseFactionStandingSupportPointsSafe (line 5633) | public boolean isUseFactionStandingSupportPointsSafe() { method setUseFactionStandingSupportPoints (line 5637) | public void setUseFactionStandingSupportPoints(boolean useFactionStand... method isTrackFactionStanding (line 5641) | public boolean isTrackFactionStanding() { method setTrackFactionStanding (line 5645) | public void setTrackFactionStanding(boolean trackFactionStanding) { method isTrackClimateRegardChanges (line 5649) | public boolean isTrackClimateRegardChanges() { method setTrackClimateRegardChanges (line 5653) | public void setTrackClimateRegardChanges(boolean trackClimateRegardCha... method getRegardMultiplier (line 5657) | public double getRegardMultiplier() { method setRegardMultiplier (line 5661) | public void setRegardMultiplier(double regardMultiplier) { method isAutoGenerateOpForCallSigns (line 5665) | public boolean isAutoGenerateOpForCallSigns() { method setAutoGenerateOpForCallSigns (line 5669) | public void setAutoGenerateOpForCallSigns(boolean autoGenerateOpForCal... method getMinimumCallsignSkillLevel (line 5673) | public SkillLevel getMinimumCallsignSkillLevel() { method setMinimumCallsignSkillLevel (line 5677) | public void setMinimumCallsignSkillLevel(SkillLevel skillLevel) { method updateCampaignOptionsFromGameOptions (line 5693) | public void updateCampaignOptionsFromGameOptions(GameOptions gameOptio... method updateGameOptionsFromCampaignOptions (line 5718) | public void updateGameOptionsFromCampaignOptions(GameOptions gameOptio... FILE: MekHQ/src/mekhq/campaign/campaignOptions/CampaignOptionsFreebieTracker.java method CampaignOptionsFreebieTracker (line 89) | public CampaignOptionsFreebieTracker(CampaignOptions options) { method isDiminishingContractPayRelevant (line 107) | private static boolean isDiminishingContractPayRelevant(CampaignOptions ... FILE: MekHQ/src/mekhq/campaign/campaignOptions/CampaignOptionsMarshaller.java class CampaignOptionsMarshaller (line 54) | public class CampaignOptionsMarshaller { method writeCampaignOptionsToXML (line 55) | public static void writeCampaignOptionsToXML(final CampaignOptions cam... FILE: MekHQ/src/mekhq/campaign/campaignOptions/CampaignOptionsUnmarshaller.java class CampaignOptionsUnmarshaller (line 66) | public class CampaignOptionsUnmarshaller { method generateCampaignOptionsFromXml (line 70) | public static CampaignOptions generateCampaignOptionsFromXml(Node pare... method parseNodeName (line 103) | private static void parseNodeName(Version version, String nodeName, Ca... FILE: MekHQ/src/mekhq/campaign/enums/CampaignTransportType.java type CampaignTransportType (line 57) | public enum CampaignTransportType { method CampaignTransportType (line 94) | CampaignTransportType(Class transportA... method isShipTransport (line 108) | public boolean isShipTransport() { method isTacticalTransport (line 117) | public boolean isTacticalTransport() { method isTowTransport (line 126) | public boolean isTowTransport() { method getTransportAssignmentType (line 138) | public Class getTransportAssignmentTyp... method getTransportedUnitsSummaryType (line 147) | public Class getTransported... FILE: MekHQ/src/mekhq/campaign/enums/DailyReportType.java type DailyReportType (line 45) | public enum DailyReportType { method DailyReportType (line 103) | DailyReportType(String lookupName, int tabIndex) { method generateIconString (line 110) | private String generateIconString() { method generateTooltip (line 114) | private String generateTooltip() { method getTooltip (line 118) | public String getTooltip() { method getIconString (line 122) | public String getIconString() { method getTabIndex (line 126) | public int getTabIndex() { method getTypeFromIndex (line 130) | public static @Nullable DailyReportType getTypeFromIndex(int tabIndex) { FILE: MekHQ/src/mekhq/campaign/enums/DragoonRating.java type DragoonRating (line 38) | public enum DragoonRating { method DragoonRating (line 50) | DragoonRating(int rating) { method getRating (line 54) | public int getRating() { method fromRating (line 65) | public static DragoonRating fromRating(int rating) { FILE: MekHQ/src/mekhq/campaign/enums/PlanetaryAcquisitionFactionLimit.java type PlanetaryAcquisitionFactionLimit (line 40) | public enum PlanetaryAcquisitionFactionLimit { method PlanetaryAcquisitionFactionLimit (line 53) | PlanetaryAcquisitionFactionLimit(final String name) { method isAll (line 61) | public boolean isAll() { method isNeutral (line 65) | public boolean isNeutral() { method isAllied (line 69) | public boolean isAllied() { method isSelf (line 73) | public boolean isSelf() { method generateOnEnemyPlanets (line 77) | public boolean generateOnEnemyPlanets() { method generateOnNeutralPlanets (line 81) | public boolean generateOnNeutralPlanets() { method generateOnAlliedPlanets (line 85) | public boolean generateOnAlliedPlanets() { method parseFromString (line 91) | public static PlanetaryAcquisitionFactionLimit parseFromString(final S... method toString (line 115) | @Override FILE: MekHQ/src/mekhq/campaign/events/AcquisitionEvent.java class AcquisitionEvent (line 43) | public class AcquisitionEvent extends MMEvent { method AcquisitionEvent (line 47) | public AcquisitionEvent(IAcquisitionWork acquisition) { method getAcquisition (line 51) | public IAcquisitionWork getAcquisition() { FILE: MekHQ/src/mekhq/campaign/events/AsTechPoolChangedEvent.java class AsTechPoolChangedEvent (line 40) | public class AsTechPoolChangedEvent extends CampaignEvent { method AsTechPoolChangedEvent (line 44) | public AsTechPoolChangedEvent(Campaign campaign, int increase) { method getIncrease (line 49) | public int getIncrease() { FILE: MekHQ/src/mekhq/campaign/events/BattleArmorPoolChangedEvent.java class BattleArmorPoolChangedEvent (line 40) | public class BattleArmorPoolChangedEvent extends CampaignEvent { method BattleArmorPoolChangedEvent (line 44) | public BattleArmorPoolChangedEvent(Campaign campaign, int increase) { method getIncrease (line 49) | public int getIncrease() { FILE: MekHQ/src/mekhq/campaign/events/CampaignEvent.java class CampaignEvent (line 41) | public abstract class CampaignEvent extends MMEvent { method CampaignEvent (line 44) | public CampaignEvent(Campaign campaign) { method getCampaign (line 48) | public Campaign getCampaign() { FILE: MekHQ/src/mekhq/campaign/events/DayEndingEvent.java class DayEndingEvent (line 47) | public final class DayEndingEvent extends CampaignEvent { method DayEndingEvent (line 48) | public DayEndingEvent(Campaign campaign) { method isCancellable (line 52) | @Override FILE: MekHQ/src/mekhq/campaign/events/DeploymentChangedEvent.java class DeploymentChangedEvent (line 44) | public class DeploymentChangedEvent extends ScenarioChangedEvent { method DeploymentChangedEvent (line 49) | public DeploymentChangedEvent(Unit unit, Scenario scenario) { method DeploymentChangedEvent (line 55) | public DeploymentChangedEvent(Formation formation, Scenario scenario) { method getUnit (line 61) | public Unit getUnit() { method getForce (line 65) | public Formation getForce() { FILE: MekHQ/src/mekhq/campaign/events/GMModeEvent.java class GMModeEvent (line 40) | public class GMModeEvent extends MMEvent { method GMModeEvent (line 43) | public GMModeEvent(boolean gmMode) { method isGMMode (line 47) | public boolean isGMMode() { FILE: MekHQ/src/mekhq/campaign/events/LocationChangedEvent.java class LocationChangedEvent (line 44) | public class LocationChangedEvent extends MMEvent { method LocationChangedEvent (line 56) | public LocationChangedEvent(CurrentLocation location, boolean kfJump) { method getLocation (line 64) | public CurrentLocation getLocation() { method isKFJump (line 72) | public boolean isKFJump() { FILE: MekHQ/src/mekhq/campaign/events/MarketNewPersonnelEvent.java class MarketNewPersonnelEvent (line 47) | public class MarketNewPersonnelEvent extends MMEvent { method MarketNewPersonnelEvent (line 51) | public MarketNewPersonnelEvent(List newPersonnel) { method getPersonnel (line 58) | public List getPersonnel() { FILE: MekHQ/src/mekhq/campaign/events/MedicPoolChangedEvent.java class MedicPoolChangedEvent (line 40) | public class MedicPoolChangedEvent extends CampaignEvent { method MedicPoolChangedEvent (line 44) | public MedicPoolChangedEvent(Campaign campaign, int increase) { method getIncrease (line 49) | public int getIncrease() { FILE: MekHQ/src/mekhq/campaign/events/NetworkChangedEvent.java class NetworkChangedEvent (line 46) | public class NetworkChangedEvent extends MMEvent { method NetworkChangedEvent (line 50) | public NetworkChangedEvent(List units) { method getUnits (line 54) | public List getUnits() { FILE: MekHQ/src/mekhq/campaign/events/NewDayEvent.java class NewDayEvent (line 43) | public class NewDayEvent extends CampaignEvent { method NewDayEvent (line 44) | public NewDayEvent(Campaign campaign) { FILE: MekHQ/src/mekhq/campaign/events/OptionsChangedEvent.java class OptionsChangedEvent (line 46) | public class OptionsChangedEvent extends CampaignEvent { method OptionsChangedEvent (line 49) | public OptionsChangedEvent(Campaign campaign) { method OptionsChangedEvent (line 53) | public OptionsChangedEvent(Campaign campaign, CampaignOptions options) { method getOptions (line 58) | public CampaignOptions getOptions() { FILE: MekHQ/src/mekhq/campaign/events/OrganizationChangedEvent.java class OrganizationChangedEvent (line 43) | public class OrganizationChangedEvent extends MMEvent { method OrganizationChangedEvent (line 51) | public OrganizationChangedEvent(Campaign campaign, Formation formation) { method OrganizationChangedEvent (line 58) | public OrganizationChangedEvent(Formation formation) { method OrganizationChangedEvent (line 63) | public OrganizationChangedEvent(Unit unit) { method OrganizationChangedEvent (line 71) | public OrganizationChangedEvent(Campaign campaign, Formation formation... method getForce (line 78) | public Formation getForce() { method getUnit (line 82) | public Unit getUnit() { FILE: MekHQ/src/mekhq/campaign/events/OvertimeModeEvent.java class OvertimeModeEvent (line 40) | public class OvertimeModeEvent extends MMEvent { method OvertimeModeEvent (line 44) | public OvertimeModeEvent(boolean allowed) { method isAllowed (line 48) | public boolean isAllowed() { FILE: MekHQ/src/mekhq/campaign/events/ProcurementEvent.java class ProcurementEvent (line 45) | public class ProcurementEvent extends MMEvent { method ProcurementEvent (line 49) | public ProcurementEvent(IAcquisitionWork acquisition) { method getAcquisition (line 53) | public IAcquisitionWork getAcquisition() { FILE: MekHQ/src/mekhq/campaign/events/RepairStatusChangedEvent.java class RepairStatusChangedEvent (line 43) | public class RepairStatusChangedEvent extends MMEvent { method RepairStatusChangedEvent (line 47) | public RepairStatusChangedEvent(Unit unit) { method getUnit (line 51) | public Unit getUnit() { FILE: MekHQ/src/mekhq/campaign/events/ReportEvent.java class ReportEvent (line 40) | public class ReportEvent extends CampaignEvent { method ReportEvent (line 46) | public ReportEvent(final Campaign campaign, final String report) { method getReport (line 53) | public String getReport() { method isCancellable (line 58) | @Override FILE: MekHQ/src/mekhq/campaign/events/SoldierPoolChangedEvent.java class SoldierPoolChangedEvent (line 40) | public class SoldierPoolChangedEvent extends CampaignEvent { method SoldierPoolChangedEvent (line 44) | public SoldierPoolChangedEvent(Campaign campaign, int increase) { method getIncrease (line 49) | public int getIncrease() { FILE: MekHQ/src/mekhq/campaign/events/StratConDeploymentEvent.java class StratConDeploymentEvent (line 44) | public class StratConDeploymentEvent extends MMEvent { method StratConDeploymentEvent (line 47) | public StratConDeploymentEvent(Formation formation) { method getForce (line 53) | public Formation getForce() { FILE: MekHQ/src/mekhq/campaign/events/TransitCompleteEvent.java class TransitCompleteEvent (line 41) | public class TransitCompleteEvent extends MMEvent { method TransitCompleteEvent (line 45) | public TransitCompleteEvent(CurrentLocation location) { method getLocation (line 52) | public CurrentLocation getLocation() { FILE: MekHQ/src/mekhq/campaign/events/VehicleCrewGroundPoolChangedEvent.java class VehicleCrewGroundPoolChangedEvent (line 40) | public class VehicleCrewGroundPoolChangedEvent extends CampaignEvent { method VehicleCrewGroundPoolChangedEvent (line 44) | public VehicleCrewGroundPoolChangedEvent(Campaign campaign, int increa... method getIncrease (line 49) | public int getIncrease() { FILE: MekHQ/src/mekhq/campaign/events/VehicleCrewNavalPoolChangedEvent.java class VehicleCrewNavalPoolChangedEvent (line 40) | public class VehicleCrewNavalPoolChangedEvent extends CampaignEvent { method VehicleCrewNavalPoolChangedEvent (line 44) | public VehicleCrewNavalPoolChangedEvent(Campaign campaign, int increas... method getIncrease (line 49) | public int getIncrease() { FILE: MekHQ/src/mekhq/campaign/events/VehicleCrewVTOLPoolChangedEvent.java class VehicleCrewVTOLPoolChangedEvent (line 40) | public class VehicleCrewVTOLPoolChangedEvent extends CampaignEvent { method VehicleCrewVTOLPoolChangedEvent (line 44) | public VehicleCrewVTOLPoolChangedEvent(Campaign campaign, int increase) { method getIncrease (line 49) | public int getIncrease() { FILE: MekHQ/src/mekhq/campaign/events/VesselCrewPoolChangedEvent.java class VesselCrewPoolChangedEvent (line 40) | public class VesselCrewPoolChangedEvent extends CampaignEvent { method VesselCrewPoolChangedEvent (line 44) | public VesselCrewPoolChangedEvent(Campaign campaign, int increase) { method getIncrease (line 49) | public int getIncrease() { FILE: MekHQ/src/mekhq/campaign/events/VesselGunnerPoolChangedEvent.java class VesselGunnerPoolChangedEvent (line 40) | public class VesselGunnerPoolChangedEvent extends CampaignEvent { method VesselGunnerPoolChangedEvent (line 44) | public VesselGunnerPoolChangedEvent(Campaign campaign, int increase) { method getIncrease (line 49) | public int getIncrease() { FILE: MekHQ/src/mekhq/campaign/events/VesselPilotPoolChangedEvent.java class VesselPilotPoolChangedEvent (line 40) | public class VesselPilotPoolChangedEvent extends CampaignEvent { method VesselPilotPoolChangedEvent (line 44) | public VesselPilotPoolChangedEvent(Campaign campaign, int increase) { method getIncrease (line 49) | public int getIncrease() { FILE: MekHQ/src/mekhq/campaign/events/assets/AssetChangedEvent.java class AssetChangedEvent (line 40) | public class AssetChangedEvent extends AssetEvent { method AssetChangedEvent (line 42) | public AssetChangedEvent(Asset asset) { FILE: MekHQ/src/mekhq/campaign/events/assets/AssetEvent.java class AssetEvent (line 43) | public abstract class AssetEvent extends MMEvent { method AssetEvent (line 47) | public AssetEvent(Asset asset) { method getAsset (line 51) | public Asset getAsset() { FILE: MekHQ/src/mekhq/campaign/events/assets/AssetNewEvent.java class AssetNewEvent (line 40) | public class AssetNewEvent extends AssetEvent { method AssetNewEvent (line 42) | public AssetNewEvent(Asset asset) { FILE: MekHQ/src/mekhq/campaign/events/assets/AssetRemovedEvent.java class AssetRemovedEvent (line 40) | public class AssetRemovedEvent extends AssetEvent { method AssetRemovedEvent (line 42) | public AssetRemovedEvent(Asset asset) { FILE: MekHQ/src/mekhq/campaign/events/loans/LoanDefaultedEvent.java class LoanDefaultedEvent (line 40) | public class LoanDefaultedEvent extends LoanRemovedEvent { method LoanDefaultedEvent (line 42) | public LoanDefaultedEvent(Loan loan) { FILE: MekHQ/src/mekhq/campaign/events/loans/LoanEvent.java class LoanEvent (line 43) | public abstract class LoanEvent extends MMEvent { method LoanEvent (line 47) | public LoanEvent(Loan loan) { method getLoan (line 51) | public Loan getLoan() { FILE: MekHQ/src/mekhq/campaign/events/loans/LoanNewEvent.java class LoanNewEvent (line 40) | public class LoanNewEvent extends LoanEvent { method LoanNewEvent (line 42) | public LoanNewEvent(Loan loan) { FILE: MekHQ/src/mekhq/campaign/events/loans/LoanPaidEvent.java class LoanPaidEvent (line 40) | public class LoanPaidEvent extends LoanRemovedEvent { method LoanPaidEvent (line 42) | public LoanPaidEvent(Loan loan) { FILE: MekHQ/src/mekhq/campaign/events/loans/LoanRemovedEvent.java class LoanRemovedEvent (line 40) | public class LoanRemovedEvent extends LoanEvent { method LoanRemovedEvent (line 42) | public LoanRemovedEvent(Loan loan) { FILE: MekHQ/src/mekhq/campaign/events/missions/MissionChangedEvent.java class MissionChangedEvent (line 42) | public class MissionChangedEvent extends MissionEvent { method MissionChangedEvent (line 44) | public MissionChangedEvent(Mission mission) { FILE: MekHQ/src/mekhq/campaign/events/missions/MissionCompletedEvent.java class MissionCompletedEvent (line 41) | public class MissionCompletedEvent extends MissionChangedEvent { method MissionCompletedEvent (line 43) | public MissionCompletedEvent(Mission mission) { FILE: MekHQ/src/mekhq/campaign/events/missions/MissionEvent.java class MissionEvent (line 45) | public abstract class MissionEvent extends MMEvent { method MissionEvent (line 49) | public MissionEvent(Mission mission) { method getMission (line 53) | public Mission getMission() { method isContract (line 57) | public boolean isContract() { FILE: MekHQ/src/mekhq/campaign/events/missions/MissionNewEvent.java class MissionNewEvent (line 41) | public class MissionNewEvent extends MissionEvent { method MissionNewEvent (line 43) | public MissionNewEvent(Mission mission) { FILE: MekHQ/src/mekhq/campaign/events/missions/MissionRemovedEvent.java class MissionRemovedEvent (line 41) | public class MissionRemovedEvent extends MissionEvent { method MissionRemovedEvent (line 43) | public MissionRemovedEvent(Mission mission) { FILE: MekHQ/src/mekhq/campaign/events/parts/PartArrivedEvent.java class PartArrivedEvent (line 40) | public class PartArrivedEvent extends PartChangedEvent { method PartArrivedEvent (line 42) | public PartArrivedEvent(Part part) { FILE: MekHQ/src/mekhq/campaign/events/parts/PartAssignmentEvent.java class PartAssignmentEvent (line 43) | @Deprecated(since = "0.51.0", forRemoval = true) method PartAssignmentEvent (line 48) | public PartAssignmentEvent(Part part, @Nullable Person tech) { method getTech (line 53) | public @Nullable Person getTech() { FILE: MekHQ/src/mekhq/campaign/events/parts/PartChangedEvent.java class PartChangedEvent (line 40) | public class PartChangedEvent extends PartEvent { method PartChangedEvent (line 42) | public PartChangedEvent(Part part) { FILE: MekHQ/src/mekhq/campaign/events/parts/PartEvent.java class PartEvent (line 44) | public abstract class PartEvent extends MMEvent { method PartEvent (line 48) | public PartEvent(Part part) { method getPart (line 52) | public Part getPart() { FILE: MekHQ/src/mekhq/campaign/events/parts/PartModeChangedEvent.java class PartModeChangedEvent (line 40) | public class PartModeChangedEvent extends PartChangedEvent { method PartModeChangedEvent (line 42) | public PartModeChangedEvent(Part part) { FILE: MekHQ/src/mekhq/campaign/events/parts/PartNewEvent.java class PartNewEvent (line 40) | public class PartNewEvent extends PartEvent { method PartNewEvent (line 42) | public PartNewEvent(Part part) { FILE: MekHQ/src/mekhq/campaign/events/parts/PartRemovedEvent.java class PartRemovedEvent (line 40) | public class PartRemovedEvent extends PartEvent { method PartRemovedEvent (line 42) | public PartRemovedEvent(Part part) { FILE: MekHQ/src/mekhq/campaign/events/parts/PartWorkEvent.java class PartWorkEvent (line 44) | public class PartWorkEvent extends MMEvent { method PartWorkEvent (line 49) | public PartWorkEvent(Person tech, IPartWork partWork) { method getTech (line 54) | public Person getTech() { method getPartWork (line 58) | public IPartWork getPartWork() { FILE: MekHQ/src/mekhq/campaign/events/persons/PersonBattleFinishedEvent.java class PersonBattleFinishedEvent (line 45) | public class PersonBattleFinishedEvent extends PersonChangedEvent { method PersonBattleFinishedEvent (line 48) | public PersonBattleFinishedEvent(Person person, PersonStatus status) { method getStatus (line 53) | public PersonStatus getStatus() { method setStatus (line 57) | public void setStatus(PersonStatus status) { FILE: MekHQ/src/mekhq/campaign/events/persons/PersonChangedEvent.java class PersonChangedEvent (line 41) | public class PersonChangedEvent extends PersonEvent { method PersonChangedEvent (line 43) | public PersonChangedEvent(Person person) { FILE: MekHQ/src/mekhq/campaign/events/persons/PersonCrewAssignmentEvent.java class PersonCrewAssignmentEvent (line 52) | public class PersonCrewAssignmentEvent extends PersonChangedEvent { method PersonCrewAssignmentEvent (line 66) | public PersonCrewAssignmentEvent(Campaign campaign, Person crew, Unit ... method getUnit (line 86) | public Unit getUnit() { FILE: MekHQ/src/mekhq/campaign/events/persons/PersonEvent.java class PersonEvent (line 43) | public abstract class PersonEvent extends MMEvent { method PersonEvent (line 46) | public PersonEvent(Person person) { method getPerson (line 50) | public Person getPerson() { FILE: MekHQ/src/mekhq/campaign/events/persons/PersonForceAssignmentEvent.java class PersonForceAssignmentEvent (line 41) | @Deprecated(since = "0.51.0", forRemoval = true) method PersonForceAssignmentEvent (line 46) | public PersonForceAssignmentEvent(Person person, Formation formation) { method getForce (line 51) | public Formation getForce() { FILE: MekHQ/src/mekhq/campaign/events/persons/PersonLogEvent.java class PersonLogEvent (line 40) | public class PersonLogEvent extends PersonEvent { method PersonLogEvent (line 42) | public PersonLogEvent(Person person) { FILE: MekHQ/src/mekhq/campaign/events/persons/PersonMedicalAssignmentEvent.java class PersonMedicalAssignmentEvent (line 40) | public class PersonMedicalAssignmentEvent extends PersonChangedEvent { method PersonMedicalAssignmentEvent (line 44) | public PersonMedicalAssignmentEvent(Person doctor, Person patient) { method getDoctor (line 49) | public Person getDoctor() { method getPatient (line 53) | public Person getPatient() { FILE: MekHQ/src/mekhq/campaign/events/persons/PersonNewEvent.java class PersonNewEvent (line 41) | public class PersonNewEvent extends PersonEvent { method PersonNewEvent (line 43) | public PersonNewEvent(Person person) { FILE: MekHQ/src/mekhq/campaign/events/persons/PersonRemovedEvent.java class PersonRemovedEvent (line 41) | public class PersonRemovedEvent extends PersonEvent { method PersonRemovedEvent (line 43) | public PersonRemovedEvent(Person person) { FILE: MekHQ/src/mekhq/campaign/events/persons/PersonStatusChangedEvent.java class PersonStatusChangedEvent (line 41) | public class PersonStatusChangedEvent extends PersonChangedEvent { method PersonStatusChangedEvent (line 43) | public PersonStatusChangedEvent(Person person) { FILE: MekHQ/src/mekhq/campaign/events/persons/PersonTechAssignmentEvent.java class PersonTechAssignmentEvent (line 41) | public class PersonTechAssignmentEvent extends PersonChangedEvent { method PersonTechAssignmentEvent (line 45) | public PersonTechAssignmentEvent(Person tech, Unit unit) { method getUnit (line 50) | public Unit getUnit() { FILE: MekHQ/src/mekhq/campaign/events/scenarios/ScenarioChangedEvent.java class ScenarioChangedEvent (line 41) | public class ScenarioChangedEvent extends ScenarioEvent { method ScenarioChangedEvent (line 43) | public ScenarioChangedEvent(Scenario scenario) { FILE: MekHQ/src/mekhq/campaign/events/scenarios/ScenarioEvent.java class ScenarioEvent (line 44) | public abstract class ScenarioEvent extends MMEvent { method ScenarioEvent (line 48) | public ScenarioEvent(Scenario scenario) { method getScenario (line 52) | public Scenario getScenario() { FILE: MekHQ/src/mekhq/campaign/events/scenarios/ScenarioNewEvent.java class ScenarioNewEvent (line 41) | public class ScenarioNewEvent extends ScenarioEvent { method ScenarioNewEvent (line 43) | public ScenarioNewEvent(Scenario scenario) { FILE: MekHQ/src/mekhq/campaign/events/scenarios/ScenarioRemovedEvent.java class ScenarioRemovedEvent (line 41) | public class ScenarioRemovedEvent extends ScenarioEvent { method ScenarioRemovedEvent (line 43) | public ScenarioRemovedEvent(Scenario scenario) { FILE: MekHQ/src/mekhq/campaign/events/scenarios/ScenarioResolvedEvent.java class ScenarioResolvedEvent (line 41) | public class ScenarioResolvedEvent extends ScenarioChangedEvent { method ScenarioResolvedEvent (line 43) | public ScenarioResolvedEvent(Scenario scenario) { FILE: MekHQ/src/mekhq/campaign/events/transactions/TransactionChangedEvent.java class TransactionChangedEvent (line 40) | public class TransactionChangedEvent extends TransactionEvent { method TransactionChangedEvent (line 44) | public TransactionChangedEvent(Transaction oldTransaction, Transaction... method getOldTransaction (line 49) | @Deprecated(since = "0.51.0", forRemoval = true) method getNewTransaction (line 54) | @Deprecated(since = "0.51.0", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/events/transactions/TransactionCreditEvent.java class TransactionCreditEvent (line 40) | public class TransactionCreditEvent extends TransactionEvent { method TransactionCreditEvent (line 42) | public TransactionCreditEvent(Transaction transaction) { FILE: MekHQ/src/mekhq/campaign/events/transactions/TransactionDebitEvent.java class TransactionDebitEvent (line 40) | public class TransactionDebitEvent extends TransactionEvent { method TransactionDebitEvent (line 42) | public TransactionDebitEvent(Transaction transaction) { FILE: MekHQ/src/mekhq/campaign/events/transactions/TransactionEvent.java class TransactionEvent (line 41) | public abstract class TransactionEvent extends MMEvent { method TransactionEvent (line 45) | public TransactionEvent(Transaction transaction) { method getTransaction (line 49) | public Transaction getTransaction() { FILE: MekHQ/src/mekhq/campaign/events/transactions/TransactionVoidedEvent.java class TransactionVoidedEvent (line 40) | public class TransactionVoidedEvent extends TransactionEvent { method TransactionVoidedEvent (line 42) | public TransactionVoidedEvent(Transaction transaction) { FILE: MekHQ/src/mekhq/campaign/events/units/UnitArrivedEvent.java class UnitArrivedEvent (line 41) | public class UnitArrivedEvent extends UnitChangedEvent { method UnitArrivedEvent (line 43) | public UnitArrivedEvent(Unit unit) { FILE: MekHQ/src/mekhq/campaign/events/units/UnitChangedEvent.java class UnitChangedEvent (line 42) | public class UnitChangedEvent extends UnitEvent { method UnitChangedEvent (line 44) | public UnitChangedEvent(Unit unit) { FILE: MekHQ/src/mekhq/campaign/events/units/UnitEvent.java class UnitEvent (line 44) | public abstract class UnitEvent extends MMEvent { method UnitEvent (line 48) | public UnitEvent(Unit unit) { method getUnit (line 52) | public Unit getUnit() { FILE: MekHQ/src/mekhq/campaign/events/units/UnitNewEvent.java class UnitNewEvent (line 41) | public class UnitNewEvent extends UnitEvent { method UnitNewEvent (line 43) | public UnitNewEvent(Unit unit) { FILE: MekHQ/src/mekhq/campaign/events/units/UnitRefitEvent.java class UnitRefitEvent (line 41) | public class UnitRefitEvent extends UnitChangedEvent { method UnitRefitEvent (line 43) | public UnitRefitEvent(Unit unit) { FILE: MekHQ/src/mekhq/campaign/events/units/UnitRemovedEvent.java class UnitRemovedEvent (line 41) | public class UnitRemovedEvent extends UnitEvent { method UnitRemovedEvent (line 43) | public UnitRemovedEvent(Unit unit) { FILE: MekHQ/src/mekhq/campaign/finances/Accountant.java method getCampaignOptions (line 81) | public CampaignOptions getCampaignOptions() { method getHangar (line 85) | public Hangar getHangar() { method getPayRoll (line 89) | public Money getPayRoll() { method getPayRoll (line 93) | public Money getPayRoll(boolean noInfantry) { method getTheoreticalPayroll (line 101) | private Money getTheoreticalPayroll(boolean noInfantry) { method getMaintenanceCosts (line 120) | public Money getMaintenanceCosts() { method getWeeklyMaintenanceCosts (line 130) | public Money getWeeklyMaintenanceCosts() { method getOverheadExpenses (line 134) | public Money getOverheadExpenses() { method getMonthlyFoodAndHousingExpenses (line 163) | public Money getMonthlyFoodAndHousingExpenses() { method setFactionStandingBarrackCostMultiplier (line 268) | private double setFactionStandingBarrackCostMultiplier(CurrentLocation l... method isNonDropShipLargeVessel (line 313) | public boolean isNonDropShipLargeVessel(Unit unit) { method getPeacetimeCost (line 327) | public Money getPeacetimeCost() { method getPeacetimeCost (line 340) | public Money getPeacetimeCost(boolean includeSalaries) { method getMonthlySpareParts (line 349) | public Money getMonthlySpareParts() { method getMonthlyFuel (line 353) | public Money getMonthlyFuel() { method getMonthlyAmmo (line 393) | public Money getMonthlyAmmo() { method getForceValue (line 440) | public Money getForceValue(boolean useDiminishingContractPay, boolean ex... method getTotalEquipmentValue (line 519) | public Money getTotalEquipmentValue() { method getEquipmentContractValue (line 527) | public Money getEquipmentContractValue(Unit u, boolean useSaleValue) { method getContractBase (line 564) | public Money getContractBase() { method getPayRollSummary (line 623) | public Map getPayRollSummary() { method sumTempCrewPay (line 634) | private double sumTempCrewPay() { method getTempCrewPay (line 646) | private double getTempCrewPay(PersonnelRole personnelRole, int tempPerso... FILE: MekHQ/src/mekhq/campaign/finances/Asset.java class Asset (line 58) | public class Asset { method Asset (line 72) | public Asset() { method getName (line 81) | public String getName() { method setName (line 85) | public void setName(final String name) { method getValue (line 89) | public Money getValue() { method setValue (line 93) | public void setValue(final Money value) { method getFinancialTerm (line 97) | public FinancialTerm getFinancialTerm() { method setFinancialTerm (line 101) | public void setFinancialTerm(final FinancialTerm financialTerm) { method getIncome (line 105) | public Money getIncome() { method setIncome (line 109) | public void setIncome(final Money income) { method processNewDay (line 114) | public void processNewDay(final Campaign campaign, final LocalDate yes... method writeToXML (line 125) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 134) | public static Asset generateInstanceFromXML(final Node wn) { FILE: MekHQ/src/mekhq/campaign/finances/Currency.java class Currency (line 43) | public class Currency { method Currency (line 58) | public Currency(String code, int numericCurrencyCode, int decimalPlace... method getCurrencyUnit (line 70) | CurrencyUnit getCurrencyUnit() { method getCode (line 74) | String getCode() { method getStartYear (line 78) | int getStartYear() { method getEndYear (line 82) | int getEndYear() { method getIsDefault (line 86) | boolean getIsDefault() { method getSymbol (line 90) | public String getSymbol() { method toString (line 94) | @Override method equals (line 99) | @Override method hashCode (line 108) | @Override FILE: MekHQ/src/mekhq/campaign/finances/CurrencyDataLookupWriter.java class CurrencyDataLookupWriter (line 49) | class CurrencyDataLookupWriter implements MoneyPrinter { method CurrencyDataLookupWriter (line 52) | CurrencyDataLookupWriter(Map currencyExtraData) { method print (line 56) | @Override FILE: MekHQ/src/mekhq/campaign/finances/CurrencyManager.java class CurrencyManager (line 71) | public class CurrencyManager extends CurrencyUnitDataProvider { method CurrencyManager (line 101) | private CurrencyManager() { method getInstance (line 111) | public static CurrencyManager getInstance() { method loadCurrencies (line 115) | public void loadCurrencies() { method setCampaign (line 119) | public void setCampaign(Campaign campaign) { method getXmlMoneyFormatter (line 123) | MoneyFormatter getXmlMoneyFormatter() { method getUiAmountPrinter (line 127) | MoneyFormatter getUiAmountPrinter() { method getUiAmountAndSymbolPrinter (line 131) | MoneyFormatter getUiAmountAndSymbolPrinter() { method getUiAmountAndNamePrinter (line 135) | @Deprecated(since = "0.51.0", forRemoval = true) method getDefaultCurrency (line 140) | synchronized Currency getDefaultCurrency() { method registerCurrencies (line 201) | @Override method createFormatters (line 302) | private void createFormatters() { FILE: MekHQ/src/mekhq/campaign/finances/Finances.java class Finances (line 79) | public class Finances { method Finances (line 95) | public Finances() { method getTransactions (line 104) | public List getTransactions() { method setTransactions (line 108) | public void setTransactions(final List transactions) { method getLoans (line 112) | public List getLoans() { method setLoans (line 116) | public void setLoans(final List loans) { method getAssets (line 120) | public List getAssets() { method setAssets (line 124) | public void setAssets(final List assets) { method getLoanDefaults (line 128) | public int getLoanDefaults() { method setLoanDefaults (line 132) | public void setLoanDefaults(final int loanDefaults) { method getFailedCollateral (line 136) | public int getFailedCollateral() { method setFailedCollateral (line 140) | public void setFailedCollateral(final int failedCollateral) { method getWentIntoDebt (line 144) | public @Nullable LocalDate getWentIntoDebt() { method setWentIntoDebt (line 148) | public void setWentIntoDebt(final @Nullable LocalDate wentIntoDebt) { method getBalance (line 160) | public Money getBalance() { method clearCachedBalance (line 186) | public void clearCachedBalance() { method getLoanBalance (line 190) | public Money getLoanBalance() { method isInDebt (line 195) | public boolean isInDebt() { method getFullYearsInDebt (line 199) | public int getFullYearsInDebt(LocalDate date) { method getPartialYearsInDebt (line 207) | public int getPartialYearsInDebt(LocalDate date) { method debit (line 229) | public boolean debit(final TransactionType type, final LocalDate date,... method debit (line 257) | public boolean debit(final TransactionType type, final LocalDate date,... method credit (line 279) | public void credit(final TransactionType type, final LocalDate date, f... method newFiscalYear (line 292) | public void newFiscalYear(final Campaign campaign) { method addLoan (line 315) | public void addLoan(Loan loan) { method addReportInsufficientFunds (line 319) | public void addReportInsufficientFunds(Campaign campaign, String repor... method newDay (line 325) | public void newDay(final Campaign campaign, final LocalDate yesterday,... method getProfits (line 527) | public Money getProfits() { method payTaxes (line 550) | private void payTaxes(Campaign campaign, Money profits) { method payoutShares (line 557) | private void payoutShares(Campaign campaign, Contract contract, LocalD... method payOutSharesToPersonnel (line 592) | public void payOutSharesToPersonnel(Campaign campaign, Money shares) { method checkOverdueLoanPayments (line 609) | public Money checkOverdueLoanPayments(Campaign campaign) { method removeLoan (line 639) | public void removeLoan(Loan loan) { method defaultOnLoan (line 646) | public void defaultOnLoan(Loan loan, boolean paidCollateral) { method getTotalLoanCollateral (line 655) | public Money getTotalLoanCollateral() { method getTotalAssetValue (line 660) | public Money getTotalAssetValue() { method getMaxCollateral (line 665) | public Money getMaxCollateral(Campaign c) { method exportFinancesToCSV (line 671) | public String exportFinancesToCSV(String path, String format) { method writeToXML (line 701) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 734) | public static Finances generateInstanceFromXML(Node wn) { method parseTransactionsFromXML (line 770) | private static List parseTransactionsFromXML(final Node w... method parseLoansFromXML (line 783) | private static List parseLoansFromXML(final Node wn) { method parseAssetsFromXML (line 796) | private static List parseAssetsFromXML(final Node wn) { FILE: MekHQ/src/mekhq/campaign/finances/FinancialReport.java class FinancialReport (line 49) | public class FinancialReport { method getNetWorth (line 70) | public Money getNetWorth() { method getTotalAssets (line 74) | public Money getTotalAssets() { method getTotalLiabilities (line 79) | public Money getTotalLiabilities() { method getMonthlyIncome (line 83) | public Money getMonthlyIncome() { method getMonthlyExpenses (line 87) | public Money getMonthlyExpenses() { method getCash (line 91) | public Money getCash() { method getLoans (line 95) | public Money getLoans() { method getContracts (line 99) | public Money getContracts() { method getOverheadCosts (line 103) | public Money getOverheadCosts() { method getSalaries (line 107) | public Money getSalaries() { method getMaintenance (line 111) | public Money getMaintenance() { method getMonthlyAmmoCosts (line 115) | public Money getMonthlyAmmoCosts() { method getMonthlyFuelCosts (line 119) | public Money getMonthlyFuelCosts() { method getMonthlySparePartCosts (line 123) | public Money getMonthlySparePartCosts() { method getSparePartsValue (line 127) | public Money getSparePartsValue() { method getProtoMekValue (line 131) | public Money getProtoMekValue() { method getLargeCraftValue (line 135) | public Money getLargeCraftValue() { method getSmallCraftValue (line 139) | public Money getSmallCraftValue() { method getInfantryValue (line 143) | public Money getInfantryValue() { method getBattleArmorValue (line 147) | public Money getBattleArmorValue() { method getVeeValue (line 151) | public Money getVeeValue() { method getMekValue (line 155) | public Money getMekValue() { method calculate (line 159) | public static FinancialReport calculate(Campaign campaign) { FILE: MekHQ/src/mekhq/campaign/finances/Loan.java class Loan (line 55) | public class Loan { method Loan (line 73) | private Loan() { method Loan (line 77) | public Loan(final int principal, final int rate, final int years, method Loan (line 82) | public Loan(final Money principal, final int rate, final int years, method Loan (line 88) | public Loan(final String institution, final String referenceNumber, fi... method getInstitution (line 106) | public String getInstitution() { method setInstitution (line 110) | public void setInstitution(final String institution) { method getReferenceNumber (line 114) | public String getReferenceNumber() { method setReferenceNumber (line 118) | public void setReferenceNumber(final String referenceNumber) { method getPrincipal (line 122) | public Money getPrincipal() { method setPrincipal (line 126) | public void setPrincipal(final Money principal) { method getRate (line 130) | public int getRate() { method setRate (line 134) | public void setRate(final int rate) { method getYears (line 138) | public int getYears() { method setYears (line 142) | public void setYears(final int years) { method getFinancialTerm (line 146) | public FinancialTerm getFinancialTerm() { method setFinancialTerm (line 150) | public void setFinancialTerm(final FinancialTerm financialTerm) { method getCollateral (line 154) | public int getCollateral() { method setCollateral (line 158) | public void setCollateral(final int collateral) { method getRemainingPayments (line 162) | public int getRemainingPayments() { method setRemainingPayments (line 166) | public void setRemainingPayments(final int remainingPayments) { method getPaymentAmount (line 170) | public Money getPaymentAmount() { method setPaymentAmount (line 174) | public void setPaymentAmount(final Money paymentAmount) { method getNextPayment (line 178) | public LocalDate getNextPayment() { method setNextPayment (line 182) | public void setNextPayment(final LocalDate nextPayment) { method isOverdue (line 186) | public boolean isOverdue() { method setOverdue (line 190) | public void setOverdue(final boolean overdue) { method determineCollateralAmount (line 196) | public Money determineCollateralAmount() { method determineRemainingValue (line 200) | public Money determineRemainingValue() { method calculateAmortization (line 206) | public void calculateAmortization() { method paidLoan (line 222) | public void paidLoan() { method checkLoanPayment (line 228) | public boolean checkLoanPayment(final LocalDate today) { method getBaseLoan (line 255) | public static Loan getBaseLoan(final int rating, boolean simulateGrayM... method getInterestBracket (line 284) | public static int[] getInterestBracket(final int rating) { method getCollateralBracket (line 298) | public static int[] getCollateralBracket(final int rating) { method getMaxYears (line 326) | public static int getMaxYears(int rating) { method getCollateralIncrement (line 330) | public static int getCollateralIncrement(final int rating, final boole... method recalculateCollateralFromInterest (line 338) | public static int recalculateCollateralFromInterest(final int rating, ... method recalculateInterestFromCollateral (line 347) | public static int recalculateInterestFromCollateral(final int rating, ... method randomReferenceNumber (line 356) | private static String randomReferenceNumber() { method writeToXML (line 378) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 394) | public static Loan generateInstanceFromXML(final Node wn) { method toString (line 431) | @Override method equals (line 436) | @Override method hashCode (line 459) | @Override FILE: MekHQ/src/mekhq/campaign/finances/Money.java method of (line 54) | public static Money of(double amount, Currency currency) { method of (line 58) | public static Money of(double amount) { method zero (line 62) | public static Money zero(Currency currency) { method zero (line 66) | public static Money zero() { method isZero (line 70) | public boolean isZero() { method isPositive (line 74) | public boolean isPositive() { method isPositiveOrZero (line 78) | public boolean isPositiveOrZero() { method isNegative (line 82) | public boolean isNegative() { method isGreaterThan (line 86) | public boolean isGreaterThan(Money other) { method isGreaterOrEqualThan (line 90) | public boolean isGreaterOrEqualThan(Money other) { method isLessThan (line 94) | public boolean isLessThan(Money other) { method getAmount (line 98) | public BigDecimal getAmount() { method absolute (line 102) | public Money absolute() { method plus (line 106) | public Money plus(Money amount) { method plus (line 114) | public Money plus(double amount) { method plus (line 118) | public Money plus(List amounts) { method minus (line 122) | public Money minus(Money amount) { method minus (line 130) | public Money minus(long amount) { method minus (line 134) | public Money minus(double amount) { method minus (line 138) | public Money minus(List amounts) { method multipliedBy (line 142) | public Money multipliedBy(long amount) { method multipliedBy (line 146) | public Money multipliedBy(double amount) { method dividedBy (line 150) | public Money dividedBy(double amount) { method dividedBy (line 154) | public Money dividedBy(Money money) { method toAmountString (line 158) | public String toAmountString() { method toAmountAndSymbolString (line 162) | public String toAmountAndSymbolString() { method round (line 171) | public Money round() { method toXmlString (line 176) | public String toXmlString() { method fromXmlString (line 180) | public static Money fromXmlString(String xmlData) { method toString (line 185) | @Override method equals (line 191) | @Override method compareTo (line 196) | @Override FILE: MekHQ/src/mekhq/campaign/finances/Transaction.java class Transaction (line 50) | public class Transaction { method Transaction (line 61) | public Transaction() { method Transaction (line 65) | public Transaction(final Transaction transaction) { method Transaction (line 69) | public Transaction(final TransactionType type, final LocalDate date, f... method getType (line 78) | public TransactionType getType() { method setType (line 82) | public void setType(final TransactionType type) { method getDate (line 86) | public LocalDate getDate() { method setDate (line 90) | public void setDate(final LocalDate date) { method getAmount (line 94) | public Money getAmount() { method setAmount (line 98) | public void setAmount(final Money amount) { method getDescription (line 102) | public String getDescription() { method setDescription (line 106) | public void setDescription(final String description) { method updateTransaction (line 114) | public String updateTransaction(Transaction previousTransaction) { method voidTransaction (line 127) | @Deprecated(since = "0.50.04") method writeToXML (line 133) | protected void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 142) | public static Transaction generateInstanceFromXML(final Node wn) { method toString (line 165) | @Override method equals (line 176) | @Override method hashCode (line 192) | @Override FILE: MekHQ/src/mekhq/campaign/finances/XmlMoneyParser.java class XmlMoneyParser (line 48) | class XmlMoneyParser implements MoneyParser { method parse (line 49) | @Override FILE: MekHQ/src/mekhq/campaign/finances/XmlMoneyWriter.java class XmlMoneyWriter (line 48) | class XmlMoneyWriter implements MoneyPrinter { method print (line 49) | @Override FILE: MekHQ/src/mekhq/campaign/finances/enums/FinancialTerm.java type FinancialTerm (line 45) | public enum FinancialTerm { method FinancialTerm (line 60) | FinancialTerm(final String name, final String toolTipText) { method getToolTipText (line 69) | public String getToolTipText() { method isBiweekly (line 75) | public boolean isBiweekly() { method isMonthly (line 79) | public boolean isMonthly() { method isQuarterly (line 83) | public boolean isQuarterly() { method isSemiannually (line 87) | public boolean isSemiannually() { method isAnnually (line 91) | public boolean isAnnually() { method nextValidDate (line 102) | public LocalDate nextValidDate(final LocalDate today) { method nextValidDate (line 113) | public LocalDate nextValidDate(final LocalDate yesterday, final LocalD... method endsToday (line 166) | public boolean endsToday(final LocalDate yesterday, final LocalDate to... method determineYearlyDenominator (line 180) | public double determineYearlyDenominator() { method parseFromString (line 191) | public static FinancialTerm parseFromString(final String text) { method toString (line 221) | @Override FILE: MekHQ/src/mekhq/campaign/finances/enums/FinancialYearDuration.java type FinancialYearDuration (line 44) | public enum FinancialYearDuration { method FinancialYearDuration (line 60) | FinancialYearDuration(final String name, final String toolTipText) { method getToolTipText (line 69) | public String getToolTipText() { method isSemiannual (line 75) | public boolean isSemiannual() { method isAnnual (line 79) | public boolean isAnnual() { method isBiennial (line 83) | public boolean isBiennial() { method isQuinquennial (line 87) | public boolean isQuinquennial() { method isDecennial (line 91) | public boolean isDecennial() { method isForever (line 95) | public boolean isForever() { method isEndOfFinancialYear (line 100) | public boolean isEndOfFinancialYear(final LocalDate today) { method getExportFilenameDateString (line 120) | public String getExportFilenameDateString(final LocalDate tomorrow) { method parseFromString (line 155) | public static FinancialYearDuration parseFromString(final String text) { method toString (line 167) | @Override FILE: MekHQ/src/mekhq/campaign/finances/enums/TransactionType.java type TransactionType (line 41) | public enum TransactionType { method TransactionType (line 83) | TransactionType(final String name, final String toolTipText) { method getToolTipText (line 92) | public String getToolTipText() { method isBattleLossCompensation (line 98) | public boolean isBattleLossCompensation() { method isConstruction (line 102) | public boolean isConstruction() { method isContractPayment (line 106) | public boolean isContractPayment() { method isEducation (line 110) | public boolean isEducation() { method isEquipmentPurchase (line 114) | public boolean isEquipmentPurchase() { method isEquipmentSale (line 118) | public boolean isEquipmentSale() { method isFinancialTermEndCarryover (line 122) | public boolean isFinancialTermEndCarryover() { method isFine (line 126) | public boolean isFine() { method isLoanPayment (line 130) | public boolean isLoanPayment() { method isLoanPrincipal (line 134) | public boolean isLoanPrincipal() { method isMaintenance (line 138) | public boolean isMaintenance() { method isMedicalExpenses (line 142) | public boolean isMedicalExpenses() { method isMiscellaneous (line 146) | public boolean isMiscellaneous() { method isOverhead (line 150) | public boolean isOverhead() { method isRansom (line 154) | public boolean isRansom() { method isRecruitment (line 158) | public boolean isRecruitment() { method isRent (line 162) | public boolean isRent() { method isRepairs (line 166) | public boolean isRepairs() { method isPayout (line 170) | public boolean isPayout() { method isSalaries (line 174) | public boolean isSalaries() { method isSalvage (line 178) | public boolean isSalvage() { method isSalvageExchange (line 182) | public boolean isSalvageExchange() { method isStartingCapital (line 186) | public boolean isStartingCapital() { method isTaxes (line 190) | public boolean isTaxes() { method isTheft (line 194) | public boolean isTheft() { method isTransportation (line 198) | public boolean isTransportation() { method isUnitPurchase (line 202) | public boolean isUnitPurchase() { method isUnitSale (line 206) | public boolean isUnitSale() { method isBonusExchange (line 210) | public boolean isBonusExchange() { method isWealth (line 214) | public boolean isWealth() { method parseFromString (line 220) | public static TransactionType parseFromString(final String text) { method toString (line 288) | @Override FILE: MekHQ/src/mekhq/campaign/finances/financialInstitutions/FinancialInstitution.java class FinancialInstitution (line 44) | public class FinancialInstitution { method FinancialInstitution (line 54) | public FinancialInstitution() { method setName (line 62) | public void setName(final String name) { method getFoundationDate (line 66) | public @Nullable LocalDate getFoundationDate() { method setFoundationDate (line 70) | public void setFoundationDate(final @Nullable LocalDate foundationDate) { method getShutterDate (line 74) | public @Nullable LocalDate getShutterDate() { method setShutterDate (line 78) | public void setShutterDate(final @Nullable LocalDate shutterDate) { method writeToXML (line 84) | public void writeToXML(final PrintWriter pw, int indent) { method parseFromXML (line 92) | public static @Nullable FinancialInstitution parseFromXML(final NodeLi... method toString (line 119) | @Override FILE: MekHQ/src/mekhq/campaign/finances/financialInstitutions/FinancialInstitutions.java class FinancialInstitutions (line 54) | public class FinancialInstitutions { method FinancialInstitutions (line 62) | private FinancialInstitutions() { method getFinancialInstitutions (line 68) | public static List getFinancialInstitutions() { method randomFinancialInstitution (line 78) | public static FinancialInstitution randomFinancialInstitution(final Lo... method initializeFinancialInstitutions (line 95) | public static void initializeFinancialInstitutions() { method loadFinancialInstitutionsFromFile (line 103) | public static List loadFinancialInstitutionsFrom... FILE: MekHQ/src/mekhq/campaign/force/CombatTeam.java class CombatTeam (line 84) | public class CombatTeam { method getStandardFormationSize (line 107) | public static int getStandardFormationSize(Faction faction) { method getStandardFormationSize (line 121) | public static int getStandardFormationSize(Faction faction, int format... method CombatTeam (line 131) | public CombatTeam() { method CombatTeam (line 134) | public CombatTeam(int formationId, Campaign campaign) { method getFormationId (line 147) | public int getFormationId() { method getMissionId (line 151) | public int getMissionId() { method getContract (line 155) | public AtBContract getContract(Campaign campaign) { method setContract (line 159) | public void setContract(AtBContract atBContract) { method getRole (line 167) | public CombatRole getRole() { method setRole (line 171) | public void setRole(CombatRole role) { method getCommanderId (line 175) | public @Nullable UUID getCommanderId() { method getCommander (line 179) | public @Nullable Person getCommander(Campaign campaign) { method setCommander (line 183) | public void setCommander(UUID id) { method setCommander (line 187) | public void setCommander(Person p) { method refreshCommander (line 191) | public void refreshCommander(Campaign campaign) { method getSize (line 212) | public int getSize(Campaign campaign) { method getEffectiveLanceSize (line 240) | private double getEffectiveLanceSize(Campaign campaign) { method getEffectivePoints (line 281) | private double getEffectivePoints(Campaign campaign) { method getWeightClass (line 314) | public int getWeightClass(Campaign campaign) { method isEligible (line 375) | public boolean isEligible(Campaign campaign) { method findCommander (line 456) | public static @Nullable UUID findCommander(int formationId, Campaign c... method getBattleDate (line 460) | public static LocalDate getBattleDate(LocalDate today) { method checkForBattle (line 464) | public AtBScenario checkForBattle(Campaign campaign) { method writeToXML (line 712) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 721) | public static CombatTeam generateInstanceFromXML(Node wn) { method calculateTotalWeight (line 758) | public static double calculateTotalWeight(Campaign campaign, int forma... method recalculateCombatTeams (line 802) | public static void recalculateCombatTeams(Campaign campaign) { method recalculateSubFormationStrategicStatus (line 844) | private static void recalculateSubFormationStrategicStatus(Campaign ca... method getFormation (line 890) | public @Nullable Formation getFormation(Campaign campaign) { FILE: MekHQ/src/mekhq/campaign/force/Formation.java class Formation (line 79) | public class Formation { method Formation (line 120) | public Formation(String name) { method getName (line 138) | public String getName() { method setName (line 142) | public void setName(String n) { method getFormationIcon (line 146) | public StandardFormationIcon getFormationIcon() { method setFormationIcon (line 150) | public void setFormationIcon(final StandardFormationIcon formationIcon) { method setFormationIcon (line 154) | public void setFormationIcon(final StandardFormationIcon formationIcon... method getCamouflage (line 163) | public Camouflage getCamouflage() { method getCamouflageOrElse (line 167) | public Camouflage getCamouflageOrElse(final Camouflage camouflage) { method setCamouflage (line 175) | public void setCamouflage(Camouflage camouflage) { method getDescription (line 179) | public String getDescription() { method setDescription (line 183) | public void setDescription(String d) { method getFormationType (line 190) | public FormationType getFormationType() { method isFormationType (line 203) | public boolean isFormationType(FormationType formationType) { method setFormationType (line 216) | public void setFormationType(FormationType formationType, boolean setF... method isCombatTeam (line 225) | public boolean isCombatTeam() { method setCombatTeamStatus (line 229) | public void setCombatTeamStatus(final boolean isCombatTeam) { method getOverrideCombatTeam (line 233) | public int getOverrideCombatTeam() { method setOverrideCombatTeam (line 237) | public void setOverrideCombatTeam(final int overrideCombatTeam) { method getFormationLevel (line 241) | public FormationLevel getFormationLevel() { method getDefaultFormationLevel (line 247) | private FormationLevel getDefaultFormationLevel() { method setFormationLevel (line 251) | public void setFormationLevel(final FormationLevel formationLevel) { method getOverrideFormationLevel (line 255) | public FormationLevel getOverrideFormationLevel() { method setOverrideFormationLevel (line 259) | public void setOverrideFormationLevel(final FormationLevel overrideFor... method getCombatRoleInMemory (line 267) | public CombatRole getCombatRoleInMemory() { method setCombatRoleInMemory (line 271) | public void setCombatRoleInMemory(final CombatRole combatRoleInMemory) { method getScenarioId (line 275) | public int getScenarioId() { method setScenarioId (line 285) | public void setScenarioId(int scenarioId, Campaign campaign) { method setTechID (line 298) | public void setTechID(UUID tech) { method getTechID (line 302) | public UUID getTechID() { method isDeployed (line 306) | public boolean isDeployed() { method getParentFormation (line 314) | public @Nullable Formation getParentFormation() { method getAllParents (line 326) | public List getAllParents() { method setParentFormation (line 346) | public void setParentFormation(final @Nullable Formation parent) { method getSubFormations (line 350) | public Vector getSubFormations() { method getAllSubFormations (line 364) | public List getAllSubFormations() { method isAncestorOf (line 376) | public boolean isAncestorOf(Formation otherFormation) { method getFullName (line 390) | public String getFullName() { method getFullMMName (line 403) | public String getFullMMName() { method addSubFormation (line 438) | public void addSubFormation(final @Nullable Formation sub, boolean ass... method getUnits (line 454) | public Vector getUnits() { method getAllUnits (line 463) | public Vector getAllUnits(boolean standardFormationsOnly) { method getAllUnitsAsUnits (line 490) | public List getAllUnitsAsUnits(Hangar hangar, boolean standardFo... method getUnitsAsUnits (line 520) | public List getUnitsAsUnits(Hangar hangar) { method addUnit (line 537) | public void addUnit(UUID uid) { method addUnit (line 541) | public void addUnit(Campaign campaign, UUID uid, boolean useTransfers,... method removeUnit (line 569) | public void removeUnit(Campaign campaign, UUID id, boolean log) { method clearScenarioIds (line 595) | public void clearScenarioIds(Campaign c) { method clearScenarioIds (line 599) | public void clearScenarioIds(Campaign c, boolean killSub) { method getId (line 627) | public int getId() { method setId (line 631) | public void setId(int i) { method getFormationCommanderID (line 635) | public @Nullable UUID getFormationCommanderID() { method setFormationCommanderID (line 648) | @Deprecated(since = "0.51.0", forRemoval = true) method getOverrideFormationCommanderID (line 653) | @Deprecated(since = "0.51.0", forRemoval = true) method setOverrideFormationCommanderID (line 658) | public void setOverrideFormationCommanderID(UUID overrideFormationComm... method getEligibleCommanders (line 670) | public List getEligibleCommanders(Campaign campaign) { method updateCommander (line 702) | public void updateCommander(Campaign campaign) { method updateCombatTeamCommanderIfCombatTeam (line 754) | private void updateCombatTeamCommanderIfCombatTeam(Campaign campaign) { method removeSubFormation (line 763) | public void removeSubFormation(int id) { method updateFormationIconOperationalStatus (line 785) | public List updateFormationIconOperationalStatus(fi... method writeToXML (line 829) | public void writeToXML(PrintWriter pw1, int indent) { method generateInstanceFromXML (line 869) | public static @Nullable Formation generateInstanceFromXML(Node working... method processUnitNodes (line 950) | private static void processUnitNodes(Formation retVal, Node wn, Versio... method getAllChildren (line 977) | public Vector getAllChildren(Campaign campaign) { method toString (line 1002) | @Override method equals (line 1007) | @Override method hashCode (line 1014) | @Override method getTotalBV (line 1029) | public int getTotalBV(Campaign campaign, boolean formationStandardBatt... method getTotalUnitCount (line 1057) | public int getTotalUnitCount(Campaign campaign, boolean isClanBidding) { method getPrimaryUnitType (line 1095) | public int getPrimaryUnitType(Campaign campaign) { method getDepth (line 1121) | @Deprecated(since = "0.50.10", forRemoval = true) method getMaximumDepth (line 1144) | @Deprecated(since = "0.50.10", forRemoval = true) method populateFormationLevelsFromOrigin (line 1166) | public static void populateFormationLevelsFromOrigin(Campaign campaign) { method recursivelyUpdateFormationLevel (line 1174) | private static void recursivelyUpdateFormationLevel(Campaign campaign,... method defaultFormationLevelForFormation (line 1186) | public void defaultFormationLevelForFormation(Campaign campaign) { method getOddFormationSizeModifier (line 1201) | private int getOddFormationSizeModifier(Campaign campaign, int depth) { method formationContainsOnlyVTOLForces (line 1233) | public boolean formationContainsOnlyVTOLForces(Hangar hangar, boolean ... method formationContainsMajorityVTOLForces (line 1272) | public boolean formationContainsMajorityVTOLForces(Hangar hangar, bool... method formationContainsOnlyAerialForces (line 1323) | public boolean formationContainsOnlyAerialForces(Hangar hangar, boolea... method getSalvageUnitCount (line 1344) | public int getSalvageUnitCount(Hangar hangar, boolean isInSpace) { FILE: MekHQ/src/mekhq/campaign/force/FormationLevel.java type FormationLevel (line 41) | public enum FormationLevel { method FormationLevel (line 89) | FormationLevel(final String name, final String description, int depth,... method getDescription (line 103) | public String getDescription() { method getDepth (line 107) | public int getDepth() { method isInnerSphere (line 111) | public boolean isInnerSphere() { method isClan (line 115) | public boolean isClan() { method isComStar (line 119) | public boolean isComStar() { method isRemoveOverride (line 125) | @Deprecated(since = "0.51.0", forRemoval = true) method isNone (line 130) | public boolean isNone() { method isInvalid (line 134) | public boolean isInvalid() { method isTeam (line 138) | public boolean isTeam() {return this == TEAM;} method isLance (line 140) | public boolean isLance() { method isCompany (line 144) | public boolean isCompany() { method isBattalion (line 148) | public boolean isBattalion() { method isRegiment (line 152) | @Deprecated(since = "0.51.0", forRemoval = true) method isBrigade (line 157) | @Deprecated(since = "0.51.0", forRemoval = true) method isDivision (line 162) | public boolean isDivision() { method isCorps (line 166) | @Deprecated(since = "0.51.0", forRemoval = true) method isArmy (line 171) | public boolean isArmy() { method isStarOrNova (line 175) | @Deprecated(since = "0.51.0", forRemoval = true) method isBinaryOrTrinary (line 180) | @Deprecated(since = "0.51.0", forRemoval = true) method isCluster (line 185) | @Deprecated(since = "0.51.0", forRemoval = true) method isGalaxy (line 190) | public boolean isGalaxy() { method isTouman (line 194) | @Deprecated(since = "0.51.0", forRemoval = true) method isLevelTwoOrChoir (line 199) | @Deprecated(since = "0.51.0", forRemoval = true) method isLevelThree (line 204) | @Deprecated(since = "0.51.0", forRemoval = true) method isLevelFour (line 209) | @Deprecated(since = "0.51.0", forRemoval = true) method isLevelFive (line 214) | @Deprecated(since = "0.51.0", forRemoval = true) method isLevelSix (line 219) | @Deprecated(since = "0.51.0", forRemoval = true) method isLanceEquivalent (line 224) | @Deprecated(since = "0.51.0", forRemoval = true) method isCompanyEquivalent (line 229) | @Deprecated(since = "0.51.0", forRemoval = true) method isBattalionEquivalent (line 234) | @Deprecated(since = "0.51.0", forRemoval = true) method parseFromString (line 252) | public static FormationLevel parseFromString(final String formationLev... method parseFromInt (line 301) | @Deprecated(since = "0.51.0", forRemoval = true) method parseToInt (line 349) | @Deprecated(since = "0.51.0", forRemoval = true) method parseFromDepth (line 394) | public static FormationLevel parseFromDepth(Campaign campaign, int dep... method toString (line 431) | @Override FILE: MekHQ/src/mekhq/campaign/force/FormationStub.java class FormationStub (line 60) | public class FormationStub { method FormationStub (line 71) | public FormationStub() { method FormationStub (line 75) | public FormationStub(final @Nullable Formation formation, final @Nulla... method getFormationIcon (line 100) | public StandardFormationIcon getFormationIcon() { method setFormationIcon (line 104) | public void setFormationIcon(final StandardFormationIcon formationIcon) { method getAllChildren (line 109) | public Vector getAllChildren() { method writeToXML (line 118) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 141) | public static FormationStub generateInstanceFromXML(final Node wn, fin... method toString (line 195) | @Override FILE: MekHQ/src/mekhq/campaign/force/FormationType.java type FormationType (line 48) | public enum FormationType { method FormationType (line 93) | FormationType(final int key, boolean standardizeParents, boolean child... method getDisplayName (line 102) | public String getDisplayName() { method getSymbol (line 106) | public String getSymbol() { method generateDisplayName (line 122) | private String generateDisplayName() { method generateSymbol (line 138) | private String generateSymbol() { method shouldStandardizeParents (line 151) | public boolean shouldStandardizeParents() { method shouldChildrenInherit (line 161) | public boolean shouldChildrenInherit() { method isStandard (line 170) | public boolean isStandard() { method isSupport (line 179) | public boolean isSupport() { method isConvoy (line 188) | public boolean isConvoy() { method isSalvage (line 197) | public boolean isSalvage() { method isSecurity (line 206) | public boolean isSecurity() { method fromKey (line 220) | public static FormationType fromKey(int ordinal) { FILE: MekHQ/src/mekhq/campaign/force/UnitStub.java class UnitStub (line 49) | public class UnitStub { method UnitStub (line 58) | public UnitStub() { method UnitStub (line 63) | public UnitStub(Unit u) { method getPortrait (line 71) | public AbstractIcon getPortrait() { method setPortrait (line 75) | public void setPortrait(final AbstractIcon portrait) { method getDesc (line 79) | public String getDesc() { method setDesc (line 83) | public void setDesc(final String desc) { method getUnitDescription (line 88) | private String getUnitDescription(Unit u) { method writeToXML (line 105) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 114) | public static UnitStub generateInstanceFromXML(Node wn) { method toString (line 135) | @Override FILE: MekHQ/src/mekhq/campaign/handler/PostScenarioDialogHandler.java class PostScenarioDialogHandler (line 61) | public class PostScenarioDialogHandler { method handle (line 95) | public static void handle(CampaignGUI campaignGUI, Campaign campaign, ... method restartRats (line 119) | private static void restartRats(Campaign campaign) { method cleanupTempImageFiles (line 126) | private static void cleanupTempImageFiles() { method postCombatRetirementCheck (line 137) | private static void postCombatRetirementCheck(CampaignGUI campaignGUI,... method postCombatAutoApplyAward (line 149) | private static void postCombatAutoApplyAward(Campaign campaign, Resolv... FILE: MekHQ/src/mekhq/campaign/handler/XPHandler.java class XPHandler (line 48) | public class XPHandler { method campaignOptionsHandler (line 53) | @Subscribe method processAdminXP (line 60) | @Subscribe FILE: MekHQ/src/mekhq/campaign/icons/FormationPieceIcon.java class FormationPieceIcon (line 58) | public class FormationPieceIcon extends StandardFormationIcon { method FormationPieceIcon (line 67) | public FormationPieceIcon() { method FormationPieceIcon (line 71) | public FormationPieceIcon(final LayeredFormationIconLayer layer, final... method getLayer (line 79) | public LayeredFormationIconLayer getLayer() { method setLayer (line 83) | public void setLayer(final LayeredFormationIconLayer layer) { method getCategoryPath (line 87) | public String getCategoryPath() { method getBaseImage (line 92) | @Override method writeToXML (line 108) | @Override method writeBodyToXML (line 113) | @Override method parseFromXML (line 119) | public static FormationPieceIcon parseFromXML(final Node wn) { method parseNode (line 130) | @Override method toString (line 140) | @Override method equals (line 146) | @Override method hashCode (line 160) | @Override method clone (line 165) | @Override FILE: MekHQ/src/mekhq/campaign/icons/LayeredFormationIcon.java class LayeredFormationIcon (line 71) | public class LayeredFormationIcon extends StandardFormationIcon { method LayeredFormationIcon (line 82) | public LayeredFormationIcon() { method LayeredFormationIcon (line 86) | public LayeredFormationIcon(final @Nullable String category, final @Nu... method LayeredFormationIcon (line 90) | public LayeredFormationIcon(final String category, final String filename, method getPieces (line 104) | public Map> getPie... method setPieces (line 108) | public void setPieces(final Map processIconMapSubNodes(final NodeList... method toString (line 244) | @Override method equals (line 257) | @Override method hashCode (line 268) | @Override method clone (line 273) | @Override FILE: MekHQ/src/mekhq/campaign/icons/StandardFormationIcon.java class StandardFormationIcon (line 54) | public class StandardFormationIcon extends AbstractIcon { method StandardFormationIcon (line 63) | public StandardFormationIcon() { method StandardFormationIcon (line 67) | public StandardFormationIcon(final @Nullable String category, final @N... method hasDefaultFilename (line 73) | @Override method getBaseImage (line 79) | @Override method writeToXML (line 105) | @Override method parseFromXML (line 110) | public static StandardFormationIcon parseFromXML(final Node wn) { method clone (line 122) | @Override FILE: MekHQ/src/mekhq/campaign/icons/UnitIcon.java class UnitIcon (line 50) | public class UnitIcon extends StandardFormationIcon { method UnitIcon (line 58) | public UnitIcon() { method UnitIcon (line 62) | public UnitIcon(final @Nullable String category, final @Nullable Strin... method getFilename (line 68) | @Override method setFilename (line 73) | @Override method hasDefaultFilename (line 81) | @Override method getImage (line 88) | @Override method writeToXML (line 98) | @Override method writeBodyToXML (line 103) | @Override method parseFromXML (line 114) | public static UnitIcon parseFromXML(final Node wn) { method parseNodes (line 125) | @Override method clone (line 135) | @Override FILE: MekHQ/src/mekhq/campaign/icons/enums/LayeredFormationIconLayer.java type LayeredFormationIconLayer (line 50) | public enum LayeredFormationIconLayer { method LayeredFormationIconLayer (line 88) | LayeredFormationIconLayer(final String name, final String toolTipText,... method getToolTipText (line 101) | public String getToolTipText() { method getLayerPath (line 105) | public String getLayerPath() { method getTableName (line 109) | @Deprecated(since = "0.51.0", forRemoval = true) method getListSelectionMode (line 114) | public int getListSelectionMode() { method isType (line 120) | public boolean isType() { method isFormation (line 124) | public boolean isFormation() { method isAdjustment (line 128) | public boolean isAdjustment() { method isAlphanumeric (line 132) | @Deprecated(since = "0.51.0", forRemoval = true) method isSpecialModifier (line 137) | @Deprecated(since = "0.51.0", forRemoval = true) method isBackground (line 142) | public boolean isBackground() { method isFrame (line 146) | public boolean isFrame() { method isLogo (line 150) | public boolean isLogo() { method getInDrawOrder (line 158) | public static List getInDrawOrder() { method toString (line 162) | @Override FILE: MekHQ/src/mekhq/campaign/icons/enums/OperationalStatus.java type OperationalStatus (line 45) | public enum OperationalStatus { method OperationalStatus (line 59) | OperationalStatus(final String filename) { method getFilename (line 65) | public String getFilename() { method isFullyOperational (line 71) | @Deprecated(since = "0.51.0", forRemoval = true) method isSubstantiallyOperational (line 76) | @Deprecated(since = "0.51.0", forRemoval = true) method isMarginallyOperational (line 81) | @Deprecated(since = "0.51.0", forRemoval = true) method isNotOperational (line 86) | @Deprecated(since = "0.51.0", forRemoval = true) method isFactoryFresh (line 91) | @Deprecated(since = "0.51.0", forRemoval = true) method determineLayeredFormationIconOperationalStatus (line 105) | public static OperationalStatus determineLayeredFormationIconOperation... method fromInt (line 131) | @Deprecated(since = "0.51.0", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/io/CampaignXmlParseException.java class CampaignXmlParseException (line 40) | public class CampaignXmlParseException extends Exception { method CampaignXmlParseException (line 41) | @Deprecated(since = "0.51.0", forRemoval = true) method CampaignXmlParseException (line 46) | public CampaignXmlParseException(String message) { method CampaignXmlParseException (line 50) | public CampaignXmlParseException(Throwable e) { method CampaignXmlParseException (line 54) | @Deprecated(since = "0.51.0", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/io/CampaignXmlParser.java method close (line 167) | public void close() throws IOException { method parse (line 179) | public Campaign parse() throws CampaignXmlParseException, NullEntityExce... method fixupUnitTechProblems (line 749) | private void fixupUnitTechProblems(Campaign retVal) { method processInfoNode (line 781) | private static void processInfoNode(Campaign campaign, Node parentNode, ... method processCombatTeamNodes (line 1252) | private static void processCombatTeamNodes(Campaign campaign, Node worki... method processPastVersionNodes (line 1294) | private static void processPastVersionNodes(Campaign campaign, Node work... method cleanupGhostKills (line 1330) | private static void cleanupGhostKills(Campaign retVal) { method processFinances (line 1346) | private static void processFinances(Campaign retVal, Node wn) { method processForces (line 1356) | @Deprecated(since = "0.50.11") method processFormations (line 1395) | private static void processFormations(Campaign retVal, Node wn, Version ... method processPersonnelNodes (line 1433) | private static void processPersonnelNodes(Campaign campaign, Node wn, Ve... method performEdgeConversion (line 1487) | private static void performEdgeConversion(Campaign campaign, Person pers... method correctSexualPreferencesForCurrentSpouse (line 1541) | private static void correctSexualPreferencesForCurrentSpouse(Collection<... method processSkillTypeNodes (line 1557) | private static void processSkillTypeNodes(Node wn, Version version) { method processStoryArcNodes (line 1587) | private static void processStoryArcNodes(Campaign retVal, Node wn, Versi... method processPersonnelWhoAdvancedInXP (line 1612) | private static List processPersonnelWhoAdvancedInXP(Node working... method processAutomatedMothballNodes (line 1645) | private static List processAutomatedMothballNodes(Node workingNode) { method processSpecialAbilityNodes (line 1676) | private static void processSpecialAbilityNodes(Campaign retVal, Node wn,... method processKillNodes (line 1707) | private static void processKillNodes(Campaign retVal, Node wn, Version v... method processCustom (line 1743) | private static boolean processCustom(Campaign retVal, Node wn) { method tryWriteCustomToFile (line 1823) | private static boolean tryWriteCustomToFile(String fileName, String cont... method processMissionNodes (line 1839) | private static void processMissionNodes(Campaign retVal, Node wn, Versio... method checkUnits (line 1875) | private static @Nullable String checkUnits(final Node wn) { method processUnitNodes (line 1927) | private static void processUnitNodes(Campaign retVal, Node wn, Version v... method processPartNodes (line 1956) | private static void processPartNodes(Campaign retVal, Node wn, Version v... method postProcessParts (line 1988) | private static void postProcessParts(Campaign retVal, Version version) { method isLegacyMASC (line 2190) | private static boolean isLegacyMASC(Part p) { method isLegacyMissingMASC (line 2205) | private static boolean isLegacyMissingMASC(Part p) { method updatePlanetaryEventsFromXML (line 2212) | private static void updatePlanetaryEventsFromXML(Node wn) { method processPartsInUse (line 2220) | private static void processPartsInUse(Campaign retVal, Node wn, Version ... method processPartsInUseRequestedStockMap (line 2247) | private static void processPartsInUseRequestedStockMap(Campaign retVal, ... method processPartsInUseRequestedStockMapVal (line 2270) | private static void processPartsInUseRequestedStockMapVal(Campaign retVa... FILE: MekHQ/src/mekhq/campaign/log/AssignmentLogEntry.java class AssignmentLogEntry (line 40) | public class AssignmentLogEntry extends LogEntry { method AssignmentLogEntry (line 41) | public AssignmentLogEntry(LocalDate date, String desc) { FILE: MekHQ/src/mekhq/campaign/log/AssignmentLogger.java class AssignmentLogger (line 51) | public class AssignmentLogger { method assignedTo (line 57) | public static void assignedTo(Person person, LocalDate date, String un... method reassignedTo (line 62) | public static void reassignedTo(Person person, LocalDate date, String ... method removedFrom (line 67) | public static void removedFrom(Person person, LocalDate date, String u... method addedToTOEFormation (line 72) | public static void addedToTOEFormation(Campaign campaign, Person perso... method reassignedTOEFormation (line 83) | public static void reassignedTOEFormation(final Campaign campaign, fin... method removedFromTOEFormation (line 109) | public static void removedFromTOEFormation(Campaign campaign, Person p... FILE: MekHQ/src/mekhq/campaign/log/AwardLogEntry.java class AwardLogEntry (line 46) | public class AwardLogEntry extends LogEntry { method AwardLogEntry (line 47) | public AwardLogEntry(LocalDate date, String desc) { method onLogEntryEdited (line 51) | @Override FILE: MekHQ/src/mekhq/campaign/log/AwardLogger.java class AwardLogger (line 51) | public class AwardLogger { method award (line 56) | public static void award(Person person, LocalDate date, Award award) { method removedAward (line 62) | public static void removedAward(Person person, LocalDate date, Award a... method getAwardFromLogEntry (line 76) | public static @Nullable Award getAwardFromLogEntry(final @Nullable Per... FILE: MekHQ/src/mekhq/campaign/log/CustomLogEntry.java class CustomLogEntry (line 42) | public class CustomLogEntry extends LogEntry { method CustomLogEntry (line 43) | public CustomLogEntry(LocalDate date, String desc) { FILE: MekHQ/src/mekhq/campaign/log/HistoricalLogEntry.java class HistoricalLogEntry (line 42) | public class HistoricalLogEntry extends LogEntry { method HistoricalLogEntry (line 43) | public HistoricalLogEntry(LocalDate date, String desc) { FILE: MekHQ/src/mekhq/campaign/log/LogEntry.java class LogEntry (line 45) | public class LogEntry implements Cloneable { method LogEntry (line 51) | protected LogEntry(LocalDate date, String desc) { method LogEntry (line 56) | protected LogEntry(LocalDate date, String desc, LogEntryType type) { method getDate (line 62) | public LocalDate getDate() { method setDate (line 66) | public void setDate(LocalDate date) { method getDesc (line 70) | public String getDesc() { method setDesc (line 74) | public void setDesc(String desc) { method getType (line 78) | public LogEntryType getType() { method setType (line 82) | public void setType(LogEntryType type) { method writeToXML (line 86) | public void writeToXML(PrintWriter printWriter, int indent) { method toString (line 98) | @Override method clone (line 111) | @Override method hashCode (line 116) | @Override method equals (line 121) | @Override method onLogEntryEdited (line 144) | public void onLogEntryEdited(LocalDate originalDate, LocalDate newDate... FILE: MekHQ/src/mekhq/campaign/log/LogEntryFactory.java class LogEntryFactory (line 48) | public class LogEntryFactory { method LogEntryFactory (line 53) | public LogEntryFactory() { method getInstance (line 57) | public static LogEntryFactory getInstance() { method generateNew (line 73) | public LogEntry generateNew(LocalDate date, String desc, LogEntryType ... method generateInstanceFromXML (line 93) | public @Nullable LogEntry generateInstanceFromXML(Node wn) { FILE: MekHQ/src/mekhq/campaign/log/LogEntryType.java type LogEntryType (line 35) | public enum LogEntryType { FILE: MekHQ/src/mekhq/campaign/log/MedicalLogEntry.java class MedicalLogEntry (line 42) | public class MedicalLogEntry extends LogEntry { method MedicalLogEntry (line 43) | public MedicalLogEntry(LocalDate date, String desc) { FILE: MekHQ/src/mekhq/campaign/log/MedicalLogger.java class MedicalLogger (line 53) | public class MedicalLogger { method inoculation (line 57) | public static void inoculation(Person person, LocalDate date, String p... method specificInoculation (line 64) | public static void specificInoculation(Person person, LocalDate date, ... method antibodies (line 71) | public static void antibodies(Person person, LocalDate date, String pl... method specificAntibodies (line 78) | public static void specificAntibodies(Person person, LocalDate date, S... method successfulSurgery (line 85) | public static void successfulSurgery(Person person, LocalDate date, St... method failedSurgery (line 92) | public static void failedSurgery(Person person, LocalDate date, String... method severedSpine (line 99) | public static MedicalLogEntry severedSpine(Person person, LocalDate da... method brokenRibPunctureDead (line 109) | public static MedicalLogEntry brokenRibPunctureDead(Person person, Loc... method brokenRibPuncture (line 117) | public static MedicalLogEntry brokenRibPuncture(Person person, LocalDa... method developedEncephalopathy (line 125) | public static MedicalLogEntry developedEncephalopathy(Person person, L... method concussionWorsened (line 132) | public static MedicalLogEntry concussionWorsened(Person person, LocalD... method developedCerebralContusion (line 139) | public static MedicalLogEntry developedCerebralContusion(Person person... method diedDueToBrainTrauma (line 146) | public static MedicalLogEntry diedDueToBrainTrauma(Person person, Loca... method diedOfInternalBleeding (line 153) | public static MedicalLogEntry diedOfInternalBleeding(Person person, Lo... method internalBleedingWorsened (line 160) | public static MedicalLogEntry internalBleedingWorsened(Person person, ... method returnedWithInjuries (line 167) | public static void returnedWithInjuries(Person person, LocalDate date,... method docMadeAMistake (line 174) | public static void docMadeAMistake(Person doctor, Person patient, Inju... method docAmazingWork (line 181) | public static void docAmazingWork(Person doctor, Person patient, Injur... method successfullyTreated (line 189) | public static void successfullyTreated(Person doctor, Person patient, ... method injuryDidntHealProperly (line 196) | public static void injuryDidntHealProperly(Person patient, LocalDate d... method injuryHealed (line 202) | public static void injuryHealed(Person patient, LocalDate date, Injury... method injuryBecamePermanent (line 208) | public static void injuryBecamePermanent(Person patient, LocalDate dat... method diedInInfirmary (line 214) | public static void diedInInfirmary(Person person, LocalDate date) { method abductedFromInfirmary (line 218) | public static void abductedFromInfirmary(Person person, LocalDate date) { method retiredAndTransferredFromInfirmary (line 223) | public static void retiredAndTransferredFromInfirmary(Person person, L... method dismissedFromInfirmary (line 228) | public static void dismissedFromInfirmary(Person person, LocalDate dat... method dismissedFromInfirmary (line 233) | public static void dismissedFromInfirmary(Person person, Campaign camp... method deliveredBaby (line 239) | public static void deliveredBaby(Person patient, Person baby, LocalDat... method hasConceived (line 246) | public static void hasConceived(Person patient, LocalDate date, String... method unsuccessfullyTreatedAltAdvancedMedical (line 256) | public static void unsuccessfullyTreatedAltAdvancedMedical(Person pati... method permanentInjuryAltAdvancedMedical (line 261) | public static void permanentInjuryAltAdvancedMedical(Person patient, L... FILE: MekHQ/src/mekhq/campaign/log/PatientLogEntry.java class PatientLogEntry (line 40) | public class PatientLogEntry extends LogEntry { method PatientLogEntry (line 41) | public PatientLogEntry(LocalDate date, String desc) { FILE: MekHQ/src/mekhq/campaign/log/PatientLogger.java class PatientLogger (line 47) | public class PatientLogger { method gainedXpFromMedWork (line 54) | @Deprecated(since = "0.50.07", forRemoval = true) method successfullyTreatedWithXp (line 63) | @Deprecated(since = "0.50.07", forRemoval = true) method successfullyTreated (line 70) | public static void successfullyTreated(Person doctor, Person patient, ... method successfullyTreatedAltAdvancedMedical (line 76) | public static void successfullyTreatedAltAdvancedMedical(Person doctor... method successfullyTreatedOwnInjuryAltAdvancedMedical (line 83) | public static void successfullyTreatedOwnInjuryAltAdvancedMedical(Pers... FILE: MekHQ/src/mekhq/campaign/log/PerformanceLogEntry.java class PerformanceLogEntry (line 40) | public class PerformanceLogEntry extends LogEntry { method PerformanceLogEntry (line 41) | public PerformanceLogEntry(LocalDate date, String desc) { FILE: MekHQ/src/mekhq/campaign/log/PerformanceLogger.java class PerformanceLogger (line 48) | public class PerformanceLogger { method improvedSkill (line 55) | @Deprecated(since = "0.50.07", forRemoval = true) method improvedSkill (line 74) | public static void improvedSkill(final boolean isLogSkillGain, final P... method gainedSPA (line 82) | public static void gainedSPA(final Campaign campaign, final Person per... method paidOffFlaw (line 89) | public static void paidOffFlaw(final Campaign campaign, final Person p... method gainedEdge (line 97) | public static void gainedEdge(final Campaign campaign, final Person pe... method changedEdge (line 104) | @Deprecated(since = "0.51.0", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/log/PersonalLogEntry.java class PersonalLogEntry (line 42) | public class PersonalLogEntry extends LogEntry { method PersonalLogEntry (line 43) | public PersonalLogEntry(LocalDate date, String desc) { FILE: MekHQ/src/mekhq/campaign/log/PersonalLogger.java class PersonalLogger (line 49) | public class PersonalLogger { method spouseKia (line 53) | public static void spouseKia(Person spouse, Person person, LocalDate d... method RelativeHasDied (line 58) | public static void RelativeHasDied(Person person, Person relative, Str... method divorcedFrom (line 64) | public static void divorcedFrom(Person person, Person spouse, LocalDat... method widowedBy (line 69) | public static void widowedBy(Person person, Person spouse, LocalDate d... method marriage (line 74) | public static void marriage(Person person, Person spouse, LocalDate da... method marriageNameChange (line 79) | public static void marriageNameChange(Person person, Person spouse, Lo... method spouseConceived (line 93) | public static void spouseConceived(Person person, String spouseName, L... method ourChildBorn (line 104) | public static void ourChildBorn(Person person, Person baby, String spo... FILE: MekHQ/src/mekhq/campaign/log/ServiceLogEntry.java class ServiceLogEntry (line 42) | public class ServiceLogEntry extends LogEntry { method ServiceLogEntry (line 43) | public ServiceLogEntry(LocalDate date, String desc) { FILE: MekHQ/src/mekhq/campaign/log/ServiceLogger.java class ServiceLogger (line 49) | public class ServiceLogger { method retireDueToWounds (line 54) | @Deprecated(since = "0.51.0", forRemoval = true) method madeBondsman (line 61) | public static void madeBondsman(Person person, LocalDate date, String ... method madeBondsman (line 66) | @Deprecated(since = "0.51.0", forRemoval = true) method madePrisoner (line 71) | public static void madePrisoner(Person person, LocalDate date, String ... method madePrisoner (line 76) | @Deprecated(since = "0.51.0", forRemoval = true) method joined (line 81) | public static void joined(Person person, LocalDate date, String name, ... method freed (line 86) | public static void freed(Person person, LocalDate date) { method freed (line 90) | public static void freed(Person person, LocalDate date, String name, S... method changedStatus (line 95) | public static void changedStatus(final Person person, final LocalDate ... method eduEnrolled (line 99) | public static void eduEnrolled(Person person, LocalDate date, String i... method eduReEnrolled (line 104) | public static void eduReEnrolled(Person person, LocalDate date, String... method eduGraduated (line 109) | public static void eduGraduated(Person person, LocalDate date, String ... method eduGraduatedPlus (line 114) | public static void eduGraduatedPlus(Person person, LocalDate date, Str... method eduGraduatedMasters (line 123) | public static void eduGraduatedMasters(Person person, LocalDate date, ... method eduGraduatedDoctorate (line 128) | public static void eduGraduatedDoctorate(Person person, LocalDate date... method eduFailed (line 135) | public static void eduFailed(Person person, LocalDate date, String ins... method eduFailedApplication (line 140) | public static void eduFailedApplication(Person person, LocalDate date,... method recoveredMia (line 145) | public static void recoveredMia(Person person, LocalDate date) { method recoveredPoW (line 149) | public static void recoveredPoW(Person person, LocalDate date) { method returnedFromLeave (line 153) | public static void returnedFromLeave(Person person, LocalDate date) { method returnedFromEducation (line 158) | public static void returnedFromEducation(Person person, LocalDate date) { method returnedFromAWOL (line 163) | public static void returnedFromAWOL(Person person, LocalDate date) { method returnedFromMissing (line 167) | public static void returnedFromMissing(Person person, LocalDate date) { method resurrected (line 172) | public static void resurrected(Person person, LocalDate date) { method rehired (line 176) | public static void rehired(Person person, LocalDate date) { method retired (line 180) | public static void retired(Person person, LocalDate date) { method resigned (line 184) | public static void resigned(Person person, LocalDate date) { method deserted (line 188) | public static void deserted(Person person, LocalDate date) { method defected (line 192) | public static void defected(Person person, LocalDate date) { method sacked (line 196) | public static void sacked(Person person, LocalDate date) { method left (line 200) | public static void left(Person person, LocalDate date) { method promotedTo (line 204) | public static void promotedTo(Person person, LocalDate date) { method demotedTo (line 209) | public static void demotedTo(Person person, LocalDate date) { method participatedInScenarioDuringMission (line 214) | public static void participatedInScenarioDuringMission(Person person, ... method capturedInScenarioDuringMission (line 220) | public static void capturedInScenarioDuringMission(Person person, Loca... method orphaned (line 232) | public static void orphaned(Person person, LocalDate date) { FILE: MekHQ/src/mekhq/campaign/market/PartsInUseManager.java class PartsInUseManager (line 90) | public class PartsInUseManager { method PartsInUseManager (line 103) | public PartsInUseManager(Campaign campaign) { method getPartInUse (line 131) | private PartInUse getPartInUse(Part part) { method getDefaultStockPercent (line 167) | private int getDefaultStockPercent(Part part) { method updatePartInUseData (line 214) | private void updatePartInUseData(PartInUse partInUse, Part incomingPar... method updatePartInUse (line 274) | public void updatePartInUse(PartInUse partInUse, boolean ignoreMothbal... method getPartsInUse (line 326) | public Set getPartsInUse(boolean ignoreMothballedUnits, boo... method stockUpPartsInUse (line 414) | public int stockUpPartsInUse(Set partsInUse) { method stockUpPartsInUseGM (line 438) | public void stockUpPartsInUseGM(Set partsInUse) { method findStockUpAmount (line 465) | private int findStockUpAmount(PartInUse PartInUse) { method getStockKey (line 486) | public static String getStockKey(PartInUse partInUse) { FILE: MekHQ/src/mekhq/campaign/market/PartsStore.java class PartsStore (line 97) | public class PartsStore { method PartsStore (line 104) | public PartsStore() { method getInventory (line 111) | public ArrayList getInventory() { method getByNameAndDetails (line 115) | @Deprecated(since = "0.51.0", forRemoval = true) method stock (line 120) | public void stock(Campaign c) { method stockBattleArmorSuits (line 149) | protected void stockBattleArmorSuits(Campaign c) { method stockWeaponsAmmoAndEquipment (line 172) | protected void stockWeaponsAmmoAndEquipment(Campaign campaign) { method stockMekActuators (line 307) | protected void stockMekActuators(Campaign c) { method getEngineTonnage (line 320) | private double getEngineTonnage(Engine engine) { method stockEngines (line 357) | protected void stockEngines(Campaign c) { method stockGyros (line 402) | protected void stockGyros(Campaign c) { method stockMekComponents (line 427) | protected void stockMekComponents(Campaign c) { method stockAeroComponents (line 442) | protected void stockAeroComponents(Campaign c) { method stockVeeComponents (line 470) | protected void stockVeeComponents(Campaign c) { method stockArmor (line 479) | protected void stockArmor(Campaign c) { method stockMekLocations (line 494) | protected void stockMekLocations(Campaign c) { method addMekLocation (line 508) | protected void addMekLocation(Campaign c, int loc, int ton, int type, ... method stockProtomekLocations (line 524) | protected void stockProtomekLocations(Campaign c) { method stockProtomekComponents (line 537) | protected void stockProtomekComponents(Campaign c) { FILE: MekHQ/src/mekhq/campaign/market/PersonnelMarket.java class PersonnelMarket (line 76) | @Deprecated(since = "0.50.06") method PersonnelMarket (line 100) | public PersonnelMarket() { method PersonnelMarket (line 105) | public PersonnelMarket(Campaign c) { method setType (line 116) | public void setType(String key) { method handleCampaignOptionsEvent (line 123) | @Subscribe method generatePersonnelForDay (line 147) | public void generatePersonnelForDay(Campaign campaign) { method generatePersonnelReport (line 205) | private void generatePersonnelReport(Campaign campaign) { method removePersonnelForDay (line 240) | public void removePersonnelForDay(Campaign c) { method removeAll (line 255) | public void removeAll() { method setPersonnel (line 260) | public void setPersonnel(List p) { method getPersonnel (line 264) | public List getPersonnel() { method addPerson (line 268) | public void addPerson(Person p) { method addPerson (line 272) | @Deprecated(since = "0.51.0", forRemoval = true) method removePerson (line 278) | public void removePerson(Person p) { method addAttachedEntity (line 289) | public void addAttachedEntity(UUID pid, Entity en) { method getAttachedEntity (line 300) | public Entity getAttachedEntity(Person p) { method getAttachedEntity (line 311) | public Entity getAttachedEntity(UUID pid) { method removeAttachedEntity (line 320) | public void removeAttachedEntity(UUID pid) { method getPaidRecruitment (line 324) | public boolean getPaidRecruitment() { method setPaidRecruitment (line 328) | public void setPaidRecruitment(boolean pr) { method getPaidRecruitRole (line 332) | public PersonnelRole getPaidRecruitRole() { method setPaidRecruitRole (line 336) | public void setPaidRecruitRole(PersonnelRole paidRecruitRole) { method writeToXML (line 340) | public void writeToXML(final PrintWriter pw, int indent, final Campaig... method generateInstanceFromXML (line 366) | public static PersonnelMarket generateInstanceFromXML(Node wn, Campaig... method getTypeName (line 437) | public static String getTypeName(int type) { method isNone (line 449) | public boolean isNone() { method getUnitMainForceType (line 453) | public static long getUnitMainForceType(Campaign c) { method getUnitMainForceTypes (line 478) | public static long getUnitMainForceTypes(Campaign c) { method getShipSearchTarget (line 550) | @Deprecated(since = "0.50.06", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/market/PersonnelMarketCampaignOps.java class PersonnelMarketCampaignOps (line 48) | @Deprecated(since = "0.50.06") method getModuleName (line 50) | @Override method generatePersonnelForDay (line 55) | @Override method removePersonnelForDay (line 89) | @Override FILE: MekHQ/src/mekhq/campaign/market/PersonnelMarketDisabled.java class PersonnelMarketDisabled (line 42) | @Deprecated(since = "0.50.06") method getModuleName (line 46) | @Override method generatePersonnelForDay (line 51) | @Override method removePersonnelForDay (line 56) | @Override FILE: MekHQ/src/mekhq/campaign/market/PersonnelMarketDylan.java class PersonnelMarketDylan (line 47) | @Deprecated(since = "0.50.06") method getModuleName (line 50) | @Override method generatePersonnelForDay (line 55) | @Override FILE: MekHQ/src/mekhq/campaign/market/PersonnelMarketFMMr.java class PersonnelMarketFMMr (line 51) | @Deprecated(since = "0.50.06") method getModuleName (line 54) | @Override method generatePersonnelForDay (line 59) | @Override method removePersonnelForDay (line 120) | @Override FILE: MekHQ/src/mekhq/campaign/market/PersonnelMarketRandom.java class PersonnelMarketRandom (line 51) | @Deprecated(since = "0.50.06") method getModuleName (line 54) | @Override method generatePersonnelForDay (line 59) | @Override method removePersonnelForDay (line 73) | @Override method generateRandomQuantity (line 81) | int generateRandomQuantity() { FILE: MekHQ/src/mekhq/campaign/market/ShoppingList.java class ShoppingList (line 80) | public class ShoppingList { method ShoppingList (line 88) | public ShoppingList() { method ShoppingList (line 92) | public ShoppingList(List shoppingList) { method getShoppingList (line 98) | public List getShoppingList() { method setShoppingList (line 102) | public void setShoppingList(List shoppingList) { method getShoppingItem (line 107) | public @Nullable IAcquisitionWork getShoppingItem(final Object newEqui... method removeItem (line 114) | public void removeItem(Object equipment) { method addShoppingItemWithoutChecking (line 129) | public void addShoppingItemWithoutChecking(IAcquisitionWork newWork) { method addShoppingItem (line 133) | public void addShoppingItem(IAcquisitionWork newWork, int quantity, Ca... method writeToXML (line 181) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 199) | public static ShoppingList generateInstanceFromXML(Node wn, Campaign c... method restore (line 228) | public void restore() { method removeZeroQuantityFromList (line 244) | public void removeZeroQuantityFromList() { method getTotalBuyCost (line 254) | public Money getTotalBuyCost() { method getPartList (line 262) | public List getPartList() { method getUnitList (line 272) | public List getUnitList() { method isSameEquipment (line 282) | private boolean isSameEquipment(Object equipment, Object newEquipment) { FILE: MekHQ/src/mekhq/campaign/market/contractMarket/AbstractContractMarket.java class AbstractContractMarket (line 84) | public abstract class AbstractContractMarket { method addAtBContract (line 131) | public abstract AtBContract addAtBContract(Campaign campaign); method generateContractOffers (line 138) | public abstract void generateContractOffers(Campaign campaign, boolean... method checkForFollowup (line 146) | public abstract void checkForFollowup(Campaign campaign, AtBContract c... method calculatePaymentMultiplier (line 154) | public abstract double calculatePaymentMultiplier(Campaign campaign, A... method AbstractContractMarket (line 156) | protected AbstractContractMarket(final ContractMarketMethod method) { method getMethod (line 163) | public ContractMarketMethod getMethod() { method removeContract (line 172) | public void removeContract(Contract c) { method rerollClause (line 191) | public void rerollClause(AtBContract contract, int clause, Campaign ca... method getRerollsUsed (line 224) | public int getRerollsUsed(Contract contract, int clause) { method getContracts (line 234) | public List getContracts() { method generateContractOffers (line 242) | public void generateContractOffers(Campaign campaign) { method updateReport (line 246) | protected void updateReport(Campaign campaign) { method calculateRequiredCombatElements (line 274) | public int calculateRequiredCombatElements(Campaign campaign, AtBContr... method calculateRequiredCombatTeams (line 325) | public int calculateRequiredCombatTeams(Campaign campaign, AtBContract... method calculateBypassVarianceReduction (line 369) | private int calculateBypassVarianceReduction(int availableForces) { method getSkillRating (line 387) | protected SkillLevel getSkillRating(int roll, boolean isUseBolsterCont... method getQualityRating (line 399) | protected int getQualityRating(int roll) { method rollCommandClause (line 443) | protected void rollCommandClause(final Contract contract, final int mo... method determineMercenaryCommandRights (line 480) | ContractCommandRights determineMercenaryCommandRights(int roll) { method rollSalvageClause (line 492) | protected void rollSalvageClause(AtBContract contract, int mod, int co... method rollSupportClause (line 509) | protected void rollSupportClause(AtBContract contract, int mod) { method rollTransportClause (line 524) | protected void rollTransportClause(AtBContract contract, int mod) { method setEnemyCode (line 537) | protected void setEnemyCode(AtBContract contract) { method setAttacker (line 566) | protected void setAttacker(AtBContract contract) { method setSystemId (line 573) | protected void setSystemId(AtBContract contract) throws NoContractLoca... method setAllyRating (line 620) | protected void setAllyRating(AtBContract contract, int year, SkillLeve... method setEnemyRating (line 688) | protected void setEnemyRating(AtBContract contract, int year, SkillLev... method calculateFactionModifiers (line 744) | private int calculateFactionModifiers(Faction faction) { method calculateContractTypeModifiers (line 782) | private int calculateContractTypeModifiers(AtBContractType contractTyp... method calculateHistoricalModifiers (line 814) | private int calculateHistoricalModifiers(int year) { method writeToXML (line 838) | @Deprecated(since = "0.50.06", forRemoval = true) method writeToXML (line 842) | public void writeToXML(Campaign campaign, final PrintWriter pw, int in... method generateInstanceFromXML (line 863) | public static AbstractContractMarket generateInstanceFromXML(Node wn, ... method parseMarketMethod (line 926) | private static AbstractContractMarket parseMarketMethod(Node xmlNode) { class ClauseMods (line 959) | protected static class ClauseMods { class NoContractLocationFoundException (line 967) | public static class NoContractLocationFoundException extends RuntimeEx... method NoContractLocationFoundException (line 968) | public NoContractLocationFoundException(String message) { FILE: MekHQ/src/mekhq/campaign/market/contractMarket/AlternatePaymentModelValues.java type AlternatePaymentModelValues (line 86) | public enum AlternatePaymentModelValues { method AlternatePaymentModelValues (line 135) | AlternatePaymentModelValues(Money value) { method getValue (line 147) | public Money getValue() { method getForceValue (line 188) | public static Money getForceValue(Faction campaignFaction, List generateContract(Campaign campaign, Repu... method rollCommandClause (line 316) | @Override method determineEmployer (line 329) | private Faction determineEmployer(Campaign campaign, int ratingMod, Hi... method getRandomEmployer (line 342) | private Faction getRandomEmployer(Campaign campaign, Collection getEmployerTags(Campaign campaign, int ... method determineMission (line 406) | private AtBContractType determineMission(Campaign campaign, Faction em... method getContractTerms (line 425) | private ContractTerms getContractTerms(Campaign campaign, AtBContract ... method setContractClauses (line 432) | private void setContractClauses(AtBContract contract, ContractTerms te... method setCommandRights (line 440) | private void setCommandRights(AtBContract contract, ContractTerms term... method setSalvageRights (line 445) | private void setSalvageRights(AtBContract contract, ContractTerms term... method setSupportRights (line 455) | private void setSupportRights(AtBContract contract, ContractTerms term... method setTransportRights (line 466) | private void setTransportRights(AtBContract contract, ContractTerms te... class HiringHallModifiers (line 471) | private static class HiringHallModifiers { method HiringHallModifiers (line 476) | protected HiringHallModifiers(HiringHallLevel level) { FILE: MekHQ/src/mekhq/campaign/market/contractMarket/ContractAutomation.java class ContractAutomation (line 70) | public class ContractAutomation { method contractStartPrompt (line 83) | public static void contractStartPrompt(Campaign campaign, Contract con... method performAutomatedMothballing (line 181) | public static List performAutomatedMothballing(Campaign campaign) { method performAutomatedActivation (line 229) | public static void performAutomatedActivation(Campaign campaign) { method outOfContractMothballAutomation (line 257) | public static void outOfContractMothballAutomation(Campaign campaign) { FILE: MekHQ/src/mekhq/campaign/market/contractMarket/ContractTerms.java class ContractTerms (line 45) | public class ContractTerms { method ContractTerms (line 54) | public ContractTerms(AtBContractType mission, Faction employer, double... method getOperationsTempoMultiplier (line 62) | public double getOperationsTempoMultiplier() { method getBaseLength (line 66) | @Deprecated(since = "0.51.0", forRemoval = true) method getEmploymentMultiplier (line 71) | public double getEmploymentMultiplier() { method getCommandRights (line 82) | public ContractCommandRights getCommandRights(int roll) { method isSalvageExchange (line 103) | public boolean isSalvageExchange(int roll) { method getSalvagePercentage (line 116) | public int getSalvagePercentage(int roll) { method getSupportPercentage (line 141) | public int getSupportPercentage(int roll) { method isStraightSupport (line 162) | public boolean isStraightSupport(int roll) { method isBattleLossComp (line 175) | public boolean isBattleLossComp(int roll) { method getTransportTerms (line 188) | public int getTransportTerms(int roll) { method addMissionTypeModifiers (line 204) | private void addMissionTypeModifiers(AtBContractType mission) { method addEmployerModifiers (line 269) | private void addEmployerModifiers(Faction employer, LocalDate date) { method addUnitReputationModifiers (line 315) | private void addUnitReputationModifiers(double reputationFactor) { FILE: MekHQ/src/mekhq/campaign/market/contractMarket/ContractTypePicker.java class ContractTypePicker (line 52) | public class ContractTypePicker { method findMissionType (line 69) | public static AtBContractType findMissionType(Faction employer, int co... method getRoll (line 101) | private static int getRoll(int modifier) { method clanTable (line 133) | private static AtBContractType clanTable(int modifier) { method innerSphereTable (line 164) | private static AtBContractType innerSphereTable(int modifier) { method independentTable (line 193) | private static AtBContractType independentTable(int modifier) { method corporationTable (line 222) | private static AtBContractType corporationTable(int modifier) { method pirateTable (line 250) | private static AtBContractType pirateTable(int modifier) { method covertTable (line 272) | private static AtBContractType covertTable(int modifier) { method specialTable (line 302) | private static AtBContractType specialTable(int modifier) { FILE: MekHQ/src/mekhq/campaign/market/contractMarket/DisabledContractMarket.java class DisabledContractMarket (line 39) | public class DisabledContractMarket extends AbstractContractMarket { method DisabledContractMarket (line 40) | public DisabledContractMarket() { method addAtBContract (line 44) | @Override method generateContractOffers (line 49) | @Override method checkForFollowup (line 54) | @Override method calculatePaymentMultiplier (line 59) | @Override FILE: MekHQ/src/mekhq/campaign/market/contractMarket/MissionSelector.java class MissionSelector (line 41) | public class MissionSelector { method getInnerSphereClanMission (line 52) | public static AtBContractType getInnerSphereClanMission(int roll, int ... method getIndependentMission (line 83) | public static AtBContractType getIndependentMission(int roll, int marg... method getCorporationMission (line 114) | public static AtBContractType getCorporationMission(int roll, int marg... method getPirateMission (line 143) | public static AtBContractType getPirateMission(int roll, int margin) { method getSpecialMission (line 152) | private static AtBContractType getSpecialMission(int roll, int margin) { method getCovertMission (line 172) | private static AtBContractType getCovertMission(int roll, int margin) { FILE: MekHQ/src/mekhq/campaign/market/enums/ContractMarketMethod.java type ContractMarketMethod (line 43) | public enum ContractMarketMethod { method ContractMarketMethod (line 56) | ContractMarketMethod(final String name, final String toolTipText) { method getToolTipText (line 65) | public String getToolTipText() { method isNone (line 71) | public boolean isNone() { method isAtBMonthly (line 75) | public boolean isAtBMonthly() { method isCamOps (line 79) | @Deprecated(since = "0.51.0", forRemoval = true) method getContractMarket (line 85) | public AbstractContractMarket getContractMarket() { method toString (line 93) | @Override FILE: MekHQ/src/mekhq/campaign/market/enums/UnitMarketMethod.java type UnitMarketMethod (line 42) | public enum UnitMarketMethod { method UnitMarketMethod (line 54) | UnitMarketMethod(final String name, final String toolTipText) { method getToolTipText (line 63) | public String getToolTipText() { method isNone (line 69) | public boolean isNone() { method isAtBMonthly (line 73) | public boolean isAtBMonthly() { method getUnitMarket (line 78) | public AbstractUnitMarket getUnitMarket() { method toString (line 82) | @Override FILE: MekHQ/src/mekhq/campaign/market/enums/UnitMarketRarity.java type UnitMarketRarity (line 39) | public enum UnitMarketRarity { method UnitMarketRarity (line 57) | UnitMarketRarity(final String name, final int rarityValue) { method getName (line 66) | public String getName() { method getRarityValue (line 70) | public int getRarityValue() { method parseFromString (line 76) | public static UnitMarketRarity parseFromString(final String text) { method toString (line 91) | @Override FILE: MekHQ/src/mekhq/campaign/market/enums/UnitMarketType.java type UnitMarketType (line 44) | public enum UnitMarketType { method UnitMarketType (line 59) | UnitMarketType(final String name) { method isOpen (line 67) | public boolean isOpen() { method isEmployer (line 71) | public boolean isEmployer() { method isMercenary (line 75) | public boolean isMercenary() { method isFactory (line 79) | public boolean isFactory() { method isBlackMarket (line 83) | public boolean isBlackMarket() { method isCivilianMarket (line 87) | public boolean isCivilianMarket() { method parseFromString (line 93) | public static UnitMarketType parseFromString(final String text) { method toString (line 127) | @Override method getPricePercentage (line 141) | public static int getPricePercentage(int modifier) { method getQuality (line 166) | public static PartQuality getQuality(Campaign campaign, UnitMarketType... FILE: MekHQ/src/mekhq/campaign/market/personnelMarket/enums/PersonnelMarketStyle.java type PersonnelMarketStyle (line 48) | public enum PersonnelMarketStyle { method PersonnelMarketStyle (line 68) | PersonnelMarketStyle(String fileNameClan, String fileNameInnerSphere) { method getFileNameClan (line 81) | public String getFileNameClan() { method getFileNameInnerSphere (line 93) | public String getFileNameInnerSphere() { method fromString (line 111) | public static PersonnelMarketStyle fromString(String text) { method toString (line 142) | @Override FILE: MekHQ/src/mekhq/campaign/market/personnelMarket/markets/NewPersonnelMarket.java class NewPersonnelMarket (line 100) | public class NewPersonnelMarket { method NewPersonnelMarket (line 139) | public NewPersonnelMarket() { method generatePersonnelMarketDataFromXML (line 156) | public static NewPersonnelMarket generatePersonnelMarketDataFromXML(fi... method gatherApplications (line 226) | public void gatherApplications() { method generateApplicants (line 260) | public void generateApplicants() { method getSingleApplicant (line 268) | public @Nullable Person getSingleApplicant() { method performConnectionsRecruitsCheck (line 291) | int performConnectionsRecruitsCheck() { method showPersonnelMarketDialog (line 329) | public void showPersonnelMarketDialog() { method writePersonnelMarketDataToXML (line 342) | public void writePersonnelMarketDataToXML(final PrintWriter writer, in... method getResourceBundle (line 371) | String getResourceBundle() { method getLogger (line 378) | MMLogger getLogger() { method getAssociatedPersonnelMarketStyle (line 390) | public PersonnelMarketStyle getAssociatedPersonnelMarketStyle() { method setAssociatedPersonnelMarketStyle (line 402) | public void setAssociatedPersonnelMarketStyle(PersonnelMarketStyle ass... method getLowPopulationRecruitmentDivider (line 414) | public int getLowPopulationRecruitmentDivider() { method setLowPopulationRecruitmentDivider (line 426) | public void setLowPopulationRecruitmentDivider(int lowPopulationRecrui... method getUnitReputationRecruitmentCutoff (line 438) | public int getUnitReputationRecruitmentCutoff() { method setUnitReputationRecruitmentCutoff (line 450) | public void setUnitReputationRecruitmentCutoff(int unitReputationRecru... method getClanMarketEntries (line 462) | public Map getClanMarketEntries() { method setClanMarketEntries (line 474) | public void setClanMarketEntries(Map getInnerSphereMarketEn... method setInnerSphereMarketEntries (line 498) | public void setInnerSphereMarketEntries(Map getApplicantOriginFactions() { method setApplicantOriginFactions (line 622) | public void setApplicantOriginFactions(List applicantOriginFa... method getCurrentApplicants (line 634) | public List getCurrentApplicants() { method getLastSelectedFilter (line 649) | public int getLastSelectedFilter() { method setLastSelectedFilter (line 661) | public void setLastSelectedFilter(int lastSelectedFilter) { method addApplicant (line 673) | public void addApplicant(Person applicant) { method clearCurrentApplicants (line 685) | public void clearCurrentApplicants() { method setCurrentApplicants (line 697) | public void setCurrentApplicants(List currentApplicants) { method isOfferingGoldenHello (line 709) | public boolean isOfferingGoldenHello() { method setOfferingGoldenHello (line 721) | public void setOfferingGoldenHello(boolean offeringGoldenHello) { method isWasOfferingGoldenHello (line 733) | public boolean isWasOfferingGoldenHello() { method setWasOfferingGoldenHello (line 745) | public void setWasOfferingGoldenHello(boolean wasOfferingGoldenHello) { method getHasRarePersonnel (line 757) | public boolean getHasRarePersonnel() { method setHasRarePersonnel (line 769) | @Deprecated(since = "0.50.07", forRemoval = true) method getRarePersonnel (line 782) | public Set getRarePersonnel() { method addRarePerson (line 794) | public void addRarePerson(UUID personId) { method getRareProfessions (line 808) | public List getRareProfessions() { method addRareProfession (line 820) | public void addRareProfession(PersonnelRole rareProfession) { method getRecruitmentRolls (line 832) | public int getRecruitmentRolls() { method setRecruitmentRolls (line 844) | public void setRecruitmentRolls(int recruitmentRolls) { method getCurrentSystem (line 856) | public PlanetarySystem getCurrentSystem() { method setCurrentSystem (line 871) | public void setCurrentSystem(PlanetarySystem currentSystem) { method getAvailabilityMessage (line 883) | public String getAvailabilityMessage() { method reinitializeKeyData (line 893) | void reinitializeKeyData() { method sanitizeMarketEntries (line 920) | public Map sanitizeMarketEntries( method getMarketEntriesAsList (line 958) | public List getMarketEntriesAsList(Map getClanMarketMekHQ() { method getInnerSphereMarketMekHQ (line 117) | public Map getInnerSphereMarketMe... method getClanMarketCamOpsRevised (line 126) | public Map getClanMarketCamOpsRev... method getInnerSphereMarketCamOpsRevised (line 135) | public Map getInnerSphereMarketCa... method getClanMarketCamOpsStrict (line 144) | public Map getClanMarketCamOpsStr... method getInnerSphereMarketCamOpsStrict (line 153) | public Map getInnerSphereMarketCa... method readEntriesAsMap (line 169) | private Map readEntriesAsMap(Stri... FILE: MekHQ/src/mekhq/campaign/market/procurement/Procurement.java class Procurement (line 58) | public class Procurement { method Procurement (line 74) | public Procurement(int negotiatorSkillRating, int gameYear, Faction or... method getFactionTechCode (line 92) | @Deprecated method getTechFaction (line 104) | public static megamek.common.enums.Faction getTechFaction(Faction fact... method makeProcurementChecks (line 138) | public List makeProcurementChecks(List parts, boolean useH... method getProcurementTargetNumber (line 161) | private int getProcurementTargetNumber(Part part, boolean useHardExtin... method getNegotiatorModifier (line 195) | private int getNegotiatorModifier() { method getConsumableBaseTargetNumber (line 223) | private int getConsumableBaseTargetNumber(Part part, boolean useHardEx... method getBaseTargetNumber (line 258) | private int getBaseTargetNumber(Part part, boolean useHardExtinction) { method getAvailability (line 281) | private AvailabilityValue getAvailability(Part part, boolean useHardEx... method performTrulyExtinctCheck (line 309) | private AvailabilityValue performTrulyExtinctCheck(Part part, Availabi... method getClanBaseAvailability (line 334) | private AvailabilityValue getClanBaseAvailability(Part part, Availabil... method getInnerSphereBaseAvailability (line 365) | private AvailabilityValue getInnerSphereBaseAvailability(Part part, Av... method getCommonBaseAvailability (line 392) | private AvailabilityValue getCommonBaseAvailability(Part part, Availab... FILE: MekHQ/src/mekhq/campaign/market/unitMarket/AbstractUnitMarket.java class AbstractUnitMarket (line 61) | public abstract class AbstractUnitMarket { method AbstractUnitMarket (line 73) | protected AbstractUnitMarket(final UnitMarketMethod method) { method getMethod (line 80) | public UnitMarketMethod getMethod() { method getOffers (line 84) | public List getOffers() { method setOffers (line 88) | public void setOffers(final List offers) { method processNewDay (line 100) | public abstract void processNewDay(Campaign campaign); method generateUnitOffers (line 109) | public abstract void generateUnitOffers(Campaign campaign); method addOffers (line 123) | public abstract void addOffers(Campaign campaign, int number, UnitMark... method addSingleUnit (line 136) | public @Nullable String addSingleUnit(final Campaign campaign, final U... method addSingleUnit (line 160) | public @Nullable String addSingleUnit(final Campaign campaign, final U... method addSingleUnit (line 187) | protected @Nullable String addSingleUnit(final Campaign campaign, fina... method addSingleUnit (line 220) | public String addSingleUnit(final Campaign campaign, final UnitMarketT... method generateWeight (line 245) | protected abstract int generateWeight(Campaign campaign, int unitType,... method generateTransitDuration (line 252) | protected int generateTransitDuration(final Campaign campaign) { method writeRefreshReport (line 262) | protected void writeRefreshReport(final Campaign campaign) { method removeUnitOffers (line 276) | protected abstract void removeUnitOffers(Campaign campaign); method writeToXML (line 288) | public void writeToXML(final PrintWriter pw, int indent) { method writeBodyToXML (line 301) | protected void writeBodyToXML(final PrintWriter pw, int indent) { method fillFromXML (line 315) | public void fillFromXML(final Node wn, final Campaign campaign, final ... method parseXMLNode (line 338) | protected void parseXMLNode(final Node wn, final Campaign campaign, fi... FILE: MekHQ/src/mekhq/campaign/market/unitMarket/AtBMonthlyUnitMarket.java class AtBMonthlyUnitMarket (line 75) | public class AtBMonthlyUnitMarket extends AbstractUnitMarket { method AtBMonthlyUnitMarket (line 79) | public AtBMonthlyUnitMarket() { method processNewDay (line 91) | @Override method generateUnitOffers (line 106) | @Override method getMarketItemCount (line 344) | private int getMarketItemCount(Campaign campaign, UnitMarketRarity rar... method addOffers (line 356) | @Override method generateWeight (line 429) | @Override method removeUnitOffers (line 442) | @Override FILE: MekHQ/src/mekhq/campaign/market/unitMarket/DisabledUnitMarket.java class DisabledUnitMarket (line 50) | public class DisabledUnitMarket extends AbstractUnitMarket { method DisabledUnitMarket (line 52) | public DisabledUnitMarket() { method setOffers (line 59) | @Override method processNewDay (line 67) | @Override method generateUnitOffers (line 72) | @Override method addSingleUnit (line 77) | @Override method addOffers (line 84) | @Override method generateWeight (line 91) | @Override method removeUnitOffers (line 98) | @Override method writeToXML (line 106) | @Override method fillFromXML (line 111) | @Override FILE: MekHQ/src/mekhq/campaign/market/unitMarket/UnitMarketOffer.java class UnitMarketOffer (line 52) | public class UnitMarketOffer { method UnitMarketOffer (line 65) | private UnitMarketOffer(CampaignOptions campaignOptions) { method UnitMarketOffer (line 69) | public UnitMarketOffer(final UnitMarketType marketType, final int unit... method getMarketType (line 81) | public UnitMarketType getMarketType() { method setMarketType (line 85) | public void setMarketType(final UnitMarketType marketType) { method getUnitType (line 89) | public int getUnitType() { method setUnitType (line 93) | public void setUnitType(final int unitType) { method getUnit (line 97) | public MekSummary getUnit() { method setUnit (line 101) | public void setUnit(final MekSummary unit) { method getPercent (line 105) | public int getPercent() { method setPercent (line 109) | public void setPercent(final int percent) { method getTransitDuration (line 113) | public int getTransitDuration() { method setTransitDuration (line 117) | public void setTransitDuration(final int transitDuration) { method getEntity (line 125) | public @Nullable Entity getEntity() { method getPrice (line 139) | public Money getPrice() { method writeToXML (line 154) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 164) | public static @Nullable UnitMarketOffer generateInstanceFromXML(final ... FILE: MekHQ/src/mekhq/campaign/mission/AtBContract.java class AtBContract (line 157) | public class AtBContract extends Contract { method AtBContract (line 232) | protected AtBContract() { method setRoutEndDate (line 241) | public void setRoutEndDate(LocalDate routEnd) { method AtBContract (line 245) | public AtBContract(String name) { method initContractDetails (line 284) | public void initContractDetails(Campaign campaign) { method pickRandomCamouflage (line 311) | public static Camouflage pickRandomCamouflage(int currentYear, String ... method getCamouflageDirectory (line 358) | private static String getCamouflageDirectory(int year, String factionC... method calculateLength (line 364) | public void calculateLength(final boolean variable) { method calculateBaseNumberOfRequiredLances (line 377) | @Deprecated(since = "0.50.07", forRemoval = true) method getEffectiveNumUnits (line 411) | @Deprecated(since = "0.50.07", forRemoval = true) method checkMorale (line 422) | public void checkMorale(Campaign campaign, LocalDate today) { method updateEnemy (line 506) | private void updateEnemy(Campaign campaign, LocalDate today) { method checkForSpecialClanSalvageClause (line 589) | private void checkForSpecialClanSalvageClause(Campaign campaign, Local... method getRepairLocation (line 623) | @Override method getBestRepairLocation (line 650) | public static int getBestRepairLocation(List activeContra... method getContractScore (line 678) | public int getContractScore(boolean isUseMaplessMode) { method getCurrentSupportPoints (line 693) | public int getCurrentSupportPoints() { method getContractScoreArbitraryModifier (line 701) | public int getContractScoreArbitraryModifier() { method doBonusRoll (line 718) | public boolean doBonusRoll(Campaign campaign, boolean isPostScenario) { method isSubcontract (line 777) | public boolean isSubcontract() { method getParentContract (line 781) | public AtBContract getParentContract() { method setParentContract (line 785) | public void setParentContract(AtBContract parent) { method isMercSubcontract (line 789) | public boolean isMercSubcontract() { method setMercSubcontract (line 793) | public void setMercSubcontract(boolean sub) { method isAttacker (line 797) | public boolean isAttacker() { method setAttacker (line 801) | public void setAttacker(boolean isAttacker) { method checkEvents (line 805) | public void checkEvents(Campaign campaign) { method getRandomDayOfMonth (line 982) | public LocalDate getRandomDayOfMonth(LocalDate today) { method contractExtended (line 988) | public boolean contractExtended(final Campaign campaign) { method getMonthlyPayOut (line 1038) | @Override method writeToXMLBegin (line 1059) | @Override method loadFieldsFromXmlNode (line 1151) | @Override method restore (line 1268) | public void restore(Campaign c) { method getEmployerFaction (line 1289) | public Faction getEmployerFaction() { method getEmployerLiaison (line 1293) | public Person getEmployerLiaison() { method setEmployerLiaison (line 1297) | @Deprecated(since = "0.51.0", forRemoval = true) method createEmployerLiaison (line 1302) | public void createEmployerLiaison(Campaign campaign) { method getClanOpponent (line 1316) | public Person getClanOpponent() { method setClanOpponent (line 1320) | @Deprecated(since = "0.51.0", forRemoval = true) method createClanOpponent (line 1325) | public void createClanOpponent(Campaign campaign) { method getEmployerCode (line 1345) | public String getEmployerCode() { method setEmployerCode (line 1349) | public void setEmployerCode(String code, int year) { method getEmployerName (line 1355) | public String getEmployerName(int year) { method getEnemy (line 1361) | public Faction getEnemy() { method getEnemyCode (line 1365) | public String getEnemyCode() { method setEnemyCode (line 1369) | public void setEnemyCode(String enemyCode) { method getEnemyName (line 1380) | public String getEnemyName(int year) { method getEnemyMercenaryEmployerCode (line 1394) | @Deprecated(since = "0.51.0", forRemoval = true) method getEnemyMercenaryEmployer (line 1399) | public @Nullable Faction getEnemyMercenaryEmployer() { method setEnemyMercenaryEmployerCode (line 1412) | public void setEnemyMercenaryEmployerCode(String enemyMercenaryEmploye... method getDifficulty (line 1416) | public int getDifficulty() { method setDifficulty (line 1420) | public void setDifficulty(int difficulty) { method getContractType (line 1424) | public AtBContractType getContractType() { method setContractType (line 1428) | public void setContractType(final AtBContractType contractType) { method getAllySkill (line 1433) | public SkillLevel getAllySkill() { method setAllySkill (line 1437) | public void setAllySkill(final SkillLevel allySkill) { method getEnemySkill (line 1441) | public SkillLevel getEnemySkill() { method setEnemySkill (line 1445) | public void setEnemySkill(final SkillLevel enemySkill) { method getAllyQuality (line 1449) | public int getAllyQuality() { method setAllyQuality (line 1453) | public void setAllyQuality(int allyQuality) { method getEnemyQuality (line 1457) | public int getEnemyQuality() { method setEnemyQuality (line 1461) | public void setEnemyQuality(int enemyQuality) { method getAllyBotName (line 1465) | public String getAllyBotName() { method setAllyBotName (line 1469) | public void setAllyBotName(String name) { method getEnemyBotName (line 1473) | public String getEnemyBotName() { method setEnemyBotName (line 1477) | public void setEnemyBotName(String name) { method getAllyCamouflage (line 1481) | public Camouflage getAllyCamouflage() { method setAllyCamouflage (line 1485) | public void setAllyCamouflage(Camouflage allyCamouflage) { method getAllyColour (line 1489) | public PlayerColour getAllyColour() { method setAllyColour (line 1493) | public void setAllyColour(PlayerColour allyColour) { method getEnemyCamouflage (line 1497) | public Camouflage getEnemyCamouflage() { method setEnemyCamouflage (line 1501) | public void setEnemyCamouflage(Camouflage enemyCamouflage) { method getEnemyColour (line 1505) | public PlayerColour getEnemyColour() { method setEnemyColour (line 1509) | public void setEnemyColour(PlayerColour enemyColour) { method getRequiredCombatTeams (line 1513) | public int getRequiredCombatTeams() { method setRequiredCombatTeams (line 1517) | public void setRequiredCombatTeams(int required) { method getRequiredCombatElements (line 1521) | public int getRequiredCombatElements() { method setRequiredCombatElements (line 1525) | public void setRequiredCombatElements(int required) { method getPartsAvailabilityLevel (line 1529) | public int getPartsAvailabilityLevel() { method setPartsAvailabilityLevel (line 1533) | public void setPartsAvailabilityLevel(final int partsAvailabilityLevel) { method getMoraleLevel (line 1537) | public AtBMoraleLevel getMoraleLevel() { method setMoraleLevel (line 1541) | public void setMoraleLevel(final AtBMoraleLevel moraleLevel) { method changeMoraleLevel (line 1567) | public AtBMoraleLevel changeMoraleLevel(final int delta) { method isPeaceful (line 1579) | public boolean isPeaceful() { method getRoutEnd (line 1583) | @Deprecated(since = "0.51.0", forRemoval = true) method setRoutEnd (line 1588) | public void setRoutEnd(LocalDate routEnd) { method getSharesPercent (line 1592) | @Override method setAtBSharesPercent (line 1597) | public void setAtBSharesPercent(int pct) { method isBatchallAccepted (line 1606) | public boolean isBatchallAccepted() { method setBatchallAccepted (line 1615) | public void setBatchallAccepted(final boolean batchallAccepted) { method addPlayerMinorBreach (line 1619) | public void addPlayerMinorBreach() { method addPlayerMinorBreaches (line 1623) | public void addPlayerMinorBreaches(int num) { method addEmployerMinorBreaches (line 1630) | @Deprecated(since = "0.50.06", forRemoval = true) method setContractScoreArbitraryModifier (line 1635) | public void setContractScoreArbitraryModifier(int newModifier) { method getBattleTypeMod (line 1639) | public int getBattleTypeMod() { method getStratconCampaignState (line 1643) | public StratConCampaignState getStratconCampaignState() { method setStratConCampaignState (line 1647) | public void setStratConCampaignState(StratConCampaignState state) { method acceptContract (line 1651) | @Override method AtBContract (line 1661) | public AtBContract(Contract contract, Campaign campaign) { method getAtBContractType (line 1739) | private static AtBContractType getAtBContractType(Contract contract) { method clanTechSalvageOverride (line 1769) | public void clanTechSalvageOverride() { class AtBContractRef (line 1780) | protected static class AtBContractRef extends AtBContract { method AtBContractRef (line 1781) | public AtBContractRef(int id) { method initiateBatchall (line 1794) | @Deprecated(since = "0.50.07", forRemoval = true) method batchallDialog (line 1856) | @Deprecated(since = "0.50.07", forRemoval = true) method refusalConfirmationDialog (line 1931) | @Deprecated(since = "0.50.07", forRemoval = true) method noBatchallOfferedDialog (line 1989) | @Deprecated(since = "0.50.07", forRemoval = true) method getContractDifficultySkulls (line 2024) | @Deprecated(since = "0.50.06", forRemoval = true) method getContractDifficultySkulls (line 2034) | public JPanel getContractDifficultySkulls() { method getBelligerentsPanel (line 2088) | public JPanel getBelligerentsPanel(int gameYear) { method calculateContractDifficulty (line 2143) | public int calculateContractDifficulty(int gameYear, boolean useGeneri... method modifySkillLevelBasedOnFaction (line 2184) | SkillLevel modifySkillLevelBasedOnFaction(String factionCode, SkillLev... method estimatePlayerPower (line 2196) | double estimatePlayerPower(List units, boolean useGenericBV) { method getSkillMultiplier (line 2220) | private static double getSkillMultiplier(SkillLevel skillLevel) { method estimateMekStrength (line 2244) | double estimateMekStrength(int gameYear, boolean useGenericBV, String ... method getCommandRoll (line 2304) | public int getCommandRoll() { method setCommandRoll (line 2311) | public void setCommandRoll(int roll) { method getSalvageRoll (line 2318) | public int getSalvageRoll() { method setSalvageRoll (line 2325) | public void setSalvageRoll(int roll) { method getSupportRoll (line 2332) | public int getSupportRoll() { method setSupportRoll (line 2339) | public void setSupportRoll(int roll) { method getTransportRoll (line 2346) | public int getTransportRoll() { method setTransportRoll (line 2353) | public void setTransportRoll(int roll) { method setRoutedPayout (line 2357) | public void setRoutedPayout(@Nullable Money routedPayout) { method getRoutedPayout (line 2361) | public @Nullable Money getRoutedPayout() { method getRequiredVictoryPoints (line 2387) | public int getRequiredVictoryPoints() { FILE: MekHQ/src/mekhq/campaign/mission/AtBDynamicScenario.java class AtBDynamicScenario (line 76) | public class AtBDynamicScenario extends AtBScenario { class BenchedEntityData (line 80) | public static class BenchedEntityData { method AtBDynamicScenario (line 123) | public AtBDynamicScenario() { method addForces (line 144) | @Override method addForce (line 169) | public void addForce(int forceID, String templateName) { method addUnit (line 183) | public void addUnit(UUID unitID, String templateName) { method removeFormation (line 190) | @Override method removeUnit (line 196) | @Override method getStartingPos (line 206) | @Override method getMapX (line 223) | @Override method getMapY (line 232) | @Override method setMapSize (line 237) | @Override method addBotForce (line 245) | public void addBotForce(BotForce botForce, ScenarioForceTemplate force... method removeBotForce (line 259) | @Override method getEffectivePlayerUnitCountMultiplier (line 271) | public double getEffectivePlayerUnitCountMultiplier() { method setEffectivePlayerUnitCountMultiplier (line 275) | public void setEffectivePlayerUnitCountMultiplier(double multiplier) { method getEffectivePlayerBVMultiplier (line 279) | public double getEffectivePlayerBVMultiplier() { method setEffectivePlayerBVMultiplier (line 283) | public void setEffectivePlayerBVMultiplier(double multiplier) { method getTemplate (line 287) | public @Nullable ScenarioTemplate getTemplate() { method setTemplate (line 291) | public void setTemplate(final @Nullable ScenarioTemplate template) { method getPlayerForceTemplates (line 295) | public Map getPlayerForceTemplates() { method setPlayerForceTemplates (line 299) | public void setPlayerForceTemplates(Map getPlayerUnitTemplates() { method setPlayerUnitTemplates (line 307) | public void setPlayerUnitTemplates(Map pl... method getBotForceTemplates (line 311) | public Map getBotForceTemplates() { method setBotForceTemplates (line 315) | public void setBotForceTemplates(Map ... method getBotUnitTemplates (line 319) | public Map getBotUnitTemplates() { method setBotUnitTemplates (line 323) | public void setBotUnitTemplates(Map botUn... method getPlayerUnitSwaps (line 327) | public Map getPlayerUnitSwaps() { method setPlayerUnitSwaps (line 331) | public void setPlayerUnitSwaps(Map playerUnit... method getEffectiveOpForSkill (line 335) | public SkillLevel getEffectiveOpForSkill() { method setEffectiveOpForSkill (line 339) | public void setEffectiveOpForSkill(SkillLevel skillLevel) { method getEffectiveOpForQuality (line 343) | public int getEffectiveOpForQuality() { method setEffectiveOpForQuality (line 347) | public void setEffectiveOpForQuality(int qualityLevel) { method getFriendlyDelayedReinforcements (line 351) | public List getFriendlyDelayedReinforcements() { method setFriendlyDelayedReinforcements (line 355) | public void setFriendlyDelayedReinforcements(final List friendly... method getFriendlyInstantReinforcements (line 359) | public List getFriendlyInstantReinforcements() { method setFriendlyInstantReinforcements (line 363) | public void setFriendlyInstantReinforcements(final List friendly... method getFriendlyReinforcementDelayReduction (line 367) | public int getFriendlyReinforcementDelayReduction() { method setFriendlyReinforcementDelayReduction (line 371) | public void setFriendlyReinforcementDelayReduction(int friendlyReinfor... method getHostileReinforcementDelayReduction (line 375) | public int getHostileReinforcementDelayReduction() { method setHostileReinforcementDelayReduction (line 379) | public void setHostileReinforcementDelayReduction(int hostileReinforce... method isFinalized (line 394) | public boolean isFinalized() { method setFinalized (line 398) | public void setFinalized(boolean finalized) { method getPlayerTemplateForceIDs (line 405) | public List getPlayerTemplateForceIDs() { method getLanceCommander (line 421) | public Person getLanceCommander(Campaign campaign) { method getLanceCommanderSkill (line 445) | public int getLanceCommanderSkill(String skillType, Campaign campaign) { method setScenarioModifiers (line 460) | public void setScenarioModifiers(List scenarioMod... method getScenarioModifiers (line 465) | public List getScenarioModifiers() { method addScenarioModifier (line 473) | public void addScenarioModifier(@Nullable AtBScenarioModifier modifier) { method alreadyHasModifier (line 501) | public boolean alreadyHasModifier(AtBScenarioModifier modifier) { method getScenarioType (line 511) | @Override method getDesc (line 516) | @Override method getScenarioTypeDescription (line 521) | @Override method getResourceKey (line 527) | @Override method writeToXMLEnd (line 532) | @Override method loadFieldsFromXmlNode (line 594) | @Override method refresh (line 658) | @Override method clearAllFormationsAndPersonnel (line 663) | @Override method getBattlefieldControlDescription (line 670) | @Override method getTeamTotalBattleValue (line 692) | public int getTeamTotalBattleValue(Campaign campaign, boolean isAllied) { FILE: MekHQ/src/mekhq/campaign/mission/AtBDynamicScenarioFactory.java class AtBDynamicScenarioFactory (line 154) | public class AtBDynamicScenarioFactory { method initializeScenarioFromTemplate (line 179) | public static AtBDynamicScenario initializeScenarioFromTemplate(Scenar... method getScenarioForceTemplate (line 232) | private static ScenarioForceTemplate getScenarioForceTemplate(Scenario... method finalizeScenario (line 254) | public static void finalizeScenario(AtBDynamicScenario scenario, AtBCo... method generateForces (line 316) | private static int generateForces(AtBDynamicScenario scenario, AtBCont... method generateFixedForce (line 380) | public static int generateFixedForce(AtBDynamicScenario scenario, AtBC... method generateForce (line 454) | public static int generateForce(AtBDynamicScenario scenario, AtBContra... method validateOffBoardCapabilities (line 1313) | public static void validateOffBoardCapabilities(List generated... method getStratconTrackState (line 1354) | private static @Nullable StratConTrackState getStratconTrackState(AtBD... method implementForceCompositionFallback (line 1378) | private static void implementForceCompositionFallback(List gen... method getBattleValue (line 1418) | private static int getBattleValue(Campaign campaign, Entity entity, bo... method reportResultsOfBidding (line 1448) | private static void reportResultsOfBidding(Campaign campaign, List generateCivilianUnits(int num, Campaign cam... method generateTurrets (line 1528) | public static List generateTurrets(int num, SkillLevel skill, ... method generateGunEmplacements (line 1547) | public static List generateGunEmplacements(int num, SkillLevel... method translatePlayerNPCsToAttached (line 1565) | private static void translatePlayerNPCsToAttached(AtBDynamicScenario s... method translateTemplateObjectives (line 1590) | public static void translateTemplateObjectives(AtBDynamicScenario scen... method translateTemplateObjective (line 1603) | public static ScenarioObjective translateTemplateObjective(AtBDynamicS... method reviewBotForceTemplateCompleteness (line 1726) | private static void reviewBotForceTemplateCompleteness(AtBDynamicScena... method scaleObjectiveTimeLimits (line 1754) | public static void scaleObjectiveTimeLimits(AtBDynamicScenario scenari... method setLightConditions (line 1802) | private static void setLightConditions(AtBDynamicScenario scenario) { method setWeather (line 1812) | private static void setWeather(AtBDynamicScenario scenario, boolean is... method setTerrain (line 1821) | public static void setTerrain(AtBDynamicScenario scenario) { method setPlanetaryConditions (line 1884) | private static void setPlanetaryConditions(AtBDynamicScenario scenario... method setScenarioMapSize (line 1927) | public static void setScenarioMapSize(AtBDynamicScenario scenario, Cam... method setScenarioModifiers (line 1998) | public static void setScenarioModifiers(CampaignOptions campaignOption... method applyScenarioModifiers (line 2036) | public static void applyScenarioModifiers(AtBDynamicScenario scenario,... method getEntity (line 2055) | public static Entity getEntity(String faction, SkillLevel skill, int q... method getEntity (line 2073) | public static @Nullable Entity getEntity(String factionCode, SkillLeve... method shouldBypassWeightClass (line 2123) | private static boolean shouldBypassWeightClass(@Nullable Collection fillTransports(AtBScenario scenario, List fillTransport(AtBScenario scenario, Entity... method generateTransportedInfantryUnit (line 2526) | private static @Nullable Entity generateTransportedInfantryUnit(UnitGe... method generateTransportedBAUnit (line 2641) | private static @Nullable Entity generateTransportedBAUnit(UnitGenerato... method generateBAForNova (line 2708) | public static List generateBAForNova(AtBScenario scenario, Lis... method getEntityByName (line 2791) | @SuppressWarnings(value = "unused") method createEntityWithCrew (line 2811) | public static @Nullable Entity createEntityWithCrew(String factionCode... method createEntityWithCrew (line 2826) | public static @Nullable Entity createEntityWithCrew(Faction faction, S... method createEntityWithCrew (line 2840) | public static @Nullable Entity createEntityWithCrew(Faction faction, S... method createEntityWithCrew (line 2873) | public static Entity createEntityWithCrew(Faction faction, SkillLevel ... method getTacticsModifier (line 3047) | private static int getTacticsModifier(SkillLevel skill, RandomSkillPre... method adjustForMaxWeight (line 3088) | private static String adjustForMaxWeight(String weights, int maxWeight) { method adjustForMinWeight (line 3107) | private static String adjustForMinWeight(String weights, int minWeight) { method adjustWeightsForFaction (line 3127) | private static String adjustWeightsForFaction(String weights, String f... method generateUnitTypes (line 3158) | private static List generateUnitTypes(int unitTypeCode, int u... method checkForProtoMek (line 3296) | private static List checkForProtoMek(Faction faction, Campaig... method generateClanUnitTypes (line 3325) | private static List generateClanUnitTypes(int unitCount, int ... method generateUnitWeights (line 3386) | private static @Nullable String generateUnitWeights(List unit... method calculateEffectiveBV (line 3464) | public static int calculateEffectiveBV(AtBDynamicScenario scenario, Ca... method getBVBudgetForStratConSingles (line 3571) | private static int getBVBudgetForStratConSingles(Campaign campaign, bo... method getBVBudgetWithoutUsingASeedForce (line 3636) | private static int getBVBudgetWithoutUsingASeedForce(Campaign campaign... method calculateEffectiveUnitCount (line 3671) | public static int calculateEffectiveUnitCount(AtBDynamicScenario scena... method getUnitCountForStratConSingles (line 3739) | private static int getUnitCountForStratConSingles(Campaign campaign) { method getUnitCountWithoutUsingASeedForce (line 3801) | private static int getUnitCountWithoutUsingASeedForce(Campaign campaig... method getDifficultyMultiplier (line 3842) | private static double getDifficultyMultiplier(Campaign campaign) { method randomForceWeight (line 3859) | public static int randomForceWeight() { method generateLance (line 3890) | private static List generateLance(String faction, SkillLevel s... method generateLance (line 3932) | private static List generateLance(String faction, SkillLevel s... method substituteEntity (line 4102) | private static @Nullable Entity substituteEntity(String faction, Skill... method attemptSubstitutionViaWeight (line 4157) | private static @Nullable Entity attemptSubstitutionViaWeight(String fa... method getNewEntity (line 4191) | private static Entity getNewEntity(String faction, SkillLevel skill, i... method setBotForceParameters (line 4230) | private static void setBotForceParameters(BotForce generatedForce, Sce... method setDestinationZones (line 4257) | private static void setDestinationZones(AtBDynamicScenario scenario) { method setDeploymentZones (line 4269) | private static void setDeploymentZones(AtBDynamicScenario scenario) { method calculateDeploymentZone (line 4290) | public static int calculateDeploymentZone(ScenarioForceTemplate forceT... method setDestinationZone (line 4362) | public static void setDestinationZone(BotForce force, ScenarioForceTem... method finalizeStaggeredDeploymentTurns (line 4387) | public static void finalizeStaggeredDeploymentTurns(AtBDynamicScenario... method setDeploymentTurns (line 4431) | private static void setDeploymentTurns(AtBDynamicScenario scenario, Ca... method setDeploymentTurns (line 4446) | public static void setDeploymentTurns(BotForce botForce, ScenarioForce... method setPlayerDeploymentTurns (line 4482) | public static void setPlayerDeploymentTurns(AtBDynamicScenario scenari... method processDelayedArrivals (line 4631) | private static void processDelayedArrivals(AtBDynamicScenario scenario... method processInstantArrivals (line 4662) | private static void processInstantArrivals(AtBDynamicScenario scenario... method setPlayerDeploymentZones (line 4687) | public static void setPlayerDeploymentZones(AtBDynamicScenario scenari... method setDeploymentTurnsStaggered (line 4731) | private static void setDeploymentTurnsStaggered(List entityLis... method setDeploymentTurnsForReinforcements (line 4782) | public static void setDeploymentTurnsForReinforcements(Hangar hangar, ... method setDeploymentTurnsForReinforcements (line 4817) | public static void setDeploymentTurnsForReinforcements(Hangar hangar, ... method setDeploymentTurnsStaggeredByLance (line 4887) | private static void setDeploymentTurnsStaggeredByLance(List en... method calculateAtBSpeed (line 4901) | public static int calculateAtBSpeed(Entity entity) { method getArc (line 4932) | private static List getArc(int edge, boolean same) { method getOppositeEdge (line 4968) | public static int getOppositeEdge(int edge) { method setScenarioRerolls (line 4985) | private static void setScenarioRerolls(AtBDynamicScenario scenario, Ca... method getAeroLanceSize (line 4999) | public static int getAeroLanceSize(Faction faction) { method deployArtilleryOffBoard (line 5015) | private static void deployArtilleryOffBoard(List entityList) { method setStartingAltitude (line 5035) | private static void setStartingAltitude(List entityList, int s... method correctNonAeroFlyerBehavior (line 5053) | private static void correctNonAeroFlyerBehavior(List entityLis... method getPlanetOwnerFaction (line 5088) | static String getPlanetOwnerFaction(AtBContract contract, LocalDate cu... method getPlanetOwnerAlignment (line 5115) | static ForceAlignment getPlanetOwnerAlignment(AtBContract contract, St... method upgradeBotCrews (line 5135) | public static void upgradeBotCrews(AtBScenario scenario, Campaign camp... method isPlanetOwner (line 5153) | private static boolean isPlanetOwner(AtBContract contract, LocalDate c... method benchAllyUnit (line 5168) | public static void benchAllyUnit(UUID playerUnitID, String templateNam... method swapUnitInObjectives (line 5251) | private static void swapUnitInObjectives(String subIn, String subOut, ... method unbenchAttachedAlly (line 5278) | public static void unbenchAttachedAlly(UUID playerUnitID, AtBDynamicSc... FILE: MekHQ/src/mekhq/campaign/mission/AtBScenario.java class AtBScenario (line 112) | public abstract class AtBScenario extends Scenario implements IAtBScenar... method AtBScenario (line 238) | public AtBScenario() { method initialize (line 257) | public void initialize(Campaign campaign, CombatTeam combatTeam, boole... method getDesc (line 301) | public String getDesc() { method getTerrainType (line 306) | public String getTerrainType() { method setTerrainType (line 310) | public void setTerrainType(String terrainType) { method isStandardScenario (line 314) | @Override method isSpecialScenario (line 319) | @Override method isBigBattle (line 324) | @Override method getResourceBundle (line 329) | @Override method initBattle (line 346) | private void initBattle(Campaign campaign) { method getModifiedTemperature (line 389) | public int getModifiedTemperature() { method setModifiedTemperature (line 393) | public void setModifiedTemperature(int modifiedTemperature) { method setTerrain (line 397) | public void setTerrain() { method setLightConditions (line 403) | public void setLightConditions() { method setWeatherConditions (line 407) | public void setWeatherConditions(boolean isNoTornadoes) { method setPlanetaryConditions (line 458) | public void setPlanetaryConditions(Mission mission, Campaign campaign) { method setMapSize (line 470) | public void setMapSize(Campaign campaign) { method getMapX (line 496) | public int getMapX() { method getMapY (line 502) | public int getMapY() { method getBaseMapX (line 508) | public int getBaseMapX() { method getBaseMapY (line 512) | public int getBaseMapY() { method setMapFile (line 516) | public void setMapFile(String terrainType) { method setMapFile (line 531) | public void setMapFile() { method setScenarioMap (line 539) | public void setScenarioMap(int mapChance) { method canRerollTerrain (line 568) | public boolean canRerollTerrain() { method canRerollMapSize (line 572) | public boolean canRerollMapSize() { method canRerollMap (line 576) | public boolean canRerollMap() { method canRerollLight (line 580) | public boolean canRerollLight() { method canRerollWeather (line 584) | public boolean canRerollWeather() { method canDeploy (line 594) | @Override method canDeploy (line 608) | @Deprecated(since = "0.51.0", forRemoval = true) method canDeployUnits (line 632) | @Override method canDeployForces (line 651) | @Override method refresh (line 681) | public void refresh(Campaign campaign) { method setForces (line 728) | public void setForces(Campaign campaign) { method setStandardScenarioForces (line 745) | private void setStandardScenarioForces(Campaign campaign) { method selectBotTeamCommanders (line 960) | public static void selectBotTeamCommanders(AtBScenario scenario, Campa... method groupForcesByTeam (line 998) | private static Map> groupForcesByTeam(AtBScena... method categorizeEntities (line 1030) | private static void categorizeEntities(List entities, List combatSenseHavers, Li... method setExtraScenarioForces (line 1076) | @Override method canAddDropShips (line 1104) | @Override method setSpecialScenarioForces (line 1113) | private void setSpecialScenarioForces(Campaign campaign) { method getSpecialScenarioEnemies (line 1124) | public List> getSpecialScenarioEnemies() { method setBigBattleForces (line 1133) | private void setBigBattleForces(Campaign campaign) { method addEnemyForce (line 1144) | protected void addEnemyForce(List list, int weightClass, Campa... method addEnemyForce (line 1158) | protected void addEnemyForce(List list, int weightClass, int m... method addEnemyLance (line 1193) | private void addEnemyLance(List list, int weight, int maxWeigh... method getEntity (line 1222) | protected @Nullable Entity getEntity(String faction, SkillLevel skill,... method adjustForMaxWeight (line 1237) | private String adjustForMaxWeight(String weights, int maxWeight) { method adjustWeightsForFaction (line 1258) | private String adjustWeightsForFaction(String weights, String faction) { method addLance (line 1279) | protected void addLance(List list, String faction, SkillLevel ... method addLance (line 1284) | protected void addLance(List list, String faction, SkillLevel ... method addLance (line 1300) | private void addLance(List list, String faction, SkillLevel sk... method addStar (line 1377) | private void addStar(List list, String faction, SkillLevel ski... method addLevelII (line 1472) | private void addLevelII(List list, String faction, SkillLevel ... method addCivilianUnits (line 1540) | protected void addCivilianUnits(List list, int num, Campaign c... method addTurrets (line 1554) | protected void addTurrets(List list, int num, SkillLevel skill... method addAeroReinforcements (line 1568) | protected void addAeroReinforcements(Campaign campaign) { method addScrubReinforcements (line 1668) | protected void addScrubReinforcements(Campaign campaign) { method addDropship (line 1790) | protected void addDropship(Campaign campaign) { method getAllyBotForce (line 1821) | protected BotForce getAllyBotForce(AtBContract c, int start, int home,... method getEnemyBotForce (line 1831) | protected BotForce getEnemyBotForce(AtBContract c, int start, List> loadTransportLinkages(Node wn) { method loadTransportLinkage (line 2105) | private static void loadTransportLinkage(Node wn, Map list) { method getContract (line 2163) | public AtBContract getContract(Campaign c) { method filterUntransportedUnits (line 2171) | public List filterUntransportedUnits(List entities) { method getCombatTeamId (line 2189) | public int getCombatTeamId() { method getCombatRole (line 2193) | public CombatRole getCombatRole() { method getCombatTeamById (line 2197) | public @Nullable CombatTeam getCombatTeamById(Campaign campaign) { method setCombatTeam (line 2205) | public void setCombatTeam(CombatTeam combatTeam) { method isAttacker (line 2212) | public boolean isAttacker() { method setAttacker (line 2219) | public void setAttacker(boolean attacker) { method getAlliesPlayer (line 2223) | public List getAlliesPlayer() { method getAttachedUnitIds (line 2227) | @Deprecated(since = "0.51.0", forRemoval = true) method getSurvivalBonusIds (line 2232) | public List getSurvivalBonusIds() { method getEntity (line 2236) | public Entity getEntity(UUID id) { method getAlliesPlayerStub (line 2240) | public List getAlliesPlayerStub() { method getDeploymentDelay (line 2244) | public int getDeploymentDelay() { method setDeploymentDelay (line 2248) | public void setDeploymentDelay(int delay) { method getForceCount (line 2252) | public int getForceCount() { method setForceCount (line 2256) | public void setForceCount(int forceCount) { method getRerollsRemaining (line 2260) | public int getRerollsRemaining() { method useReroll (line 2264) | public void useReroll() { method setRerolls (line 2268) | public void setRerolls(int rerolls) { method getEnemyHome (line 2272) | public int getEnemyHome() { method setEnemyHome (line 2276) | public void setEnemyHome(int enemyHome) { method getNumPlayerMinefields (line 2280) | public int getNumPlayerMinefields(int minefieldType) { method setNumPlayerMinefields (line 2284) | public void setNumPlayerMinefields(int minefieldType, int numPlayerMin... method getTransportLinkages (line 2288) | public Map> getTransportLinkages() { method setTransportLinkages (line 2292) | @Deprecated(since = "0.51.0", forRemoval = true) method addTransportRelationship (line 2301) | public void addTransportRelationship(String transport, String cargo) { method isFriendlyUnit (line 2309) | @Override method getBattlefieldControlDescription (line 2316) | public String getBattlefieldControlDescription() { method getDeploymentInstructions (line 2320) | public String getDeploymentInstructions() { method canStartScenario (line 2330) | @Override method getStratconScenario (line 2357) | public @Nullable StratConScenario getStratconScenario(AtBContract cont... FILE: MekHQ/src/mekhq/campaign/mission/BotForce.java class BotForce (line 66) | public class BotForce implements IPlayerSettings { method BotForce (line 90) | public BotForce() { method BotForce (line 102) | public BotForce(String name, int team, int start, List entityL... method BotForce (line 112) | public BotForce(String name, int team, int start, int home, List getFixedEntityList() { method getFixedEntityListDirect (line 206) | public List getFixedEntityListDirect() { method addEntity (line 210) | public void addEntity(Entity entity) { method removeEntity (line 214) | public boolean removeEntity(int index) { method setFixedEntityList (line 227) | public void setFixedEntityList(List entityList) { method getTeam (line 241) | public int getTeam() { method setTeam (line 245) | public void setTeam(int team) { method getStartingPos (line 249) | @Override method setStartingPos (line 254) | @Override method getStartOffset (line 259) | @Override method setStartOffset (line 264) | @Override method getStartWidth (line 269) | @Override method setStartWidth (line 274) | @Override method getStartingAnyNWx (line 279) | @Override method setStartingAnyNWx (line 284) | @Override method getStartingAnyNWy (line 289) | @Override method setStartingAnyNWy (line 294) | @Override method getStartingAnySEx (line 299) | @Override method setStartingAnySEx (line 304) | @Override method getStartingAnySEy (line 309) | @Override method setStartingAnySEy (line 314) | @Override method getDeployRound (line 319) | public int getDeployRound() { method setDeployRound (line 323) | public void setDeployRound(int round) { method getTemplateName (line 327) | public String getTemplateName() { method setTemplateName (line 331) | public void setTemplateName(String templateName) { method getCamouflage (line 335) | public Camouflage getCamouflage() { method setCamouflage (line 339) | public void setCamouflage(Camouflage camouflage) { method getColour (line 343) | public PlayerColour getColour() { method setColour (line 347) | public void setColour(PlayerColour colour) { method getFullEntityList (line 351) | public List getFullEntityList(Campaign c) { method getTotalBV (line 359) | public int getTotalBV(Campaign c) { method getFixedBV (line 373) | public int getFixedBV() { method getBehaviorSettings (line 387) | public BehaviorSettings getBehaviorSettings() { method setBehaviorSettings (line 391) | public void setBehaviorSettings(BehaviorSettings behaviorSettings) { method setDestinationEdge (line 395) | public void setDestinationEdge(int i) { method setRetreatEdge (line 399) | public void setRetreatEdge(int i) { method setBotForceRandomizer (line 403) | public void setBotForceRandomizer(BotForceRandomizer randomizer) { method getBotForceRandomizer (line 407) | public BotForceRandomizer getBotForceRandomizer() { method generateRandomForces (line 411) | public void generateRandomForces(List playerUnits, Campaign c) { method getTraitorPersons (line 424) | public List getTraitorPersons() { method getTraitorEntities (line 433) | public List getTraitorEntities(Campaign campaign) { method getTraitorUnits (line 449) | public List getTraitorUnits(Campaign campaign) { method isTraitor (line 466) | public boolean isTraitor(Unit unit) { method generateStub (line 475) | public BotForceStub generateStub(Campaign c) { method writeToXML (line 492) | public void writeToXML(final PrintWriter pw, int indent) { method setFieldsFromXmlNode (line 539) | public void setFieldsFromXmlNode(final Node wn, final Version version,... FILE: MekHQ/src/mekhq/campaign/mission/BotForceRandomizer.java class BotForceRandomizer (line 83) | public class BotForceRandomizer { type BalancingMethod (line 89) | public enum BalancingMethod { method toString (line 94) | @Override method BotForceRandomizer (line 153) | public BotForceRandomizer() { method clone (line 167) | @Override method getFactionCode (line 185) | public String getFactionCode() { method setFactionCode (line 189) | public void setFactionCode(final String factionCode) { method getSkill (line 193) | public SkillLevel getSkill() { method setSkill (line 197) | public void setSkill(SkillLevel s) { method getUnitType (line 201) | public int getUnitType() { method setUnitType (line 205) | public void setUnitType(int u) { method getQuality (line 209) | public int getQuality() { method setQuality (line 213) | public void setQuality(int q) { method getBalancingMethod (line 217) | public BalancingMethod getBalancingMethod() { method setBalancingMethod (line 221) | public void setBalancingMethod(BalancingMethod bm) { method getForceMultiplier (line 225) | public double getForceMultiplier() { method setForceMultiplier (line 229) | public void setForceMultiplier(double fm) { method getPercentConventional (line 233) | public int getPercentConventional() { method setPercentConventional (line 237) | public void setPercentConventional(int p) { method getBaChance (line 241) | public int getBaChance() { method setBaChance (line 245) | public void setBaChance(int b) { method getLanceSize (line 249) | public int getLanceSize() { method setLanceSize (line 253) | public void setLanceSize(int l) { method getFocalWeightClass (line 257) | public double getFocalWeightClass() { method setFocalWeightClass (line 261) | public void setFocalWeightClass(double f) { method getError (line 265) | public double getError() { method setError (line 269) | public void setError(double d) { method generateForce (line 286) | public List generateForce(List playerUnits, List... method generateLance (line 378) | public List generateLance(int size, int uType, int weightClass... method getEntity (line 412) | public Entity getEntity(int uType, int weightClass, Campaign campaign) { method createEntityWithCrew (line 448) | public @Nullable Entity createEntityWithCrew(MekSummary ms, Campaign c... method sampleWeightClass (line 552) | private int sampleWeightClass(GammaDistribution gamma) { method calculateMaxPoints (line 567) | private double calculateMaxPoints(List playerUnits) { method calculateStartingPoints (line 585) | private double calculateStartingPoints(List botEntities) { method calculatePoints (line 602) | private double calculatePoints(Entity e) { method getAdjustedWeightPoints (line 621) | private static double getAdjustedWeightPoints(Entity e) { method calculateMeanWeightClass (line 652) | private double calculateMeanWeightClass(List playerUnits) { method getShortDescription (line 667) | public String getShortDescription() { method getDescription (line 677) | public String getDescription(Campaign campaign) { method writeToXML (line 697) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 712) | public static BotForceRandomizer generateInstanceFromXML(Node wn, Camp... FILE: MekHQ/src/mekhq/campaign/mission/CommonObjectiveFactory.java class CommonObjectiveFactory (line 55) | public class CommonObjectiveFactory { method getKeepAttachedGroundUnitsAlive (line 64) | public static ScenarioObjective getKeepAttachedGroundUnitsAlive(AtBCon... method getPreserveSpecificFriendlies (line 90) | public static ScenarioObjective getPreserveSpecificFriendlies(String f... method getKeepFriendliesAlive (line 110) | public static ScenarioObjective getKeepFriendliesAlive(Campaign campai... method getDestroyEnemies (line 137) | public static ScenarioObjective getDestroyEnemies(String forceName, in... method getScenarioObjective (line 146) | @Nonnull method getScenarioObjective (line 154) | @Nonnull method getDestroyEnemies (line 174) | public static ScenarioObjective getDestroyEnemies(AtBContract contract... method getPreventEnemyBreakthrough (line 181) | public static ScenarioObjective getPreventEnemyBreakthrough(AtBContrac... method getBreakthrough (line 197) | public static ScenarioObjective getBreakthrough(AtBContract contract, ... method addAssignedPlayerUnitsToObjective (line 216) | private static void addAssignedPlayerUnitsToObjective(AtBScenario scen... method addEmployerUnitsToObjective (line 253) | private static void addEmployerUnitsToObjective(AtBScenario scenario, ... FILE: MekHQ/src/mekhq/campaign/mission/Contract.java class Contract (line 64) | public class Contract extends Mission { method Contract (line 119) | public Contract() { method Contract (line 123) | public Contract(String name, String employer) { method getOverheadCompName (line 144) | public static String getOverheadCompName(int i) { method getEmployer (line 153) | public String getEmployer() { method setEmployer (line 157) | public void setEmployer(String s) { method getLength (line 166) | public int getLength() { method setLength (line 170) | public void setLength(int m) { method getStartDate (line 174) | public LocalDate getStartDate() { method setStartDate (line 178) | public void setStartDate(LocalDate d) { method getEndingDate (line 182) | public LocalDate getEndingDate() { method setEndDate (line 186) | public void setEndDate(LocalDate endDate) { method setStartAndEndDate (line 196) | public void setStartAndEndDate(LocalDate startDate) { method getMultiplier (line 201) | public double getMultiplier() { method setMultiplier (line 205) | public void setMultiplier(double s) { method getTransportComp (line 209) | public int getTransportComp() { method getTransportCompString (line 213) | public String getTransportCompString() { method setTransportComp (line 217) | public void setTransportComp(int s) { method getStraightSupport (line 221) | public int getStraightSupport() { method getStraightSupportString (line 225) | public String getStraightSupportString() { method setStraightSupport (line 229) | public void setStraightSupport(int s) { method getOverheadComp (line 233) | public int getOverheadComp() { method setOverheadComp (line 237) | public void setOverheadComp(int s) { method getCommandRights (line 241) | public ContractCommandRights getCommandRights() { method setCommandRights (line 245) | public void setCommandRights(final ContractCommandRights commandRights) { method getBattleLossComp (line 249) | public int getBattleLossComp() { method getBattleLossCompString (line 253) | public String getBattleLossCompString() { method setBattleLossComp (line 257) | public void setBattleLossComp(int s) { method getSalvagePct (line 261) | public int getSalvagePct() { method getSalvagePctString (line 265) | public String getSalvagePctString() { method setSalvagePct (line 269) | public void setSalvagePct(int s) { method isSalvageExchange (line 273) | public boolean isSalvageExchange() { method setSalvageExchange (line 277) | public void setSalvageExchange(boolean b) { method canSalvage (line 281) | public boolean canSalvage() { method getSalvagedByUnit (line 285) | public Money getSalvagedByUnit() { method setSalvagedByUnit (line 289) | public void setSalvagedByUnit(Money l) { method addSalvageByUnit (line 293) | public void addSalvageByUnit(Money l) { method subtractSalvageByUnit (line 297) | public void subtractSalvageByUnit(Money money) { method getSalvagedByEmployer (line 301) | public Money getSalvagedByEmployer() { method setSalvagedByEmployer (line 305) | public void setSalvagedByEmployer(Money l) { method addSalvageByEmployer (line 309) | public void addSalvageByEmployer(Money l) { method calculateSalvagePercentage (line 327) | public static int calculateSalvagePercentage(Money playerShare, Money ... method getCurrentSalvagePct (line 343) | public int getCurrentSalvagePct() { method getSigningBonusPct (line 347) | public int getSigningBonusPct() { method setSigningBonusPct (line 351) | public void setSigningBonusPct(int s) { method getHospitalBedsRented (line 355) | public int getHospitalBedsRented() { method setHospitalBedsRented (line 359) | public void setHospitalBedsRented(int count) { method getKitchensRented (line 363) | public int getKitchensRented() { method setKitchensRented (line 367) | public void setKitchensRented(int count) { method getHoldingCellsRented (line 371) | public int getHoldingCellsRented() { method setHoldingCellsRented (line 375) | public void setHoldingCellsRented(int count) { method getAdvancePct (line 379) | public int getAdvancePct() { method setAdvancePct (line 383) | public void setAdvancePct(int s) { method payMRBCFee (line 387) | public boolean payMRBCFee() { method getMRBCFeePercentage (line 391) | public int getMRBCFeePercentage() { method setMRBCFee (line 395) | public void setMRBCFee(boolean b) { method getTotalAmountPlusFeesAndBonuses (line 399) | public Money getTotalAmountPlusFeesAndBonuses() { method getTotalAmountPlusFees (line 403) | public Money getTotalAmountPlusFees() { method getTotalAmount (line 407) | public Money getTotalAmount() { method getAdvanceAmount (line 415) | public Money getAdvanceAmount() { method getTotalAdvanceAmount (line 422) | public Money getTotalAdvanceAmount() { method setAdvanceAmount (line 426) | protected void setAdvanceAmount(Money amount) { method getFeeAmount (line 430) | public Money getFeeAmount() { method setFeeAmount (line 434) | protected void setFeeAmount(Money amount) { method getBaseAmount (line 438) | public Money getBaseAmount() { method setBaseAmount (line 442) | public void setBaseAmount(Money amount) { method getOverheadAmount (line 446) | public Money getOverheadAmount() { method setOverheadAmount (line 450) | protected void setOverheadAmount(Money amount) { method getSupportAmount (line 454) | public Money getSupportAmount() { method setSupportAmount (line 458) | protected void setSupportAmount(Money amount) { method getTransitAmount (line 462) | public Money getTransitAmount() { method setTransitAmount (line 466) | @Deprecated(since = "0.51.0", forRemoval = true) method getTransportAmount (line 471) | public Money getTransportAmount() { method setTransportAmount (line 475) | protected void setTransportAmount(Money amount) { method getSigningBonusAmount (line 479) | public Money getSigningBonusAmount() { method setSigningBonusAmount (line 483) | protected void setSigningBonusAmount(Money amount) { method setSystemId (line 487) | @Override method isActiveOn (line 493) | @Override method getJumpPath (line 503) | public @Nullable JumpPath getJumpPath(Campaign c) { method getCachedJumpPath (line 516) | public @Nullable JumpPath getCachedJumpPath() { method setCachedJumpPath (line 520) | public void setCachedJumpPath(final @Nullable JumpPath cachedJumpPath) { method getMonthlyPayOut (line 524) | public Money getMonthlyPayOut() { method getTotalMonthlyPayOut (line 539) | public Money getTotalMonthlyPayOut(Campaign c) { method getTravelDays (line 559) | public int getTravelDays(Campaign campaign) { method getLengthPlusTravel (line 581) | public int getLengthPlusTravel(Campaign c) { method getTotalEstimatedOverheadExpenses (line 591) | public Money getTotalEstimatedOverheadExpenses(Campaign c) { method getTotalEstimatedMaintenanceExpenses (line 600) | public Money getTotalEstimatedMaintenanceExpenses(Campaign c) { method getEstimatedPayrollExpenses (line 609) | public Money getEstimatedPayrollExpenses(Campaign c) { method getTotalEstimatedPayrollExpenses (line 623) | public Money getTotalEstimatedPayrollExpenses(Campaign c) { method getTotalTransportationFees (line 633) | public Money getTotalTransportationFees(Campaign campaign) { method getEmployerTransportReimbursement (line 651) | public Money getEmployerTransportReimbursement(Campaign campaign) { method getPlayerTransportCost (line 670) | public Money getPlayerTransportCost(Campaign campaign) { method getEstimatedTotalProfit (line 694) | public Money getEstimatedTotalProfit(Campaign campaign) { method getMonthsLeft (line 707) | public int getMonthsLeft(LocalDate date) { method acceptContract (line 721) | public void acceptContract(Campaign campaign) { method calculateContract (line 731) | public void calculateContract(Campaign campaign) { method getTransportCost (line 858) | private Money getTransportCost(Campaign campaign, boolean includeTrans... method getSharesPercent (line 885) | public int getSharesPercent() { method writeToXMLBegin (line 890) | @Override method loadFieldsFromXmlNode (line 924) | @Override FILE: MekHQ/src/mekhq/campaign/mission/ContractScore.java class ContractScore (line 47) | public class ContractScore { method getContractScore (line 74) | public static int getContractScore(List scenarios) { FILE: MekHQ/src/mekhq/campaign/mission/CrewSkillUpgrader.java class CrewSkillUpgrader (line 59) | public class CrewSkillUpgrader { method CrewSkillUpgrader (line 78) | public CrewSkillUpgrader(int upgradeIntensity) { method upgradeCrew (line 110) | public void upgradeCrew(Entity entity) { method addSingleSPA (line 158) | private int addSingleSPA(Entity entity, double xpCap) { method coalescedSPAList (line 246) | private List coalescedSPAList(int unitType, double xpC... method extraEligibilityCheck (line 261) | private boolean extraEligibilityCheck(SpecialAbility spa, Entity entit... method pickRandomWeapon (line 276) | private String pickRandomWeapon(Entity entity, boolean clusterOnly) { method pickRandomGunnerySpecialization (line 302) | private String pickRandomGunnerySpecialization(Entity entity) { method pickRandomRangeMaster (line 322) | private String pickRandomRangeMaster() { method pickRandomHumanTRO (line 328) | private String pickRandomHumanTRO() { method pickRandomEnvSpec (line 335) | private String pickRandomEnvSpec() { FILE: MekHQ/src/mekhq/campaign/mission/IPlayerSettings.java type IPlayerSettings (line 40) | public interface IPlayerSettings { method getStartingPos (line 43) | int getStartingPos(); method setStartingPos (line 45) | void setStartingPos(int i); method getStartWidth (line 47) | int getStartWidth(); method setStartWidth (line 49) | void setStartWidth(int i); method getStartOffset (line 51) | int getStartOffset(); method setStartOffset (line 53) | void setStartOffset(int i); method getStartingAnyNWx (line 55) | int getStartingAnyNWx(); method setStartingAnyNWx (line 57) | void setStartingAnyNWx(int i); method getStartingAnyNWy (line 59) | int getStartingAnyNWy(); method setStartingAnyNWy (line 61) | void setStartingAnyNWy(int i); method getStartingAnySEx (line 63) | int getStartingAnySEx(); method setStartingAnySEx (line 65) | void setStartingAnySEx(int i); method getStartingAnySEy (line 67) | int getStartingAnySEy(); method setStartingAnySEy (line 69) | void setStartingAnySEy(int i); FILE: MekHQ/src/mekhq/campaign/mission/Loot.java class Loot (line 80) | public class Loot { method Loot (line 89) | public Loot() { method clone (line 96) | @Override method getName (line 106) | public String getName() { method setName (line 110) | public void setName(String s) { method setCash (line 114) | public void setCash(Money c) { method getCash (line 118) | public Money getCash() { method addUnit (line 122) | public void addUnit(Entity e) { method getUnits (line 126) | public ArrayList getUnits() { method clearUnits (line 130) | public void clearUnits() { method getParts (line 134) | public ArrayList getParts() { method addPart (line 138) | public void addPart(Part p) { method clearParts (line 142) | public void clearParts() { method getShortDescription (line 146) | public String getShortDescription() { method getLoot (line 184) | public void getLoot(Campaign campaign, Scenario scenario, Hashtable getQualityAndModifier(Mission ... method writeToXML (line 352) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 378) | public static Loot generateInstanceFromXML(Node wn, Campaign c, Versio... FILE: MekHQ/src/mekhq/campaign/mission/MHQMorale.java class MHQMorale (line 72) | public class MHQMorale { method getFormattedTitle (line 91) | public static String getFormattedTitle() { type PerformanceOutcome (line 101) | public enum PerformanceOutcome { type MoraleOutcome (line 115) | public enum MoraleOutcome { method performMoraleCheck (line 139) | public static String performMoraleCheck(final LocalDate today, final A... method getReport (line 178) | private static String getReport(int reliability, PerformanceOutcome pe... method getMoraleOutcome (line 235) | static MoraleOutcome getMoraleOutcome(AtBContract contract, int roll) { method getOutcome (line 287) | static PerformanceOutcome getOutcome(int decisiveVictoryModifier, int ... method getReliability (line 339) | static int getReliability(int adjustedSkillLevel, Faction enemyFaction) { method getReliabilityModifier (line 389) | static int getReliabilityModifier(int adjustedSkillLevel) { method getPerformanceModifier (line 419) | static int getPerformanceModifier(LocalDate today, AtBContract contrac... method processCombatChallengeResults (line 524) | public static void processCombatChallengeResults(Campaign campaign, At... method routedMoraleUpdate (line 581) | public static void routedMoraleUpdate(Campaign campaign, AtBContract c... FILE: MekHQ/src/mekhq/campaign/mission/Mission.java class Mission (line 63) | public class Mission { method Mission (line 78) | public Mission() { method Mission (line 82) | public Mission(final @Nullable String name) { method getName (line 92) | public String getName() { method getHyperlinkedName (line 108) | public String getHyperlinkedName() { method setName (line 112) | public void setName(String n) { method getType (line 116) | public String getType() { method setType (line 120) | public void setType(String t) { method getSystemId (line 124) | public String getSystemId() { method setSystemId (line 128) | public void setSystemId(String n) { method getSystem (line 132) | public PlanetarySystem getSystem() { method getSystemName (line 141) | public String getSystemName(LocalDate when) { method setLegacyPlanetName (line 149) | public void setLegacyPlanetName(String name) { method getDescription (line 153) | public String getDescription() { method setDesc (line 157) | public void setDesc(String d) { method getStatus (line 161) | public MissionStatus getStatus() { method setStatus (line 165) | public void setStatus(MissionStatus status) { method isActiveOn (line 169) | public boolean isActiveOn(LocalDate date) { method isActiveOn (line 173) | public boolean isActiveOn(LocalDate date, boolean excludeEndDateCheck) { method getScenarios (line 178) | public List getScenarios() { method getVisibleScenarios (line 182) | public List getVisibleScenarios() { method getCurrentScenarios (line 186) | public List getCurrentScenarios() { method getCurrentAtBScenarios (line 192) | public List getCurrentAtBScenarios() { method getCompletedScenarios (line 199) | public List getCompletedScenarios() { method addScenario (line 210) | public void addScenario(final Scenario scenario) { method clearScenarios (line 215) | public void clearScenarios() { method hasPendingScenarios (line 219) | @Deprecated(since = "0.51.0", forRemoval = true) method getId (line 227) | public int getId() { method setId (line 231) | public void setId(int i) { method getLength (line 240) | public int getLength() { method getRepairLocation (line 251) | public int getRepairLocation() { method writeToXML (line 260) | @Deprecated(since = "0.50.06", forRemoval = true) method writeToXML (line 264) | public void writeToXML(Campaign campaign, final PrintWriter pw, int in... method writeToXMLBegin (line 272) | @Deprecated(since = "0.50.06", forRemoval = true) method writeToXMLBegin (line 277) | protected int writeToXMLBegin(Campaign campaign, final PrintWriter pw,... method writeToXMLEnd (line 297) | protected void writeToXMLEnd(final PrintWriter pw, int indent) { method loadFieldsFromXmlNode (line 304) | @Deprecated(since = "0.50.06", forRemoval = true) method loadFieldsFromXmlNode (line 308) | public void loadFieldsFromXmlNode(Campaign campaign, Version version, ... method generateInstanceFromXML (line 312) | public static Mission generateInstanceFromXML(Node node, Campaign camp... method toString (line 383) | @Override FILE: MekHQ/src/mekhq/campaign/mission/ObjectiveEffect.java class ObjectiveEffect (line 40) | public class ObjectiveEffect { type EffectScalingType (line 45) | public enum EffectScalingType { type ObjectiveEffectType (line 63) | public enum ObjectiveEffectType { method isMagnitudeRelevant (line 127) | public boolean isMagnitudeRelevant() { method toString (line 131) | @Override method ObjectiveEffectType (line 136) | ObjectiveEffectType(String description, boolean magnitudeIsRelevant) { type ObjectiveEffectConditionType (line 145) | public enum ObjectiveEffectConditionType { method toString (line 163) | @Override FILE: MekHQ/src/mekhq/campaign/mission/Scenario.java class Scenario (line 82) | public class Scenario implements IPlayerSettings { method Scenario (line 167) | public Scenario() { method Scenario (line 171) | public Scenario(String name) { method getName (line 216) | public String getName() { method getHyperlinkedName (line 232) | public String getHyperlinkedName() { method setName (line 236) | public void setName(String n) { method getStratConScenarioType (line 240) | public ScenarioType getStratConScenarioType() { method setStratConScenarioType (line 244) | public void setStratConScenarioType(ScenarioType type) { method getDescription (line 248) | public String getDescription() { method setDesc (line 252) | public void setDesc(String d) { method getReport (line 256) | public String getReport() { method setReport (line 260) | public void setReport(String r) { method getStatus (line 264) | public ScenarioStatus getStatus() { method setStatus (line 268) | public void setStatus(final ScenarioStatus status) { method isCrisis (line 272) | public boolean isCrisis() { method setIsCrisis (line 276) | public void setIsCrisis(final boolean isCrisis) { method getDate (line 280) | public @Nullable LocalDate getDate() { method setDate (line 284) | public void setDate(final @Nullable LocalDate date) { method getLinkedScenario (line 288) | public int getLinkedScenario() { method setLinkedScenarioID (line 292) | public void setLinkedScenarioID(int ScenarioID) { method hasObjectives (line 296) | public boolean hasObjectives() { method getScenarioObjectives (line 300) | public List getScenarioObjectives() { method setScenarioObjectives (line 304) | public void setScenarioObjectives(List scenarioObje... method isCloaked (line 311) | public boolean isCloaked() { method setCloaked (line 315) | public void setCloaked(boolean cloaked) { method getStartingPos (line 319) | @Override method setStartingPos (line 324) | @Override method getStartOffset (line 329) | @Override method setStartOffset (line 334) | @Override method getStartWidth (line 339) | @Override method setStartWidth (line 344) | @Override method getStartingAnyNWx (line 349) | @Override method setStartingAnyNWx (line 354) | @Override method getStartingAnyNWy (line 359) | @Override method setStartingAnyNWy (line 364) | @Override method getStartingAnySEx (line 369) | @Override method setStartingAnySEx (line 374) | @Override method getStartingAnySEy (line 379) | @Override method setStartingAnySEy (line 384) | @Override method setBoardType (line 389) | public void setBoardType(int boardType) { method getBoardType (line 393) | public int getBoardType() { method getMapSizeX (line 397) | public int getMapSizeX() { method setMapSizeX (line 401) | public void setMapSizeX(int mapSizeX) { method getMapSizeY (line 405) | public int getMapSizeY() { method setMapSizeY (line 409) | public void setMapSizeY(int mapSizeY) { method getMap (line 413) | public String getMap() { method setMap (line 417) | public void setMap(String map) { method getMapForDisplay (line 421) | public String getMapForDisplay() { method isUsingFixedMap (line 430) | public boolean isUsingFixedMap() { method setUsingFixedMap (line 434) | public void setUsingFixedMap(boolean usingFixedMap) { method getLight (line 438) | public Light getLight() { method setLight (line 442) | public void setLight(Light light) { method getWeather (line 446) | public Weather getWeather() { method setWeather (line 450) | public void setWeather(Weather weather) { method getWind (line 454) | public Wind getWind() { method setWind (line 458) | public void setWind(Wind wind) { method getFog (line 462) | public Fog getFog() { method setFog (line 466) | public void setFog(Fog fog) { method getAtmosphere (line 470) | public Atmosphere getAtmosphere() { method setAtmosphere (line 474) | public void setAtmosphere(Atmosphere atmosphere) { method getTemperature (line 478) | public int getTemperature() { method setTemperature (line 482) | public void setTemperature(int temperature) { method getGravity (line 486) | public float getGravity() { method setGravity (line 490) | public void setGravity(float gravity) { method setEMI (line 494) | public void setEMI(EMI emi) { method getEMI (line 498) | public EMI getEMI() { method setBlowingSand (line 502) | public void setBlowingSand(BlowingSand blow) { method getBlowingSand (line 506) | public BlowingSand getBlowingSand() { method canWindShiftDirection (line 510) | public boolean canWindShiftDirection() { method setShiftWindDirection (line 514) | public void setShiftWindDirection(boolean b) { method canWindShiftStrength (line 518) | public boolean canWindShiftStrength() { method setShiftWindStrength (line 522) | public void setShiftWindStrength(boolean b) { method getMaxWindStrength (line 526) | public Wind getMaxWindStrength() { method setMaxWindStrength (line 530) | public void setMaxWindStrength(Wind strength) { method getMinWindStrength (line 534) | public Wind getMinWindStrength() { method setMinWindStrength (line 538) | public void setMinWindStrength(Wind strength) { method createPlanetaryConditions (line 547) | public PlanetaryConditions createPlanetaryConditions() { method readPlanetaryConditions (line 572) | public void readPlanetaryConditions(PlanetaryConditions planetaryCondi... method getDeploymentLimit (line 588) | public ScenarioDeploymentLimit getDeploymentLimit() { method setDeploymentLimit (line 592) | public void setDeploymentLimit(ScenarioDeploymentLimit limit) { method getPlayerTransportLinkages (line 596) | public Map> getPlayerTransportLinkages() { method addPlayerTransportRelationship (line 606) | public void addPlayerTransportRelationship(UUID transportId, UUID carg... method getId (line 614) | public int getId() { method setId (line 618) | public void setId(int i) { method getMissionId (line 622) | public int getMissionId() { method setMissionId (line 626) | public void setMissionId(int i) { method getForceIDs (line 630) | public List getForceIDs() { method getForces (line 634) | public Formation getForces(Campaign campaign) { method getSalvageFormations (line 648) | public List getSalvageFormations() { method removeSalvageFormation (line 652) | public void removeSalvageFormation(List forceIds) { method addSalvageFormation (line 656) | public void addSalvageFormation(int forceId) { method clearSalvageFormations (line 662) | public void clearSalvageFormations() { method getSalvageTechs (line 666) | public List getSalvageTechs() { method addSalvageTech (line 670) | public void addSalvageTech(UUID personId) { method removeSalvageTechs (line 676) | public void removeSalvageTechs(List personIds) { method clearSalvageTechs (line 680) | public void clearSalvageTechs() { method getIndividualUnitIDs (line 687) | public List getIndividualUnitIDs() { method addForces (line 691) | public void addForces(int fid) { method addUnit (line 695) | public void addUnit(UUID uid) { method containsPlayerUnit (line 699) | public boolean containsPlayerUnit(UUID uid) { method removeUnit (line 703) | public void removeUnit(UUID uid) { method removeFormation (line 716) | public void removeFormation(int fid) { method clearAllFormationsAndPersonnel (line 726) | public void clearAllFormationsAndPersonnel(Campaign campaign) { method convertToStub (line 748) | public void convertToStub(final Campaign campaign, final ScenarioStatu... method generateStub (line 754) | public void generateStub(Campaign c) { method getForceStub (line 762) | public FormationStub getForceStub() { method isAssigned (line 766) | public boolean isAssigned(Unit unit, Campaign campaign) { method getBotForces (line 775) | public List getBotForces() { method setBotForces (line 779) | public void setBotForces(List bf) { method addBotForce (line 783) | public void addBotForce(BotForce botForce, Campaign c) { method getBotForce (line 792) | public BotForce getBotForce(int i) { method removeBotForce (line 796) | public void removeBotForce(int i) { method getNumBots (line 800) | public int getNumBots() { method getBotForcesStubs (line 804) | public List getBotForcesStubs() { method getTraitorUnits (line 816) | public List getTraitorUnits(Campaign c) { method isTraitor (line 833) | public boolean isTraitor(Entity en, Campaign c) { method isTraitor (line 857) | public boolean isTraitor(UUID personId) { method getExternalIDLookup (line 866) | public Map getExternalIDLookup() { method setExternalIDLookup (line 870) | @Deprecated(since = "0.51.0", forRemoval = true) method canDeploy (line 885) | public boolean canDeploy(Unit unit, Campaign campaign) { method canDeployUnits (line 907) | public boolean canDeployUnits(Vector units, Campaign campaign) { method canDeployForces (line 932) | public boolean canDeployForces(Vector formations, Campaign ... method includesRequiredPersonnel (line 952) | public boolean includesRequiredPersonnel(Campaign c) { method includesRequiredUnits (line 961) | public boolean includesRequiredUnits(Campaign c) { method canStartScenario (line 970) | public boolean canStartScenario(Campaign c) { method writeToXML (line 984) | public void writeToXML(final PrintWriter pw, int indent) { method writeToXMLBegin (line 989) | protected int writeToXMLBegin(final PrintWriter pw, int indent) { method writeToXMLEnd (line 1084) | protected void writeToXMLEnd(final PrintWriter pw, int indent) { method loadFieldsFromXmlNode (line 1088) | protected void loadFieldsFromXmlNode(final Node wn, final Version vers... method generateInstanceFromXML (line 1093) | public static Scenario generateInstanceFromXML(Node wn, Campaign c, Ve... method getEntityStub (line 1316) | protected static List getEntityStub(Node wn) { method getLoot (line 1328) | public List getLoot() { method addLoot (line 1332) | public void addLoot(Loot l) { method resetLoot (line 1336) | public void resetLoot() { method isFriendlyUnit (line 1340) | public boolean isFriendlyUnit(Entity entity, Campaign campaign) { method getHasTrack (line 1346) | public boolean getHasTrack() { method setHasTrack (line 1350) | public void setHasTrack(boolean b) { method getBoardTypeName (line 1354) | public static String getBoardTypeName(int i) { FILE: MekHQ/src/mekhq/campaign/mission/ScenarioDeploymentLimit.java class ScenarioDeploymentLimit (line 61) | public class ScenarioDeploymentLimit { type QuantityType (line 69) | public enum QuantityType { type CountType (line 83) | public enum CountType { method toString (line 93) | @Override method ScenarioDeploymentLimit (line 127) | public ScenarioDeploymentLimit() { method getCopy (line 139) | public ScenarioDeploymentLimit getCopy() { method getQuantityLimit (line 151) | public int getQuantityLimit() { method setQuantityLimit (line 155) | public void setQuantityLimit(int quantityLimit) { method getCountType (line 159) | public CountType getCountType() { method setCountType (line 163) | public void setCountType(CountType countType) { method getQuantityType (line 167) | public QuantityType getQuantityType() { method setQuantityType (line 171) | public void setQuantityType(QuantityType quantityType) { method getAllowedUnitTypes (line 175) | public List getAllowedUnitTypes() { method setAllowedUnitTypes (line 179) | public void setAllowedUnitTypes(List allowedUnitTypes) { method addAllowedUnitType (line 190) | private void addAllowedUnitType(int type) { method isAllowedType (line 202) | public boolean isAllowedType(int unitType) { method getAllowedUnitTypeDesc (line 211) | public String getAllowedUnitTypeDesc() { method getUnitQuantity (line 233) | public int getUnitQuantity(Unit u) { method getForceQuantity (line 252) | public int getForceQuantity(Formation f, Campaign c) { method getQuantityCap (line 279) | public int getQuantityCap(Campaign c) { method getCurrentQuantity (line 300) | public int getCurrentQuantity(Scenario s, Campaign c) { method getQuantityLimitDesc (line 312) | public String getQuantityLimitDesc(Scenario s, Campaign c) { method checkRequiredPersonnel (line 342) | public boolean checkRequiredPersonnel(Scenario s, Campaign c) { method isPersonInForce (line 370) | public boolean isPersonInForce(UUID personId, Formation formation, Cam... method getRequiredPersonnelDesc (line 390) | public String getRequiredPersonnelDesc(Campaign c) { method checkRequiredUnits (line 415) | public boolean checkRequiredUnits(Scenario s, Campaign c) { method isUnitInForce (line 444) | public boolean isUnitInForce(UUID unitId, Formation formation, Campaig... method getRequiredUnitDesc (line 461) | public String getRequiredUnitDesc(Campaign c) { method writeToXML (line 477) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 500) | public static ScenarioDeploymentLimit generateInstanceFromXML(Node wn,... FILE: MekHQ/src/mekhq/campaign/mission/ScenarioForceTemplate.java class ScenarioForceTemplate (line 58) | public class ScenarioForceTemplate implements Comparable getRequiredRoles() { method setForceAlignment (line 604) | public void setForceAlignment(int forceAlignment) { method setGenerationMethod (line 608) | public void setGenerationMethod(int generationMethod) { method setForceMultiplier (line 612) | @Deprecated(since = "0.51.0", forRemoval = true) method setDeploymentZones (line 617) | public void setDeploymentZones(List deploymentZones) { method setDestinationZone (line 621) | @Deprecated(since = "0.51.0", forRemoval = true) method setRetreatThreshold (line 626) | @Deprecated(since = "0.51.0", forRemoval = true) method setAllowedUnitType (line 631) | public void setAllowedUnitType(int allowedUnitType) { method setCanReinforceLinked (line 635) | public void setCanReinforceLinked(boolean canReinforce) { method setContributesToBV (line 639) | public void setContributesToBV(boolean contributesToBV) { method setContributesToUnitCount (line 643) | public void setContributesToUnitCount(boolean contributesToUnitCount) { method setForceName (line 647) | public void setForceName(String forceName) { method setSyncedForceName (line 651) | public void setSyncedForceName(String syncedForceName) { method setSyncDeploymentType (line 655) | public void setSyncDeploymentType(SynchronizedDeploymentType syncDeplo... method setActualDeploymentZone (line 659) | public void setActualDeploymentZone(int zone) { method setArrivalTurn (line 663) | public void setArrivalTurn(int arrivalTurn) { method setMaxWeightClass (line 667) | public void setMaxWeightClass(int maxWeightClass) { method getMinWeightClass (line 671) | public int getMinWeightClass() { method setMinWeightClass (line 675) | public void setMinWeightClass(int minWeightClass) { method setContributesToMapSize (line 679) | public void setContributesToMapSize(boolean contributesToMapSize) { method setFixedUnitCount (line 683) | public void setFixedUnitCount(int fixedUnitCount) { method setGenerationOrder (line 687) | public void setGenerationOrder(int generationOrder) { method setAllowAeroBombs (line 691) | public void setAllowAeroBombs(boolean allowAeroBombs) { method setUseArtillery (line 695) | public void setUseArtillery(boolean useArtillery) { method setStartingAltitude (line 699) | public void setStartingAltitude(int startingAltitude) { method setDeployOffboard (line 703) | public void setDeployOffboard(boolean deployOffBoard) { method addRequiredRoles (line 713) | @Deprecated(since = "0.51.0", forRemoval = true) method isSubjectToRandomRemoval (line 717) | public boolean isSubjectToRandomRemoval() { method setSubjectToRandomRemoval (line 721) | @Deprecated(since = "0.51.0", forRemoval = true) method getFixedMul (line 726) | @Nullable method setFixedMul (line 731) | public void setFixedMul(@Nullable String fixedMul) { method getObjectiveLinkedForces (line 735) | @XmlElementWrapper(name = "objectiveLinkedForces") method setObjectiveLinkedForces (line 741) | @Deprecated(since = "0.51.0", forRemoval = true) method isPlayerForce (line 749) | public boolean isPlayerForce() { method isAlliedPlayerForce (line 757) | public boolean isAlliedPlayerForce() { method isAlliedBotForce (line 766) | @Deprecated(since = "0.51.0", forRemoval = true) method isEnemyBotForce (line 775) | public boolean isEnemyBotForce() { method getAllowedUnitTypeName (line 784) | public String getAllowedUnitTypeName() { method Deserialize (line 799) | public static ScenarioForceTemplate Deserialize(Node xmlNode) { method compareTo (line 814) | @Override method getDefaultReinforcementsTemplate (line 829) | public static ScenarioForceTemplate getDefaultReinforcementsTemplate() { method toString (line 846) | @Override FILE: MekHQ/src/mekhq/campaign/mission/ScenarioMapParameters.java class ScenarioMapParameters (line 46) | public class ScenarioMapParameters implements Cloneable { type MapLocation (line 47) | public enum MapLocation { method clone (line 54) | @Override method getAllowedTerrainType (line 116) | public List getAllowedTerrainType() { method getBaseWidth (line 120) | public int getBaseWidth() { method setBaseWidth (line 124) | public void setBaseWidth(int baseWidth) { method getBaseHeight (line 128) | public int getBaseHeight() { method setBaseHeight (line 132) | public void setBaseHeight(int baseHeight) { method getWidthScalingIncrement (line 136) | public int getWidthScalingIncrement() { method setWidthScalingIncrement (line 140) | public void setWidthScalingIncrement(int widthScalingIncrement) { method getHeightScalingIncrement (line 144) | public int getHeightScalingIncrement() { method setHeightScalingIncrement (line 148) | public void setHeightScalingIncrement(int heightScalingIncrement) { method getAdditionalMapSheetTall (line 152) | public int getAdditionalMapSheetTall() { method getAdditionalMapSheetWide (line 156) | public int getAdditionalMapSheetWide() { method isAllowRotation (line 159) | public boolean isAllowRotation() { method setAllowRotation (line 163) | public void setAllowRotation(boolean allowRotation) { method isUseStandardAtBSizing (line 167) | public boolean isUseStandardAtBSizing() { method setUseStandardAtBSizing (line 171) | public void setUseStandardAtBSizing(boolean useStandardAtBSizing) { method getMapLocation (line 175) | public MapLocation getMapLocation() { method setMapLocation (line 179) | public void setMapLocation(MapLocation mapLocation) { FILE: MekHQ/src/mekhq/campaign/mission/ScenarioObjective.java class ScenarioObjective (line 62) | public class ScenarioObjective { type TimeLimitType (line 82) | public enum TimeLimitType { type ObjectiveCriterion (line 121) | public enum ObjectiveCriterion { method toString (line 152) | @Override type ObjectiveAmountType (line 161) | public enum ObjectiveAmountType { method ScenarioObjective (line 166) | public ScenarioObjective() { method ScenarioObjective (line 176) | public ScenarioObjective(ScenarioObjective other) { method getObjectiveCriterion (line 193) | public ObjectiveCriterion getObjectiveCriterion() { method setObjectiveCriterion (line 197) | public void setObjectiveCriterion(ObjectiveCriterion objectiveCriterio... method getDescription (line 201) | public String getDescription() { method setDescription (line 205) | public void setDescription(String description) { method addForce (line 209) | public void addForce(String name) { method removeForce (line 213) | public void removeForce(String name) { method clearForces (line 217) | public void clearForces() { method clearDetails (line 221) | public void clearDetails() { method getAdditionalDetails (line 225) | @Deprecated(since = "0.51.0", forRemoval = true) method addDetail (line 230) | public void addDetail(String detail) { method getDetails (line 234) | public List getDetails() { method getAssociatedForceNames (line 238) | public Set getAssociatedForceNames() { method addUnit (line 242) | public void addUnit(String id) { method removeUnit (line 246) | public void removeUnit(String id) { method getAssociatedUnitIDs (line 250) | public Set getAssociatedUnitIDs() { method clearAssociatedUnits (line 254) | public void clearAssociatedUnits() { method clearSuccessEffects (line 258) | public void clearSuccessEffects() { method addSuccessEffect (line 262) | public void addSuccessEffect(ObjectiveEffect successEffect) { method getSuccessEffects (line 266) | public List getSuccessEffects() { method clearFailureEffects (line 270) | public void clearFailureEffects() { method addFailureEffect (line 274) | public void addFailureEffect(ObjectiveEffect failureEffect) { method getFailureEffects (line 278) | public List getFailureEffects() { method getDestinationEdge (line 282) | public OffBoardDirection getDestinationEdge() { method setDestinationEdge (line 286) | public void setDestinationEdge(OffBoardDirection destinationEdge) { method getPercentage (line 290) | public int getPercentage() { method setPercentage (line 294) | public void setPercentage(int percentage) { method getFixedAmount (line 298) | public Integer getFixedAmount() { method setFixedAmount (line 302) | public void setFixedAmount(Integer fixedAmount) { method getTimeLimit (line 306) | public Integer getTimeLimit() { method setTimeLimit (line 310) | public void setTimeLimit(Integer timeLimit) { method getTimeLimitScaleFactor (line 314) | public Integer getTimeLimitScaleFactor() { method setTimeLimitScaleFactor (line 318) | public void setTimeLimitScaleFactor(Integer timeLimitScaleFactor) { method isTimeLimitAtMost (line 322) | public boolean isTimeLimitAtMost() { method setTimeLimitAtMost (line 326) | public void setTimeLimitAtMost(boolean timeLimitAtMost) { method getTimeLimitType (line 330) | public TimeLimitType getTimeLimitType() { method setTimeLimitType (line 334) | public void setTimeLimitType(TimeLimitType timeLimitType) { method getTimeLimitString (line 338) | public String getTimeLimitString() { method toShortString (line 348) | public String toShortString() { method buildEffects (line 373) | private String buildEffects(boolean success) { method getAmount (line 425) | public int getAmount() { method getAmountType (line 429) | public ObjectiveAmountType getAmountType() { method isApplicableToForceTemplate (line 441) | public boolean isApplicableToForceTemplate(ScenarioForceTemplate force... method toString (line 475) | @Override method Serialize (line 539) | public void Serialize(PrintWriter pw) { method Deserialize (line 560) | public static ScenarioObjective Deserialize(Node xmlNode) { FILE: MekHQ/src/mekhq/campaign/mission/ScenarioObjectiveProcessor.java class ScenarioObjectiveProcessor (line 67) | public class ScenarioObjectiveProcessor { method ScenarioObjectiveProcessor (line 75) | public ScenarioObjectiveProcessor() { method evaluateScenarioObjectives (line 86) | public void evaluateScenarioObjectives(ResolveScenarioTracker tracker) { method unrollObjectiveForces (line 103) | private Set unrollObjectiveForces(ScenarioObjective objective,... method evaluateObjective (line 153) | private Set evaluateObjective(ScenarioObjective objective, Set... method updateObjectiveEntityState (line 178) | public void updateObjectiveEntityState(Entity entity, boolean forceEnt... method entityMeetsObjective (line 237) | private boolean entityMeetsObjective(Entity entity, ScenarioObjective ... method entityIsDestroyed (line 258) | private boolean entityIsDestroyed(Entity entity, boolean opponentHasBa... method entityIsForcedWithdrawal (line 269) | private boolean entityIsForcedWithdrawal(Entity entity) { method entityIsCaptured (line 283) | private boolean entityIsCaptured(Entity entity, boolean opponentHasBat... method entityHasReachedDestinationEdge (line 295) | private boolean entityHasReachedDestinationEdge(Entity entity, Scenari... method determineScenarioStatus (line 309) | public ScenarioStatus determineScenarioStatus(Scenario scenario, method processObjective (line 363) | public String processObjective(Campaign campaign, ScenarioObjective ob... method processObjectiveEffect (line 423) | private String processObjectiveEffect(Campaign campaign, ObjectiveEffe... method objectiveMet (line 562) | public boolean objectiveMet(ScenarioObjective objective, int qualifyin... method getQualifyingObjectiveUnits (line 576) | public Map> getQualifyingObjectiveUnits... method getPotentialObjectiveUnits (line 580) | public Map> getPotentialObjectiveUnits() { FILE: MekHQ/src/mekhq/campaign/mission/ScenarioTemplate.java class ScenarioTemplate (line 68) | @XmlRootElement(name = "ScenarioTemplate") type BattlefieldControlType (line 101) | public enum BattlefieldControlType { method clone (line 118) | @Override method getStratConScenarioType (line 143) | public ScenarioType getStratConScenarioType() { method setStratConScenarioType (line 147) | @Deprecated(since = "0.51.0", forRemoval = true) method getPrimaryPlayerForce (line 162) | public ScenarioForceTemplate getPrimaryPlayerForce() { method getAllScenarioForces (line 166) | public List getAllScenarioForces() { method getScenarioForces (line 170) | @XmlElementWrapper(name = "scenarioForces") method setScenarioForces (line 176) | @Deprecated(since = "0.51.0", forRemoval = true) method isHostileFacility (line 181) | public boolean isHostileFacility() { method isAlliedFacility (line 185) | @Deprecated(since = "0.51.0", forRemoval = true) method isFacilityScenario (line 190) | public boolean isFacilityScenario() { method getBattlefieldControl (line 194) | public BattlefieldControlType getBattlefieldControl() { method getAllBotControlledAllies (line 198) | public List getAllBotControlledAllies() { method getAllBotControlledHostiles (line 206) | public List getAllBotControlledHostiles() { method getAllPrimaryPlayerForces (line 221) | public List getAllPrimaryPlayerForces() { method getAllPlayerReinforcementForces (line 240) | public List getAllPlayerReinforcementForces() { method isPlanetSurface (line 259) | public boolean isPlanetSurface() { method Serialize (line 269) | public void Serialize(File outputFile) { method Serialize (line 287) | public void Serialize(PrintWriter pw) { method Deserialize (line 308) | public static ScenarioTemplate Deserialize(String filePath) { method Deserialize (line 325) | public static ScenarioTemplate Deserialize(File inputFile) { method Deserialize (line 350) | public static ScenarioTemplate Deserialize(Node xmlNode) { class ScenarioTypeAdapter (line 365) | public static class ScenarioTypeAdapter extends XmlAdapter initLight() { method initWind (line 297) | private static List initWind() { method initWeather (line 381) | private static List initWeather() { method initFog (line 524) | private static List initFog() { method initBlowingSand (line 605) | private static List initBlowingSand() { method initEMI (line 669) | private static List initEMI() { method oddsForTerrain (line 722) | private Map oddsForTerrain(String type, String terrai... method rollCondition (line 734) | private String rollCondition(Map odds) { method rollLightCondition (line 754) | public Light rollLightCondition(String terrainType) { method rollWindCondition (line 760) | public Wind rollWindCondition(String terrainType) { method rollWeatherCondition (line 766) | public Weather rollWeatherCondition(String terrainType) { method rollFogCondition (line 772) | public Fog rollFogCondition(String terrainType) { method rollBlowingSandCondition (line 778) | public BlowingSand rollBlowingSandCondition(String terrainType) { method rollEMICondition (line 784) | public EMI rollEMICondition(String terrainType) { FILE: MekHQ/src/mekhq/campaign/mission/TransportCostCalculations.java class TransportCostCalculations (line 85) | public class TransportCostCalculations { method getTotalCost (line 199) | public @Nullable Money getTotalCost() { method setTotalCost (line 203) | void setTotalCost(Money totalCost) { method getAdditionalCargoSpaceRequired (line 207) | public double getAdditionalCargoSpaceRequired() { method getCargoBayCost (line 211) | public double getCargoBayCost() { method getRequiredCargoDropShips (line 215) | public int getRequiredCargoDropShips() { method getAdditionalSmallCraftBaysRequired (line 219) | public int getAdditionalSmallCraftBaysRequired() { method getAdditionalSmallCraftBaysCost (line 223) | public double getAdditionalSmallCraftBaysCost() { method getAdditionalASFBaysRequired (line 227) | public int getAdditionalASFBaysRequired() { method getAdditionalASFBaysCost (line 231) | public double getAdditionalASFBaysCost() { method getAdditionalMekBaysRequired (line 235) | public int getAdditionalMekBaysRequired() { method getAdditionalMekBaysCost (line 239) | public double getAdditionalMekBaysCost() { method getAdditionalSuperHeavyVehicleBaysRequired (line 243) | public int getAdditionalSuperHeavyVehicleBaysRequired() { method getAdditionalSuperHeavyVehicleBaysCost (line 247) | public double getAdditionalSuperHeavyVehicleBaysCost() { method getAdditionalHeavyVehicleBaysRequired (line 251) | public int getAdditionalHeavyVehicleBaysRequired() { method getAdditionalHeavyVehicleBaysCost (line 255) | public double getAdditionalHeavyVehicleBaysCost() { method getAdditionalLightVehicleBaysRequired (line 259) | public int getAdditionalLightVehicleBaysRequired() { method getAdditionalLightVehicleBaysCost (line 263) | public double getAdditionalLightVehicleBaysCost() { method getAdditionalProtoMekBaysRequired (line 267) | public int getAdditionalProtoMekBaysRequired() { method getAdditionalProtoMekBaysCost (line 271) | public double getAdditionalProtoMekBaysCost() { method getAdditionalBattleArmorBaysRequired (line 275) | public int getAdditionalBattleArmorBaysRequired() { method getAdditionalBattleArmorBaysCost (line 279) | public double getAdditionalBattleArmorBaysCost() { method getAdditionalInfantryBaysRequired (line 283) | public int getAdditionalInfantryBaysRequired() { method getAdditionalInfantryBaysCost (line 287) | public double getAdditionalInfantryBaysCost() { method getAdditionalOtherUnitBaysCost (line 291) | public double getAdditionalOtherUnitBaysCost() { method getAdditionalPassengerBaysRequired (line 295) | public int getAdditionalPassengerBaysRequired() { method getAdditionalPassengerBaysCost (line 299) | public double getAdditionalPassengerBaysCost() { method getTotalAdditionalBaysRequired (line 303) | public int getTotalAdditionalBaysRequired() { method getAdditionalDropShipsRequired (line 307) | public int getAdditionalDropShipsRequired() { method setAdditionalDropShipsRequired (line 311) | void setAdditionalDropShipsRequired(int additionalDropShipsRequired) { method getAdditionalCollarsRequired (line 315) | public int getAdditionalCollarsRequired() { method getDockingCollarCost (line 319) | public double getDockingCollarCost() { method getJumpShipsRequired (line 323) | public double getJumpShipsRequired() { method getDropShipCount (line 327) | int getDropShipCount() { method setDropShipCount (line 331) | void setDropShipCount(int dropShipCount) { method getSmallCraftCount (line 335) | int getSmallCraftCount() { method setSmallCraftCount (line 339) | public void setSmallCraftCount(int smallCraftCount) { method getSuperHeavyVehicleCount (line 343) | int getSuperHeavyVehicleCount() { method setSuperHeavyVehicleCount (line 347) | public void setSuperHeavyVehicleCount(int superHeavyVehicleCount) { method getHeavyVehicleCount (line 351) | int getHeavyVehicleCount() { method setHeavyVehicleCount (line 355) | public void setHeavyVehicleCount(int heavyVehicleCount) { method getLightVehicleCount (line 359) | int getLightVehicleCount() { method setLightVehicleCount (line 363) | public void setLightVehicleCount(int lightVehicleCount) { method getMekCount (line 367) | int getMekCount() { method setMekCount (line 371) | public void setMekCount(int mekCount) { method getAsfCount (line 375) | int getAsfCount() { method setASFCount (line 379) | public void setASFCount(int asfCount) { method getProtoMekCount (line 383) | int getProtoMekCount() { method setProtoMekCount (line 387) | public void setProtoMekCount(int protoMekCount) { method getBattleArmorCount (line 391) | int getBattleArmorCount() { method setBattleArmorCount (line 395) | public void setBattleArmorCount(int battleArmorCount) { method getInfantryCount (line 399) | int getInfantryCount() { method setInfantryCount (line 403) | public void setInfantryCount(int infantryCount) { method getOtherUnitCount (line 407) | public int getOtherUnitCount() { method setOtherUnitCount (line 411) | public void setOtherUnitCount(int otherUnitCount) { method TransportCostCalculations (line 427) | public TransportCostCalculations(final Collection hangarContents... method setTetrisMasterMultiplier (line 449) | private void setTetrisMasterMultiplier() { method calculateJumpCostForEntireJourney (line 476) | public Money calculateJumpCostForEntireJourney(final int days, final i... method calculateJumpCostForEachDay (line 496) | public void calculateJumpCostForEachDay() { method adjustForCrewExperienceLevel (line 533) | private void adjustForCrewExperienceLevel() { method calculateAdditionalJumpCollarsRequirements (line 557) | void calculateAdditionalJumpCollarsRequirements() { method calculateCargoRequirements (line 576) | void calculateCargoRequirements() { method getTotalCargoCapacity (line 592) | private double getTotalCargoCapacity() { method calculateAdditionalBayRequirementsFromUnits (line 606) | void calculateAdditionalBayRequirementsFromUnits() { method countUnitsByType (line 705) | void countUnitsByType() { method getAdditionalCollarNeeds (line 774) | private static int getAdditionalCollarNeeds(SpaceStation spaceStation) { method calculateAdditionalBayRequirementsFromPassengers (line 801) | void calculateAdditionalBayRequirementsFromPassengers(int passengerCap... method getPassengerCount (line 821) | private int getPassengerCount() { method performJumpTransaction (line 864) | public static String performJumpTransaction(Finances finances, JumpPat... method getTotalSmallCraftBays (line 876) | int getTotalSmallCraftBays() { method getTotalASFBays (line 892) | int getTotalASFBays() { method getTotalMekBays (line 907) | int getTotalMekBays() { method getTotalSuperHeavyVehicleBays (line 922) | int getTotalSuperHeavyVehicleBays() { method getTotalHeavyVehicleBays (line 937) | int getTotalHeavyVehicleBays() { method getTotalLightVehicleBays (line 952) | int getTotalLightVehicleBays() { method getTotalProtoMekBays (line 967) | int getTotalProtoMekBays() { method getTotalBattleArmorBays (line 982) | int getTotalBattleArmorBays() { method getTotalInfantryBays (line 997) | int getTotalInfantryBays() { method getTotalDockingCollars (line 1012) | public int getTotalDockingCollars() { method getTotalLargeCraftPassengerCapacity (line 1030) | public int getTotalLargeCraftPassengerCapacity() { FILE: MekHQ/src/mekhq/campaign/mission/atb/AtBScenarioFactory.java class AtBScenarioFactory (line 53) | public class AtBScenarioFactory { method AtBScenarioFactory (line 83) | private AtBScenarioFactory() { method getScenarios (line 87) | public static List> getScenarios(int type) { method createScenario (line 91) | public static AtBScenario createScenario(Campaign campaign, CombatTeam... method registerScenario (line 119) | @SuppressWarnings("unchecked") method createScenariosForNewWeek (line 142) | public static void createScenariosForNewWeek(Campaign campaign) { FILE: MekHQ/src/mekhq/campaign/mission/atb/AtBScenarioManifest.java class AtBScenarioManifest (line 54) | @XmlRootElement(name = "scenarioManifest") method Deserialize (line 67) | public static AtBScenarioManifest Deserialize(String fileName) { FILE: MekHQ/src/mekhq/campaign/mission/atb/AtBScenarioModifier.java class AtBScenarioModifier (line 68) | @XmlRootElement(name = "AtBScenarioModifier") type EventTiming (line 84) | public enum EventTiming { method getScenarioFileNames (line 116) | public static List getScenarioFileNames() { method getScenarioModifiers (line 133) | public static Map getScenarioModifiers() { method getOrderedModifierKeys (line 137) | public static List getOrderedModifierKeys() { method getScenarioModifier (line 148) | public static AtBScenarioModifier getScenarioModifier(String key) { method getRequiredHostileFacilityModifiers (line 161) | public static List getRequiredHostileFacilityModi... method getRandomHostileFacilityModifier (line 174) | public static AtBScenarioModifier getRandomHostileFacilityModifier() { method getRandomAlliedFacilityModifier (line 183) | public static AtBScenarioModifier getRandomAlliedFacilityModifier() { method getRandomBattleModifier (line 190) | public static AtBScenarioModifier getRandomBattleModifier(MapLocation ... method getRandomBattleModifier (line 199) | public static @Nullable AtBScenarioModifier getRandomBattleModifier(Ma... method initializeScenarioModifiers (line 236) | public static void initializeScenarioModifiers(boolean useTestDirector... method initializeSpecificManifest (line 257) | private static void initializeSpecificManifest(String manifestFileName... method initializePositiveNegativeManifests (line 271) | private static void initializePositiveNegativeManifests(List m... method loadManifest (line 289) | private static void loadManifest(boolean useTestDirectory) { method loadScenarioModifiers (line 307) | private static void loadScenarioModifiers(boolean useTestDirectory) { method Deserialize (line 342) | public static AtBScenarioModifier Deserialize(String fileName) { method Serialize (line 371) | public void Serialize(File outputFile) { method processModifier (line 389) | public void processModifier(AtBDynamicScenario scenario, Campaign camp... method toString (line 457) | @Override method clone (line 462) | @Override method getModifierName (line 488) | public String getModifierName() { method setModifierName (line 492) | public void setModifierName(String modifierName) { method getAdditionalBriefingText (line 496) | public String getAdditionalBriefingText() { method setAdditionalBriefingText (line 500) | public void setAdditionalBriefingText(String additionalBriefingText) { method getBenefitsPlayer (line 504) | @Deprecated(since = "0.51.0", forRemoval = true) method setBenefitsPlayer (line 509) | @Deprecated(since = "0.51.0", forRemoval = true) method getBlockFurtherEvents (line 514) | public Boolean getBlockFurtherEvents() { method setBlockFurtherEvents (line 518) | @Deprecated(since = "0.51.0", forRemoval = true) method getEventTiming (line 523) | public EventTiming getEventTiming() { method setEventTiming (line 527) | @Deprecated(since = "0.51.0", forRemoval = true) method getForceDefinition (line 532) | public ScenarioForceTemplate getForceDefinition() { method setForceDefinition (line 536) | @Deprecated(since = "0.51.0", forRemoval = true) method getSkillAdjustment (line 541) | public Integer getSkillAdjustment() { method setSkillAdjustment (line 545) | @Deprecated(since = "0.51.0", forRemoval = true) method getQualityAdjustment (line 550) | public Integer getQualityAdjustment() { method setQualityAdjustment (line 554) | @Deprecated(since = "0.51.0", forRemoval = true) method getEventRecipient (line 559) | public ForceAlignment getEventRecipient() { method setEventRecipient (line 563) | @Deprecated(since = "0.51.0", forRemoval = true) method getBattleDamageIntensity (line 568) | public Integer getBattleDamageIntensity() { method setBattleDamageIntensity (line 572) | @Deprecated(since = "0.51.0", forRemoval = true) method getAmmoExpenditureIntensity (line 577) | public Integer getAmmoExpenditureIntensity() { method setAmmoExpenditureIntensity (line 581) | @Deprecated(since = "0.51.0", forRemoval = true) method getUnitRemovalCount (line 586) | public Integer getUnitRemovalCount() { method setUnitRemovalCount (line 590) | @Deprecated(since = "0.51.0", forRemoval = true) method getAllowedMapLocations (line 595) | @XmlElementWrapper(name = "allowedMapLocations") method setAllowedMapLocations (line 601) | @Deprecated(since = "0.51.0", forRemoval = true) method getUseAmbushLogic (line 606) | public Boolean getUseAmbushLogic() { method setUseAmbushLogic (line 610) | @Deprecated(since = "0.51.0", forRemoval = true) method getSwitchSides (line 615) | public Boolean getSwitchSides() { method setSwitchSides (line 619) | @Deprecated(since = "0.51.0", forRemoval = true) method getObjectives (line 624) | @XmlElementWrapper(name = "objectives") method getNumExtraEvents (line 630) | public Integer getNumExtraEvents() { method setNumExtraEvents (line 634) | @Deprecated(since = "0.51.0", forRemoval = true) method getBVBudgetAdditiveMultiplier (line 639) | public Double getBVBudgetAdditiveMultiplier() { method setBVBudgetAdditiveMultiplier (line 643) | @Deprecated(since = "0.51.0", forRemoval = true) method getReinforcementDelayReduction (line 648) | public Integer getReinforcementDelayReduction() { method setReinforcementDelayReduction (line 652) | @Deprecated(since = "0.51.0", forRemoval = true) method getLinkedModifiers (line 661) | public Map getLinkedModifiers() { method setLinkedModifiers (line 665) | @Deprecated(since = "0.51.0", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/mission/atb/AtBScenarioModifierApplicator.java class AtBScenarioModifierApplicator (line 72) | public class AtBScenarioModifierApplicator { method addForce (line 78) | public static void addForce(Campaign campaign, AtBDynamicScenario scen... method postAddForce (line 94) | private static void postAddForce(Campaign campaign, AtBDynamicScenario... method preAddForce (line 129) | private static void preAddForce(Campaign campaign, AtBDynamicScenario ... method removeUnits (line 139) | public static void removeUnits(AtBDynamicScenario scenario, Campaign c... method inflictBattleDamage (line 182) | public static void inflictBattleDamage(AtBDynamicScenario scenario, Ca... method expendAmmo (line 207) | public static void expendAmmo(AtBDynamicScenario scenario, Campaign ca... method adjustSkill (line 229) | public static void adjustSkill(AtBDynamicScenario scenario, Campaign c... method adjustQuality (line 262) | public static void adjustQuality(AtBDynamicScenario scenario, Campaign... method setupAmbush (line 283) | public static void setupAmbush(AtBDynamicScenario scenario, Campaign c... method switchSides (line 361) | public static void switchSides(AtBDynamicScenario scenario, ForceAlign... method appendScenarioBriefingText (line 384) | public static void appendScenarioBriefingText(AtBDynamicScenario scena... method applyObjective (line 391) | public static void applyObjective(AtBDynamicScenario scenario, Campaig... method applyExtraEvent (line 410) | public static void applyExtraEvent(AtBDynamicScenario scenario, boolea... method applyReinforcementDelayReduction (line 418) | public static void applyReinforcementDelayReduction(AtBDynamicScenario... FILE: MekHQ/src/mekhq/campaign/mission/atb/IAtBScenario.java type IAtBScenario (line 41) | public interface IAtBScenario { method getScenarioType (line 42) | int getScenarioType(); method getScenarioTypeDescription (line 44) | String getScenarioTypeDescription(); method setExtraScenarioForces (line 46) | void setExtraScenarioForces(Campaign campaign, ArrayList allyE... method canAddDropShips (line 49) | boolean canAddDropShips(); method isStandardScenario (line 51) | boolean isStandardScenario(); method isSpecialScenario (line 53) | boolean isSpecialScenario(); method isBigBattle (line 55) | boolean isBigBattle(); method getResourceKey (line 57) | String getResourceKey(); method getResourceBundle (line 59) | ResourceBundle getResourceBundle(); FILE: MekHQ/src/mekhq/campaign/mission/atb/ScenarioModifierManifest.java class ScenarioModifierManifest (line 55) | @XmlRootElement(name = "scenarioModifierManifest") method Deserialize (line 70) | public static ScenarioModifierManifest Deserialize(String fileName) { FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/AceDuelBuiltInScenario.java class AceDuelBuiltInScenario (line 53) | @AtBScenarioEnabled method isSpecialScenario (line 55) | @Override method getScenarioType (line 60) | @Override method getScenarioTypeDescription (line 65) | @Override method getResourceKey (line 70) | @Override method setLightConditions (line 75) | @Override method setWeatherConditions (line 80) | @Override method setMapFile (line 87) | @Override method canRerollMap (line 93) | @Override method canRerollLight (line 98) | @Override method canRerollWeather (line 103) | @Override method canDeploy (line 108) | @Override method setExtraScenarioForces (line 113) | @Override method setObjectives (line 162) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/AlliedTraitorsBuiltInScenario.java class AlliedTraitorsBuiltInScenario (line 49) | @AtBScenarioEnabled method isSpecialScenario (line 51) | @Override method getScenarioType (line 56) | @Override method getScenarioTypeDescription (line 61) | @Override method getResourceKey (line 66) | @Override method setExtraScenarioForces (line 71) | @Override method setObjectives (line 96) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/AllyRescueBuiltInScenario.java class AllyRescueBuiltInScenario (line 54) | @AtBScenarioEnabled method isBigBattle (line 56) | @Override method getScenarioType (line 61) | @Override method getScenarioTypeDescription (line 66) | @Override method getResourceKey (line 71) | @Override method getMapX (line 76) | @Override method getMapY (line 81) | @Override method setMapFile (line 86) | @Override method canRerollMapSize (line 92) | @Override method canRerollMap (line 97) | @Override method setExtraScenarioForces (line 102) | @Override method setObjectives (line 145) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/AmbushBuiltInScenario.java class AmbushBuiltInScenario (line 48) | @AtBScenarioEnabled method isSpecialScenario (line 50) | @Override method getScenarioType (line 55) | @Override method getScenarioTypeDescription (line 60) | @Override method getResourceKey (line 65) | @Override method setMapFile (line 70) | @Override method setExtraScenarioForces (line 76) | @Override method setObjectives (line 107) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/BaseAttackBuiltInScenario.java class BaseAttackBuiltInScenario (line 54) | @AtBScenarioEnabled method getScenarioType (line 60) | @Override method getScenarioTypeDescription (line 65) | @Override method getResourceKey (line 70) | @Override method setTerrain (line 75) | @Override method getMapX (line 80) | @Override method getMapY (line 85) | @Override method setExtraScenarioForces (line 90) | @Override method setObjectives (line 186) | @Override method getBattlefieldControlDescription (line 237) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/BreakthroughBuiltInScenario.java class BreakthroughBuiltInScenario (line 54) | @AtBScenarioEnabled method getScenarioType (line 58) | @Override method getScenarioTypeDescription (line 63) | @Override method getResourceKey (line 68) | @Override method getMapX (line 73) | @Override method getMapY (line 79) | @Override method canRerollMapSize (line 84) | @Override method setExtraScenarioForces (line 89) | @Override method canAddDropShips (line 139) | @Override method setObjectives (line 144) | @Override method getBattlefieldControlDescription (line 170) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/ChaseBuiltInScenario.java class ChaseBuiltInScenario (line 56) | @AtBScenarioEnabled method getScenarioType (line 60) | @Override method getScenarioTypeDescription (line 65) | @Override method getResourceKey (line 70) | @Override method getMapX (line 75) | @Override method getMapY (line 80) | @Override method canRerollMapSize (line 85) | @Override method setExtraScenarioForces (line 90) | @Override method setObjectives (line 167) | @Override method getBattlefieldControlDescription (line 194) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/CivilianHelpBuiltInScenario.java class CivilianHelpBuiltInScenario (line 55) | @AtBScenarioEnabled method isSpecialScenario (line 59) | @Override method getScenarioType (line 64) | @Override method getScenarioTypeDescription (line 69) | @Override method getResourceKey (line 74) | @Override method canDeploy (line 79) | @Override method setExtraScenarioForces (line 84) | @Override method setObjectives (line 116) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/CivilianRiotBuiltInScenario.java class CivilianRiotBuiltInScenario (line 59) | @AtBScenarioEnabled method isBigBattle (line 65) | @Override method getScenarioType (line 70) | @Override method getScenarioTypeDescription (line 75) | @Override method getResourceKey (line 80) | @Override method getMapX (line 85) | @Override method getMapY (line 90) | @Override method canRerollMapSize (line 95) | @Override method canDeploy (line 100) | @Override method setExtraScenarioForces (line 115) | @Override method setObjectives (line 155) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/ConvoyAttackBuiltInScenario.java class ConvoyAttackBuiltInScenario (line 51) | @AtBScenarioEnabled method isBigBattle (line 55) | @Override method getScenarioType (line 60) | @Override method getScenarioTypeDescription (line 65) | @Override method getResourceKey (line 70) | @Override method getMapX (line 75) | @Override method getMapY (line 80) | @Override method setMapFile (line 85) | @Override method canRerollMapSize (line 91) | @Override method canRerollMap (line 96) | @Override method setExtraScenarioForces (line 101) | @Override method setObjectives (line 126) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/ConvoyRescueBuiltInScenario.java class ConvoyRescueBuiltInScenario (line 54) | @AtBScenarioEnabled method isBigBattle (line 58) | @Override method getScenarioType (line 63) | @Override method getScenarioTypeDescription (line 68) | @Override method getResourceKey (line 73) | @Override method getMapX (line 78) | @Override method getMapY (line 83) | @Override method setMapFile (line 88) | @Override method canRerollMapSize (line 94) | @Override method canRerollMap (line 99) | @Override method setExtraScenarioForces (line 104) | @Override method setObjectives (line 135) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/ExtractionBuiltInScenario.java class ExtractionBuiltInScenario (line 58) | @AtBScenarioEnabled method getScenarioType (line 64) | @Override method getScenarioTypeDescription (line 69) | @Override method getResourceKey (line 74) | @Override method setExtraScenarioForces (line 79) | @Override method setObjectives (line 154) | @Override method getBattlefieldControlDescription (line 211) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/HideAndSeekBuiltInScenario.java class HideAndSeekBuiltInScenario (line 53) | @AtBScenarioEnabled method getScenarioType (line 55) | @Override method getScenarioTypeDescription (line 60) | @Override method getResourceKey (line 65) | @Override method setTerrain (line 70) | @Override method getMapX (line 83) | @Override method getMapY (line 88) | @Override method setExtraScenarioForces (line 93) | @Override method setObjectives (line 138) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/HoldTheLineBuiltInScenario.java class HoldTheLineBuiltInScenario (line 49) | @AtBScenarioEnabled method getScenarioType (line 51) | @Override method getScenarioTypeDescription (line 56) | @Override method getResourceKey (line 61) | @Override method setExtraScenarioForces (line 66) | @Override method canAddDropShips (line 106) | @Override method setObjectives (line 111) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/OfficerDuelBuiltInScenario.java class OfficerDuelBuiltInScenario (line 53) | @AtBScenarioEnabled method isSpecialScenario (line 55) | @Override method getScenarioType (line 60) | @Override method getScenarioTypeDescription (line 65) | @Override method getResourceKey (line 70) | @Override method setLightConditions (line 75) | @Override method setWeatherConditions (line 80) | @Override method setMapFile (line 87) | @Override method canRerollMap (line 93) | @Override method canRerollLight (line 98) | @Override method canRerollWeather (line 103) | @Override method canDeploy (line 108) | @Override method setExtraScenarioForces (line 113) | @Override method setObjectives (line 163) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/PirateFreeForAllBuiltInScenario.java class PirateFreeForAllBuiltInScenario (line 55) | @AtBScenarioEnabled method isBigBattle (line 59) | @Override method getScenarioType (line 64) | @Override method getScenarioTypeDescription (line 69) | @Override method getResourceKey (line 74) | @Override method getMapX (line 79) | @Override method getMapY (line 84) | @Override method canRerollMapSize (line 89) | @Override method setExtraScenarioForces (line 94) | @Override method setObjectives (line 132) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/PrisonBreakBuiltInScenario.java class PrisonBreakBuiltInScenario (line 56) | @AtBScenarioEnabled method isSpecialScenario (line 61) | @Override method getScenarioType (line 66) | @Override method getScenarioTypeDescription (line 71) | @Override method getResourceKey (line 76) | @Override method getMapX (line 81) | @Override method getMapY (line 86) | @Override method canRerollMapSize (line 91) | @Override method canDeploy (line 96) | @Override method setExtraScenarioForces (line 101) | @Override method setObjectives (line 129) | @Override method getBattlefieldControlDescription (line 165) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/ProbeBuiltInScenario.java class ProbeBuiltInScenario (line 52) | @AtBScenarioEnabled method getScenarioType (line 54) | @Override method getScenarioTypeDescription (line 59) | @Override method getResourceKey (line 64) | @Override method setTerrain (line 69) | @Override method setExtraScenarioForces (line 78) | @Override method setObjectives (line 105) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/ReconRaidBuiltInScenario.java class ReconRaidBuiltInScenario (line 55) | @AtBScenarioEnabled method getScenarioType (line 57) | @Override method getScenarioTypeDescription (line 62) | @Override method getResourceKey (line 67) | @Override method setExtraScenarioForces (line 72) | @Override method canAddDropShips (line 116) | @Override method setObjectives (line 121) | @Override method getBattlefieldControlDescription (line 165) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/StandUpBuiltInScenario.java class StandUpBuiltInScenario (line 48) | @AtBScenarioEnabled method getScenarioType (line 50) | @Override method getScenarioTypeDescription (line 55) | @Override method getResourceKey (line 60) | @Override method setExtraScenarioForces (line 65) | @Override method canAddDropShips (line 90) | @Override method setObjectives (line 95) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/StarLeagueCache1BuiltInScenario.java class StarLeagueCache1BuiltInScenario (line 60) | @AtBScenarioEnabled method isSpecialScenario (line 64) | @Override method getScenarioType (line 69) | @Override method getScenarioTypeDescription (line 74) | @Override method getResourceKey (line 79) | @Override method getMapX (line 84) | @Override method getMapY (line 89) | @Override method setMapFile (line 94) | @Override method canRerollMapSize (line 100) | @Override method canRerollMap (line 105) | @Override method setExtraScenarioForces (line 110) | @Override method setObjectives (line 173) | @Override FILE: MekHQ/src/mekhq/campaign/mission/atb/scenario/StarLeagueCache2BuiltInScenario.java class StarLeagueCache2BuiltInScenario (line 51) | @AtBScenarioEnabled method getScenarioType (line 53) | @Override method getScenarioTypeDescription (line 58) | @Override method getResourceKey (line 63) | @Override method setExtraScenarioForces (line 68) | @Override method setObjectives (line 93) | @Override FILE: MekHQ/src/mekhq/campaign/mission/camOpsSalvage/CamOpsSalvageUtilities.java class CamOpsSalvageUtilities (line 90) | public class CamOpsSalvageUtilities { method getSalvageTooltip (line 113) | public static String getSalvageTooltip(List unitsInForce, boolea... method hasNavalTug (line 165) | public static boolean hasNavalTug(Entity entity) { method hasSuitableBayEquipment (line 178) | public static boolean hasSuitableBayEquipment(Entity entity) { method resolveSalvage (line 210) | public static void resolveSalvage(Campaign campaign, Mission mission, ... method getDeploymentTime (line 309) | private static int getDeploymentTime(int scenarioId, AtBContract atbCo... method performRiskySalvageChecks (line 352) | public static void performRiskySalvageChecks(Campaign campaign, List te... method findTrackAndCoords (line 486) | private static Optional findTrackAndCoords(Scenario sce... method deploySalvageTeams (line 513) | public static void deploySalvageTeams(Campaign campaign, Scenario scen... FILE: MekHQ/src/mekhq/campaign/mission/camOpsSalvage/RecoveryTimeCalculations.java class RecoveryTimeCalculations (line 61) | public class RecoveryTimeCalculations { method calculateRecoveryTimeForEntity (line 110) | public static RecoveryTimeData calculateRecoveryTimeForEntity(String e... method getTotalRecoveryTime (line 158) | private static int getTotalRecoveryTime(String entityName, int baseRec... method getLightMultiplier (line 185) | private static double getLightMultiplier(@Nullable Light light) { method getAtmosphereMultiplier (line 219) | private static double getAtmosphereMultiplier(@Nullable Atmosphere sce... method getGravityMultiplier (line 257) | private static double getGravityMultiplier(float gravity) { method getTemperatureMultiplier (line 286) | private static double getTemperatureMultiplier(int temperature) { method getWindMultiplier (line 309) | private static double getWindMultiplier(@Nullable Wind wind) { method getWeatherMultiplier (line 336) | private static double getWeatherMultiplier(@Nullable Weather weather) { FILE: MekHQ/src/mekhq/campaign/mission/camOpsSalvage/RecoveryTimeData.java method getRecoveryTimeBreakdownString (line 109) | public String getRecoveryTimeBreakdownString(boolean includeHTMLTags) { FILE: MekHQ/src/mekhq/campaign/mission/camOpsSalvage/SalvageFormationData.java method buildData (line 63) | public static SalvageFormationData buildData(Campaign campaign, Formatio... method getTechTooltip (line 140) | public String getTechTooltip(Campaign campaign, Person tech) { method getAllCrewTechTooltip (line 168) | public String getAllCrewTechTooltip(Campaign campaign, Formation formati... method getCargoCapacityTooltip (line 183) | public String getCargoCapacityTooltip(Hangar hangar) { method getTowCapacityTooltip (line 189) | public String getTowCapacityTooltip(Hangar hangar) { method getMap (line 195) | private LinkedHashMap getMap(Hangar hangar, boolean isTo... method getUnsortedMap (line 200) | private Map getUnsortedMap(Hangar hangar, boolean isTow) { method getSortedMap (line 215) | private static LinkedHashMap getSortedMap(Map ca... method getTugTooltip (line 238) | public String getTugTooltip(Hangar hangar) { FILE: MekHQ/src/mekhq/campaign/mission/camOpsSalvage/SalvageTechData.java method buildData (line 49) | public static SalvageTechData buildData(Campaign campaign, Person tech) { FILE: MekHQ/src/mekhq/campaign/mission/enums/AtBContractType.java type AtBContractType (line 48) | public enum AtBContractType { method AtBContractType (line 82) | AtBContractType(final String name, final String toolTipText, final int... method getToolTipText (line 94) | public String getToolTipText() { method getConstantLength (line 98) | public int getConstantLength() { method getOperationsTempoMultiplier (line 102) | public double getOperationsTempoMultiplier() { method isGarrisonDuty (line 108) | public boolean isGarrisonDuty() { method isCadreDuty (line 112) | public boolean isCadreDuty() { method isSecurityDuty (line 116) | public boolean isSecurityDuty() { method isRiotDuty (line 120) | public boolean isRiotDuty() { method isPlanetaryAssault (line 124) | public boolean isPlanetaryAssault() { method isReliefDuty (line 128) | public boolean isReliefDuty() { method isGuerrillaWarfare (line 132) | public boolean isGuerrillaWarfare() { method isPirateHunting (line 136) | public boolean isPirateHunting() { method isDiversionaryRaid (line 140) | public boolean isDiversionaryRaid() { method isObjectiveRaid (line 144) | public boolean isObjectiveRaid() { method isReconRaid (line 148) | public boolean isReconRaid() { method isExtractionRaid (line 152) | public boolean isExtractionRaid() { method isAssassination (line 156) | public boolean isAssassination() { method isEspionage (line 160) | public boolean isEspionage() { method isMoleHunting (line 164) | @Deprecated(since = "0.51.0", forRemoval = true) method isRetainer (line 169) | public boolean isRetainer() { method isSabotage (line 173) | public boolean isSabotage() { method isTerrorism (line 177) | public boolean isTerrorism() { method isObservationRaid (line 181) | public boolean isObservationRaid() { method isGarrisonType (line 185) | public boolean isGarrisonType() { method isRaidType (line 189) | public boolean isRaidType() { method isGuerrillaType (line 198) | public boolean isGuerrillaType() { method calculateLength (line 213) | public int calculateLength(final boolean useVariableContractLengths) { method calculateVariableLength (line 226) | private int calculateVariableLength() { method calculatePartsAvailabilityLevel (line 247) | public int calculatePartsAvailabilityLevel() { method getRequiredCombatRole (line 266) | public CombatRole getRequiredCombatRole() { method generateEventType (line 290) | public AtBEventType generateEventType(Campaign campaign) { method generateStratConEvent (line 375) | public AtBEventType generateStratConEvent() { method generateSpecialScenarioType (line 439) | public int generateSpecialScenarioType(final Campaign campaign) { method generateBigBattleType (line 537) | public int generateBigBattleType() { method parseFromString (line 605) | public static AtBContractType parseFromString(final String text) { method toString (line 666) | @Override FILE: MekHQ/src/mekhq/campaign/mission/enums/AtBEventType.java type AtBEventType (line 35) | public enum AtBEventType { FILE: MekHQ/src/mekhq/campaign/mission/enums/AtBMoraleLevel.java type AtBMoraleLevel (line 44) | public enum AtBMoraleLevel { method AtBMoraleLevel (line 75) | AtBMoraleLevel(final int level, final int crisisDieSize, final String ... method getLevel (line 85) | public int getLevel() { method getCrisisDieSize (line 89) | public int getCrisisDieSize() { method getToolTipText (line 99) | public String getToolTipText() { method isRouted (line 111) | public boolean isRouted() { method isCritical (line 120) | public boolean isCritical() { method isWeakened (line 129) | public boolean isWeakened() { method isStalemate (line 138) | public boolean isStalemate() { method isAdvancing (line 147) | public boolean isAdvancing() { method isDominating (line 156) | public boolean isDominating() { method isOverwhelming (line 165) | public boolean isOverwhelming() { method parseFromLevel (line 185) | public static @Nullable AtBMoraleLevel parseFromLevel(final int level) { method parseFromString (line 205) | public static AtBMoraleLevel parseFromString(final String moraleLevel) { method toString (line 239) | @Override FILE: MekHQ/src/mekhq/campaign/mission/enums/CombatRole.java type CombatRole (line 40) | public enum CombatRole { method CombatRole (line 57) | CombatRole(final String name, final String toolTipText) { method getToolTipText (line 66) | public String getToolTipText() { method isManeuver (line 72) | public boolean isManeuver() { method isFrontline (line 76) | public boolean isFrontline() { method isPatrol (line 80) | public boolean isPatrol() { method isTraining (line 84) | public boolean isTraining() { method isCadre (line 88) | public boolean isCadre() { method isAuxiliary (line 92) | public boolean isAuxiliary() { method isReserve (line 96) | public boolean isReserve() { method isCombatRole (line 112) | public boolean isCombatRole() { method parseFromString (line 136) | public static CombatRole parseFromString(final String text) { method toString (line 153) | @Override FILE: MekHQ/src/mekhq/campaign/mission/enums/ContractCommandRights.java type ContractCommandRights (line 40) | public enum ContractCommandRights { method ContractCommandRights (line 59) | ContractCommandRights(final String name, final String toolTipText, fin... method getToolTipText (line 69) | public String getToolTipText() { method getStratConText (line 73) | public String getStratConText() { method isIntegrated (line 79) | public boolean isIntegrated() { method isHouse (line 83) | public boolean isHouse() { method isLiaison (line 87) | public boolean isLiaison() { method isIndependent (line 91) | public boolean isIndependent() { method parseFromString (line 103) | public static ContractCommandRights parseFromString(final String text) { method toString (line 133) | @Override FILE: MekHQ/src/mekhq/campaign/mission/enums/MissionStatus.java type MissionStatus (line 40) | public enum MissionStatus { method MissionStatus (line 55) | MissionStatus(final String name, final String toolTipText) { method getToolTipText (line 64) | public String getToolTipText() { method isActive (line 70) | public boolean isActive() { method isSuccess (line 74) | public boolean isSuccess() { method isPartialSuccess (line 78) | public boolean isPartialSuccess() { method isFailed (line 82) | public boolean isFailed() { method isBreach (line 86) | public boolean isBreach() { method isCompleted (line 96) | public boolean isCompleted() { method parseFromString (line 108) | public static MissionStatus parseFromString(final String text) { method toString (line 140) | @Override FILE: MekHQ/src/mekhq/campaign/mission/enums/ScenarioStatus.java type ScenarioStatus (line 40) | public enum ScenarioStatus { method ScenarioStatus (line 61) | ScenarioStatus(final String name, final String toolTipText) { method getToolTipText (line 70) | public String getToolTipText() { method isCurrent (line 76) | public boolean isCurrent() { method isDecisiveVictory (line 80) | public boolean isDecisiveVictory() { method isVictory (line 84) | public boolean isVictory() { method isMarginalVictory (line 88) | public boolean isMarginalVictory() { method isPyrrhicVictory (line 92) | public boolean isPyrrhicVictory() { method isDraw (line 96) | public boolean isDraw() { method isMarginalDefeat (line 100) | public boolean isMarginalDefeat() { method isDefeat (line 104) | public boolean isDefeat() { method isDecisiveDefeat (line 108) | public boolean isDecisiveDefeat() { method isRefusedEngagement (line 112) | public boolean isRefusedEngagement() { method isFleetInBeing (line 116) | public boolean isFleetInBeing() { method isOverallVictory (line 120) | public boolean isOverallVictory() { method isOverallDefeat (line 124) | public boolean isOverallDefeat() { method parseFromString (line 130) | public static ScenarioStatus parseFromString(final String text) { method toString (line 174) | @Override FILE: MekHQ/src/mekhq/campaign/mission/enums/ScenarioType.java type ScenarioType (line 54) | public enum ScenarioType { method isLosTech (line 67) | @Deprecated(since = "0.51.0", forRemoval = true) method isConvoy (line 76) | public boolean isConvoy() { method isResupply (line 83) | public boolean isResupply() { method isJailBreak (line 90) | @Deprecated(since = "0.51.0", forRemoval = true) method isOfficialChallenge (line 98) | public boolean isOfficialChallenge() { method isRiot (line 105) | public boolean isRiot() { method isHostileFacility (line 113) | public boolean isHostileFacility() { method isSpecial (line 120) | public boolean isSpecial() { method parseFromString (line 155) | public static ScenarioType parseFromString(final String text) { FILE: MekHQ/src/mekhq/campaign/mission/rentals/ContractRentalType.java type ContractRentalType (line 35) | public enum ContractRentalType { FILE: MekHQ/src/mekhq/campaign/mission/rentals/FacilityRentals.java class FacilityRentals (line 78) | public class FacilityRentals { method getCapacityIncreaseFromRentals (line 87) | public static int getCapacityIncreaseFromRentals(List active... method getRentedFacilities (line 103) | private static int getRentedFacilities(List activeContracts,... method offerContractRentalOpportunity (line 116) | public static void offerContractRentalOpportunity(Campaign campaign, C... method offerBayRentalOpportunity (line 160) | public static boolean offerBayRentalOpportunity(Campaign campaign, int... method presentBayRentDialog (line 206) | private static boolean presentBayRentDialog(Campaign campaign, Money r... method calculateContractRentalCost (line 223) | public static Money calculateContractRentalCost(int cost, List payForAllContractRentals(Finances finances,... method getFailedTransactionReport (line 281) | private static String getFailedTransactionReport(ContractRentalType ho... method payForAllRentedBays (line 298) | public static void payForAllRentedBays(Campaign campaign) { method getTotalRentSumFromRentedBays (line 322) | public static Money getTotalRentSumFromRentedBays(Campaign campaign, F... method shouldBeIgnoredByBayRentals (line 364) | public static boolean shouldBeIgnoredByBayRentals(Unit unit) { method updateTotalCharge (line 385) | private static Money updateTotalCharge(Campaign campaign, int cost, Un... method getFallbackRepairSite (line 416) | private static int getFallbackRepairSite(List activeMissions) { method performRentalTransaction (line 447) | private static boolean performRentalTransaction(Finances finances, Loc... method processBayChangeRequest (line 474) | public static boolean processBayChangeRequest(Campaign campaign, Unit[... FILE: MekHQ/src/mekhq/campaign/mission/resupplyAndCaches/GenerateResupplyContents.java class GenerateResupplyContents (line 62) | public class GenerateResupplyContents { type DropType (line 79) | public enum DropType { method getResupplyContents (line 92) | static void getResupplyContents(Resupply resupply, DropType dropType, ... method getRandomDrop (line 198) | private static @Nullable Part getRandomDrop(List dropPool, int n... method getRandomPartQuality (line 217) | static PartQuality getRandomPartQuality(int modifier) { method calculateConvoyWorth (line 228) | private static void calculateConvoyWorth(Resupply resupply) { FILE: MekHQ/src/mekhq/campaign/mission/resupplyAndCaches/PerformResupply.java class PerformResupply (line 103) | public class PerformResupply { method performResupply (line 128) | public static void performResupply(Resupply resupply, AtBContract cont... method performResupply (line 152) | public static void performResupply(Resupply resupply, AtBContract cont... method makeDelivery (line 244) | public static void makeDelivery(Resupply resupply, @Nullable List convoyC... method generateInterceptionOrConvoyEvent (line 433) | private static void generateInterceptionOrConvoyEvent(Resupply resuppl... method completeSuccessfulDelivery (line 493) | private static void completeSuccessfulDelivery(Resupply resupply, List... method processConvoyInterception (line 519) | private static void processConvoyInterception(Resupply resupply, @Null... method displayDialog (line 643) | private static void displayDialog(Formation targetConvoy, Campaign cam... method handleFallbackMessage (line 693) | private static void handleFallbackMessage(Resupply resupply, List getPartsPool() { method getArmorPool (line 267) | public List getArmorPool() { method getAmmoBinPool (line 277) | public List getAmmoBinPool() { method getNegotiatorSkill (line 287) | public int getNegotiatorSkill() { method getTargetCargoTonnagePlayerConvoy (line 297) | public int getTargetCargoTonnagePlayerConvoy() { method getTotalPlayerCargoCapacity (line 307) | public double getTotalPlayerCargoCapacity() { method getConvoyContents (line 317) | public List getConvoyContents() { method setConvoyContents (line 327) | public void setConvoyContents(List convoyContents) { method getConvoyContentsValueBase (line 337) | public Money getConvoyContentsValueBase() { method setConvoyContentsValueBase (line 347) | public void setConvoyContentsValueBase(Money convoyContentsValueBase) { method getConvoyContentsValueCalculated (line 357) | public Money getConvoyContentsValueCalculated() { method setConvoyContentsValueCalculated (line 368) | public void setConvoyContentsValueCalculated(Money convoyContentsValue... method getPlayerConvoys (line 379) | public Map getPlayerConvoys() { method getUsePlayerConvoy (line 390) | public boolean getUsePlayerConvoy() { method setUsePlayerConvoy (line 401) | public void setUsePlayerConvoy(boolean usePlayerConvoy) { method calculateTargetCargoTonnage (line 405) | static int calculateTargetCargoTonnage(Campaign campaign, AtBContract ... method getDropSize (line 450) | private static double getDropSize(AtBContract contract, double unitTon... method isProhibitedUnitType (line 472) | public static boolean isProhibitedUnitType(Entity entity, boolean excl... method buildPartsPools (line 491) | private void buildPartsPools(Map potentialParts) { method collectParts (line 555) | private Map collectParts() { method isIneligiblePart (line 589) | private boolean isIneligiblePart(Part part) { method checkExclusionList (line 605) | private boolean checkExclusionList(Part part) { method checkMotiveSystem (line 619) | private boolean checkMotiveSystem(Part part) { method checkMekLocation (line 631) | private boolean checkMekLocation(Part part) { method checkTankLocation (line 643) | private boolean checkTankLocation(Part part) { method checkTransporter (line 655) | private boolean checkTransporter(Part part) { method applyWarehouseWeightModifiers (line 674) | private Map applyWarehouseWeightModifiers(Set getCacheContents() { method getEntity (line 258) | @Nullable method getUnit (line 270) | public Unit getUnit(Entity entity) { method getUnitSummaries (line 279) | private List getUnitSummaries(Map> ... method buildUnitWeightMap (line 294) | private Map> buildUnitWeightMap() { method getCompanyUnitType (line 317) | private int getCompanyUnitType() { method getCompanyLances (line 333) | private List getCompanyLances() { method getUnitWeights (line 376) | private List getUnitWeights(int weight) { method createDudDialog (line 420) | @Deprecated(since = "0.51.0", forRemoval = true) method createProposalDialog (line 473) | @Deprecated(since = "0.51.0", forRemoval = true) method createProposalRefusalConfirmationDialog (line 544) | public void createProposalRefusalConfirmationDialog(Money proposal) { method calculateProposal (line 617) | private Money calculateProposal() { method getSpeakerIcon (line 624) | @Nullable FILE: MekHQ/src/mekhq/campaign/mission/utilities/ContractUtilities.java class ContractUtilities (line 47) | public class ContractUtilities { method calculateBaseNumberOfRequiredLances (line 64) | public static int calculateBaseNumberOfRequiredLances(Campaign campaig... method calculateBaseNumberOfUnitsRequiredInCombatTeams (line 98) | public static int calculateBaseNumberOfUnitsRequiredInCombatTeams(Camp... method getEffectiveNumUnits (line 119) | public static int getEffectiveNumUnits(Campaign campaign) { method calculateVarianceFactor (line 160) | public static double calculateVarianceFactor() { FILE: MekHQ/src/mekhq/campaign/parts/AeroHeatSink.java class AeroHeatSink (line 58) | public class AeroHeatSink extends Part { method AeroHeatSink (line 68) | public AeroHeatSink() { method AeroHeatSink (line 72) | public AeroHeatSink(int tonnage, int type, boolean omniPodded, Campaig... method clone (line 84) | @Override method updateConditionFromEntity (line 91) | @Override method getBaseTime (line 121) | @Override method getDifficulty (line 130) | @Override method updateConditionFromPart (line 138) | @Override method fix (line 147) | @Override method remove (line 157) | @Override method getMissingPart (line 179) | @Override method checkFixable (line 184) | @Override method needsFixing (line 189) | @Override method getStickerPrice (line 194) | @Override method getTonnage (line 203) | @Override method getTechRating (line 208) | @Override method getTechLevel (line 219) | @Override method isSamePartType (line 227) | @Override method getType (line 233) | public int getType() { method writeToXML (line 237) | @Override method loadFieldsFromXmlNode (line 244) | @Override method isRightTechType (line 263) | @Override method getLocationName (line 268) | @Override method getLocation (line 276) | @Override method getTechAdvancement (line 284) | @Override method isOmniPoddable (line 295) | @Override FILE: MekHQ/src/mekhq/campaign/parts/AeroLifeSupport.java class AeroLifeSupport (line 62) | public class AeroLifeSupport extends Part { method AeroLifeSupport (line 75) | @Deprecated(since = "0.51.0", forRemoval = true) method AeroLifeSupport (line 80) | public AeroLifeSupport(int tonnage, Money cost, boolean f, Campaign c) { method clone (line 90) | @Override method updateConditionFromEntity (line 97) | @Override method getBaseTime (line 114) | @Override method getDifficulty (line 146) | @Override method updateConditionFromPart (line 158) | @Override method fix (line 166) | @Override method remove (line 174) | @Override method getMissingPart (line 194) | @Override method checkFixable (line 199) | @Override method needsFixing (line 204) | @Override method getStickerPrice (line 209) | @Override method calculateCost (line 214) | public void calculateCost() { method getTonnage (line 223) | @Override method isForFighter (line 228) | public boolean isForFighter() { method isSamePartType (line 232) | @Override method writeToXML (line 238) | @Override method loadFieldsFromXmlNode (line 246) | @Override method isRightTechType (line 260) | @Override method getLocationName (line 265) | @Override method getLocation (line 273) | @Override method getMRMSOptionType (line 281) | @Override method getTechAdvancement (line 286) | @Override FILE: MekHQ/src/mekhq/campaign/parts/AeroSensor.java class AeroSensor (line 62) | public class AeroSensor extends Part { method AeroSensor (line 74) | @Deprecated(since = "0.51.0", forRemoval = true) method AeroSensor (line 79) | public AeroSensor(int tonnage, boolean largeCraft, Campaign campaign) { method clone (line 86) | @Override method updateConditionFromEntity (line 93) | @Override method getBaseTime (line 109) | @Override method getDifficulty (line 143) | @Override method updateConditionFromPart (line 164) | @Override method fix (line 172) | @Override method remove (line 180) | @Override method getMissingPart (line 200) | @Override method checkFixable (line 205) | @Override method needsFixing (line 210) | @Override method getStickerPrice (line 215) | @Override method getTonnage (line 223) | @Override method isSamePartType (line 228) | @Override method isForSpaceCraft (line 234) | public boolean isForSpaceCraft() { method writeToXML (line 238) | @Override method loadFieldsFromXmlNode (line 245) | @Override method getDetails (line 257) | @Override method getDetails (line 262) | @Override method isRightTechType (line 267) | @Override method getLocationName (line 272) | @Override method getLocation (line 280) | @Override method getTechAdvancement (line 288) | @Override method getMRMSOptionType (line 293) | @Override FILE: MekHQ/src/mekhq/campaign/parts/AmmoStorage.java class AmmoStorage (line 63) | public class AmmoStorage extends EquipmentPart implements IAcquisitionWo... method AmmoStorage (line 68) | public AmmoStorage() { method AmmoStorage (line 72) | public AmmoStorage(int tonnage, @Nullable AmmoType et, int shots, @Nul... method clone (line 77) | @Override method getType (line 84) | @Override method getTonnage (line 89) | @Override method getStickerPrice (line 97) | @Override method getBuyCost (line 112) | @Override method getActualValue (line 117) | @Override method getShots (line 127) | public int getShots() { method getSellableQuantity (line 131) | @Override method getBaseQuantityForPartsInUse (line 136) | @Override method getQuantityForPartsInUse (line 141) | @Override method isSamePartType (line 150) | @Override method getTotalQuantity (line 156) | @Override method isSameAmmoType (line 166) | public boolean isSameAmmoType(AmmoType otherAmmoType) { method isCompatibleAmmo (line 180) | public boolean isCompatibleAmmo(AmmoType otherAmmoType) { method changeShots (line 184) | public void changeShots(int s) { method setShots (line 188) | public void setShots(int s) { method writeToXML (line 192) | @Override method loadFieldsFromXmlNode (line 200) | @Override method getTechAdvancement (line 220) | @Override method fix (line 225) | @Override method getMissingPart (line 230) | @Override method getAcquisitionWork (line 236) | @Override method getAllMods (line 241) | @Override method updateConditionFromEntity (line 247) | @Override method updateConditionFromPart (line 252) | @Override method needsFixing (line 257) | @Override method getDesc (line 262) | @Override method getDetails (line 278) | @Override method getDetails (line 283) | @Override method checkFixable (line 288) | @Override method find (line 293) | @Override method getNewEquipment (line 306) | @Override method failToFind (line 311) | @Override method getAcquisitionDesc (line 317) | @Override method getAcquisitionDisplayName (line 331) | @Override method getAcquisitionExtraDesc (line 336) | @Override method getAcquisitionName (line 341) | @Override method getAcquisitionBonus (line 346) | @Override method getAcquisitionPart (line 355) | @Override method getAllAcquisitionMods (line 360) | @Override method getNewPart (line 376) | public AmmoStorage getNewPart() { method getQuantityName (line 380) | @Override method getArrivalReport (line 390) | @Override method isPriceAdjustedForAmount (line 402) | @Override method isIntroducedBy (line 407) | @Override method isExtinctIn (line 412) | @Override method getShotsPerTon (line 417) | protected int getShotsPerTon() { FILE: MekHQ/src/mekhq/campaign/parts/Armor.java class Armor (line 75) | public class Armor extends Part implements IAcquisitionWork { method Armor (line 85) | public Armor() { method Armor (line 89) | public Armor(int tonnage, int t, int points, int loc, boolean r, boole... method getName (line 99) | @Override method clone (line 107) | @Override method getTonnage (line 114) | @Override method getActualValue (line 119) | @Override method getTonnageNeeded (line 124) | public double getTonnageNeeded() { method getValueNeeded (line 132) | public Money getValueNeeded() { method getStickerPrice (line 136) | @Override method getBuyCost (line 142) | @Override method getDesc (line 147) | @Override method getDetails (line 176) | @Override method getDetails (line 181) | @Override method getType (line 235) | public int getType() { method getAmount (line 239) | public int getAmount() { method addAmount (line 243) | public void addAmount(final int amount) { method getAmountNeeded (line 247) | public int getAmountNeeded() { method getTotalAmount (line 251) | public int getTotalAmount() { method getLocation (line 255) | @Override method getLocationName (line 260) | @Override method isRearMounted (line 265) | public boolean isRearMounted() { method setAmount (line 269) | public void setAmount(int amount) { method setAmountNeeded (line 273) | public void setAmountNeeded(int needed) { method isSameType (line 277) | public boolean isSameType(Armor armor) { method isSamePartType (line 285) | @Override method isSameStatus (line 292) | @Override method getTechAdvancement (line 297) | @Override method getArmorWeight (line 302) | public double getArmorWeight(int points) { method writeToXML (line 317) | @Override method loadFieldsFromXmlNode (line 329) | @Override method fix (line 356) | @Override method find (line 374) | @Override method getNewEquipment (line 392) | @Override method failToFind (line 397) | @Override method getMissingPart (line 404) | @Override method getAcquisitionWork (line 410) | @Override method remove (line 415) | @Override method getBaseTimeFor (line 429) | public int getBaseTimeFor(Entity entity) { method updateConditionFromEntity (line 453) | @Override method getBaseTime (line 468) | @Override method getDifficulty (line 477) | @Override method isSalvaging (line 482) | @Override method needsFixing (line 487) | @Override method updateConditionFromPart (line 492) | @Override method checkFixable (line 503) | @Override method isMountedOnDestroyedLocation (line 517) | @Override method onBadHipOrShoulder (line 522) | @Override method getAcquisitionDesc (line 527) | @Override method getAcquisitionDisplayName (line 541) | @Override method getAcquisitionExtraDesc (line 546) | @Override method getAcquisitionName (line 551) | @Override method getAcquisitionBonus (line 556) | @Override method getAcquisitionPart (line 565) | @Override method getAllAcquisitionMods (line 570) | @Override method getSellableQuantity (line 586) | @Override method getArmorPointsPerTon (line 591) | public double getArmorPointsPerTon() { method getBaseQuantityForPartsInUse (line 595) | @Override method getQuantityForPartsInUse (line 600) | @Override method getNewPart (line 609) | public Part getNewPart() { method isEnoughSpareArmorAvailable (line 613) | public boolean isEnoughSpareArmorAvailable() { method getAmountAvailable (line 622) | public int getAmountAvailable() { method changeAmountAvailable (line 636) | public void changeAmountAvailable(int amount) { method fail (line 658) | @Override method scrap (line 686) | @Override method isInSupply (line 693) | @Override method getQuantityName (line 698) | @Override method getArrivalReport (line 708) | @Override method doMaintenanceDamage (line 720) | @Override method isPriceAdjustedForAmount (line 732) | @Override method getTotalQuantity (line 737) | @Override method changeType (line 742) | public void changeType(int ty, boolean cl) { method getMRMSOptionType (line 747) | @Override method isIntroducedBy (line 752) | @Override method isExtinctIn (line 757) | @Override method changeAmountAvailableSingle (line 769) | protected int changeAmountAvailableSingle(int amount) { method isSameArmorPart (line 797) | private boolean isSameArmorPart(Part part) { FILE: MekHQ/src/mekhq/campaign/parts/Availability.java class Availability (line 46) | public class Availability { method getAvailabilityModifier (line 49) | public static int getAvailabilityModifier(AvailabilityValue availabili... method getTechModifier (line 71) | public static int getTechModifier(TechRating tech) { FILE: MekHQ/src/mekhq/campaign/parts/Avionics.java class Avionics (line 59) | public class Avionics extends Part { method Avionics (line 60) | public Avionics() { method Avionics (line 64) | public Avionics(int tonnage, Campaign c) { method clone (line 69) | @Override method updateConditionFromEntity (line 76) | @Override method getBaseTime (line 94) | @Override method getDifficulty (line 124) | @Override method updateConditionFromPart (line 144) | @Override method fix (line 160) | @Override method remove (line 172) | @Override method getMissingPart (line 196) | @Override method checkFixable (line 201) | @Override method needsFixing (line 206) | @Override method getStickerPrice (line 211) | @Override method getTonnage (line 227) | @Override method getTechRating (line 232) | @Override method isSamePartType (line 238) | @Override method writeToXML (line 243) | @Override method loadFieldsFromXmlNode (line 249) | @Override method isRightTechType (line 254) | @Override method getLocationName (line 262) | @Override method getLocation (line 270) | @Override method getTechAdvancement (line 278) | @Override FILE: MekHQ/src/mekhq/campaign/parts/BAArmor.java class BAArmor (line 47) | public class BAArmor extends Armor { method canBeClan (line 48) | @Deprecated(since = "0.51.0", forRemoval = true) method canBeIs (line 55) | @Deprecated(since = "0.51.0", forRemoval = true) method getPointsPerTon (line 60) | public static double getPointsPerTon(int t, boolean isClan) { method BAArmor (line 64) | public BAArmor() { method BAArmor (line 68) | public BAArmor(int tonnage, int points, int type, int loc, boolean cla... method clone (line 73) | @Override method getTonnage (line 80) | @Override method getPointCost (line 85) | public Money getPointCost() { method getPointsPerTon (line 96) | private double getPointsPerTon() { method getActualValue (line 100) | @Override method getTonnageNeeded (line 105) | @Override method getValueNeeded (line 110) | @Override method getStickerPrice (line 115) | @Override method getBuyCost (line 121) | @Override method isSamePartType (line 126) | @Override method isSameStatus (line 134) | @Override method getArmorWeight (line 139) | @Override method getAcquisitionWork (line 144) | @Override method getNewPart (line 149) | @Override method getAmountAvailable (line 154) | @Override method changeAmountAvailableSingle (line 163) | @Override method isSameBAArmorPart (line 189) | private boolean isSameBAArmorPart(Part part) { FILE: MekHQ/src/mekhq/campaign/parts/BattleArmorSuit.java class BattleArmorSuit (line 78) | public class BattleArmorSuit extends Part { method BattleArmorSuit (line 102) | public BattleArmorSuit() { method BattleArmorSuit (line 115) | public BattleArmorSuit(BattleArmor ba, int loc, Campaign c) { method BattleArmorSuit (line 130) | public BattleArmorSuit(String ch, String m, int ton, int t, int w, int... method clone (line 146) | @Override method getTrooper (line 156) | public int getTrooper() { method setTrooper (line 160) | public void setTrooper(int i) { method getTonnage (line 164) | @Override method getStickerPrice (line 254) | @Override method initializeExtraCostsAndTons (line 303) | private void initializeExtraCostsAndTons() { method isClan (line 318) | @Override method isQuad (line 323) | @Deprecated(since = "0.51.0", forRemoval = true) method getWeightClass (line 328) | public int getWeightClass() { method getGroundMP (line 332) | @Deprecated(since = "0.51.0", forRemoval = true) method getJumpMP (line 337) | public int getJumpMP() { method getChassis (line 341) | public String getChassis() { method getModel (line 345) | public String getModel() { method isSamePartType (line 349) | @Override method getSuitBV (line 368) | public int getSuitBV() { method getWeaponTypeListHash (line 373) | public int getWeaponTypeListHash() { method writeToXML (line 378) | @Override method loadFieldsFromXmlNode (line 396) | @Override method fix (line 432) | @Override method getMissingPart (line 440) | @Override method remove (line 446) | @Override method updateConditionFromEntity (line 502) | @Override method getBaseTime (line 526) | @Override method getDifficulty (line 531) | @Override method getDetails (line 536) | @Override method getDetails (line 541) | @Override method updateConditionFromPart (line 562) | @Override method getAllMods (line 570) | @Override method isRightTechType (line 578) | @Override method needsFixing (line 583) | @Override method checkFixable (line 588) | @Override method doMaintenanceDamage (line 593) | @Override method getLocationName (line 601) | @Override method getLocation (line 606) | @Override method needsMaintenance (line 611) | @Override method addSubParts (line 619) | private void addSubParts() { method isReplacement (line 662) | public void isReplacement(boolean value) { method postProcessCampaignAddition (line 666) | @Override method getIntroductionDate (line 673) | @Override method getIntroductionDate (line 678) | @Override method getTechAdvancement (line 683) | @Override method getMRMSOptionType (line 688) | @Override method refreshEntityDetailsCache (line 693) | private void refreshEntityDetailsCache() { FILE: MekHQ/src/mekhq/campaign/parts/BayDoor.java class BayDoor (line 54) | public class BayDoor extends Part { method BayDoor (line 55) | public BayDoor() { method BayDoor (line 59) | public BayDoor(int tonnage, Campaign c) { method getName (line 64) | @Override method getBaseTime (line 72) | @Override method updateConditionFromEntity (line 80) | @Override method updateConditionFromPart (line 85) | @Override method fix (line 90) | @Override method remove (line 101) | @Override method getMissingPart (line 125) | @Override method getLocation (line 130) | @Override method checkFixable (line 135) | @Override method needsFixing (line 140) | @Override method getDifficulty (line 145) | @Override method getStickerPrice (line 153) | @Override method getTonnage (line 158) | @Override method isSamePartType (line 163) | @Override method writeToXML (line 168) | @Override method loadFieldsFromXmlNode (line 174) | @Override method clone (line 179) | @Override method getLocationName (line 186) | @Override method getTechAdvancement (line 191) | @Override FILE: MekHQ/src/mekhq/campaign/parts/BuildingLocation.java class BuildingLocation (line 63) | public class BuildingLocation extends Part { method BuildingLocation (line 88) | public BuildingLocation(int loc, BuildingType buildingType, int buildi... method updateName (line 99) | private void updateName() { method getLoc (line 107) | public int getLoc() { method getCFDamage (line 111) | @Deprecated(since = "0.51.0", forRemoval = true) method getArmorDamage (line 116) | @Deprecated(since = "0.51.0", forRemoval = true) method clone (line 121) | @Override method getTonnage (line 133) | @Override method isSamePartType (line 139) | @Override method isSameStatus (line 147) | @Override method writeToXML (line 154) | @Override method loadFieldsFromXmlNode (line 165) | @Override method fix (line 190) | @Override method getMissingPart (line 209) | @Override method remove (line 215) | @Override method updateConditionFromEntity (line 232) | @Override method updateConditionFromPart (line 251) | @Override method getBaseTime (line 261) | @Override method getDifficulty (line 266) | @Override method needsFixing (line 271) | @Override method getDetails (line 276) | @Override method getDetails (line 281) | @Override method checkFixable (line 301) | @Override method isSalvaging (line 306) | @Override method checkScrappable (line 311) | @Override method canNeverScrap (line 316) | @Override method getStickerPrice (line 321) | @Override method getLocationName (line 350) | @Override method getLocation (line 355) | @Override method getTechAdvancement (line 360) | @Override method getMRMSOptionType (line 365) | @Override method isRightTechType (line 370) | @Override method doMaintenanceDamage (line 376) | @Override FILE: MekHQ/src/mekhq/campaign/parts/CombatInformationCenter.java class CombatInformationCenter (line 55) | public class CombatInformationCenter extends Part { method CombatInformationCenter (line 58) | @Deprecated(since = "0.51.0", forRemoval = true) method CombatInformationCenter (line 63) | public CombatInformationCenter(int tonnage, Money cost, Campaign c) { method clone (line 69) | @Override method updateConditionFromEntity (line 76) | @Override method getBaseTime (line 92) | @Override method getDifficulty (line 114) | @Override method updateConditionFromPart (line 131) | @Override method fix (line 138) | @Override method remove (line 146) | @Override method getMissingPart (line 166) | @Override method checkFixable (line 171) | @Override method needsFixing (line 180) | @Override method getStickerPrice (line 185) | @Override method calculateCost (line 191) | public void calculateCost() { method getTonnage (line 203) | @Override method isSamePartType (line 208) | @Override method isRightTechType (line 214) | @Override method writeToXML (line 219) | @Override method loadFieldsFromXmlNode (line 226) | @Override method getLocationName (line 238) | @Override method getLocation (line 244) | @Override method getTechAdvancement (line 249) | @Override FILE: MekHQ/src/mekhq/campaign/parts/Cubicle.java class Cubicle (line 54) | public class Cubicle extends Part { method Cubicle (line 58) | public Cubicle() { method Cubicle (line 62) | public Cubicle(int tonnage, BayType bayType, Campaign c) { method getBayType (line 70) | public BayType getBayType() { method getName (line 74) | @Override method getBaseTime (line 82) | @Override method updateConditionFromEntity (line 88) | @Override method updateConditionFromPart (line 93) | @Override method remove (line 98) | @Override method getMissingPart (line 122) | @Override method getLocation (line 127) | @Override method checkFixable (line 132) | @Override method needsFixing (line 137) | @Override method getDifficulty (line 144) | @Override method getStickerPrice (line 149) | @Override method getTonnage (line 154) | @Override method isSamePartType (line 159) | @Override method writeToXML (line 164) | @Override method loadFieldsFromXmlNode (line 171) | @Override method clone (line 185) | @Override method getLocationName (line 192) | @Override method getTechAdvancement (line 197) | @Override FILE: MekHQ/src/mekhq/campaign/parts/DropshipDockingCollar.java class DropshipDockingCollar (line 61) | public class DropshipDockingCollar extends Part { method DropshipDockingCollar (line 87) | @Deprecated(since = "0.51.0", forRemoval = true) method DropshipDockingCollar (line 92) | public DropshipDockingCollar(int tonnage, Campaign c, int collarType) { method clone (line 103) | @Override method getCollarType (line 110) | public int getCollarType() { method updateConditionFromEntity (line 114) | @Override method getBaseTime (line 132) | @Override method getDifficulty (line 140) | @Override method updateConditionFromPart (line 148) | @Override method fix (line 155) | @Override method remove (line 163) | @Override method getMissingPart (line 183) | @Override method checkFixable (line 188) | @Override method needsFixing (line 193) | @Override method getStickerPrice (line 198) | @Override method getTonnage (line 207) | @Override method isSamePartType (line 212) | @Override method writeToXML (line 218) | @Override method loadFieldsFromXmlNode (line 225) | @Override method isRightTechType (line 242) | @Override method getLocationName (line 247) | @Override method getLocation (line 253) | @Override method getTechAdvancement (line 258) | @Override FILE: MekHQ/src/mekhq/campaign/parts/EnginePart.java class EnginePart (line 66) | public class EnginePart extends Part { method EnginePart (line 72) | public EnginePart() { method EnginePart (line 76) | public EnginePart(int tonnage, Engine e, Campaign c, boolean hover) { method clone (line 84) | @Override method getEngine (line 92) | public Engine getEngine() { method getTonnage (line 96) | @Override method getStickerPrice (line 140) | @Override method setUnit (line 145) | @Override method fixTankFlag (line 153) | public void fixTankFlag(boolean hover) { method fixClanFlag (line 163) | public void fixClanFlag() { method isSamePartType (line 172) | @Override method writeToXML (line 185) | @Override method loadFieldsFromXmlNode (line 195) | @Override method fix (line 223) | @Override method getMissingPart (line 242) | @Override method remove (line 248) | @Override method updateConditionFromEntity (line 278) | @Override method getBaseTime (line 316) | @Override method getDifficulty (line 335) | @Override method needsFixing (line 354) | @Override method updateConditionFromPart (line 359) | @Override method checkFixable (line 392) | @Override method isMountedOnDestroyedLocation (line 412) | @Override method getDetails (line 426) | @Override method getDetails (line 431) | @Override method isRightTechType (line 438) | @Override method getLocationName (line 447) | @Override method getLocation (line 453) | @Override method getTechAdvancement (line 458) | @Override method isInLocation (line 463) | @Override method getMRMSOptionType (line 480) | @Override FILE: MekHQ/src/mekhq/campaign/parts/FireControlSystem.java class FireControlSystem (line 58) | public class FireControlSystem extends Part { method FireControlSystem (line 61) | @Deprecated(since = "0.51.0", forRemoval = true) method FireControlSystem (line 66) | public FireControlSystem(int tonnage, Money cost, Campaign c) { method clone (line 72) | @Override method updateConditionFromEntity (line 79) | @Override method getBaseTime (line 95) | @Override method getDifficulty (line 123) | @Override method updateConditionFromPart (line 143) | @Override method fix (line 151) | @Override method remove (line 159) | @Override method getMissingPart (line 179) | @Override method checkFixable (line 184) | @Override method needsFixing (line 195) | @Override method getStickerPrice (line 200) | @Override method calculateCost (line 206) | public void calculateCost() { method getTonnage (line 216) | @Override method isSamePartType (line 221) | @Override method isRightTechType (line 227) | @Override method writeToXML (line 232) | @Override method loadFieldsFromXmlNode (line 239) | @Override method getLocationName (line 251) | @Override method getLocation (line 257) | @Override method getTechAdvancement (line 262) | @Override FILE: MekHQ/src/mekhq/campaign/parts/GravDeck.java class GravDeck (line 59) | public class GravDeck extends Part { method GravDeck (line 78) | @Deprecated(since = "0.51.0", forRemoval = true) method GravDeck (line 83) | public GravDeck(int tonnage, int deckNumber, Campaign c, int deckType) { method getDeckNumber (line 97) | public int getDeckNumber() { method clone (line 101) | @Override method getDeckType (line 108) | public int getDeckType() { method updateConditionFromEntity (line 112) | @Override method getBaseTime (line 126) | @Override method getDifficulty (line 134) | @Override method updateConditionFromPart (line 142) | @Override method fix (line 149) | @Override method remove (line 157) | @Override method getMissingPart (line 178) | @Override method checkFixable (line 183) | @Override method needsFixing (line 188) | @Override method getStickerPrice (line 193) | @Override method getTonnage (line 204) | @Override method isSamePartType (line 216) | @Override method writeToXML (line 222) | @Override method loadFieldsFromXmlNode (line 230) | @Override method isRightTechType (line 249) | @Override method getLocationName (line 254) | @Override method getLocation (line 260) | @Override method getTechAdvancement (line 265) | @Override FILE: MekHQ/src/mekhq/campaign/parts/InfantryAmmoStorage.java class InfantryAmmoStorage (line 54) | public class InfantryAmmoStorage extends AmmoStorage { method InfantryAmmoStorage (line 59) | public InfantryAmmoStorage() { method InfantryAmmoStorage (line 63) | public InfantryAmmoStorage(int tonnage, @Nullable AmmoType et, int shots, method restore (line 69) | @Override method getWeaponType (line 86) | public InfantryWeapon getWeaponType() { method clone (line 90) | @Override method getTonnage (line 97) | @Override method getStickerPrice (line 102) | @Override method getActualValue (line 107) | @Override method isSamePartType (line 112) | @Override method isSameAmmoType (line 127) | public boolean isSameAmmoType(AmmoType ammoType, InfantryWeapon weapon... method isCompatibleAmmo (line 132) | @Override method writeToXMLEnd (line 138) | @Override method loadFieldsFromXmlNode (line 144) | @Override method getTechAdvancement (line 156) | @Override method getAcquisitionExtraDesc (line 161) | @Override method getNewPart (line 166) | @Override FILE: MekHQ/src/mekhq/campaign/parts/InfantryArmorPart.java class InfantryArmorPart (line 55) | public class InfantryArmorPart extends Part { method InfantryArmorPart (line 64) | @Deprecated(since = "0.51.0", forRemoval = true) method InfantryArmorPart (line 69) | public InfantryArmorPart(int tonnage, Campaign c, double divisor, bool... method assignName (line 82) | private void assignName() { method getDetails (line 99) | @Override method getDetails (line 104) | @Override method updateConditionFromEntity (line 135) | @Override method getBaseTime (line 140) | @Override method getDifficulty (line 145) | @Override method updateConditionFromPart (line 150) | @Override method remove (line 155) | @Override method getMissingPart (line 174) | @Override method checkFixable (line 187) | @Override method needsFixing (line 192) | @Override method getStickerPrice (line 197) | @Override method getTonnage (line 235) | @Override method isSamePartType (line 241) | @Override method getDamageDivisor (line 253) | public double getDamageDivisor() { method isDest (line 257) | public boolean isDest() { method isEncumbering (line 261) | public boolean isEncumbering() { method isSneakCamo (line 265) | public boolean isSneakCamo() { method isSneakECM (line 269) | public boolean isSneakECM() { method isSneakIR (line 273) | public boolean isSneakIR() { method isSpaceSuit (line 277) | public boolean isSpaceSuit() { method writeToXML (line 281) | @Override method loadFieldsFromXmlNode (line 294) | @Override method clone (line 318) | @Override method needsMaintenance (line 331) | @Override method getLocationName (line 336) | @Override method getLocation (line 342) | @Override method getTechAdvancement (line 347) | @Override method getMRMSOptionType (line 352) | @Override FILE: MekHQ/src/mekhq/campaign/parts/InfantryMotiveType.java class InfantryMotiveType (line 54) | public class InfantryMotiveType extends Part { method InfantryMotiveType (line 57) | @Deprecated(since = "0.51.0", forRemoval = true) method InfantryMotiveType (line 62) | public InfantryMotiveType(int tonnage, Campaign c, EntityMovementMode ... method assignName (line 71) | private void assignName() { method updateConditionFromEntity (line 97) | @Override method getBaseTime (line 102) | @Override method getDifficulty (line 107) | @Override method updateConditionFromPart (line 112) | @Override method remove (line 117) | @Override method getMissingPart (line 136) | @Override method checkFixable (line 141) | @Override method needsFixing (line 147) | @Override method getStickerPrice (line 152) | @Override method getTonnage (line 165) | @Override method getTechAdvancement (line 171) | @Override method isSamePartType (line 176) | @Override method writeToXML (line 181) | @Override method loadFieldsFromXmlNode (line 188) | @Override method clone (line 201) | @Override method getMovementMode (line 206) | public EntityMovementMode getMovementMode() { method needsMaintenance (line 210) | @Override method getLocationName (line 215) | @Override method getLocation (line 221) | @Override FILE: MekHQ/src/mekhq/campaign/parts/JumpshipDockingCollar.java class JumpshipDockingCollar (line 61) | public class JumpshipDockingCollar extends Part { method JumpshipDockingCollar (line 88) | @Deprecated(since = "0.51.0", forRemoval = true) method JumpshipDockingCollar (line 93) | public JumpshipDockingCollar(int tonnage, int collarNumber, Campaign c... method getCollarNumber (line 103) | public int getCollarNumber() { method clone (line 107) | @Override method getCollarType (line 114) | public int getCollarType() { method updateConditionFromEntity (line 118) | @Override method getBaseTime (line 136) | @Override method getDifficulty (line 144) | @Override method updateConditionFromPart (line 152) | @Override method fix (line 162) | @Override method remove (line 173) | @Override method getMissingPart (line 196) | @Override method checkFixable (line 201) | @Override method needsFixing (line 206) | @Override method getStickerPrice (line 211) | @Override method getTonnage (line 220) | @Override method isSamePartType (line 225) | @Override method writeToXML (line 231) | @Override method loadFieldsFromXmlNode (line 239) | @Override method isRightTechType (line 258) | @Override method getLocationName (line 263) | @Override method getLocation (line 269) | @Override method getTechAdvancement (line 274) | @Override FILE: MekHQ/src/mekhq/campaign/parts/LFBattery.java class LFBattery (line 60) | public class LFBattery extends Part { method getCoreType (line 78) | public int getCoreType() { method getDocks (line 85) | public int getDocks() { method LFBattery (line 89) | @Deprecated(since = "0.51.0", forRemoval = true) method LFBattery (line 94) | public LFBattery(int tonnage, int coreType, int docks, Campaign c) { method clone (line 101) | @Override method updateConditionFromEntity (line 108) | @Override method getBaseTime (line 127) | @Override method getDifficulty (line 139) | @Override method updateConditionFromPart (line 148) | @Override method fix (line 155) | @Override method remove (line 171) | @Override method getMissingPart (line 193) | @Override method checkFixable (line 198) | @Override method needsFixing (line 207) | @Override method getStickerPrice (line 212) | @Override method getTonnage (line 218) | @Override method isSamePartType (line 223) | @Override method writeToXML (line 230) | @Override method loadFieldsFromXmlNode (line 238) | @Override method getDetails (line 256) | @Override method getDetails (line 261) | @Override method isRightTechType (line 273) | @Override method getLocationName (line 278) | @Override method getLocation (line 283) | @Override method getTechAdvancement (line 288) | @Override FILE: MekHQ/src/mekhq/campaign/parts/LandingGear.java class LandingGear (line 57) | public class LandingGear extends Part { method LandingGear (line 58) | @Deprecated(since = "0.51.0", forRemoval = true) method LandingGear (line 63) | public LandingGear(int tonnage, Campaign c) { method clone (line 68) | @Override method updateConditionFromEntity (line 75) | @Override method getBaseTime (line 96) | @Override method getDifficulty (line 119) | @Override method updateConditionFromPart (line 127) | @Override method fix (line 140) | @Override method remove (line 150) | @Override method getMissingPart (line 174) | @Override method checkFixable (line 179) | @Override method needsFixing (line 184) | @Override method getStickerPrice (line 189) | @Override method getTonnage (line 194) | @Override method getTechRating (line 199) | @Override method isSamePartType (line 205) | @Override method writeToXML (line 210) | @Override method loadFieldsFromXmlNode (line 216) | @Override method isRightTechType (line 221) | @Override method getLocationName (line 229) | @Override method getLocation (line 237) | @Override method getTechAdvancement (line 245) | @Override FILE: MekHQ/src/mekhq/campaign/parts/MotiveSystem.java class MotiveSystem (line 55) | public class MotiveSystem extends Part { method MotiveSystem (line 61) | @Deprecated(since = "0.51.0", forRemoval = true) method MotiveSystem (line 66) | public MotiveSystem(int ton, Campaign c) { method getBaseTime (line 73) | @Override method getDifficulty (line 78) | @Override method clone (line 83) | @Override method getBaseAvailability (line 90) | @Override method getStickerPrice (line 95) | @Override method getTonnage (line 101) | @Override method isSamePartType (line 107) | @Override method loadFieldsFromXmlNode (line 112) | @Override method writeToXML (line 132) | @Override method checkFixable (line 140) | @Override method fix (line 146) | @Override method getMissingPart (line 156) | @Override method remove (line 162) | @Override method updateConditionFromEntity (line 168) | @Override method updateConditionFromPart (line 178) | @Override method needsFixing (line 184) | @Override method getDetails (line 189) | @Override method getDetails (line 194) | @Override method checkScrappable (line 203) | @Override method canNeverScrap (line 208) | @Override method isSalvaging (line 213) | @Override method getLocationName (line 218) | @Override method getLocation (line 224) | @Override method getTechAdvancement (line 229) | @Override FILE: MekHQ/src/mekhq/campaign/parts/OmniPod.java class OmniPod (line 68) | public class OmniPod extends Part { method OmniPod (line 74) | public OmniPod() { method OmniPod (line 78) | public OmniPod(Part partType, Campaign c) { method getTechBase (line 90) | @Override method setCampaign (line 99) | @Override method getDetails (line 105) | @Override method getDetails (line 110) | @Override method getBaseTime (line 120) | @Override method updateConditionFromPart (line 125) | @Override method getLocation (line 131) | @Override method checkFixable (line 136) | @Override method getDifficulty (line 146) | @Override method getRepairDesc (line 151) | @Override method getTonnage (line 161) | @Override method getTechRating (line 167) | @Override method getTechAdvancement (line 172) | @Override method loadFieldsFromXmlNode (line 177) | @Override method getLocationName (line 236) | @Override method updateConditionFromEntity (line 241) | @Override method remove (line 246) | @Override method getMissingPart (line 251) | @Override method needsFixing (line 257) | @Override method fix (line 262) | @Override method fail (line 273) | @Override method getStatus (line 289) | @Override method getStickerPrice (line 312) | @Override method getTechLevel (line 317) | @Override method isSamePartType (line 326) | @Override method writeToXML (line 331) | @Override method clone (line 349) | @Override FILE: MekHQ/src/mekhq/campaign/parts/Part.java class Part (line 107) | public abstract class Part implements IPartWork, ITechnology { method Part (line 207) | public Part() { method Part (line 211) | public Part(int tonnage, Campaign c) { method Part (line 215) | public Part(int tonnage, boolean omniPodded, Campaign c) { method getQualityName (line 236) | public String getQualityName() { method setId (line 240) | public void setId(int id) { method getId (line 244) | public int getId() { method setCampaign (line 248) | public void setCampaign(Campaign c) { method getCampaign (line 252) | public Campaign getCampaign() { method getName (line 256) | public String getName() { method getActualValue (line 265) | @Override method getUndamagedValue (line 270) | @Override method isPriceAdjustedForAmount (line 275) | @Override method adjustCostsForCampaignOptions (line 287) | public Money adjustCostsForCampaignOptions(@Nullable Money cost) { method adjustCostsForCampaignOptions (line 299) | public Money adjustCostsForCampaignOptions(@Nullable Money cost, boole... method isBrandNew (line 332) | public boolean isBrandNew() { method setBrandNew (line 336) | public void setBrandNew(boolean b) { method hasReplacementPart (line 343) | public boolean hasReplacementPart() { method getReplacementPart (line 350) | @Nullable method setReplacementPart (line 358) | public void setReplacementPart(@Nullable Part part) { method getUnitTonnage (line 362) | public int getUnitTonnage() { method isUnitTonnageMatters (line 369) | public boolean isUnitTonnageMatters() { method getTonnage (line 373) | public abstract double getTonnage(); method isOmniPodded (line 375) | public boolean isOmniPodded() { method setOmniPodded (line 379) | public void setOmniPodded(boolean omniPod) { method getUnit (line 383) | @Override method setUnit (line 388) | public void setUnit(@Nullable Unit u) { method getStatus (line 395) | public String getStatus() { method getHits (line 423) | public int getHits() { method setHits (line 434) | public void setHits(int hits) { method getDesc (line 438) | @Override method getRepairDesc (line 501) | public String getRepairDesc() { method getTechBaseName (line 528) | public String getTechBaseName() { method getTechBaseName (line 532) | public static String getTechBaseName(TechBase base) { method getTechLevel (line 544) | public int getTechLevel() { method getSimpleTechLevel (line 548) | public SimpleTechLevel getSimpleTechLevel() { method getSimpleTechLevel (line 556) | public SimpleTechLevel getSimpleTechLevel(int year) { method getSimpleTechLevel (line 564) | public SimpleTechLevel getSimpleTechLevel(int year, boolean clan, Fact... method isIntroducedBy (line 576) | public boolean isIntroducedBy(int year) { method isSamePartTypeAndStatus (line 586) | public boolean isSamePartTypeAndStatus(Part part) { method isSamePartType (line 590) | public abstract boolean isSamePartType(Part part); method isSameStatus (line 592) | public boolean isSameStatus(Part otherPart) { method isClanTechBase (line 611) | protected boolean isClanTechBase() { method writeToXML (line 615) | public abstract void writeToXML(PrintWriter pw, int indent); method writeToXMLBegin (line 617) | protected int writeToXMLBegin(final PrintWriter pw, int indent) { method writeToXMLEnd (line 687) | protected void writeToXMLEnd(final PrintWriter pw, int indent) { method fixForRenamedClasses (line 703) | private static String fixForRenamedClasses(String className) { method generateInstanceFromXML (line 789) | public static Part generateInstanceFromXML(Node wn, Version version) { method loadFieldsFromXmlNode (line 880) | protected abstract void loadFieldsFromXmlNode(Node wn); method getActualTime (line 882) | @Override method getTimeLeft (line 891) | @Override method getTimeSpent (line 897) | @Override method addTimeSpent (line 902) | @Override method resetTimeSpent (line 907) | @Override method resetOvertime (line 912) | @Override method getSkillMin (line 917) | @Override method setSkillMin (line 922) | public void setSkillMin(int i) { method getMode (line 926) | @Override method setMode (line 931) | public void setMode(WorkTime wt) { method resetModeToNormal (line 943) | public void resetModeToNormal() { method canChangeWorkMode (line 947) | @Override method getAllMods (line 952) | @Override method getAllModsForMaintenance (line 1029) | @Override method getQualityMods (line 1101) | private TargetRoll getQualityMods(TargetRoll mods, Person tech) { method getCurrentModeName (line 1112) | public String getCurrentModeName() { method getTech (line 1116) | @Override method setTech (line 1121) | @Override method isTeamSalvaging (line 1133) | public boolean isTeamSalvaging() { method getReservedBy (line 1142) | @Deprecated(since = "0.51.0", forRemoval = true) method setReservedBy (line 1152) | public void setReservedBy(@Nullable Person tech) { method getPartName (line 1156) | @Override method getMRMSOptionType (line 1161) | @Override method getRepairPartType (line 1166) | @Override method fix (line 1171) | @Override method resetRepairSettings (line 1180) | public void resetRepairSettings() { method fail (line 1186) | @Override method succeed (line 1195) | @Override method getDetails (line 1216) | @Override method getDetails (line 1229) | @Override method isSalvaging (line 1259) | @Override method checkScrappable (line 1267) | public String checkScrappable() { method canNeverScrap (line 1271) | public boolean canNeverScrap() { method scrap (line 1275) | public String scrap() { method hasWorkedOvertime (line 1288) | @Override method setWorkedOvertime (line 1293) | @Override method getShorthandedMod (line 1298) | @Override method setShorthandedMod (line 1303) | @Override method clone (line 1308) | @Override method copyBaseData (line 1311) | protected void copyBaseData(Part part) { method setRefitUnit (line 1324) | public void setRefitUnit(@Nullable Unit unit) { method getRefitUnit (line 1333) | public @Nullable Unit getRefitUnit() { method isReservedForRefit (line 1340) | public boolean isReservedForRefit() { method isReservedForReplacement (line 1347) | public boolean isReservedForReplacement() { method isUsedForRefitPlanning (line 1351) | public boolean isUsedForRefitPlanning() { method setUsedForRefitPlanning (line 1355) | public void setUsedForRefitPlanning(boolean flag) { method setDaysToArrival (line 1364) | public void setDaysToArrival(int days) { method getDaysToArrival (line 1371) | public int getDaysToArrival() { method isPresent (line 1378) | public boolean isPresent() { method isBeingWorkedOn (line 1382) | @Override method onBadHipOrShoulder (line 1387) | public boolean onBadHipOrShoulder() { method isMountedOnDestroyedLocation (line 1391) | public boolean isMountedOnDestroyedLocation() { method isPartForEquipmentNum (line 1395) | public boolean isPartForEquipmentNum(int index, int loc) { method isInSupply (line 1399) | public boolean isInSupply() { method getQuantity (line 1406) | public int getQuantity() { method getTotalQuantity (line 1410) | public int getTotalQuantity() { method getSellableQuantity (line 1414) | public int getSellableQuantity() { method changeQuantity (line 1425) | public void changeQuantity(int delta) { method incrementQuantity (line 1436) | @Deprecated(since = "0.50.04") method decrementQuantity (line 1448) | @Deprecated(since = "0.50.04") method setQuantity (line 1458) | public void setQuantity(int number) { method isSpare (line 1471) | public boolean isSpare() { method isPartUsedOrReserved (line 1493) | public boolean isPartUsedOrReserved() { method getBaseQuantityForPartsInUse (line 1510) | public int getBaseQuantityForPartsInUse() { method getQuantityForPartsInUse (line 1532) | public int getQuantityForPartsInUse() { method isRightTechType (line 1540) | @Override method isOmniPoddable (line 1545) | public boolean isOmniPoddable() { method getDaysToWait (line 1549) | public int getDaysToWait() { method resetDaysToWait (line 1553) | public void resetDaysToWait() { method decrementDaysToWait (line 1557) | public void decrementDaysToWait() { method getShoppingListReport (line 1563) | public String getShoppingListReport(int quan) { method getArrivalReport (line 1567) | public String getArrivalReport() { method getQuantityName (line 1571) | public String getQuantityName(int quantity) { method getAcquisitionWork (line 1585) | public IAcquisitionWork getAcquisitionWork() { method doMaintenanceDamage (line 1589) | public void doMaintenanceDamage(int d) { method getQuality (line 1595) | public PartQuality getQuality() { method improveQuality (line 1599) | public void improveQuality() { method reduceQuality (line 1603) | public void reduceQuality() { method setQuality (line 1607) | public void setQuality(PartQuality q) { method needsMaintenance (line 1611) | public boolean needsMaintenance() { method getLocationName (line 1615) | public abstract String getLocationName(); method setParentPart (line 1622) | public void setParentPart(@Nullable Part part) { method getParentPart (line 1629) | public @Nullable Part getParentPart() { method hasParentPart (line 1636) | public boolean hasParentPart() { method hasChildParts (line 1643) | public boolean hasChildParts() { method getChildParts (line 1650) | public List getChildParts() { method addChildPart (line 1659) | public void addChildPart(Part childPart) { method removeChildPart (line 1669) | public void removeChildPart(Part childPart) { method removeAllChildParts (line 1680) | public void removeAllChildParts() { method reservePart (line 1690) | @Override method cancelReservation (line 1696) | @Override method postProcessCampaignAddition (line 1705) | public void postProcessCampaignAddition() { method isInLocation (line 1709) | public boolean isInLocation(String loc) { method toString (line 1716) | @Override method findPartImage (line 1730) | public static String[] findPartImage(IPartWork part) { method getTechAdvancement (line 1797) | public abstract ITechnology getTechAdvancement(); method isClan (line 1799) | @Override method isMixedTech (line 1804) | @Override method getTechBase (line 1809) | @Override method getTechRating (line 1814) | @Override method getIntroductionDate (line 1819) | @Override method getIntroductionDate (line 1827) | @Override method getPrototypeDate (line 1835) | @Override method getPrototypeDate (line 1843) | @Override method getProductionDate (line 1851) | @Override method getProductionDate (line 1859) | @Override method getCommonDate (line 1867) | @Override method getCommonDate (line 1875) | @Override method getExtinctionDate (line 1883) | @Override method getExtinctionDate (line 1888) | @Override method getReintroductionDate (line 1893) | @Override method getReintroductionDate (line 1898) | @Override method getBaseAvailability (line 1903) | @Override method getAvailability (line 1913) | public AvailabilityValue getAvailability() { method calcYearAvailability (line 1917) | @Override method getIntroductionDate (line 1931) | @Override method getPrototypeDate (line 1940) | @Override method getProductionDate (line 1949) | @Override method getExtinctionDate (line 1958) | @Override method getReintroductionDate (line 1963) | @Override method getStaticTechLevel (line 1968) | @Override method fixReferences (line 1976) | public void fixReferences(Campaign campaign) { class PartRef (line 2041) | public static class PartRef extends Part { method PartRef (line 2042) | public PartRef(int id) { method getBaseTime (line 2046) | @Override method updateConditionFromEntity (line 2051) | @Override method updateConditionFromPart (line 2055) | @Override method remove (line 2059) | @Override method getMissingPart (line 2063) | @Override method getLocation (line 2068) | @Override method checkFixable (line 2073) | @Override method needsFixing (line 2078) | @Override method getDifficulty (line 2083) | @Override method getStickerPrice (line 2088) | @Override method getTonnage (line 2093) | @Override method isSamePartType (line 2098) | @Override method writeToXML (line 2103) | @Override method loadFieldsFromXmlNode (line 2108) | @Override method clone (line 2113) | @Override method getLocationName (line 2118) | @Override method getTechAdvancement (line 2123) | @Override class PartPersonRef (line 2129) | public static class PartPersonRef extends Person { method PartPersonRef (line 2130) | private PartPersonRef(UUID id) { class PartUnitRef (line 2135) | public static class PartUnitRef extends Unit { method PartUnitRef (line 2137) | private PartUnitRef(UUID id) { FILE: MekHQ/src/mekhq/campaign/parts/PartInUse.java class PartInUse (line 49) | public class PartInUse { method appendDetails (line 62) | private void appendDetails(StringBuilder sb, Part part) { method PartInUse (line 69) | public PartInUse(Part part) { method getDescription (line 117) | public String getDescription() { method getTechBase (line 121) | public TechBase getTechBase() { method getSpares (line 130) | public List getSpares() { method getSpare (line 141) | public Optional getSpare() { method addSpare (line 145) | public void addSpare(Part part) { method getPartToBuy (line 149) | public IAcquisitionWork getPartToBuy() { method getUseCount (line 153) | public int getUseCount() { method setUseCount (line 157) | public void setUseCount(int useCount) { method incUseCount (line 161) | @Deprecated(since = "0.51.0", forRemoval = true) method getStoreCount (line 166) | public int getStoreCount() { method getStoreTonnage (line 170) | public double getStoreTonnage() { method setStoreCount (line 174) | public void setStoreCount(int storeCount) { method incStoreCount (line 178) | @Deprecated(since = "0.51.0", forRemoval = true) method getTransferCount (line 183) | public int getTransferCount() { method incTransferCount (line 187) | @Deprecated(since = "0.51.0", forRemoval = true) method setTransferCount (line 192) | public void setTransferCount(int transferCount) { method getPlannedCount (line 196) | public int getPlannedCount() { method setPlannedCount (line 200) | public void setPlannedCount(int plannedCount) { method incPlannedCount (line 204) | @Deprecated(since = "0.51.0", forRemoval = true) method getCost (line 209) | public Money getCost() { method getRequestedStock (line 213) | public double getRequestedStock() { method setRequestedStock (line 217) | public void setRequestedStock(double requestedStock) { method getIsBundle (line 221) | public boolean getIsBundle() { method setIsBundle (line 225) | @Deprecated(since = "0.51.0", forRemoval = true) method getTonnagePerItem (line 230) | public double getTonnagePerItem() { method hashCode (line 234) | @Override method equals (line 239) | @Override FILE: MekHQ/src/mekhq/campaign/parts/PartInventory.java class PartInventory (line 38) | public class PartInventory { method getSupply (line 49) | public int getSupply() { method setSupply (line 58) | public void setSupply(int count) { method supplyAsString (line 67) | public String supplyAsString() { method getTransit (line 76) | public int getTransit() { method setTransit (line 85) | public void setTransit(int count) { method transitAsString (line 94) | public String transitAsString() { method getOrdered (line 103) | public int getOrdered() { method setOrdered (line 112) | public void setOrdered(int count) { method orderedAsString (line 121) | public String orderedAsString() { method getCountModifier (line 130) | public String getCountModifier() { method setCountModifier (line 139) | public void setCountModifier(String countModifier) { method getTransitOrderedDetails (line 154) | public String getTransitOrderedDetails() { FILE: MekHQ/src/mekhq/campaign/parts/PodSpace.java class PodSpace (line 65) | public class PodSpace implements IPartWork { method PodSpace (line 78) | @Deprecated(since = "0.51.0", forRemoval = true) method PodSpace (line 83) | public PodSpace(int location, Unit unit) { method getBaseTime (line 96) | @Override method getPartList (line 101) | @Deprecated(since = "0.51.0", forRemoval = true) method updateConditionFromEntity (line 109) | @Override method updateConditionFromPart (line 119) | @Override method remove (line 124) | @Override method fix (line 139) | @Override method getMissingPart (line 164) | @Override method checkFixable (line 169) | @Override method needsFixing (line 220) | @Override method getDifficulty (line 228) | @Override method getLocationName (line 236) | public String getLocationName() { method getLocation (line 247) | @Override method getAllMods (line 252) | @Override method succeed (line 266) | @Override method fail (line 279) | @Override method getTech (line 301) | @Override method isBeingWorkedOn (line 306) | @Override method getPartName (line 311) | @Override method getSkillMin (line 316) | @Override method getActualTime (line 332) | @Override method getTimeSpent (line 337) | @Override method getTimeLeft (line 342) | @Override method addTimeSpent (line 347) | @Override method resetTimeSpent (line 352) | @Override method resetOvertime (line 357) | @Override method isRightTechType (line 362) | @Override method getAllModsForMaintenance (line 374) | @Override method setTech (line 379) | @Override method hasWorkedOvertime (line 384) | @Override method setWorkedOvertime (line 389) | @Override method getShorthandedMod (line 394) | @Override method setShorthandedMod (line 399) | @Override method getDesc (line 404) | @Override method getDetails (line 429) | @Override method getDetails (line 434) | @Override method getUnit (line 483) | @Override method isSalvaging (line 488) | @Override method shouldRepairInPlace (line 496) | @Deprecated(since = "0.51.0", forRemoval = true) method setRepairInPlace (line 501) | public void setRepairInPlace(boolean repairInPlace) { method hasSalvageableParts (line 505) | public boolean hasSalvageableParts() { method reservePart (line 515) | @Override method cancelReservation (line 523) | @Override method getMRMSOptionType (line 531) | @Override method getRepairPartType (line 536) | @Override method getStickerPrice (line 547) | @Override method getActualValue (line 558) | @Override method getUndamagedValue (line 569) | @Override method isPriceAdjustedForAmount (line 574) | @Override FILE: MekHQ/src/mekhq/campaign/parts/QuadVeeGear.java class QuadVeeGear (line 58) | public class QuadVeeGear extends Part { method QuadVeeGear (line 75) | @Deprecated(since = "0.51.0", forRemoval = true) method QuadVeeGear (line 80) | public QuadVeeGear(int tonnage, Campaign c) { method clone (line 85) | @Override method updateConditionFromEntity (line 92) | @Override method getBaseTime (line 100) | @Override method getDifficulty (line 118) | @Override method updateConditionFromPart (line 135) | @Override method remove (line 146) | @Override method getMissingPart (line 166) | @Override method getLocation (line 171) | @Override method checkFixable (line 176) | @Override method needsFixing (line 197) | @Override method getStickerPrice (line 202) | @Override method getTonnage (line 218) | @Override method getTechAdvancement (line 223) | @Override method isSamePartType (line 228) | @Override method writeToXML (line 233) | @Override method loadFieldsFromXmlNode (line 239) | @Override method getLocationName (line 244) | @Override FILE: MekHQ/src/mekhq/campaign/parts/Refit.java class Refit (line 119) | public class Refit extends Part implements IAcquisitionWork { method Refit (line 173) | public Refit() { method Refit (line 193) | public Refit(Unit oldUnit, Entity newEntity, boolean custom, boolean r... method isSameArmorType (line 224) | public boolean isSameArmorType() { method getRefitClassName (line 233) | public static String getRefitClassName(int refitClass) { method getRefitClassName (line 250) | public String getRefitClassName() { method getRefitClass (line 257) | public int getRefitClass() { method getCost (line 264) | public Money getCost() { method getOldUnitParts (line 279) | @Deprecated(since = "0.50.04") method getNewUnitParts (line 295) | @Deprecated(since = "0.50.04") method getShoppingList (line 303) | public List getShoppingList() { method getShoppingListDescription (line 310) | public String[] getShoppingListDescription() { method getTime (line 349) | public int getTime() { method calculate (line 357) | public void calculate() { method calculateRefurbishment (line 1136) | private void calculateRefurbishment() { method begin (line 1165) | public void begin() throws EntityLoadingException, IOException { method reserveNewParts (line 1301) | public void reserveNewParts() { method partsInTransit (line 1329) | public boolean partsInTransit() { method acquireParts (line 1343) | public boolean acquireParts() { method orderArmorSupplies (line 1397) | public void orderArmorSupplies() { method getExistingArmorSupplies (line 1425) | public @Nullable Armor getExistingArmorSupplies() { method updateRefitClass (line 1444) | private void updateRefitClass(int newClass) { method cancel (line 1456) | public void cancel() { method complete (line 1505) | private void complete() { method getArmor (line 1732) | private Armor getArmor(boolean aClan) { method changeAmmoBinMunitions (line 1759) | private void changeAmmoBinMunitions(final Unit unit) { method saveCustomization (line 1781) | public void saveCustomization() throws EntityLoadingException { method getTimeMultiplier (line 1866) | private float getTimeMultiplier() { method getOriginalEntity (line 1888) | public Entity getOriginalEntity() { method getNewEntity (line 1895) | public Entity getNewEntity() { method getOriginalUnit (line 1902) | public Unit getOriginalUnit() { method hasFailedCheck (line 1910) | public boolean hasFailedCheck() { method needsFixing (line 1917) | @Override method getDifficulty (line 1925) | @Override method getAllMods (line 1944) | @Override method succeed (line 1967) | @Override method fail (line 1986) | @Override method resetTimeSpent (line 2010) | @Override method getPartName (line 2018) | @Override method getAcquisitionName (line 2032) | @Override method getName (line 2040) | @Override method getSkillMin (line 2050) | @Override method getBaseTime (line 2060) | @Override method getActualTime (line 2070) | @Override method getTimeSpent (line 2078) | @Override method getTimeLeft (line 2086) | @Override method addTimeSpent (line 2094) | @Override method getTech (line 2102) | @Override method setTech (line 2110) | @Override method hasWorkedOvertime (line 2120) | @Override method setWorkedOvertime (line 2130) | @Override method getShorthandedMod (line 2138) | @Override method setShorthandedMod (line 2146) | @Override method crewSizeChanged (line 2157) | private boolean crewSizeChanged() { method updateConditionFromEntity (line 2177) | @Override method updateConditionFromPart (line 2185) | @Override method fix (line 2193) | @Override method remove (line 2203) | @Override method getMissingPart (line 2213) | @Override method getDesc (line 2224) | @Override method getDetails (line 2234) | @Override method getDetails (line 2246) | @Override method getUnit (line 2260) | @Override method isSalvaging (line 2270) | @Override method checkFixable (line 2280) | @Override method writeToXML (line 2291) | @Override method generateInstanceFromXML (line 2354) | public static @Nullable Refit generateInstanceFromXML(final Node wn, f... method generateInstanceFromXML (line 2371) | public static @Nullable Refit generateInstanceFromXML(final Node wn, f... method processShoppingListFromXML (line 2455) | private static void processShoppingListFromXML(Refit retVal, Node wn, ... method processArmorSuppliesFromXML (line 2482) | private static void processArmorSuppliesFromXML(Refit retVal, Node wn,... method reCalc (line 2508) | public void reCalc() { method getNewEquipment (line 2522) | @Override method getAcquisitionDesc (line 2530) | @Override method getAcquisitionDisplayName (line 2538) | @Override method getAcquisitionExtraDesc (line 2546) | @Override method getAcquisitionBonus (line 2554) | @Override method getAcquisitionPart (line 2562) | @Override method getStickerPrice (line 2570) | @Override method getActualValue (line 2578) | @Override method getBuyCost (line 2587) | @Override method addRefitKitParts (line 2597) | public void addRefitKitParts(int transitDays) { method find (line 2642) | @Override method failToFind (line 2660) | @Override method getAllAcquisitionMods (line 2671) | @Override method getNewArmorSupplies (line 2700) | public @Nullable Armor getNewArmorSupplies() { method resetOvertime (line 2707) | @Override method getTechLevel (line 2714) | @Override method getTechBase (line 2722) | @Override method isRightTechType (line 2730) | @Override method suggestNewName (line 2738) | public void suggestNewName() { method getChassis (line 2752) | private static String getChassis(Infantry infantry) { method assignArmActuators (line 2774) | private void assignArmActuators() { method assignBayParts (line 2871) | private void assignBayParts() { method untrackedHeatSinkCount (line 2938) | private static int untrackedHeatSinkCount(Entity entity) { method getHeatSinkPart (line 2969) | private Part getHeatSinkPart(Entity entity) { method getShoppingListReport (line 2993) | @Override method getTonnage (line 3003) | @Override method getTechRating (line 3013) | @Override method isSamePartType (line 3023) | @Override method loadFieldsFromXmlNode (line 3033) | @Override method clone (line 3042) | @Override method isCustomJob (line 3052) | public boolean isCustomJob() { method kitFound (line 3059) | public boolean kitFound() { method getLocationName (line 3068) | @Override method getLocation (line 3078) | @Override method getTechAdvancement (line 3088) | @Override method isBeingRefurbished (line 3096) | public boolean isBeingRefurbished() { method isIntroducedBy (line 3105) | @Override method isExtinctIn (line 3115) | @Override method fixReferences (line 3125) | @Override class RefitArmorRef (line 3216) | public static class RefitArmorRef extends Armor { method RefitArmorRef (line 3217) | private RefitArmorRef(int id) { class RefitPartRef (line 3225) | public static class RefitPartRef extends Part { method RefitPartRef (line 3226) | private RefitPartRef(int id) { method getBaseTime (line 3230) | @Override method updateConditionFromEntity (line 3235) | @Override method updateConditionFromPart (line 3239) | @Override method remove (line 3243) | @Override method getMissingPart (line 3247) | @Override method getLocation (line 3252) | @Override method checkFixable (line 3257) | @Override method needsFixing (line 3262) | @Override method getDifficulty (line 3267) | @Override method getStickerPrice (line 3272) | @Override method getTonnage (line 3277) | @Override method isSamePartType (line 3282) | @Override method writeToXML (line 3287) | @Override method loadFieldsFromXmlNode (line 3292) | @Override method clone (line 3297) | @Override method getLocationName (line 3302) | @Override method getTechAdvancement (line 3307) | @Override class RefitPersonRef (line 3316) | public static class RefitPersonRef extends Person { method RefitPersonRef (line 3317) | private RefitPersonRef(UUID id) { FILE: MekHQ/src/mekhq/campaign/parts/Rotor.java class Rotor (line 53) | public class Rotor extends TankLocation { method Rotor (line 66) | @Deprecated(since = "0.51.0", forRemoval = true) method Rotor (line 71) | public Rotor(int tonnage, Campaign c) { method clone (line 78) | @Override method isSamePartType (line 88) | @Override method fix (line 97) | @Override method getMissingPart (line 111) | @Override method remove (line 116) | @Override method getBaseTime (line 141) | @Override method getDifficulty (line 149) | @Override method updateConditionFromPart (line 157) | @Override method checkFixable (line 164) | @Override method checkScrappable (line 178) | @Override method canNeverScrap (line 187) | @Override method getTonnage (line 192) | @Override method getStickerPrice (line 197) | @Override method getTechAdvancement (line 202) | @Override FILE: MekHQ/src/mekhq/campaign/parts/SVArmor.java class SVArmor (line 55) | public class SVArmor extends Armor { method SVArmor (line 65) | public SVArmor() { method SVArmor (line 78) | public SVArmor(int bar, TechRating techRating, int points, int loc, Ca... method getName (line 84) | @Override method getBAR (line 89) | public int getBAR() { method getTechRating (line 93) | @Override method clone (line 98) | @Override method getTonnage (line 105) | @Override method getActualValue (line 110) | @Override method getTonnageNeeded (line 116) | @Override method getValueNeeded (line 121) | @Override method getStickerPrice (line 127) | @Override method isSamePartType (line 141) | @Override method getArmorWeight (line 148) | @Override method getAcquisitionWork (line 153) | @Override method getArmorPointsPerTon (line 158) | @Override method getNewPart (line 163) | @Override method getTechAdvancement (line 168) | @Override method getAmountAvailable (line 173) | @Override method changeAmountAvailableSingle (line 182) | @Override method writeToXMLEnd (line 203) | @Override method loadFieldsFromXmlNode (line 210) | @Override method isSameSVArmorPart (line 237) | private boolean isSameSVArmorPart(Part part) { FILE: MekHQ/src/mekhq/campaign/parts/SVEnginePart.java class SVEnginePart (line 62) | public class SVEnginePart extends Part { method SVEnginePart (line 76) | @Deprecated(since = "0.51.0", forRemoval = true) method SVEnginePart (line 91) | public SVEnginePart(int unitTonnage, double engineTonnage, int etype, ... method getEngineTonnage (line 107) | public double getEngineTonnage() { method getEType (line 114) | public int getEType() { method getTechRating (line 118) | @Override method getFuelType (line 128) | public FuelType getFuelType() { method clone (line 132) | @Override method getTonnage (line 140) | @Override method getStickerPrice (line 145) | @Override method isSamePartType (line 150) | @Override method getTechLevel (line 159) | @Override method writeToXML (line 169) | @Override method loadFieldsFromXmlNode (line 181) | @Override method fix (line 207) | @Override method getMissingPart (line 219) | @Override method remove (line 225) | @Override method updateConditionFromEntity (line 249) | @Override method getBaseTime (line 271) | @Override method getDifficulty (line 280) | @Override method needsFixing (line 295) | @Override method updateConditionFromPart (line 300) | @Override method checkFixable (line 319) | @Override method isRightTechType (line 324) | @Override method getLocationName (line 339) | @Override method getLocation (line 347) | @Override method getTechAdvancement (line 355) | @Override method getMRMSOptionType (line 360) | @Override FILE: MekHQ/src/mekhq/campaign/parts/SpacecraftCoolingSystem.java class SpacecraftCoolingSystem (line 65) | public class SpacecraftCoolingSystem extends Part { method SpacecraftCoolingSystem (line 75) | public SpacecraftCoolingSystem() { method SpacecraftCoolingSystem (line 79) | public SpacecraftCoolingSystem(int tonnage, int totalSinks, int sinkTy... method clone (line 90) | @Override method getSinkType (line 98) | public int getSinkType() { method getTotalSinks (line 102) | public int getTotalSinks() { method getRemovableSinks (line 106) | public int getRemovableSinks() { method updateConditionFromEntity (line 110) | @Override method getBaseTime (line 123) | @Override method getDifficulty (line 129) | @Override method updateConditionFromPart (line 137) | @Override method fix (line 145) | @Override method succeed (line 150) | @Override method replaceHeatSinks (line 166) | public void replaceHeatSinks() { method setEngineHeatSinks (line 184) | public void setEngineHeatSinks() { method remove (line 198) | @Override method removeHeatSinks (line 207) | public void removeHeatSinks(boolean salvage) { method getMissingPart (line 232) | @Override method checkFixable (line 238) | @Override method needsFixing (line 255) | @Override method getStickerPrice (line 260) | @Override method checkScrappable (line 266) | @Override method canNeverScrap (line 271) | @Override method getTonnage (line 276) | @Override method isSamePartType (line 282) | @Override method isRightTechType (line 288) | @Override method writeToXML (line 293) | @Override method loadFieldsFromXmlNode (line 302) | @Override method getLocationName (line 322) | @Override method getLocation (line 328) | @Override method getTechAdvancement (line 333) | @Override FILE: MekHQ/src/mekhq/campaign/parts/SpacecraftEngine.java class SpacecraftEngine (line 66) | public class SpacecraftEngine extends Part { method SpacecraftEngine (line 79) | @Deprecated(since = "0.51.0", forRemoval = true) method SpacecraftEngine (line 84) | public SpacecraftEngine(int tonnage, double eTonnage, Campaign c, bool... method clone (line 91) | @Override method getTonnage (line 98) | @Override method calculateTonnage (line 103) | public void calculateTonnage() { method getStickerPrice (line 126) | @Override method isSamePartType (line 146) | @Override method getTechLevel (line 153) | @Override method writeToXML (line 162) | @Override method loadFieldsFromXmlNode (line 170) | @Override method fix (line 185) | @Override method getMissingPart (line 195) | @Override method remove (line 200) | @Override method updateConditionFromEntity (line 224) | @Override method getBaseTime (line 241) | @Override method getDifficulty (line 279) | @Override method needsFixing (line 302) | @Override method updateConditionFromPart (line 307) | @Override method checkFixable (line 316) | @Override method isRightTechType (line 327) | @Override method getLocationName (line 332) | @Override method getLocation (line 340) | @Override method getTechAdvancement (line 348) | @Override method getMRMSOptionType (line 353) | @Override FILE: MekHQ/src/mekhq/campaign/parts/StructuralIntegrity.java class StructuralIntegrity (line 61) | public class StructuralIntegrity extends Part { method StructuralIntegrity (line 99) | @Deprecated(since = "0.51.0", forRemoval = true) method StructuralIntegrity (line 104) | public StructuralIntegrity(int entityWeight, Campaign c) { method clone (line 110) | @Override method getStickerPrice (line 118) | @Override method getTonnage (line 132) | @Override method isSamePartType (line 138) | @Override method loadFieldsFromXmlNode (line 144) | @Override method writeToXML (line 161) | @Override method checkFixable (line 168) | @Override method getDetails (line 173) | @Override method getDetails (line 178) | @Override method fix (line 186) | @Override method getMissingPart (line 195) | @Override method checkScrappable (line 201) | @Override method canNeverScrap (line 206) | @Override method isSalvaging (line 211) | @Override method remove (line 216) | @Override method updateConditionFromEntity (line 221) | @Override method getBaseTime (line 228) | @Override method getDifficulty (line 233) | @Override method updateConditionFromPart (line 238) | @Override method needsFixing (line 243) | @Override method doMaintenanceDamage (line 248) | @Override method getLocationName (line 256) | @Override method getLocation (line 264) | @Override method getTechAdvancement (line 272) | @Override FILE: MekHQ/src/mekhq/campaign/parts/TankLocation.java class TankLocation (line 65) | public class TankLocation extends Part { method TankLocation (line 84) | public TankLocation() { method clone (line 88) | @Override method getLoc (line 98) | public int getLoc() { method TankLocation (line 102) | public TankLocation(int loc, int tonnage, Campaign c) { method computeCost (line 125) | protected void computeCost() { method isSamePartType (line 129) | @Override method isSameStatus (line 136) | @Override method getDamage (line 141) | public int getDamage() { method writeToXML (line 145) | @Override method loadFieldsFromXmlNode (line 154) | @Override method fix (line 175) | @Override method getMissingPart (line 203) | @Override method remove (line 209) | @Override method updateConditionFromEntity (line 226) | @Override method getBaseTime (line 242) | @Override method getDifficulty (line 247) | @Override method isBreached (line 252) | public boolean isBreached() { method needsFixing (line 256) | @Override method getDetails (line 261) | @Override method getDetails (line 266) | @Override method updateConditionFromPart (line 283) | @Override method checkFixable (line 288) | @Override method isSalvaging (line 293) | @Override method checkScrappable (line 298) | @Override method canNeverScrap (line 303) | @Override method getTonnage (line 308) | @Override method getStickerPrice (line 316) | @Override method getAllMods (line 330) | @Override method getDesc (line 338) | @Override method isRightTechType (line 357) | @Override method doMaintenanceDamage (line 362) | @Override method getLocationName (line 370) | @Override method getLocation (line 375) | @Override method getTechAdvancement (line 380) | @Override method getMRMSOptionType (line 385) | @Override FILE: MekHQ/src/mekhq/campaign/parts/Thrusters.java class Thrusters (line 57) | public class Thrusters extends Part { method Thrusters (line 60) | public Thrusters() { method Thrusters (line 64) | public Thrusters(int tonnage, Campaign c) { method Thrusters (line 68) | public Thrusters(int tonnage, Campaign c, boolean left) { method clone (line 74) | @Override method updateConditionFromEntity (line 81) | @Override method getBaseTime (line 101) | @Override method getDifficulty (line 127) | @Override method updateConditionFromPart (line 150) | @Override method fix (line 161) | @Override method remove (line 173) | @Override method getMissingPart (line 197) | @Override method checkFixable (line 202) | @Override method needsFixing (line 207) | @Override method isSalvaging (line 218) | @Override method getStickerPrice (line 229) | @Override method getTonnage (line 234) | @Override method isSamePartType (line 239) | @Override method writeToXML (line 250) | @Override method loadFieldsFromXmlNode (line 257) | @Override method isRightTechType (line 270) | @Override method isLeftThrusters (line 275) | public boolean isLeftThrusters() { method setLeftThrusters (line 279) | public void setLeftThrusters(boolean b) { method getLocationName (line 283) | @Override method getLocation (line 291) | @Override method getTechAdvancement (line 299) | @Override FILE: MekHQ/src/mekhq/campaign/parts/TransportBayPart.java class TransportBayPart (line 55) | public class TransportBayPart extends Part { method TransportBayPart (line 59) | @Deprecated(since = "0.51.0", forRemoval = true) method TransportBayPart (line 64) | public TransportBayPart(int tonnage, int bayNumber, double size, Campa... method getBayNumber (line 71) | public int getBayNumber() { method getBay (line 75) | public Bay getBay() { method getName (line 82) | @Override method getBaseTime (line 90) | @Override method updateConditionFromEntity (line 97) | @Override method updateConditionFromPart (line 145) | @Override method fix (line 165) | @Override method remove (line 174) | @Override method isSalvaging (line 179) | @Override method getMissingPart (line 184) | @Override method getLocation (line 189) | @Override method checkFixable (line 194) | @Override method needsFixing (line 199) | @Override method getDifficulty (line 204) | @Override method getStickerPrice (line 209) | @Override method getTonnage (line 215) | @Override method isSamePartType (line 220) | @Override method writeToXML (line 225) | @Override method loadFieldsFromXmlNode (line 233) | @Override method clone (line 247) | @Override method getLocationName (line 253) | @Override method getTechAdvancement (line 259) | @Override FILE: MekHQ/src/mekhq/campaign/parts/Turret.java class Turret (line 57) | public class Turret extends TankLocation { method Turret (line 62) | public Turret() { method Turret (line 66) | public Turret(int loc, int tonnage, Campaign c) { method clone (line 73) | @Override method Turret (line 83) | public Turret(int loc, int tonnage, double weight, Campaign c) { method setUnit (line 89) | @Override method isSamePartType (line 104) | @Override method writeToXML (line 111) | @Override method loadFieldsFromXmlNode (line 120) | @Override method getMissingPart (line 141) | @Override method remove (line 146) | @Override method getBaseTime (line 166) | @Override method getDifficulty (line 174) | @Override method updateConditionFromPart (line 182) | @Override method checkFixable (line 189) | @Override method checkScrappable (line 215) | @Override method canNeverScrap (line 235) | @Override method getTonnage (line 240) | @Override method getStickerPrice (line 245) | @Override FILE: MekHQ/src/mekhq/campaign/parts/TurretLock.java class TurretLock (line 50) | public class TurretLock extends Part { method TurretLock (line 51) | @Deprecated(since = "0.51.0", forRemoval = true) method TurretLock (line 57) | public TurretLock(Campaign c) { method getBaseTime (line 62) | @Override method getDifficulty (line 67) | @Override method clone (line 72) | @Override method getStickerPrice (line 79) | @Override method getTonnage (line 84) | @Override method isSamePartType (line 89) | @Override method writeToXML (line 94) | @Override method loadFieldsFromXmlNode (line 101) | @Override method checkFixable (line 106) | @Override method fix (line 112) | @Override method getMissingPart (line 120) | @Override method remove (line 126) | @Override method updateConditionFromEntity (line 131) | @Override method updateConditionFromPart (line 137) | @Override method needsFixing (line 142) | @Override method isSalvaging (line 150) | @Override method checkScrappable (line 155) | @Override method canNeverScrap (line 160) | @Override method getLocationName (line 165) | @Override method getLocation (line 171) | @Override method getTechAdvancement (line 176) | @Override FILE: MekHQ/src/mekhq/campaign/parts/VeeSensor.java class VeeSensor (line 54) | public class VeeSensor extends Part { method VeeSensor (line 55) | @Deprecated(since = "0.51.0", forRemoval = true) method VeeSensor (line 60) | public VeeSensor(int tonnage, Campaign c) { method clone (line 65) | @Override method isSamePartType (line 72) | @Override method writeToXML (line 77) | @Override method loadFieldsFromXmlNode (line 83) | @Override method fix (line 88) | @Override method getMissingPart (line 96) | @Override method remove (line 101) | @Override method updateConditionFromEntity (line 121) | @Override method getBaseTime (line 133) | @Override method getDifficulty (line 138) | @Override method needsFixing (line 143) | @Override method updateConditionFromPart (line 148) | @Override method checkFixable (line 155) | @Override method getTonnage (line 160) | @Override method getStickerPrice (line 165) | @Override method isRightTechType (line 170) | @Override method getLocationName (line 175) | @Override method getLocation (line 180) | @Override method getTechAdvancement (line 185) | @Override method getMRMSOptionType (line 190) | @Override FILE: MekHQ/src/mekhq/campaign/parts/VeeStabilizer.java class VeeStabilizer (line 57) | public class VeeStabilizer extends Part { method VeeStabilizer (line 62) | public VeeStabilizer() { method VeeStabilizer (line 66) | public VeeStabilizer(int tonnage, int loc, Campaign c) { method clone (line 72) | @Override method isSamePartType (line 79) | @Override method writeToXML (line 84) | @Override method loadFieldsFromXmlNode (line 91) | @Override method getBaseAvailability (line 108) | @Override method fix (line 113) | @Override method getMissingPart (line 121) | @Override method remove (line 126) | @Override method updateConditionFromEntity (line 146) | @Override method getBaseTime (line 163) | @Override method getDifficulty (line 168) | @Override method needsFixing (line 176) | @Override method updateConditionFromPart (line 181) | @Override method checkFixable (line 192) | @Override method getTonnage (line 200) | @Override method getStickerPrice (line 206) | @Override method getDetails (line 212) | @Override method getDetails (line 217) | @Override method getLocation (line 225) | @Override method setLocation (line 230) | public void setLocation(int l) { method isRightTechType (line 234) | @Override method getLocationName (line 239) | @Override method getTechAdvancement (line 244) | @Override FILE: MekHQ/src/mekhq/campaign/parts/enums/ATOWLegalityRating.java type ATOWLegalityRating (line 47) | public enum ATOWLegalityRating { method ATOWLegalityRating (line 115) | ATOWLegalityRating(String lookupName, Map b... method generateDescription (line 127) | private String generateDescription() { method toString (line 137) | @Override method getDescription (line 147) | public String getDescription() { method getBlackMarketMultiplier (line 165) | public double getBlackMarketMultiplier(AvailabilityValue availabilityV... FILE: MekHQ/src/mekhq/campaign/parts/enums/PartQuality.java type PartQuality (line 48) | public enum PartQuality { method PartQuality (line 73) | PartQuality(int index, String name, String reversedName, int repairMod... method toNumeric (line 84) | public int toNumeric() { method getName (line 91) | public String getName() { method getName (line 100) | public String getName(boolean reversed) { method getTechRating (line 110) | public TechRating getTechRating() { method fromNumeric (line 120) | public static PartQuality fromNumeric(int rawQuality) { method toName (line 133) | public String toName(boolean reversed) { method fromName (line 144) | public static PartQuality fromName(String code, boolean reversed) { method getRepairModifier (line 159) | public int getRepairModifier() { method getHexColor (line 166) | public String getHexColor() { method improveQuality (line 178) | public PartQuality improveQuality() { method reduceQuality (line 189) | public PartQuality reduceQuality() { method allQualities (line 201) | @Deprecated(since = "0.51.0", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/parts/enums/PartRepairType.java type PartRepairType (line 43) | public enum PartRepairType { method PartRepairType (line 67) | PartRepairType(final String name, final boolean validForMRMS) { method isValidForMRMS (line 76) | public boolean isValidForMRMS() { method isArmour (line 82) | public boolean isArmour() { method isAmmunition (line 86) | public boolean isAmmunition() { method isWeapon (line 90) | public boolean isWeapon() { method isGeneralLocation (line 94) | public boolean isGeneralLocation() { method isEngine (line 98) | public boolean isEngine() { method isGyro (line 102) | public boolean isGyro() { method isActuator (line 106) | public boolean isActuator() { method isElectronics (line 110) | public boolean isElectronics() { method isGeneral (line 114) | public boolean isGeneral() { method isHeatSink (line 118) | public boolean isHeatSink() { method isMekLocation (line 122) | public boolean isMekLocation() { method isPhysicalWeapon (line 126) | public boolean isPhysicalWeapon() { method isPodSpace (line 130) | public boolean isPodSpace() { method isUnknownLocation (line 134) | public boolean isUnknownLocation() { method getMRMSValidTypes (line 139) | public static List getMRMSValidTypes() { method parseFromString (line 144) | public static PartRepairType parseFromString(final String text) { method toString (line 192) | @Override FILE: MekHQ/src/mekhq/campaign/parts/equipment/AmmoBin.java class AmmoBin (line 80) | public class AmmoBin extends EquipmentPart implements IAcquisitionWork { method AmmoBin (line 86) | public AmmoBin() { method AmmoBin (line 90) | public AmmoBin(int tonnage, @Nullable AmmoType et, int equipNum, int s... method clone (line 100) | @Override method getType (line 114) | @Override method getLocationName (line 123) | @Override method getLocation (line 133) | @Override method getTonnage (line 143) | @Override method getTotalQuantity (line 148) | @Override method getFullShots (line 153) | public int getFullShots() { method getCurrentShots (line 177) | protected int getCurrentShots() { method getValueNeeded (line 181) | public Money getValueNeeded() { method getPricePerTon (line 189) | protected Money getPricePerTon() { method getShotsPerTon (line 199) | protected int getShotsPerTon() { method getStickerPrice (line 209) | @Override method getBuyCost (line 218) | @Override method getShotsNeeded (line 223) | public int getShotsNeeded() { method canChangeMunitions (line 227) | public boolean canChangeMunitions(final AmmoType type) { method changeMunition (line 231) | public void changeMunition(final AmmoType type) { method ammoTypeChanged (line 238) | protected boolean ammoTypeChanged() { method writeToXMLEnd (line 243) | @Override method loadFieldsFromXmlNode (line 257) | @Override method getStatus (line 278) | @Override method fix (line 292) | @Override method loadBin (line 297) | public void loadBin() { method getMounted (line 323) | @Override method requisitionAmmo (line 345) | protected int requisitionAmmo(AmmoType ammoType, int shotsNeeded) { method setShotsNeeded (line 365) | public void setShotsNeeded(int shots) { method find (line 369) | @Override method failToFind (line 376) | @Override method unload (line 383) | public void unload() { method returnAmmo (line 410) | protected void returnAmmo(AmmoType ammoType, int shotsUnloaded) { method remove (line 418) | @Override method getMissingPart (line 429) | @Override method isOneShot (line 434) | public boolean isOneShot() { method getAllMods (line 438) | @Override method updateConditionFromEntity (line 446) | @Override method getBaseTime (line 462) | @Override method getActualTime (line 478) | @Override method getDifficulty (line 486) | @Override method updateConditionFromPart (line 494) | @Override method isSamePartType (line 506) | @Override method needsFixing (line 517) | @Override method isAmmoAvailable (line 527) | public boolean isAmmoAvailable() { method getDesc (line 531) | @Override method getDetails (line 549) | @Override method getDetails (line 554) | @Override method checkFixable (line 599) | @Override method getAmountAvailable (line 610) | public int getAmountAvailable() { method isEnoughSpareAmmoAvailable (line 614) | public boolean isEnoughSpareAmmoAvailable() { method getAcquisitionDesc (line 618) | @Override method getAcquisitionDisplayName (line 632) | @Override method getAcquisitionExtraDesc (line 637) | @Override method getAcquisitionBonus (line 642) | @Override method getAcquisitionPart (line 652) | @Override method getAcquisitionName (line 657) | @Override method getAllAcquisitionMods (line 662) | @Override method getNewEquipment (line 678) | @Override method getNewPart (line 683) | public AmmoStorage getNewPart() { method getAcquisitionWork (line 690) | @Override method needsMaintenance (line 696) | @Override method isPriceAdjustedForAmount (line 701) | @Override method getMRMSOptionType (line 706) | @Override method isOmniPoddable (line 711) | @Override method isOmniPodded (line 720) | @Override method getTechAdvancement (line 726) | @Override method isIntroducedBy (line 731) | @Override method isExtinctIn (line 736) | @Override FILE: MekHQ/src/mekhq/campaign/parts/equipment/BattleArmorAmmoBin.java class BattleArmorAmmoBin (line 59) | public class BattleArmorAmmoBin extends AmmoBin { method BattleArmorAmmoBin (line 62) | public BattleArmorAmmoBin() { method BattleArmorAmmoBin (line 66) | public BattleArmorAmmoBin(int tonnage, @Nullable AmmoType et, int equi... method clone (line 71) | @Override method getNumTroopers (line 81) | public int getNumTroopers() { method isSalvaging (line 96) | @Override method getCurrentShots (line 101) | @Override method updateConditionFromEntity (line 113) | @Override method getBaseTime (line 125) | @Override method getDifficulty (line 130) | @Override method updateConditionFromPart (line 135) | @Override method loadBin (line 154) | @Override method unload (line 180) | @Override method checkFixable (line 196) | @Override method remove (line 205) | @Override method getNewPart (line 210) | @Override method getAcquisitionDesc (line 215) | @Override method calculateShots (line 229) | protected int calculateShots() { method getAcquisitionExtraDesc (line 240) | @Override method canNeverScrap (line 245) | @Override method restore (line 253) | @Override FILE: MekHQ/src/mekhq/campaign/parts/equipment/BattleArmorEquipmentPart.java class BattleArmorEquipmentPart (line 63) | public class BattleArmorEquipmentPart extends EquipmentPart { method BattleArmorEquipmentPart (line 68) | @Deprecated(since = "0.51.0", forRemoval = true) method BattleArmorEquipmentPart (line 73) | public BattleArmorEquipmentPart(int tonnage, EquipmentType et, int equ... method clone (line 78) | @Override method writeToXML (line 89) | @Override method loadFieldsFromXmlNode (line 100) | @Override method remove (line 125) | @Override method updateConditionFromEntity (line 156) | @Override method getBaseTime (line 168) | @Override method getDifficulty (line 176) | @Override method needsFixing (line 184) | @Override method isSalvaging (line 190) | @Override method updateConditionFromPart (line 199) | @Override method getDetails (line 209) | @Override method getDetails (line 214) | @Override method getTrooper (line 222) | public int getTrooper() { method setTrooper (line 226) | public void setTrooper(int t) { method getLocation (line 230) | @Override method getMissingPart (line 235) | @Override method isSamePartType (line 241) | @Override method getBaMountLocation (line 249) | public int getBaMountLocation() { method isModular (line 259) | private boolean isModular() { method needsMaintenance (line 280) | @Override method canNeverScrap (line 285) | @Override FILE: MekHQ/src/mekhq/campaign/parts/equipment/EquipmentPart.java class EquipmentPart (line 69) | public class EquipmentPart extends Part { method getType (line 79) | public EquipmentType getType() { method getEquipmentNum (line 83) | public int getEquipmentNum() { method setEquipmentNum (line 87) | public void setEquipmentNum(int n) { method EquipmentPart (line 91) | public EquipmentPart() { method EquipmentPart (line 95) | public EquipmentPart(int tonnage, EquipmentType et, int equipNum, doub... method EquipmentPart (line 99) | public EquipmentPart(int tonnage, EquipmentType et, int equipNum, doub... method setUnit (line 123) | @Override method setEquipTonnage (line 131) | public void setEquipTonnage(double ton) { method clone (line 135) | @Override method getTonnage (line 143) | @Override method restore (line 151) | public void restore() { method isSamePartType (line 168) | @Override method writeToXML (line 183) | @Override method loadFieldsFromXmlNode (line 193) | @Override method getTechAdvancement (line 212) | @Override method getTechRating (line 217) | @Override method fix (line 222) | @Override method getMissingPart (line 237) | @Override method remove (line 242) | @Override method updateConditionFromEntity (line 277) | @Override method getBaseTime (line 314) | @Override method getDifficulty (line 339) | @Override method needsFixing (line 360) | @Override method getMounted (line 365) | protected @Nullable Mounted getMounted() { method getLocation (line 379) | @Override method getSize (line 385) | public double getSize() { method isRearFacing (line 389) | public boolean isRearFacing() { method updateConditionFromPart (line 394) | @Override method checkFixable (line 422) | @Override method isMountedOnDestroyedLocation (line 456) | @Override method onBadHipOrShoulder (line 468) | @Override method getStickerPrice (line 483) | @Override method resolveVariableCost (line 520) | private Money resolveVariableCost(boolean isArmored) { method hasVariableTonnage (line 603) | public static boolean hasVariableTonnage(EquipmentType type) { method getStartingTonnage (line 610) | public static double getStartingTonnage(EquipmentType type) { method getMaxTonnage (line 614) | public static double getMaxTonnage(EquipmentType type) { method getTonnageIncrement (line 634) | public static double getTonnageIncrement(EquipmentType type) { method isPartForEquipmentNum (line 641) | @Override method isOmniPoddable (line 646) | @Override method getLocationName (line 663) | @Override method isInLocation (line 673) | @Override method checkWeaponBay (line 691) | private static void checkWeaponBay(Unit unit, EquipmentType type, int ... FILE: MekHQ/src/mekhq/campaign/parts/equipment/HeatSink.java class HeatSink (line 50) | public class HeatSink extends EquipmentPart { method HeatSink (line 51) | public HeatSink() { method HeatSink (line 55) | public HeatSink(int tonnage, EquipmentType et, int equipNum, boolean o... method clone (line 59) | @Override method getStickerPrice (line 69) | @Override method getMissingPart (line 78) | @Override method updateConditionFromEntity (line 83) | @Override method getBaseTime (line 104) | @Override method getDifficulty (line 112) | @Override method getRepairPartType (line 120) | @Override method isOmniPoddable (line 125) | @Override method getDetails (line 138) | @Override FILE: MekHQ/src/mekhq/campaign/parts/equipment/InfantryAmmoBin.java class InfantryAmmoBin (line 57) | public class InfantryAmmoBin extends AmmoBin { method InfantryAmmoBin (line 62) | public InfantryAmmoBin() { method InfantryAmmoBin (line 78) | public InfantryAmmoBin(int tonnage, @Nullable AmmoType ammoType, int e... method restore (line 88) | @Override method getWeaponType (line 98) | public InfantryWeapon getWeaponType() { method getClips (line 105) | public int getClips() { method clone (line 109) | @Override method getLocationName (line 117) | @Override method getLocation (line 127) | @Override method getTonnage (line 139) | @Override method getFullShots (line 144) | @Override method changeCapacity (line 155) | public void changeCapacity(int clips) { method setShotsNeeded (line 170) | @Override method loadBin (line 175) | @Override method requisitionAmmo (line 192) | @Override method returnAmmo (line 199) | @Override method getPricePerTon (line 208) | @Override method getShotsPerTon (line 213) | @Override method updateConditionFromEntity (line 218) | @Override method writeToXMLEnd (line 228) | @Override method loadFieldsFromXmlNode (line 234) | @Override method fix (line 248) | @Override method getMissingPart (line 262) | @Override method isSamePartType (line 268) | @Override method getDetails (line 276) | @Override method getAmountAvailable (line 285) | @Override method findPartnerBin (line 295) | public @Nullable InfantryAmmoBin findPartnerBin() { method getAcquisitionDisplayName (line 314) | @Override method getAcquisitionExtraDesc (line 319) | @Override method getNewPart (line 324) | @Override method getTechAdvancement (line 329) | @Override FILE: MekHQ/src/mekhq/campaign/parts/equipment/InfantryWeaponPart.java class InfantryWeaponPart (line 49) | public class InfantryWeaponPart extends EquipmentPart { method InfantryWeaponPart (line 54) | @Deprecated(since = "0.51.0", forRemoval = true) method InfantryWeaponPart (line 59) | public InfantryWeaponPart(int tonnage, EquipmentType et, int equipNum,... method clone (line 64) | @Override method getMissingPart (line 72) | @Override method writeToXML (line 78) | @Override method loadFieldsFromXmlNode (line 88) | @Override method isPrimary (line 111) | public boolean isPrimary() { method getMRMSOptionType (line 115) | @Override FILE: MekHQ/src/mekhq/campaign/parts/equipment/JumpJet.java class JumpJet (line 48) | public class JumpJet extends EquipmentPart { method JumpJet (line 49) | public JumpJet() { method JumpJet (line 53) | public JumpJet(int tonnage, EquipmentType et, int equipNum, boolean om... method clone (line 62) | @Override method getTonnage (line 69) | @Override method getStickerPrice (line 98) | @Override method getDetails (line 107) | @Override method getDetails (line 112) | @Override method getMissingPart (line 120) | @Override method updateConditionFromEntity (line 125) | @Override method getBaseTime (line 146) | @Override method getDifficulty (line 154) | @Override method isOmniPoddable (line 162) | @Override FILE: MekHQ/src/mekhq/campaign/parts/equipment/LargeCraftAmmoBin.java class LargeCraftAmmoBin (line 62) | public class LargeCraftAmmoBin extends AmmoBin { method LargeCraftAmmoBin (line 70) | public LargeCraftAmmoBin() { method LargeCraftAmmoBin (line 74) | public LargeCraftAmmoBin(int tonnage, @Nullable AmmoType et, int equip... method clone (line 81) | @Override method getBay (line 98) | public @Nullable Mounted getBay() { method getBayEqNum (line 126) | public int getBayEqNum() { method setBay (line 135) | public void setBay(Mounted bay) { method setBay (line 147) | public void setBay(int bayEqNum) { method getTonnage (line 154) | @Override method getCapacity (line 162) | public double getCapacity() { method getUnusedCapacity (line 169) | public double getUnusedCapacity() { method getFullShots (line 173) | @Override method getValueNeeded (line 178) | @Override method getPricePerTon (line 189) | @Override method writeToXMLEnd (line 197) | @Override method loadFieldsFromXmlNode (line 203) | @Override method restore (line 221) | @Override method fix (line 230) | @Override method loadBinSingleTon (line 243) | public void loadBinSingleTon() { method unloadSingleTon (line 257) | public void unloadSingleTon() { method isSalvaging (line 272) | @Override method remove (line 277) | @Override method getMissingPart (line 284) | @Override method canNeverScrap (line 290) | @Override method updateConditionFromEntity (line 296) | @Override method getBaseTime (line 312) | @Override method updateConditionFromPart (line 328) | @Override method isSamePartType (line 342) | @Override method needsFixing (line 347) | @Override method bayAvailableCapacity (line 359) | protected double bayAvailableCapacity() { method getDesc (line 376) | @Override method getDetails (line 395) | @Override method getDetails (line 400) | @Override method isOmniPoddable (line 433) | @Override FILE: MekHQ/src/mekhq/campaign/parts/equipment/MASC.java class MASC (line 52) | public class MASC extends EquipmentPart { method MASC (line 57) | public MASC() { method MASC (line 61) | public MASC(int tonnage, EquipmentType et, int equipNum, Campaign c, i... method clone (line 67) | @Override method setUnit (line 74) | @Override method calculateTonnage (line 82) | private double calculateTonnage() { method getStickerPrice (line 93) | @Override method getEngineRating (line 102) | public int getEngineRating() { method isSupercharger (line 106) | private boolean isSupercharger() { method isSamePartTypeAndStatus (line 110) | @Override method writeToXML (line 121) | @Override method loadFieldsFromXmlNode (line 131) | @Override method getMissingPart (line 154) | @Override method isUnitTonnageMatters (line 160) | @Override method getDetails (line 165) | @Override method getDetails (line 170) | @Override method isOmniPoddable (line 187) | @Override FILE: MekHQ/src/mekhq/campaign/parts/equipment/MissingAmmoBin.java class MissingAmmoBin (line 56) | public class MissingAmmoBin extends MissingEquipmentPart { method MissingAmmoBin (line 59) | public MissingAmmoBin() { method MissingAmmoBin (line 63) | public MissingAmmoBin(int tonnage, @Nullable AmmoType et, int equipNum... method getType (line 72) | @Override method getLocationName (line 79) | @Override method getLocation (line 88) | @Override method getDifficulty (line 97) | @Override method hasReplacementPart (line 102) | @Override method getReplacementPart (line 107) | @Override method reservePart (line 112) | @Override method cancelReservation (line 117) | @Override method fix (line 123) | @Override method isAcceptableReplacement (line 136) | @Override method isOneShot (line 147) | public boolean isOneShot() { method getFullShots (line 151) | protected int getFullShots() { method getNewPart (line 155) | @Override method writeToXMLEnd (line 160) | @Override method loadFieldsFromXmlNode (line 169) | @Override method getMRMSOptionType (line 182) | @Override method checkFixable (line 187) | @Override FILE: MekHQ/src/mekhq/campaign/parts/equipment/MissingBattleArmorEquipmentPart.java class MissingBattleArmorEquipmentPart (line 50) | public class MissingBattleArmorEquipmentPart extends MissingEquipmentPart { method MissingBattleArmorEquipmentPart (line 53) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingBattleArmorEquipmentPart (line 58) | public MissingBattleArmorEquipmentPart(int tonnage, EquipmentType equi... method getBaseTime (line 64) | @Override method getDifficulty (line 69) | @Override method writeToXML (line 74) | @Override method loadFieldsFromXmlNode (line 85) | @Override method getBaMountLocation (line 106) | public int getBaMountLocation() { method isModular (line 116) | private boolean isModular() { method needsFixing (line 138) | @Override method getTrooper (line 144) | public int getTrooper() { method setTrooper (line 148) | public void setTrooper(int t) { method fix (line 152) | @Override method isAcceptableReplacement (line 168) | @Override method getNewPart (line 178) | @Override method updateConditionFromPart (line 185) | @Override method getLocation (line 190) | @Override method getDetails (line 195) | @Override method getDetails (line 200) | @Override FILE: MekHQ/src/mekhq/campaign/parts/equipment/MissingEquipmentPart.java class MissingEquipmentPart (line 59) | public class MissingEquipmentPart extends MissingPart { method getType (line 69) | public EquipmentType getType() { method getEquipmentNum (line 73) | public int getEquipmentNum() { method setEquipmentNum (line 77) | public void setEquipmentNum(int num) { method MissingEquipmentPart (line 81) | public MissingEquipmentPart() { method MissingEquipmentPart (line 85) | public MissingEquipmentPart(int tonnage, EquipmentType et, int equipNu... method MissingEquipmentPart (line 89) | public MissingEquipmentPart(int tonnage, EquipmentType et, int equipNu... method clone (line 107) | @Override method getBaseTime (line 118) | @Override method getDifficulty (line 123) | @Override method restore (line 131) | public void restore() { method getTonnage (line 143) | @Override method writeToXML (line 148) | @Override method loadFieldsFromXmlNode (line 158) | @Override method getTechAdvancement (line 177) | @Override method fix (line 182) | @Override method isAcceptableReplacement (line 200) | @Override method checkAttributesMatch (line 239) | private boolean checkAttributesMatch(EquipmentPart equipmentPart, Equi... method getMounted (line 266) | protected @Nullable Mounted getMounted() { method checkFixable (line 280) | @Override method onBadHipOrShoulder (line 314) | @Override method setUnit (line 326) | @Override method getNewPart (line 334) | @Override method getLocation (line 341) | @Override method getSize (line 347) | public double getSize() { method isRearFacing (line 351) | public boolean isRearFacing() { method isPartForEquipmentNum (line 356) | @Override method updateConditionFromPart (line 361) | @Override method isOmniPoddable (line 373) | @Override method getLocationName (line 390) | @Override method isInLocation (line 400) | @Override FILE: MekHQ/src/mekhq/campaign/parts/equipment/MissingHeatSink.java class MissingHeatSink (line 43) | public class MissingHeatSink extends MissingEquipmentPart { method MissingHeatSink (line 44) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingHeatSink (line 49) | public MissingHeatSink(int tonnage, EquipmentType et, int equipNum, bo... method getBaseTime (line 53) | @Override method getDifficulty (line 58) | @Override method getNewPart (line 63) | @Override method getRepairPartType (line 68) | @Override method isOmniPoddable (line 73) | @Override FILE: MekHQ/src/mekhq/campaign/parts/equipment/MissingInfantryAmmoBin.java class MissingInfantryAmmoBin (line 54) | public class MissingInfantryAmmoBin extends MissingAmmoBin { method MissingInfantryAmmoBin (line 60) | public MissingInfantryAmmoBin() { method MissingInfantryAmmoBin (line 75) | public MissingInfantryAmmoBin(int tonnage, @Nullable AmmoType ammoType... method restore (line 85) | @Override method getWeaponType (line 95) | public @Nullable InfantryWeapon getWeaponType() { method getClips (line 102) | public int getClips() { method getLocationName (line 106) | @Override method getLocation (line 116) | @Override method isAcceptableReplacement (line 128) | @Override method getFullShots (line 142) | @Override method getNewPart (line 147) | @Override method writeToXMLEnd (line 153) | @Override method loadFieldsFromXmlNode (line 159) | @Override FILE: MekHQ/src/mekhq/campaign/parts/equipment/MissingJumpJet.java class MissingJumpJet (line 44) | public class MissingJumpJet extends MissingEquipmentPart { method MissingJumpJet (line 45) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingJumpJet (line 50) | public MissingJumpJet(int tonnage, EquipmentType et, int equipNum, boo... method getBaseTime (line 55) | @Override method getNewPart (line 60) | @Override method getTonnage (line 65) | @Override method isOmniPoddable (line 79) | @Override FILE: MekHQ/src/mekhq/campaign/parts/equipment/MissingLargeCraftAmmoBin.java class MissingLargeCraftAmmoBin (line 51) | public class MissingLargeCraftAmmoBin extends MissingAmmoBin { method MissingLargeCraftAmmoBin (line 58) | public MissingLargeCraftAmmoBin() { method MissingLargeCraftAmmoBin (line 62) | public MissingLargeCraftAmmoBin(int tonnage, @Nullable AmmoType et, in... method getBay (line 72) | public @Nullable WeaponMounted getBay() { method setBay (line 102) | public void setBay(WeaponMounted bay) { method setBay (line 113) | public void setBay(int bayEqNum) { method getTonnage (line 120) | @Override method getCapacity (line 125) | public double getCapacity() { method setCapacity (line 129) | public void setCapacity(double capacity) { method isAcceptableReplacement (line 133) | @Override method getFullShots (line 147) | @Override method getNewPart (line 152) | @Override method fix (line 157) | @Override method writeToXMLEnd (line 171) | @Override method loadFieldsFromXmlNode (line 177) | @Override FILE: MekHQ/src/mekhq/campaign/parts/equipment/MissingMASC.java class MissingMASC (line 51) | public class MissingMASC extends MissingEquipmentPart { method MissingMASC (line 54) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingMASC (line 59) | public MissingMASC(int tonnage, EquipmentType equipmentType, int equip... method setUnit (line 65) | @Override method getStickerPrice (line 73) | @Override method getEngineRating (line 82) | @Deprecated(since = "0.51.0", forRemoval = true) method writeToXML (line 87) | @Override method loadFieldsFromXmlNode (line 97) | @Override method isAcceptableReplacement (line 116) | @Override method isSupercharger (line 126) | private boolean isSupercharger() { method isUnitTonnageMatters (line 130) | @Override method getNewPart (line 135) | @Override method isOmniPoddable (line 142) | @Override FILE: MekHQ/src/mekhq/campaign/parts/kfs/KFBoom.java class KFBoom (line 61) | public class KFBoom extends Part { method KFBoom (line 87) | @Deprecated(since = "0.51.0", forRemoval = true) method KFBoom (line 92) | public KFBoom(int tonnage, Campaign c, int boomType) { method clone (line 101) | @Override method getBoomType (line 108) | public int getBoomType() { method updateConditionFromEntity (line 112) | @Override method getBaseTime (line 129) | @Override method getDifficulty (line 137) | @Override method updateConditionFromPart (line 145) | @Override method fix (line 152) | @Override method remove (line 160) | @Override method getMissingPart (line 180) | @Override method checkFixable (line 185) | @Override method needsFixing (line 190) | @Override method getStickerPrice (line 195) | @Override method getTonnage (line 206) | @Override method isSamePartType (line 211) | @Override method writeToXML (line 217) | @Override method loadFieldsFromXmlNode (line 224) | @Override method isRightTechType (line 241) | @Override method getLocationName (line 246) | @Override method getLocation (line 252) | @Override method getTechAdvancement (line 257) | @Override FILE: MekHQ/src/mekhq/campaign/parts/kfs/KFChargingSystem.java class KFChargingSystem (line 61) | public class KFChargingSystem extends Part { method getCoreType (line 78) | public int getCoreType() { method getDocks (line 85) | public int getDocks() { method KFChargingSystem (line 89) | @Deprecated(since = "0.51.0", forRemoval = true) method KFChargingSystem (line 94) | public KFChargingSystem(int tonnage, int coreType, int docks, Campaign... method clone (line 102) | @Override method updateConditionFromEntity (line 109) | @Override method getBaseTime (line 128) | @Override method getDifficulty (line 141) | @Override method updateConditionFromPart (line 150) | @Override method fix (line 157) | @Override method remove (line 173) | @Override method getMissingPart (line 195) | @Override method checkFixable (line 200) | @Override method needsFixing (line 209) | @Override method getStickerPrice (line 214) | @Override method getTonnage (line 231) | @Override method isSamePartType (line 236) | @Override method writeToXML (line 243) | @Override method loadFieldsFromXmlNode (line 251) | @Override method getDetails (line 269) | @Override method getDetails (line 274) | @Override method isRightTechType (line 285) | @Override method getLocationName (line 290) | @Override method getLocation (line 295) | @Override method getTechAdvancement (line 300) | @Override FILE: MekHQ/src/mekhq/campaign/parts/kfs/KFDriveCoil.java class KFDriveCoil (line 61) | public class KFDriveCoil extends Part { method getCoreType (line 78) | public int getCoreType() { method getDocks (line 85) | public int getDocks() { method KFDriveCoil (line 89) | @Deprecated(since = "0.51.0", forRemoval = true) method KFDriveCoil (line 94) | public KFDriveCoil(int tonnage, int coreType, int docks, Campaign c) { method clone (line 102) | @Override method updateConditionFromEntity (line 109) | @Override method getBaseTime (line 128) | @Override method getDifficulty (line 140) | @Override method updateConditionFromPart (line 149) | @Override method fix (line 156) | @Override method remove (line 172) | @Override method getMissingPart (line 194) | @Override method checkFixable (line 199) | @Override method needsFixing (line 208) | @Override method getStickerPrice (line 213) | @Override method getTonnage (line 230) | @Override method isSamePartType (line 235) | @Override method writeToXML (line 242) | @Override method loadFieldsFromXmlNode (line 250) | @Override method getDetails (line 268) | @Override method getDetails (line 273) | @Override method isRightTechType (line 284) | @Override method getLocationName (line 289) | @Override method getLocation (line 294) | @Override method getTechAdvancement (line 299) | @Override FILE: MekHQ/src/mekhq/campaign/parts/kfs/KFDriveController.java class KFDriveController (line 61) | public class KFDriveController extends Part { method getCoreType (line 78) | public int getCoreType() { method getDocks (line 85) | public int getDocks() { method KFDriveController (line 89) | @Deprecated(since = "0.51.0", forRemoval = true) method KFDriveController (line 94) | public KFDriveController(int tonnage, int coreType, int docks, Campaig... method clone (line 102) | @Override method updateConditionFromEntity (line 109) | @Override method getBaseTime (line 128) | @Override method getDifficulty (line 141) | @Override method updateConditionFromPart (line 147) | @Override method fix (line 154) | @Override method remove (line 170) | @Override method getMissingPart (line 199) | @Override method checkFixable (line 204) | @Override method needsFixing (line 209) | @Override method getStickerPrice (line 214) | @Override method getTonnage (line 231) | @Override method isSamePartType (line 236) | @Override method writeToXML (line 243) | @Override method loadFieldsFromXmlNode (line 251) | @Override method getDetails (line 269) | @Override method getDetails (line 274) | @Override method isRightTechType (line 285) | @Override method getLocationName (line 290) | @Override method getLocation (line 295) | @Override method getTechAdvancement (line 300) | @Override FILE: MekHQ/src/mekhq/campaign/parts/kfs/KFFieldInitiator.java class KFFieldInitiator (line 61) | public class KFFieldInitiator extends Part { method getCoreType (line 78) | public int getCoreType() { method getDocks (line 85) | public int getDocks() { method KFFieldInitiator (line 89) | @Deprecated(since = "0.51.0", forRemoval = true) method KFFieldInitiator (line 94) | public KFFieldInitiator(int tonnage, int coreType, int docks, Campaign... method clone (line 102) | @Override method updateConditionFromEntity (line 109) | @Override method getBaseTime (line 128) | @Override method getDifficulty (line 140) | @Override method updateConditionFromPart (line 149) | @Override method fix (line 156) | @Override method remove (line 172) | @Override method getMissingPart (line 201) | @Override method checkFixable (line 206) | @Override method needsFixing (line 211) | @Override method getStickerPrice (line 216) | @Override method getTonnage (line 233) | @Override method isSamePartType (line 238) | @Override method writeToXML (line 245) | @Override method loadFieldsFromXmlNode (line 253) | @Override method getDetails (line 271) | @Override method getDetails (line 276) | @Override method isRightTechType (line 287) | @Override method getLocationName (line 292) | @Override method getLocation (line 297) | @Override method getTechAdvancement (line 302) | @Override FILE: MekHQ/src/mekhq/campaign/parts/kfs/KFHeliumTank.java class KFHeliumTank (line 61) | public class KFHeliumTank extends Part { method getCoreType (line 78) | public int getCoreType() { method getDocks (line 85) | public int getDocks() { method KFHeliumTank (line 89) | @Deprecated(since = "0.51.0", forRemoval = true) method KFHeliumTank (line 94) | public KFHeliumTank(int tonnage, int coreType, int docks, Campaign c) { method clone (line 102) | @Override method updateConditionFromEntity (line 109) | @Override method getBaseTime (line 128) | @Override method getDifficulty (line 141) | @Override method updateConditionFromPart (line 150) | @Override method fix (line 157) | @Override method remove (line 174) | @Override method getMissingPart (line 203) | @Override method checkFixable (line 208) | @Override method needsFixing (line 213) | @Override method getStickerPrice (line 218) | @Override method getTonnage (line 235) | @Override method isSamePartType (line 240) | @Override method writeToXML (line 247) | @Override method loadFieldsFromXmlNode (line 255) | @Override method getDetails (line 273) | @Override method getDetails (line 278) | @Override method isRightTechType (line 289) | @Override method getLocationName (line 294) | @Override method getLocation (line 299) | @Override method getTechAdvancement (line 304) | @Override FILE: MekHQ/src/mekhq/campaign/parts/meks/MekActuator.java class MekActuator (line 62) | public class MekActuator extends Part { method MekActuator (line 79) | public MekActuator() { method clone (line 83) | @Override method getType (line 90) | public int getType() { method setLocation (line 94) | public void setLocation(int loc) { method MekActuator (line 98) | public MekActuator(int tonnage, int type, Campaign c) { method MekActuator (line 102) | public MekActuator(int tonnage, int type, int loc, Campaign c) { method getTonnage (line 111) | @Override method getStickerPrice (line 118) | @Override method isSamePartType (line 131) | @Override method getLocation (line 137) | @Override method writeToXML (line 142) | @Override method loadFieldsFromXmlNode (line 150) | @Override method fix (line 165) | @Override method getTechLevel (line 173) | @Override method getMissingPart (line 178) | @Override method remove (line 183) | @Override method updateConditionFromEntity (line 204) | @Override method getBaseTime (line 221) | @Override method getDifficulty (line 229) | @Override method needsFixing (line 237) | @Override method updateConditionFromPart (line 242) | @Override method checkFixable (line 253) | @Override method isMountedOnDestroyedLocation (line 270) | @Override method onBadHipOrShoulder (line 275) | @Override method isRightTechType (line 280) | @Override method isOmniPoddable (line 285) | @Override method isOmniPodded (line 290) | @Override method getLocationName (line 295) | @Override method getTechAdvancement (line 300) | @Override method getMRMSOptionType (line 305) | @Override FILE: MekHQ/src/mekhq/campaign/parts/meks/MekCockpit.java class MekCockpit (line 59) | public class MekCockpit extends Part { method MekCockpit (line 65) | @Deprecated(since = "0.51.0", forRemoval = true) method MekCockpit (line 70) | public MekCockpit(int tonnage, int t, boolean isClan, Campaign c) { method clone (line 77) | @Override method getTonnage (line 84) | @Override method getStickerPrice (line 107) | @Override method isSamePartType (line 128) | @Override method getType (line 133) | public int getType() { method writeToXML (line 137) | @Override method loadFieldsFromXmlNode (line 144) | @Override method fix (line 161) | @Override method getMissingPart (line 169) | @Override method remove (line 174) | @Override method updateConditionFromEntity (line 194) | @Override method getBaseTime (line 218) | @Override method getDifficulty (line 227) | @Override method needsFixing (line 236) | @Override method updateConditionFromPart (line 241) | @Override method checkFixable (line 252) | @Override method isMountedOnDestroyedLocation (line 273) | @Override method isRightTechType (line 287) | @Override method getLocationName (line 292) | @Override method getLocation (line 298) | @Override method getTechAdvancement (line 307) | @Override method getMRMSOptionType (line 312) | @Override FILE: MekHQ/src/mekhq/campaign/parts/meks/MekGyro.java class MekGyro (line 58) | public class MekGyro extends Part { method MekGyro (line 65) | public MekGyro() { method MekGyro (line 69) | public MekGyro(int tonnage, int type, int walkMP, boolean isClan, Camp... method MekGyro (line 73) | public MekGyro(int tonnage, int type, double gyroTonnage, boolean isCl... method clone (line 81) | @Override method getType (line 88) | public int getType() { method getGyroBaseTonnage (line 92) | public static int getGyroBaseTonnage(int walkMP, int unitTonnage) { method getGyroTonnage (line 96) | public static double getGyroTonnage(int walkMP, int gyroType, int unit... method getTonnage (line 109) | @Override method getStickerPrice (line 114) | @Override method isSamePartType (line 127) | @Override method writeToXML (line 133) | @Override method loadFieldsFromXmlNode (line 141) | @Override method fix (line 170) | @Override method getMissingPart (line 179) | @Override method remove (line 184) | @Override method updateConditionFromEntity (line 204) | @Override method getBaseTime (line 217) | @Override method getDifficulty (line 228) | @Override method needsFixing (line 239) | @Override method updateConditionFromPart (line 244) | @Override method checkFixable (line 255) | @Override method isRightTechType (line 266) | @Override method getLocationName (line 271) | @Override method getLocation (line 277) | @Override method getTechAdvancement (line 282) | @Override method getMRMSOptionType (line 287) | @Override FILE: MekHQ/src/mekhq/campaign/parts/meks/MekLifeSupport.java class MekLifeSupport (line 56) | public class MekLifeSupport extends Part { method MekLifeSupport (line 57) | public MekLifeSupport() { method MekLifeSupport (line 61) | public MekLifeSupport(int tonnage, Campaign c) { method clone (line 67) | @Override method getTonnage (line 74) | @Override method getStickerPrice (line 80) | @Override method isSamePartType (line 85) | @Override method writeToXML (line 90) | @Override method loadFieldsFromXmlNode (line 96) | @Override method fix (line 101) | @Override method getMissingPart (line 109) | @Override method remove (line 114) | @Override method updateConditionFromEntity (line 134) | @Override method getBaseTime (line 158) | @Override method getDifficulty (line 169) | @Override method needsFixing (line 180) | @Override method updateConditionFromPart (line 185) | @Override method checkFixable (line 196) | @Override method isMountedOnDestroyedLocation (line 213) | @Override method isRightTechType (line 228) | @Override method getLocationName (line 233) | @Override method getLocation (line 239) | @Override method getTechAdvancement (line 252) | @Override method isInLocation (line 257) | @Override method getMRMSOptionType (line 270) | @Override FILE: MekHQ/src/mekhq/campaign/parts/meks/MekLocation.java class MekLocation (line 79) | public class MekLocation extends Part { method MekLocation (line 95) | public MekLocation() { method clone (line 100) | @Override method getLoc (line 118) | public int getLoc() { method isTsm (line 122) | public boolean isTsm() { method getStructureType (line 126) | public int getStructureType() { method setClan (line 130) | public void setClan(boolean clan) { method MekLocation (line 134) | public MekLocation(int loc, int tonnage, int structureType, boolean cl... method getTonnage (line 191) | @Override method getStickerPrice (line 237) | @Override method isArm (line 256) | private boolean isArm() { method isLeg (line 260) | private boolean isLeg() { method forQuad (line 264) | public boolean forQuad() { method isSamePartType (line 268) | @Override method bothPartsHaveSensors (line 303) | @Deprecated(since = "0.51.0", forRemoval = true) method isSameStatus (line 314) | @Override method getPercent (line 319) | public double getPercent() { method setPercent (line 328) | public void setPercent(double percent) { method writeToXML (line 332) | @Override method loadFieldsFromXmlNode (line 347) | @Override method fix (line 380) | @Override method getMissingPart (line 427) | @Override method remove (line 432) | @Override method updateConditionFromEntity (line 470) | @Override method getBaseTime (line 483) | @Override method getRepairOrSalvageTime (line 523) | private int getRepairOrSalvageTime() { method getDifficulty (line 539) | @Override method getRepairOrSalvageDifficulty (line 577) | private int getRepairOrSalvageDifficulty() { method isBreached (line 596) | public boolean isBreached() { method setBreached (line 605) | public void setBreached(boolean breached) { method isBlownOff (line 612) | public boolean isBlownOff() { method setBlownOff (line 621) | public void setBlownOff(boolean blownOff) { method needsFixing (line 625) | @Override method getDetails (line 633) | @Override method getDetails (line 638) | @Override method updateConditionFromPart (line 681) | @Override method checkFixable (line 706) | @Override method checkSalvageable (line 736) | public @Nullable String checkSalvageable() { method isSalvaging (line 845) | @Override method checkScrappable (line 851) | @Override method getAllMods (line 923) | @Override method getDesc (line 934) | @Override method onBadHipOrShoulder (line 967) | @Override method isRightTechType (line 972) | @Override method hasSensors (line 977) | public boolean hasSensors() { method setSensors (line 981) | public void setSensors(boolean b) { method hasLifeSupport (line 985) | public boolean hasLifeSupport() { method setLifeSupport (line 989) | public void setLifeSupport(boolean b) { method removeHeadComponents (line 993) | private void removeHeadComponents() { method doMaintenanceDamage (line 1017) | @Override method getLocationName (line 1026) | @Override method getLocation (line 1032) | @Override method getTechAdvancement (line 1037) | @Override method getMRMSOptionType (line 1042) | @Override method getRepairPartType (line 1047) | @Override FILE: MekHQ/src/mekhq/campaign/parts/meks/MekSensor.java class MekSensor (line 57) | public class MekSensor extends Part { method MekSensor (line 58) | public MekSensor() { method MekSensor (line 62) | public MekSensor(int tonnage, Campaign c) { method clone (line 68) | @Override method getTonnage (line 75) | @Override method getStickerPrice (line 81) | @Override method isSamePartType (line 86) | @Override method getTechLevel (line 94) | @Override method writeToXML (line 99) | @Override method loadFieldsFromXmlNode (line 105) | @Override method fix (line 110) | @Override method getMissingPart (line 118) | @Override method remove (line 123) | @Override method updateConditionFromEntity (line 143) | @Override method getBaseTime (line 166) | @Override method getDifficulty (line 177) | @Override method needsFixing (line 188) | @Override method updateConditionFromPart (line 193) | @Override method checkFixable (line 204) | @Override method isMountedOnDestroyedLocation (line 226) | @Override method isRightTechType (line 240) | @Override method getLocationName (line 245) | @Override method getLocation (line 251) | @Override method getTechAdvancement (line 256) | @Override method isInLocation (line 261) | @Override method getMRMSOptionType (line 275) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingAeroHeatSink.java class MissingAeroHeatSink (line 48) | public class MissingAeroHeatSink extends MissingPart { method MissingAeroHeatSink (line 51) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingAeroHeatSink (line 56) | public MissingAeroHeatSink(int tonnage, int type, boolean omniPodded, ... method getBaseTime (line 68) | @Override method getDifficulty (line 73) | @Override method checkFixable (line 78) | @Override method getNewPart (line 83) | @Override method isAcceptableReplacement (line 88) | @Override method getTonnage (line 93) | @Override method updateConditionFromPart (line 98) | @Override method loadFieldsFromXmlNode (line 107) | @Override method getLocationName (line 112) | @Override method getLocation (line 120) | @Override method getTechAdvancement (line 128) | @Override method isOmniPoddable (line 139) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingAeroLifeSupport.java class MissingAeroLifeSupport (line 56) | public class MissingAeroLifeSupport extends MissingPart { method MissingAeroLifeSupport (line 60) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingAeroLifeSupport (line 65) | public MissingAeroLifeSupport(int tonnage, Money cost, boolean f, Camp... method getBaseTime (line 75) | @Override method getDifficulty (line 97) | @Override method checkFixable (line 107) | @Override method getNewPart (line 112) | @Override method isAcceptableReplacement (line 117) | @Override method getTonnage (line 123) | @Override method writeToXML (line 128) | @Override method loadFieldsFromXmlNode (line 136) | @Override method updateConditionFromPart (line 150) | @Override method getLocationName (line 158) | @Override method getLocation (line 166) | @Override method getTechAdvancement (line 174) | @Override method getMRMSOptionType (line 179) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingAeroSensor.java class MissingAeroSensor (line 55) | public class MissingAeroSensor extends MissingPart { method MissingAeroSensor (line 58) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingAeroSensor (line 63) | public MissingAeroSensor(int tonnage, boolean dropship, Campaign campa... method getBaseTime (line 69) | @Override method getDifficulty (line 78) | @Override method checkFixable (line 83) | @Override method getNewPart (line 88) | @Override method isAcceptableReplacement (line 93) | @Override method getTonnage (line 99) | @Override method writeToXML (line 104) | @Override method loadFieldsFromXmlNode (line 111) | @Override method updateConditionFromPart (line 123) | @Override method getLocationName (line 130) | @Override method getLocation (line 138) | @Override method getTechAdvancement (line 146) | @Override method getMRMSOptionType (line 151) | @Override method getAcquisitionName (line 162) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingAvionics.java class MissingAvionics (line 56) | public class MissingAvionics extends MissingPart { method MissingAvionics (line 57) | public MissingAvionics() { method MissingAvionics (line 61) | public MissingAvionics(int tonnage, Campaign c) { method getBaseTime (line 66) | @Override method getDifficulty (line 85) | @Override method checkFixable (line 90) | @Override method getNewPart (line 118) | @Override method isAcceptableReplacement (line 123) | @Override method getTonnage (line 128) | @Override method getTechRating (line 133) | @Override method updateConditionFromPart (line 139) | @Override method loadFieldsFromXmlNode (line 148) | @Override method getLocationName (line 153) | @Override method getLocation (line 161) | @Override method getTechAdvancement (line 169) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingBattleArmorSuit.java class MissingBattleArmorSuit (line 60) | public class MissingBattleArmorSuit extends MissingPart { method MissingBattleArmorSuit (line 78) | public MissingBattleArmorSuit() { method MissingBattleArmorSuit (line 82) | public MissingBattleArmorSuit(String ch, String m, int ton, int t, int... method getBaseTime (line 98) | @Override method getDifficulty (line 103) | @Override method updateConditionFromPart (line 108) | @Override method checkFixable (line 115) | @Override method isQuad (line 120) | @Deprecated(since = "0.51.0", forRemoval = true) method getWeightClass (line 125) | public int getWeightClass() { method getGroundMP (line 129) | @Deprecated(since = "0.51.0", forRemoval = true) method getJumpMP (line 134) | public int getJumpMP() { method getChassis (line 138) | public String getChassis() { method getModel (line 142) | public String getModel() { method isAcceptableReplacement (line 146) | @Override method getSuitBV (line 161) | public int getSuitBV() { method getWeaponTypeListHash (line 166) | public int getWeaponTypeListHash() { method getNewPart (line 171) | @Override method getAllMods (line 186) | @Override method getTonnage (line 191) | @Override method getTrooper (line 196) | public int getTrooper() { method writeToXML (line 200) | @Override method loadFieldsFromXmlNode (line 215) | @Override method fix (line 243) | @Override method getLocationName (line 296) | @Override method getLocation (line 302) | @Override method getDetails (line 307) | @Override method getDetails (line 312) | @Override method findReplacement (line 323) | @Override method getIntroductionDate (line 364) | @Override method getTechAdvancement (line 369) | @Override method refreshEntityDetailsCache (line 374) | private void refreshEntityDetailsCache() { FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingBayDoor.java class MissingBayDoor (line 51) | public class MissingBayDoor extends MissingPart { method MissingBayDoor (line 52) | public MissingBayDoor() { method MissingBayDoor (line 56) | public MissingBayDoor(int tonnage, Campaign c) { method getName (line 61) | @Override method getBaseTime (line 69) | @Override method updateConditionFromPart (line 74) | @Override method fix (line 79) | @Override method getLocation (line 100) | @Override method checkFixable (line 105) | @Override method getDifficulty (line 110) | @Override method isAcceptableReplacement (line 115) | @Override method getNewPart (line 120) | @Override method getTonnage (line 125) | @Override method loadFieldsFromXmlNode (line 130) | @Override method getLocationName (line 134) | @Override method getTechAdvancement (line 139) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingCIC.java class MissingCIC (line 52) | public class MissingCIC extends MissingPart { method MissingCIC (line 55) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingCIC (line 60) | public MissingCIC(int tonnage, Money cost, Campaign c) { method getBaseTime (line 66) | @Override method getDifficulty (line 81) | @Override method checkFixable (line 86) | @Override method getNewPart (line 91) | @Override method isAcceptableReplacement (line 96) | @Override method getTonnage (line 101) | @Override method updateConditionFromPart (line 106) | @Override method writeToXML (line 113) | @Override method loadFieldsFromXmlNode (line 120) | @Override method getLocationName (line 132) | @Override method getLocation (line 137) | @Override method getTechAdvancement (line 142) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingCubicle.java class MissingCubicle (line 52) | public class MissingCubicle extends MissingPart { method MissingCubicle (line 57) | public MissingCubicle() { method MissingCubicle (line 61) | public MissingCubicle(int tonnage, BayType bayType, Campaign c) { method getName (line 69) | @Override method getBaseTime (line 77) | @Override method updateConditionFromPart (line 82) | @Override method getLocation (line 87) | @Override method checkFixable (line 92) | @Override method getDifficulty (line 97) | @Override method fix (line 102) | @Override method isAcceptableReplacement (line 119) | @Override method getNewPart (line 124) | @Override method getTonnage (line 129) | @Override method loadFieldsFromXmlNode (line 134) | @Override method writeToXMLBegin (line 152) | @Override method getLocationName (line 159) | @Override method getTechAdvancement (line 164) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingDropshipDockingCollar.java class MissingDropshipDockingCollar (line 52) | public class MissingDropshipDockingCollar extends MissingPart { method MissingDropshipDockingCollar (line 56) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingDropshipDockingCollar (line 61) | public MissingDropshipDockingCollar(int tonnage, Campaign c, int colla... method getBaseTime (line 72) | @Override method getDifficulty (line 77) | @Override method updateConditionFromPart (line 82) | @Override method getNewPart (line 91) | @Override method checkFixable (line 96) | @Override method getTonnage (line 101) | @Override method writeToXML (line 106) | @Override method loadFieldsFromXmlNode (line 113) | @Override method isAcceptableReplacement (line 125) | @Override method getLocationName (line 131) | @Override method getLocation (line 137) | @Override method getTechAdvancement (line 142) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingEnginePart.java class MissingEnginePart (line 62) | public class MissingEnginePart extends MissingPart { method MissingEnginePart (line 68) | public MissingEnginePart() { method MissingEnginePart (line 72) | public MissingEnginePart(int tonnage, Engine e, Campaign c, boolean ho... method getBaseTime (line 82) | @Override method getDifficulty (line 87) | @Override method getEngine (line 92) | public Engine getEngine() { method getTonnage (line 96) | @Override method writeToXML (line 138) | @Override method loadFieldsFromXmlNode (line 148) | @Override method isAcceptableReplacement (line 175) | @Override method fixTankFlag (line 191) | public void fixTankFlag(boolean hover) { method fixClanFlag (line 201) | public void fixClanFlag() { method checkFixable (line 210) | @Override method getNewPart (line 224) | @Override method updateConditionFromPart (line 232) | @Override method getAcquisitionName (line 247) | @Override method getLocationName (line 252) | @Override method getLocation (line 258) | @Override method getTechAdvancement (line 263) | @Override method isInLocation (line 268) | @Override method getMRMSOptionType (line 291) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingFireControlSystem.java class MissingFireControlSystem (line 55) | public class MissingFireControlSystem extends MissingPart { method MissingFireControlSystem (line 58) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingFireControlSystem (line 63) | public MissingFireControlSystem(int tonnage, Money cost, Campaign c) { method getBaseTime (line 69) | @Override method getDifficulty (line 86) | @Override method checkFixable (line 91) | @Override method getNewPart (line 96) | @Override method isAcceptableReplacement (line 101) | @Override method getTonnage (line 106) | @Override method updateConditionFromPart (line 111) | @Override method writeToXML (line 118) | @Override method loadFieldsFromXmlNode (line 125) | @Override method getLocationName (line 137) | @Override method getLocation (line 143) | @Override method getTechAdvancement (line 148) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingGravDeck.java class MissingGravDeck (line 51) | public class MissingGravDeck extends MissingPart { method MissingGravDeck (line 55) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingGravDeck (line 60) | public MissingGravDeck(int tonnage, int deckNumber, Campaign c, int de... method getDeckNumber (line 74) | @Deprecated(since = "0.51.0", forRemoval = true) method getDeckType (line 79) | @Deprecated(since = "0.51.0", forRemoval = true) method getBaseTime (line 84) | @Override method getDifficulty (line 89) | @Override method updateConditionFromPart (line 94) | @Override method getNewPart (line 101) | @Override method checkFixable (line 106) | @Override method getTonnage (line 111) | @Override method writeToXML (line 123) | @Override method loadFieldsFromXmlNode (line 131) | @Override method isAcceptableReplacement (line 145) | @Override method getLocationName (line 151) | @Override method getLocation (line 156) | @Override method getTechAdvancement (line 161) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingInfantryArmorPart.java class MissingInfantryArmorPart (line 53) | public class MissingInfantryArmorPart extends MissingPart { method MissingInfantryArmorPart (line 64) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingInfantryArmorPart (line 69) | public MissingInfantryArmorPart(int tonnage, Campaign c, double diviso... method getBaseTime (line 82) | @Override method getDifficulty (line 87) | @Override method assignName (line 92) | private void assignName() { method updateConditionFromPart (line 109) | @Override method checkFixable (line 114) | @Override method getNewPart (line 119) | @Override method isAcceptableReplacement (line 125) | @Override method getTonnage (line 137) | @Override method writeToXML (line 142) | @Override method loadFieldsFromXmlNode (line 155) | @Override method getDamageDivisor (line 183) | @Deprecated(since = "0.51.0", forRemoval = true) method isDest (line 188) | public boolean isDest() { method isEncumbering (line 192) | @Deprecated(since = "0.51.0", forRemoval = true) method isSneakCamo (line 197) | public boolean isSneakCamo() { method isSneakECM (line 201) | public boolean isSneakECM() { method isSneakIR (line 205) | public boolean isSneakIR() { method isSpaceSuit (line 209) | public boolean isSpaceSuit() { method getLocationName (line 213) | @Override method getLocation (line 219) | @Override method getTechAdvancement (line 224) | @Override method getMRMSOptionType (line 229) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingInfantryMotiveType.java class MissingInfantryMotiveType (line 53) | public class MissingInfantryMotiveType extends MissingPart { method MissingInfantryMotiveType (line 56) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingInfantryMotiveType (line 61) | public MissingInfantryMotiveType(int tonnage, Campaign c, EntityMoveme... method getBaseTime (line 69) | @Override method getDifficulty (line 74) | @Override method assignName (line 79) | private void assignName() { method updateConditionFromPart (line 105) | @Override method checkFixable (line 110) | @Override method getNewPart (line 115) | @Override method isAcceptableReplacement (line 120) | @Override method getTonnage (line 125) | @Override method writeToXML (line 130) | @Override method loadFieldsFromXmlNode (line 137) | @Override method getLocationName (line 150) | @Override method getLocation (line 155) | @Override method getTechAdvancement (line 160) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingJumpshipDockingCollar.java class MissingJumpshipDockingCollar (line 52) | public class MissingJumpshipDockingCollar extends MissingPart { method MissingJumpshipDockingCollar (line 56) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingJumpshipDockingCollar (line 61) | public MissingJumpshipDockingCollar(int tonnage, int collarNumber, Cam... method getBaseTime (line 71) | @Override method getDifficulty (line 76) | @Override method updateConditionFromPart (line 81) | @Override method getNewPart (line 91) | @Override method checkFixable (line 96) | @Override method getTonnage (line 101) | @Override method writeToXML (line 106) | @Override method loadFieldsFromXmlNode (line 114) | @Override method isAcceptableReplacement (line 128) | @Override method getLocationName (line 134) | @Override method getLocation (line 139) | @Override method getTechAdvancement (line 144) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingKFBoom.java class MissingKFBoom (line 51) | public class MissingKFBoom extends MissingPart { method MissingKFBoom (line 54) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingKFBoom (line 59) | public MissingKFBoom(int tonnage, Campaign c, int boomType) { method getBaseTime (line 68) | @Override method getDifficulty (line 73) | @Override method updateConditionFromPart (line 78) | @Override method getNewPart (line 85) | @Override method checkFixable (line 90) | @Override method getTonnage (line 95) | @Override method writeToXML (line 100) | @Override method loadFieldsFromXmlNode (line 107) | @Override method isAcceptableReplacement (line 119) | @Override method getLocationName (line 125) | @Override method getLocation (line 130) | @Override method getTechAdvancement (line 135) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingKFChargingSystem.java class MissingKFChargingSystem (line 50) | public class MissingKFChargingSystem extends MissingPart { method getCoreType (line 54) | public int getCoreType() { method getDocks (line 61) | public int getDocks() { method MissingKFChargingSystem (line 65) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingKFChargingSystem (line 70) | public MissingKFChargingSystem(int tonnage, int coreType, int docks, C... method getBaseTime (line 78) | @Override method getDifficulty (line 83) | @Override method checkFixable (line 88) | @Override method getNewPart (line 93) | @Override method fix (line 98) | @Override method isAcceptableReplacement (line 121) | @Override method getTonnage (line 128) | @Override method updateConditionFromPart (line 133) | @Override method writeToXML (line 140) | @Override method loadFieldsFromXmlNode (line 148) | @Override method getLocationName (line 162) | @Override method getLocation (line 167) | @Override method getTechAdvancement (line 172) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingKFDriveCoil.java class MissingKFDriveCoil (line 50) | public class MissingKFDriveCoil extends MissingPart { method getCoreType (line 54) | public int getCoreType() { method getDocks (line 61) | public int getDocks() { method MissingKFDriveCoil (line 65) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingKFDriveCoil (line 70) | public MissingKFDriveCoil(int tonnage, int coreType, int docks, Campai... method getBaseTime (line 78) | @Override method getDifficulty (line 83) | @Override method checkFixable (line 88) | @Override method getNewPart (line 93) | @Override method fix (line 98) | @Override method isAcceptableReplacement (line 121) | @Override method getTonnage (line 128) | @Override method updateConditionFromPart (line 133) | @Override method writeToXML (line 140) | @Override method loadFieldsFromXmlNode (line 148) | @Override method getLocationName (line 162) | @Override method getLocation (line 167) | @Override method getTechAdvancement (line 172) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingKFDriveController.java class MissingKFDriveController (line 50) | public class MissingKFDriveController extends MissingPart { method getCoreType (line 54) | public int getCoreType() { method getDocks (line 61) | public int getDocks() { method MissingKFDriveController (line 65) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingKFDriveController (line 70) | public MissingKFDriveController(int tonnage, int coreType, int docks, ... method getBaseTime (line 78) | @Override method getDifficulty (line 83) | @Override method checkFixable (line 88) | @Override method getNewPart (line 93) | @Override method fix (line 98) | @Override method isAcceptableReplacement (line 121) | @Override method getTonnage (line 128) | @Override method updateConditionFromPart (line 133) | @Override method writeToXML (line 140) | @Override method loadFieldsFromXmlNode (line 148) | @Override method getLocationName (line 162) | @Override method getLocation (line 167) | @Override method getTechAdvancement (line 172) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingKFFieldInitiator.java class MissingKFFieldInitiator (line 52) | public class MissingKFFieldInitiator extends MissingPart { method getCoreType (line 56) | public int getCoreType() { method getDocks (line 63) | public int getDocks() { method MissingKFFieldInitiator (line 67) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingKFFieldInitiator (line 72) | public MissingKFFieldInitiator(int tonnage, int coreType, int docks, C... method getBaseTime (line 80) | @Override method getDifficulty (line 85) | @Override method checkFixable (line 90) | @Override method getNewPart (line 95) | @Override method fix (line 100) | @Override method isAcceptableReplacement (line 123) | @Override method getTonnage (line 130) | @Override method updateConditionFromPart (line 135) | @Override method writeToXML (line 142) | @Override method loadFieldsFromXmlNode (line 150) | @Override method getLocationName (line 164) | @Override method getLocation (line 169) | @Override method getTechAdvancement (line 174) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingKFHeliumTank.java class MissingKFHeliumTank (line 50) | public class MissingKFHeliumTank extends MissingPart { method getCoreType (line 54) | public int getCoreType() { method getDocks (line 61) | public int getDocks() { method MissingKFHeliumTank (line 65) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingKFHeliumTank (line 70) | public MissingKFHeliumTank(int tonnage, int coreType, int docks, Campa... method getBaseTime (line 78) | @Override method getDifficulty (line 84) | @Override method checkFixable (line 90) | @Override method getNewPart (line 95) | @Override method fix (line 100) | @Override method isAcceptableReplacement (line 124) | @Override method getTonnage (line 131) | @Override method updateConditionFromPart (line 136) | @Override method writeToXML (line 143) | @Override method loadFieldsFromXmlNode (line 151) | @Override method getLocationName (line 165) | @Override method getLocation (line 170) | @Override method getTechAdvancement (line 175) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingLFBattery.java class MissingLFBattery (line 50) | public class MissingLFBattery extends MissingPart { method getCoreType (line 54) | public int getCoreType() { method getDocks (line 61) | public int getDocks() { method MissingLFBattery (line 65) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingLFBattery (line 70) | public MissingLFBattery(int tonnage, int coreType, int docks, Campaign... method getBaseTime (line 77) | @Override method getDifficulty (line 82) | @Override method checkFixable (line 87) | @Override method getNewPart (line 92) | @Override method fix (line 97) | @Override method isAcceptableReplacement (line 120) | @Override method getTonnage (line 127) | @Override method updateConditionFromPart (line 132) | @Override method writeToXML (line 139) | @Override method loadFieldsFromXmlNode (line 147) | @Override method getLocationName (line 161) | @Override method getLocation (line 167) | @Override method getTechAdvancement (line 172) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingLandingGear.java class MissingLandingGear (line 56) | public class MissingLandingGear extends MissingPart { method MissingLandingGear (line 57) | public MissingLandingGear() { method MissingLandingGear (line 61) | public MissingLandingGear(int tonnage, Campaign c) { method getBaseTime (line 66) | @Override method getDifficulty (line 81) | @Override method checkFixable (line 86) | @Override method getNewPart (line 113) | @Override method isAcceptableReplacement (line 118) | @Override method getTonnage (line 123) | @Override method getTechRating (line 128) | @Override method updateConditionFromPart (line 134) | @Override method loadFieldsFromXmlNode (line 143) | @Override method getLocationName (line 148) | @Override method getLocation (line 156) | @Override method getTechAdvancement (line 164) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingMekActuator.java class MissingMekActuator (line 55) | public class MissingMekActuator extends MissingPart { method MissingMekActuator (line 61) | public MissingMekActuator() { method getType (line 65) | public int getType() { method MissingMekActuator (line 69) | public MissingMekActuator(int tonnage, int type, Campaign c) { method MissingMekActuator (line 73) | public MissingMekActuator(int tonnage, int type, int loc, Campaign c) { method getBaseTime (line 82) | @Override method getDifficulty (line 87) | @Override method getTonnage (line 92) | @Override method getLocation (line 99) | @Override method writeToXML (line 104) | @Override method loadFieldsFromXmlNode (line 112) | @Override method fix (line 131) | @Override method isAcceptableReplacement (line 146) | @Override method checkFixable (line 154) | @Override method onBadHipOrShoulder (line 168) | @Override method getNewPart (line 173) | @Override method updateConditionFromPart (line 178) | @Override method isOmniPoddable (line 185) | @Override method isOmniPodded (line 190) | @Override method getLocationName (line 195) | @Override method getTechAdvancement (line 200) | @Override method getMRMSOptionType (line 205) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingMekCockpit.java class MissingMekCockpit (line 54) | public class MissingMekCockpit extends MissingPart { method MissingMekCockpit (line 60) | public MissingMekCockpit() { method MissingMekCockpit (line 64) | public MissingMekCockpit(int tonnage, int t, boolean isClan, Campaign ... method getBaseTime (line 71) | @Override method getDifficulty (line 76) | @Override method getTonnage (line 81) | @Override method writeToXML (line 104) | @Override method loadFieldsFromXmlNode (line 111) | @Override method isAcceptableReplacement (line 128) | @Override method getType (line 133) | public int getType() { method isClan (line 137) | @Override method checkFixable (line 142) | @Override method getNewPart (line 159) | @Override method updateConditionFromPart (line 164) | @Override method getLocationName (line 171) | @Override method getLocation (line 176) | @Override method getTechAdvancement (line 185) | @Override method getMRMSOptionType (line 190) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingMekGyro.java class MissingMekGyro (line 55) | public class MissingMekGyro extends MissingPart { method MissingMekGyro (line 62) | public MissingMekGyro() { method MissingMekGyro (line 66) | public MissingMekGyro(int tonnage, int type, double gyroTonnage, boole... method getBaseTime (line 74) | @Override method getDifficulty (line 79) | @Override method getType (line 84) | public int getType() { method getTonnage (line 88) | @Override method writeToXML (line 93) | @Override method loadFieldsFromXmlNode (line 101) | @Override method getTechRating (line 128) | @Override method isAcceptableReplacement (line 136) | @Override method checkFixable (line 144) | @Override method getNewPart (line 155) | @Override method updateConditionFromPart (line 160) | @Override method getLocationName (line 167) | @Override method getLocation (line 173) | @Override method getTechAdvancement (line 178) | @Override method getMRMSOptionType (line 183) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingMekLifeSupport.java class MissingMekLifeSupport (line 50) | public class MissingMekLifeSupport extends MissingPart { method MissingMekLifeSupport (line 51) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingMekLifeSupport (line 56) | public MissingMekLifeSupport(int tonnage, Campaign c) { method getBaseTime (line 61) | @Override method getDifficulty (line 66) | @Override method getTonnage (line 71) | @Override method loadFieldsFromXmlNode (line 77) | @Override method isAcceptableReplacement (line 82) | @Override method checkFixable (line 87) | @Override method getNewPart (line 104) | @Override method updateConditionFromPart (line 109) | @Override method getLocationName (line 116) | @Override method getLocation (line 122) | @Override method getTechAdvancement (line 135) | @Override method isInLocation (line 140) | @Override method getMRMSOptionType (line 153) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingMekLocation.java class MissingMekLocation (line 62) | public class MissingMekLocation extends MissingPart { method MissingMekLocation (line 72) | public MissingMekLocation() { method isTsm (line 76) | public boolean isTsm() { method getStructureType (line 80) | public int getStructureType() { method setClan (line 84) | public void setClan(boolean clan) { method MissingMekLocation (line 88) | public MissingMekLocation(int loc, int tonnage, int structureType, boo... method getBaseTime (line 142) | @Override method getDifficulty (line 147) | @Override method getTonnage (line 152) | @Override method writeToXML (line 158) | @Override method loadFieldsFromXmlNode (line 170) | @Override method isArm (line 197) | private boolean isArm() { method forQuad (line 201) | public boolean forQuad() { method isAcceptableReplacement (line 205) | @Override method checkFixable (line 222) | @Override method getNewPart (line 322) | @Override method updateConditionFromPart (line 336) | @Override method fix (line 343) | @Override method updateHeadComponents (line 372) | private void updateHeadComponents(MekLocation part) { method getLocationName (line 412) | @Override method getLocation (line 417) | @Override method getTechAdvancement (line 422) | @Override method getMRMSOptionType (line 427) | @Override method getRepairPartType (line 432) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingMekSensor.java class MissingMekSensor (line 50) | public class MissingMekSensor extends MissingPart { method MissingMekSensor (line 51) | public MissingMekSensor() { method MissingMekSensor (line 55) | public MissingMekSensor(int tonnage, Campaign c) { method getBaseTime (line 61) | @Override method getDifficulty (line 66) | @Override method getTonnage (line 71) | @Override method loadFieldsFromXmlNode (line 77) | @Override method isAcceptableReplacement (line 82) | @Override method checkFixable (line 87) | @Override method getNewPart (line 104) | @Override method updateConditionFromPart (line 109) | @Override method getLocationName (line 116) | @Override method getLocation (line 121) | @Override method getTechAdvancement (line 134) | @Override method isInLocation (line 139) | @Override method getMRMSOptionType (line 151) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingOmniPod.java class MissingOmniPod (line 66) | public class MissingOmniPod extends MissingPart { method MissingOmniPod (line 72) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingOmniPod (line 81) | public MissingOmniPod(Part partType, Campaign c) { method setCampaign (line 86) | @Override method getPartType (line 95) | public Part getPartType() { method getTechBase (line 102) | @Override method writeToXML (line 114) | @Override method loadFieldsFromXmlNode (line 136) | @Override method getNewPart (line 198) | @Override method getTechRating (line 204) | @Override method getTechAdvancement (line 209) | @Override method getBaseTime (line 214) | @Override method updateConditionFromPart (line 219) | @Override method getLocation (line 224) | @Override method checkFixable (line 229) | @Override method getDifficulty (line 234) | @Override method isAcceptableReplacement (line 239) | @Override method getTonnage (line 244) | @Override method getLocationName (line 249) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingPart.java class MissingPart (line 67) | public abstract class MissingPart extends Part implements IAcquisitionWo... method MissingPart (line 68) | public MissingPart(int tonnage, Campaign c) { method MissingPart (line 72) | public MissingPart(int tonnage, boolean isOmniPodded, Campaign c) { method clone (line 76) | @Override method getStickerPrice (line 82) | @Override method getBuyCost (line 88) | @Override method isSalvaging (line 93) | @Override method getStatus (line 98) | @Override method isSamePartType (line 103) | @Override method getDesc (line 109) | @Override method succeed (line 138) | @Override method fix (line 145) | @Override method remove (line 165) | @Override method isAcceptableReplacement (line 184) | public abstract boolean isAcceptableReplacement(Part part, boolean ref... method findReplacement (line 186) | public Part findReplacement(boolean refit) { method isAvailableAsReplacement (line 216) | public static boolean isAvailableAsReplacement(Part part) { method isReplacementAvailable (line 224) | public boolean isReplacementAvailable() { method getDetails (line 228) | @Override method getDetails (line 233) | @Override method needsFixing (line 264) | @Override method getMissingPart (line 273) | @Override method updateConditionFromEntity (line 279) | @Override method fail (line 284) | @Override method canChangeWorkMode (line 305) | @Override method getAllAcquisitionMods (line 310) | @Override method getAcquisitionDesc (line 342) | @Override method getAcquisitionDisplayName (line 364) | @Override method getAcquisitionExtraDesc (line 369) | @Override method getAcquisitionBonus (line 374) | @Override method getAcquisitionPart (line 384) | @Override method find (line 389) | @Override method getNewEquipment (line 411) | @Override method getNewPart (line 416) | public abstract Part getNewPart(); method failToFind (line 418) | @Override method writeToXML (line 425) | @Override method checkScrappable (line 431) | @Override method scrap (line 439) | @Override method getAcquisitionName (line 452) | @Override method getTechLevel (line 465) | @Override method reservePart (line 470) | @Override method cancelReservation (line 492) | @Override method needsMaintenance (line 509) | @Override method isIntroducedBy (line 514) | @Override method isExtinctIn (line 519) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingProtoMekArmActuator.java class MissingProtoMekArmActuator (line 55) | public class MissingProtoMekArmActuator extends MissingPart { method MissingProtoMekArmActuator (line 60) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingProtoMekArmActuator (line 65) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingProtoMekArmActuator (line 70) | public MissingProtoMekArmActuator(int tonnage, int loc, Campaign c) { method getBaseTime (line 77) | @Override method getDifficulty (line 82) | @Override method setLocation (line 87) | public void setLocation(int loc) { method getTonnage (line 91) | @Override method getLocation (line 98) | @Override method writeToXML (line 103) | @Override method loadFieldsFromXmlNode (line 110) | @Override method updateConditionFromPart (line 127) | @Override method checkFixable (line 134) | @Override method fix (line 148) | @Override method isAcceptableReplacement (line 163) | @Override method getNewPart (line 169) | @Override method getLocationName (line 174) | @Override method getTechAdvancement (line 179) | @Override method getMRMSOptionType (line 184) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingProtoMekJumpJet.java class MissingProtoMekJumpJet (line 50) | public class MissingProtoMekJumpJet extends MissingPart { method MissingProtoMekJumpJet (line 51) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingProtoMekJumpJet (line 56) | public MissingProtoMekJumpJet(int tonnage, Campaign c) { method getBaseTime (line 61) | @Override method getDifficulty (line 66) | @Override method getTonnage (line 71) | @Override method loadFieldsFromXmlNode (line 80) | @Override method updateConditionFromPart (line 85) | @Override method checkFixable (line 99) | @Override method fix (line 113) | @Override method isAcceptableReplacement (line 127) | @Override method getNewPart (line 132) | @Override method getOtherDamagedJumpJets (line 137) | private int getOtherDamagedJumpJets() { method getLocationName (line 153) | @Override method getLocation (line 159) | @Override method getTechAdvancement (line 164) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingProtoMekLegActuator.java class MissingProtoMekLegActuator (line 50) | public class MissingProtoMekLegActuator extends MissingPart { method MissingProtoMekLegActuator (line 51) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingProtoMekLegActuator (line 56) | public MissingProtoMekLegActuator(int tonnage, Campaign c) { method getBaseTime (line 61) | @Override method getDifficulty (line 66) | @Override method getTonnage (line 71) | @Override method loadFieldsFromXmlNode (line 78) | @Override method updateConditionFromPart (line 83) | @Override method checkFixable (line 90) | @Override method fix (line 104) | @Override method isAcceptableReplacement (line 118) | @Override method getNewPart (line 124) | @Override method getLocationName (line 129) | @Override method getLocation (line 134) | @Override method getTechAdvancement (line 139) | @Override method getMRMSOptionType (line 144) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingProtoMekLocation.java class MissingProtoMekLocation (line 55) | public class MissingProtoMekLocation extends MissingPart { method MissingProtoMekLocation (line 62) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingProtoMekLocation (line 68) | public MissingProtoMekLocation(int loc, int tonnage, int structureType... method getBaseTime (line 109) | @Override method getDifficulty (line 114) | @Override method getLoc (line 119) | public int getLoc() { method hasBooster (line 123) | @Deprecated(since = "0.51.0", forRemoval = true) method getStructureType (line 128) | public int getStructureType() { method getTonnage (line 132) | @Override method writeToXML (line 138) | @Override method loadFieldsFromXmlNode (line 149) | @Override method forQuad (line 170) | @Deprecated(since = "0.51.0", forRemoval = true) method isAcceptableReplacement (line 175) | @Override method isLeg (line 191) | private boolean isLeg() { method checkFixable (line 195) | @Override method getNewPart (line 214) | @Override method getAppropriateSystemIndex (line 219) | private int getAppropriateSystemIndex() { method updateConditionFromPart (line 229) | @Override method getLocationName (line 239) | @Override method getLocation (line 244) | @Override method getTechAdvancement (line 249) | @Override method getMRMSOptionType (line 254) | @Override method getRepairPartType (line 259) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingProtoMekSensor.java class MissingProtoMekSensor (line 50) | public class MissingProtoMekSensor extends MissingPart { method MissingProtoMekSensor (line 51) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingProtoMekSensor (line 56) | public MissingProtoMekSensor(int tonnage, Campaign c) { method getBaseTime (line 61) | @Override method getDifficulty (line 66) | @Override method getTonnage (line 71) | @Override method loadFieldsFromXmlNode (line 78) | @Override method updateConditionFromPart (line 83) | @Override method checkFixable (line 90) | @Override method fix (line 104) | @Override method isAcceptableReplacement (line 118) | @Override method getNewPart (line 124) | @Override method getLocationName (line 129) | @Override method getLocation (line 134) | @Override method getTechAdvancement (line 139) | @Override method getMRMSOptionType (line 144) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingQuadVeeGear.java class MissingQuadVeeGear (line 49) | public class MissingQuadVeeGear extends MissingPart { method MissingQuadVeeGear (line 50) | public MissingQuadVeeGear(int tonnage, Campaign c) { method getBaseTime (line 54) | @Override method updateConditionFromPart (line 59) | @Override method getLocation (line 66) | @Override method checkFixable (line 71) | @Override method getDifficulty (line 85) | @Override method isAcceptableReplacement (line 90) | @Override method getNewPart (line 95) | @Override method getTonnage (line 100) | @Override method getTechAdvancement (line 105) | @Override method loadFieldsFromXmlNode (line 110) | @Override method getAcquisitionName (line 115) | @Override method getLocationName (line 120) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingRotor.java class MissingRotor (line 51) | public class MissingRotor extends MissingPart { method MissingRotor (line 52) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingRotor (line 57) | public MissingRotor(int tonnage, Campaign c) { method getBaseTime (line 62) | @Override method getDifficulty (line 67) | @Override method loadFieldsFromXmlNode (line 72) | @Override method getTechRating (line 77) | @Override method isAcceptableReplacement (line 82) | @Override method checkFixable (line 87) | @Override method getNewPart (line 92) | @Override method getTonnage (line 98) | @Override method fix (line 104) | @Override method updateConditionFromPart (line 114) | @Override method getLocationName (line 121) | @Override method getLocation (line 127) | @Override method getTechAdvancement (line 132) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingSVEngine.java class MissingSVEngine (line 56) | public class MissingSVEngine extends MissingPart { method MissingSVEngine (line 68) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingSVEngine (line 83) | public MissingSVEngine(int unitTonnage, double engineTonnage, int etyp... method getEngineTonnage (line 99) | @Deprecated(since = "0.51.0", forRemoval = true) method getEType (line 107) | @Deprecated(since = "0.51.0", forRemoval = true) method getTechRating (line 112) | @Override method getFuelType (line 122) | @Deprecated(since = "0.51.0", forRemoval = true) method getBaseTime (line 127) | @Override method getDifficulty (line 132) | @Override method getTonnage (line 137) | @Override method writeToXML (line 147) | @Override method loadFieldsFromXmlNode (line 159) | @Override method isAcceptableReplacement (line 181) | @Override method checkFixable (line 190) | @Override method getNewPart (line 196) | @Override method updateConditionFromPart (line 202) | @Override method getAcquisitionName (line 213) | @Override method getLocationName (line 218) | @Override method getLocation (line 223) | @Override method getTechAdvancement (line 228) | @Override method isInLocation (line 233) | @Override method getMRMSOptionType (line 238) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingSpacecraftEngine.java class MissingSpacecraftEngine (line 56) | public class MissingSpacecraftEngine extends MissingPart { method MissingSpacecraftEngine (line 60) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingSpacecraftEngine (line 65) | public MissingSpacecraftEngine(int tonnage, double eTonnage, Campaign ... method getBaseTime (line 72) | @Override method getDifficulty (line 82) | @Override method getTonnage (line 87) | @Override method isAcceptableReplacement (line 92) | @Override method getTechLevel (line 99) | @Override method writeToXML (line 108) | @Override method loadFieldsFromXmlNode (line 116) | @Override method getNewPart (line 131) | @Override method updateConditionFromPart (line 136) | @Override method checkFixable (line 145) | @Override method getLocationName (line 150) | @Override method getLocation (line 156) | @Override method getTechAdvancement (line 161) | @Override method getMRMSOptionType (line 166) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingThrusters.java class MissingThrusters (line 52) | public class MissingThrusters extends MissingPart { method MissingThrusters (line 55) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingThrusters (line 60) | public MissingThrusters(int tonnage, Campaign c) { method MissingThrusters (line 64) | public MissingThrusters(int tonnage, Campaign c, boolean left) { method getBaseTime (line 70) | @Override method getDifficulty (line 75) | @Override method checkFixable (line 80) | @Override method getNewPart (line 85) | @Override method isAcceptableReplacement (line 90) | @Override method fix (line 95) | @Override method getTonnage (line 110) | @Override method updateConditionFromPart (line 115) | @Override method writeToXML (line 126) | @Override method loadFieldsFromXmlNode (line 133) | @Override method isLeftThrusters (line 146) | public boolean isLeftThrusters() { method setLeftThrusters (line 150) | public void setLeftThrusters(boolean b) { method getLocationName (line 154) | @Override method getLocation (line 160) | @Override method getTechAdvancement (line 165) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingTurret.java class MissingTurret (line 56) | public class MissingTurret extends MissingPart { method MissingTurret (line 61) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingTurret (line 66) | public MissingTurret(int tonnage, double weight, Campaign c) { method getBaseTime (line 72) | @Override method getDifficulty (line 77) | @Override method writeToXML (line 82) | @Override method loadFieldsFromXmlNode (line 89) | @Override method isAcceptableReplacement (line 106) | @Override method checkFixable (line 113) | @Override method getNewPart (line 118) | @Override method getTonnage (line 124) | @Override method updateConditionFromPart (line 130) | @Override method getLocationName (line 137) | @Override method getLocation (line 143) | @Override method getTechAdvancement (line 148) | @Override method getMRMSOptionType (line 153) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingVeeSensor.java class MissingVeeSensor (line 50) | public class MissingVeeSensor extends MissingPart { method MissingVeeSensor (line 51) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingVeeSensor (line 56) | public MissingVeeSensor(int tonnage, Campaign c) { method getBaseTime (line 61) | @Override method getDifficulty (line 66) | @Override method checkFixable (line 71) | @Override method getNewPart (line 76) | @Override method isAcceptableReplacement (line 81) | @Override method getTonnage (line 86) | @Override method updateConditionFromPart (line 91) | @Override method loadFieldsFromXmlNode (line 98) | @Override method getLocationName (line 103) | @Override method getLocation (line 109) | @Override method getTechAdvancement (line 114) | @Override method getMRMSOptionType (line 119) | @Override FILE: MekHQ/src/mekhq/campaign/parts/missing/MissingVeeStabilizer.java class MissingVeeStabilizer (line 53) | public class MissingVeeStabilizer extends MissingPart { method MissingVeeStabilizer (line 58) | @Deprecated(since = "0.51.0", forRemoval = true) method MissingVeeStabilizer (line 63) | public MissingVeeStabilizer(int tonnage, int loc, Campaign c) { method getBaseTime (line 69) | @Override method getDifficulty (line 74) | @Override method checkFixable (line 79) | @Override method getNewPart (line 84) | @Override method isAcceptableReplacement (line 89) | @Override method getTonnage (line 94) | @Override method writeToXML (line 99) | @Override method loadFieldsFromXmlNode (line 106) | @Override method fix (line 123) | @Override method getLocation (line 138) | @Override method updateConditionFromPart (line 143) | @Override method getLocationName (line 150) | @Override method getTechAdvancement (line 155) | @Override FILE: MekHQ/src/mekhq/campaign/parts/protomeks/ProtoMekArmActuator.java class ProtoMekArmActuator (line 60) | public class ProtoMekArmActuator extends Part { method ProtoMekArmActuator (line 65) | @Deprecated(since = "0.51.0", forRemoval = true) method clone (line 70) | @Override method ProtoMekArmActuator (line 77) | public ProtoMekArmActuator(int tonnage, Campaign c) { method ProtoMekArmActuator (line 81) | public ProtoMekArmActuator(int tonnage, int loc, Campaign c) { method setLocation (line 88) | public void setLocation(int loc) { method getTonnage (line 92) | @Override method getStickerPrice (line 99) | @Override method isSamePartType (line 104) | @Override method getLocation (line 110) | @Override method writeToXML (line 115) | @Override method loadFieldsFromXmlNode (line 122) | @Override method fix (line 139) | @Override method getTechBase (line 147) | @Override method getTechLevel (line 152) | @Override method getMissingPart (line 157) | @Override method remove (line 162) | @Override method updateConditionFromEntity (line 184) | @Override method getBaseTime (line 198) | @Override method getDifficulty (line 211) | @Override method needsFixing (line 224) | @Override method getDetails (line 229) | @Override method getDetails (line 234) | @Override method updateConditionFromPart (line 242) | @Override method checkFixable (line 253) | @Override method isMountedOnDestroyedLocation (line 270) | @Override method isPartForEquipmentNum (line 275) | @Override method isRightTechType (line 280) | @Override method getLocationName (line 285) | @Override method getTechAdvancement (line 290) | @Override method getMRMSOptionType (line 295) | @Override FILE: MekHQ/src/mekhq/campaign/parts/protomeks/ProtoMekArmor.java class ProtoMekArmor (line 52) | public class ProtoMekArmor extends Armor { method ProtoMekArmor (line 53) | public ProtoMekArmor() { method ProtoMekArmor (line 57) | public ProtoMekArmor(int tonnage, int type, int points, int loc, boole... method getName (line 62) | @Override method clone (line 67) | @Override method getTonnage (line 74) | @Override method getActualValue (line 79) | @Override method getTonnageNeeded (line 85) | @Override method getValueNeeded (line 90) | @Override method getStickerPrice (line 96) | @Override method getBuyCost (line 103) | @Override method isSamePartType (line 108) | @Override method isClanTechBase (line 115) | @Override method getArmorWeight (line 120) | @Override method getAcquisitionWork (line 125) | @Override method getArmorPointsPerTon (line 131) | @Override method getNewPart (line 136) | @Override method getAmountAvailable (line 142) | @Override method getTechAdvancement (line 150) | @Override method changeAmountAvailableSingle (line 163) | @Override method isSameProtoMekArmor (line 193) | private boolean isSameProtoMekArmor(Part part) { FILE: MekHQ/src/mekhq/campaign/parts/protomeks/ProtoMekJumpJet.java class ProtoMekJumpJet (line 61) | public class ProtoMekJumpJet extends Part { method ProtoMekJumpJet (line 74) | @Deprecated(since = "0.51.0", forRemoval = true) method clone (line 79) | @Override method ProtoMekJumpJet (line 86) | public ProtoMekJumpJet(int tonnage, Campaign c) { method getTonnage (line 92) | @Override method getStickerPrice (line 103) | @Override method isSamePartType (line 108) | @Override method writeToXML (line 114) | @Override method fix (line 120) | @Override method getTechBase (line 138) | @Override method getTechLevel (line 143) | @Override method getMissingPart (line 148) | @Override method remove (line 153) | @Override method updateConditionFromEntity (line 178) | @Override method getBaseTime (line 206) | @Override method getDifficulty (line 214) | @Override method needsFixing (line 219) | @Override method getDetails (line 224) | @Override method getDetails (line 229) | @Override method updateConditionFromPart (line 237) | @Override method checkFixable (line 253) | @Override method isMountedOnDestroyedLocation (line 270) | @Override method isPartForEquipmentNum (line 275) | @Override method isRightTechType (line 280) | @Override method loadFieldsFromXmlNode (line 285) | @Override method getOtherDamagedJumpJets (line 291) | private int getOtherDamagedJumpJets() { method getLocationName (line 307) | @Override method getLocation (line 312) | @Override method getTechAdvancement (line 317) | @Override FILE: MekHQ/src/mekhq/campaign/parts/protomeks/ProtoMekLegActuator.java class ProtoMekLegActuator (line 57) | public class ProtoMekLegActuator extends Part { method ProtoMekLegActuator (line 58) | @Deprecated(since = "0.51.0", forRemoval = true) method clone (line 63) | @Override method ProtoMekLegActuator (line 71) | public ProtoMekLegActuator(int tonnage, Campaign c) { method getTonnage (line 77) | @Override method getStickerPrice (line 84) | @Override method isSamePartType (line 89) | @Override method writeToXML (line 95) | @Override method fix (line 101) | @Override method getTechBase (line 109) | @Override method getTechLevel (line 114) | @Override method getMissingPart (line 119) | @Override method remove (line 124) | @Override method updateConditionFromEntity (line 145) | @Override method getBaseTime (line 159) | @Override method getDifficulty (line 172) | @Override method needsFixing (line 185) | @Override method getDetails (line 190) | @Override method getDetails (line 195) | @Override method updateConditionFromPart (line 203) | @Override method checkFixable (line 214) | @Override method isMountedOnDestroyedLocation (line 231) | @Override method isPartForEquipmentNum (line 236) | @Override method isRightTechType (line 241) | @Override method loadFieldsFromXmlNode (line 246) | @Override method getLocationName (line 251) | @Override method getLocation (line 256) | @Override method getTechAdvancement (line 261) | @Override method getMRMSOptionType (line 266) | @Override FILE: MekHQ/src/mekhq/campaign/parts/protomeks/ProtoMekLocation.java class ProtoMekLocation (line 70) | public class ProtoMekLocation extends Part { method ProtoMekLocation (line 94) | public ProtoMekLocation() { method ProtoMekLocation (line 98) | public ProtoMekLocation(int loc, int tonnage, int structureType, boole... method clone (line 136) | @Override method getLoc (line 146) | public int getLoc() { method hasBooster (line 150) | public boolean hasBooster() { method getStructureType (line 154) | public int getStructureType() { method getTonnage (line 158) | @Override method getStickerPrice (line 163) | @Override method forQuad (line 188) | public boolean forQuad() { method isSamePartType (line 192) | @Override method isLegs (line 202) | private boolean isLegs() { method isSameStatus (line 206) | @Override method getPercent (line 211) | public double getPercent() { method writeToXML (line 215) | @Override method loadFieldsFromXmlNode (line 227) | @Override method fix (line 254) | @Override method getMissingPart (line 299) | @Override method remove (line 304) | @Override method updateConditionFromEntity (line 352) | @Override method getBaseTime (line 365) | @Override method getDifficulty (line 389) | @Override method isBreached (line 413) | public boolean isBreached() { method isBlownOff (line 417) | public boolean isBlownOff() { method needsFixing (line 421) | @Override method getDetails (line 426) | @Override method getDetails (line 431) | @Override method getAppropriateSystemIndex (line 454) | private int getAppropriateSystemIndex() { method updateConditionFromPart (line 464) | @Override method checkFixable (line 490) | @Override method isSalvaging (line 541) | @Override method checkScrappable (line 547) | @Override method getAllMods (line 598) | @Override method getDesc (line 609) | @Override method isRightTechType (line 641) | @Override method doMaintenanceDamage (line 646) | @Override method getLocationName (line 654) | @Override method getLocation (line 659) | @Override method getTechAdvancement (line 664) | @Override method getMRMSOptionType (line 669) | @Override method getRepairPartType (line 674) | @Override FILE: MekHQ/src/mekhq/campaign/parts/protomeks/ProtoMekSensor.java class ProtoMekSensor (line 57) | public class ProtoMekSensor extends Part { method ProtoMekSensor (line 58) | @Deprecated(since = "0.51.0", forRemoval = true) method clone (line 63) | @Override method ProtoMekSensor (line 70) | public ProtoMekSensor(int tonnage, Campaign c) { method getTonnage (line 76) | @Override method getStickerPrice (line 83) | @Override method isSamePartType (line 88) | @Override method writeToXML (line 94) | @Override method fix (line 100) | @Override method getTechBase (line 108) | @Override method getTechLevel (line 113) | @Override method getMissingPart (line 118) | @Override method remove (line 123) | @Override method updateConditionFromEntity (line 144) | @Override method getBaseTime (line 160) | @Override method getDifficulty (line 173) | @Override method needsFixing (line 186) | @Override method getDetails (line 191) | @Override method getDetails (line 196) | @Override method updateConditionFromPart (line 204) | @Override method checkFixable (line 215) | @Override method isMountedOnDestroyedLocation (line 232) | @Override method isPartForEquipmentNum (line 237) | @Override method isRightTechType (line 242) | @Override method loadFieldsFromXmlNode (line 247) | @Override method getLocationName (line 252) | @Override method getLocation (line 257) | @Override method getTechAdvancement (line 262) | @Override method getMRMSOptionType (line 268) | @Override FILE: MekHQ/src/mekhq/campaign/parts/utilities/BattleArmorSuitUtility.java class BattleArmorSuitUtility (line 60) | public class BattleArmorSuitUtility { method BattleArmorSuitUtility (line 68) | public BattleArmorSuitUtility(String chassis, String model) { method hasEntity (line 80) | public boolean hasEntity() { method getBattleArmorSuitBV (line 89) | public int getBattleArmorSuitBV() { method getWeaponTypeListHash (line 100) | public int getWeaponTypeListHash() { method getWeaponTypeListHash (line 104) | private static int getWeaponTypeListHash(Entity entity) { method getBattleArmorSuitBV (line 110) | private static int getBattleArmorSuitBV(Entity entity) { method getEntity (line 124) | private static Entity getEntity(String chassis, @Nullable String model) { FILE: MekHQ/src/mekhq/campaign/personnel/Award.java class Award (line 53) | @XmlRootElement(name = "award") method Award (line 101) | public Award() { method Award (line 105) | public Award(String name, String set, String description, String group... method writeToXML (line 132) | public void writeToXML(final PrintWriter pw, int indent) { method getName (line 142) | public String getName() { method setName (line 146) | public void setName(String name) { method getSet (line 150) | public String getSet() { method setSet (line 154) | public void setSet(String set) { method setId (line 158) | public void setId(int id) { method getDescription (line 162) | public String getDescription() { method getGroup (line 166) | public String getGroup() { method setGroup (line 170) | public void setGroup(final String group) { method getQty (line 178) | public int getQty() { method getItem (line 182) | public String getItem() { method getSize (line 186) | public String getSize() { method getRange (line 190) | public String getRange() { method isStackable (line 194) | public Boolean isStackable() { method getFileName (line 206) | private String getFileName(int i, List fileNames) { method getRibbonFileName (line 219) | public String getRibbonFileName(int i) { method getNumberOfRibbonFiles (line 223) | public int getNumberOfRibbonFiles() { method getMedalFileName (line 232) | public String getMedalFileName(int i) { method getNumberOfMedalFiles (line 236) | public int getNumberOfMedalFiles() { method getMiscFileName (line 245) | public String getMiscFileName(int i) { method getNumberOfMiscFiles (line 249) | public int getNumberOfMiscFiles() { method getXPReward (line 253) | public int getXPReward() { method getEdgeReward (line 257) | public int getEdgeReward() { method createCopy (line 266) | public Award createCopy() { method canBeAwarded (line 278) | public boolean canBeAwarded(Person person) { method canBeAwarded (line 291) | public boolean canBeAwarded(Person... people) { method equals (line 308) | public boolean equals(String set, String name) { method compareTo (line 319) | @Override method addDate (line 329) | public void addDate(LocalDate date) { method setDates (line 333) | public void setDates(List dates) { method mergeDatesFrom (line 342) | public void mergeDatesFrom(Award award) { method getFormattedDates (line 351) | public List getFormattedDates() { method removeDate (line 362) | public void removeDate(LocalDate date) { method hasDates (line 369) | public boolean hasDates() { method getQuantity (line 376) | public int getQuantity() { method getTooltip (line 385) | public String getTooltip(CampaignOptions campaignOptions, Person perso... method replaceDate (line 434) | public void replaceDate(LocalDate toReplace, LocalDate newDate) { FILE: MekHQ/src/mekhq/campaign/personnel/AwardsFactory.java class AwardsFactory (line 64) | public class AwardsFactory { method AwardsFactory (line 74) | private AwardsFactory() { method getInstance (line 81) | public static AwardsFactory getInstance() { method getAllSetNames (line 92) | public List getAllSetNames() { method getAllAwardsForSet (line 103) | public List getAllAwardsForSet(String setName) { method generateNew (line 116) | public @Nullable Award generateNew(final String setName, final String ... method generateNewFromXML (line 132) | public @Nullable Award generateNewFromXML(final Node node) { method loadAwards (line 165) | private void loadAwards(String path) { method loadAwardsFromStream (line 175) | public void loadAwardsFromStream(InputStream inputStream, String fileN... FILE: MekHQ/src/mekhq/campaign/personnel/Bloodmark.java class Bloodmark (line 85) | public class Bloodmark { method getBloodhuntSchedule (line 112) | public static List getBloodhuntSchedule(final BloodmarkLeve... method checkForAssassinationAttempt (line 171) | public static boolean checkForAssassinationAttempt(Person target, Loca... method performAssassinationAttempt (line 218) | public static void performAssassinationAttempt(Campaign campaign, Pers... method getWounds (line 285) | static int getWounds(int bountyHunterSkill) { method getBountyHunterName (line 306) | private static String getBountyHunterName() { method getReport (line 332) | private static String getReport(boolean isDead, String hyperlinkedFull... method processWounds (line 364) | static void processWounds(Campaign campaign, Person person, LocalDate ... FILE: MekHQ/src/mekhq/campaign/personnel/Bloodname.java class Bloodname (line 58) | public class Bloodname { method Bloodname (line 79) | public Bloodname() { method getName (line 94) | public String getName() { method getFounder (line 98) | public String getFounder() { method getOriginClan (line 102) | public Clan getOriginClan() { method getOrigClan (line 106) | public String getOrigClan() { method isExclusive (line 110) | public boolean isExclusive() { method isLimited (line 114) | public boolean isLimited() { method isInactive (line 118) | public boolean isInactive(int year) { method isAbjured (line 123) | public boolean isAbjured(int year) { method getPhenotype (line 127) | public Phenotype getPhenotype() { method getPostReavingClans (line 131) | public List getPostReavingClans() { method getAcquiringClans (line 135) | public List getAcquiringClans() { method getAbsorbed (line 139) | public NameAcquired getAbsorbed() { method phenotypeMultiplier (line 155) | private int phenotypeMultiplier(Phenotype warriorType, int year) { method loadFromXml (line 175) | public static Bloodname loadFromXml(Node node) { method randomBloodname (line 243) | public static @Nullable Bloodname randomBloodname(String factionCode, ... method randomBloodname (line 259) | public static @Nullable Bloodname randomBloodname(Clan faction, Phenot... method eraFraction (line 431) | private static Fraction eraFraction(int year) { method loadBloodnameData (line 445) | public static void loadBloodnameData() { FILE: MekHQ/src/mekhq/campaign/personnel/Clan.java class Clan (line 60) | @Deprecated(since = "0.50.04") method Clan (line 78) | public Clan() { method equals (line 91) | @Override method hashCode (line 102) | @Override method getClan (line 112) | public static Clan getClan(String code) { method getClans (line 119) | public static Collection getClans() { method getCode (line 126) | public String getCode() { method getGenerationCode (line 133) | public String getGenerationCode() { method getFullName (line 146) | public String getFullName(int year) { method isActive (line 160) | public boolean isActive(int year) { method getStartDate (line 167) | public int getStartDate() { method getEndDate (line 174) | public int getEndDate() { method getRivals (line 183) | public List getRivals(int year) { method isHomeClan (line 199) | public boolean isHomeClan() { method getRivalClan (line 208) | public Clan getRivalClan(int year) { method randomClan (line 223) | public static Clan randomClan(int year, boolean homeClan) { method loadClanData (line 236) | public static void loadClanData() { method loadFromXml (line 263) | private static Clan loadFromXml(Node node) { method getAbjurationDate (line 318) | @Deprecated(since = "0.51.0", forRemoval = true) method setAbjurationDate (line 323) | @Deprecated(since = "0.51.0", forRemoval = true) class DatedRecord (line 331) | private static class DatedRecord { method DatedRecord (line 336) | public DatedRecord(int s, int e, String d) { method isActive (line 342) | public boolean isActive(int year) { method getStartDate (line 346) | public int getStartDate() { method setStartDate (line 350) | public void setStartDate(int startDate) { method getEndDate (line 354) | public int getEndDate() { method setEndDate (line 358) | public void setEndDate(int endDate) { method getDescription (line 362) | public String getDescription() { method setDescription (line 366) | public void setDescription(String description) { FILE: MekHQ/src/mekhq/campaign/personnel/CustomOption.java class CustomOption (line 54) | public class CustomOption { method CustomOption (line 64) | private CustomOption(String key) { method getName (line 71) | public String getName() { method getGroup (line 75) | public String getGroup() { method getType (line 79) | public int getType() { method getDefault (line 83) | public Object getDefault() { method getCustomAbilities (line 92) | public static List getCustomAbilities() { method initCustomAbilities (line 99) | private static void initCustomAbilities() { method generateInstanceFromXML (line 149) | public static CustomOption generateInstanceFromXML(Node wn) { FILE: MekHQ/src/mekhq/campaign/personnel/DiscretionarySpending.java class DiscretionarySpending (line 63) | public class DiscretionarySpending { method DiscretionarySpending (line 134) | public DiscretionarySpending(Person person, Finances finances, LocalDa... method calculateSpending (line 192) | private int calculateSpending(int spendingLimit, int purchaseCount, in... method getReportMessage (line 214) | public String getReportMessage() { method performDiscretionarySpending (line 228) | public static String performDiscretionarySpending(Person person, Finan... method performExtremeExpenditure (line 251) | public static String performExtremeExpenditure(Person person, Finances... method getExpenditure (line 296) | public static int getExpenditure(int willpower, int wealth) { method getExpenditureExhaustedReportMessage (line 314) | public static String getExpenditureExhaustedReportMessage(String hyper... FILE: MekHQ/src/mekhq/campaign/personnel/Fraction.java class Fraction (line 42) | class Fraction { method Fraction (line 46) | @Deprecated(since = "0.51.0", forRemoval = true) method Fraction (line 52) | public Fraction(int n, int d) { method Fraction (line 64) | public Fraction(int i) { method Fraction (line 69) | public Fraction(Fraction f) { method toString (line 74) | @Override method equals (line 79) | @Override method hashCode (line 90) | @Override method clone (line 95) | @Override method value (line 100) | public double value() { method reduce (line 104) | public void reduce() { method getNumerator (line 116) | @Deprecated(since = "0.51.0", forRemoval = true) method getDenominator (line 121) | @Deprecated(since = "0.51.0", forRemoval = true) method add (line 126) | public void add(Fraction f) { method add (line 132) | public void add(int i) { method sub (line 137) | public void sub(Fraction f) { method sub (line 143) | public void sub(int i) { method mul (line 148) | public void mul(Fraction f) { method mul (line 154) | public void mul(int i) { method div (line 159) | public void div(Fraction f) { method div (line 165) | public void div(int i) { method lcd (line 169) | public static int lcd(Collection list) { FILE: MekHQ/src/mekhq/campaign/personnel/Injury.java class Injury (line 70) | @XmlRootElement(name = "injury") method generateInstanceFromXML (line 101) | public static Injury generateInstanceFromXML(Node wn) { method Injury (line 134) | public Injury() { method Injury (line 138) | public Injury(LocalDate start) { method Injury (line 144) | public Injury(int time, String text, BodyLocation loc, InjuryType type... method Injury (line 150) | public Injury(int time, String text, BodyLocation loc, InjuryType type... method Injury (line 157) | public Injury(int time, String text, BodyLocation loc, InjuryType type... method getUUID (line 173) | public UUID getUUID() { method setUUID (line 177) | public void setUUID(UUID uuid) { method getStart (line 183) | public LocalDate getStart() { method setStart (line 187) | public void setStart(LocalDate start) { method getTime (line 191) | public int getTime() { method setTime (line 195) | public void setTime(int time) { method changeTime (line 199) | public void changeTime(int delta) { method getOriginalTime (line 203) | public int getOriginalTime() { method setOriginalTime (line 207) | public void setOriginalTime(int time) { method getFluff (line 213) | public String getFluff() { method setFluff (line 217) | public void setFluff(String text) { method getLocation (line 221) | public BodyLocation getLocation() { method setLocation (line 225) | public void setLocation(BodyLocation loc) { method getHits (line 249) | public int getHits() { method setHits (line 266) | public void setHits(int num) { method isPermanent (line 277) | public boolean isPermanent() { method setPermanent (line 281) | public void setPermanent(boolean perm) { method getExtended (line 285) | public boolean getExtended() { method setExtended (line 289) | public void setExtended(boolean ext) { method isWorkedOn (line 293) | public boolean isWorkedOn() { method setWorkedOn (line 297) | public void setWorkedOn(boolean wo) { method getType (line 301) | public InjuryType getType() { method setType (line 305) | public void setType(InjuryType type) { method getLevel (line 309) | public InjuryLevel getLevel() { method getSubType (line 313) | public InjurySubType getSubType() { method getModifiers (line 317) | public Collection getModifiers() { method getInjuryEffect (line 321) | public InjuryEffect getInjuryEffect() { method getExtraData (line 325) | public ExtraData getExtraData() { method setVersion (line 329) | public void setVersion(int version) { method isHidden (line 333) | public boolean isHidden() { method setHidingState (line 337) | @Deprecated(since = "0.51.0", forRemoval = true) method getName (line 346) | public String getName() { method getLocationName (line 352) | public String getLocationName() { method getTypeKey (line 356) | @Deprecated(since = "0.51.0", forRemoval = true) method getTypeId (line 361) | @Deprecated(since = "0.51.0", forRemoval = true) method writeToXml (line 368) | public void writeToXml(final PrintWriter pw, int indent) { method afterUnmarshal (line 376) | @SuppressWarnings({ "unused" }) FILE: MekHQ/src/mekhq/campaign/personnel/InjuryType.java class InjuryType (line 58) | @XmlJavaTypeAdapter(value = XMLAdapter.class) method byKey (line 69) | public static InjuryType byKey(String key) { method byId (line 81) | public static InjuryType byId(int id) { method register (line 85) | public static void register(int id, String key, InjuryType injType) { method register (line 110) | public static void register(String key, InjuryType injType) { method getAllKeys (line 114) | @Deprecated(since = "0.51.0", forRemoval = true) method getAllTypes (line 121) | public static List getAllTypes() { method InjuryType (line 149) | protected InjuryType() { method getId (line 153) | public final int getId() { method getKey (line 157) | public final String getKey() { method getAllowedLocations (line 161) | public Set getAllowedLocations() { method isValidInLocation (line 165) | public boolean isValidInLocation(BodyLocation loc) { method impliesMissingLocation (line 173) | public boolean impliesMissingLocation() { method impliesDead (line 178) | public boolean impliesDead(BodyLocation loc) { method getBaseRecoveryTime (line 182) | public int getBaseRecoveryTime() { method getRecoveryTime (line 186) | public int getRecoveryTime(int severity) { method getRecoveryTime (line 190) | @Deprecated(since = "0.51.0", forRemoval = true) method isPermanent (line 195) | public boolean isPermanent() { method getMaxSeverity (line 199) | public int getMaxSeverity() { method isHidden (line 203) | public boolean isHidden(Injury i) { method getSimpleName (line 207) | public String getSimpleName() { method getSimpleName (line 211) | public String getSimpleName(int severity) { method getName (line 215) | public String getName(BodyLocation loc, int severity) { method getFluffText (line 219) | public String getFluffText(BodyLocation loc, int severity, Gender gend... method getLevel (line 223) | public InjuryLevel getLevel(Injury i) { method getInjuryEffect (line 227) | public InjuryEffect getInjuryEffect() { method getSubType (line 231) | public InjurySubType getSubType() { method newInjury (line 235) | public Injury newInjury(Campaign campaign, Person person, BodyLocation... method getModifiers (line 251) | public Collection getModifiers(Injury inj) { method genStressEffect (line 262) | public List genStressEffect(Campaign c, Person p, Injury i... method newResetRecoveryTimeAction (line 268) | protected GameEffect newResetRecoveryTimeAction(Injury i) { class XMLAdapter (line 273) | public static final class XMLAdapter extends XmlAdapter mods, ModifierVal... method Modifier (line 96) | public Modifier(ModifierValue value, int mod) { method Modifier (line 100) | public Modifier(ModifierValue value, int mod, String type, String... t... FILE: MekHQ/src/mekhq/campaign/personnel/NameAcquired.java class NameAcquired (line 36) | public class NameAcquired { method NameAcquired (line 40) | public NameAcquired(int y, String c) { FILE: MekHQ/src/mekhq/campaign/personnel/Person.java class Person (line 171) | public class Person { method Person (line 468) | public Person(final UUID id) { method Person (line 473) | public Person(final Campaign campaign) { method Person (line 477) | public Person(final Campaign campaign, final String factionCode) { method Person (line 481) | public Person(final String givenName, final String surname, final Camp... method Person (line 485) | public Person(final String givenName, final String surname, final @Nul... method Person (line 500) | public Person(final String preNominal, final String givenName, final S... method getPhenotype (line 665) | public Phenotype getPhenotype() { method setPhenotype (line 669) | public void setPhenotype(final Phenotype phenotype) { method getBloodname (line 673) | public @Nullable String getBloodname() { method setBloodname (line 677) | public void setBloodname(final String bloodname) { method getOriginFaction (line 682) | public Faction getOriginFaction() { method setOriginFaction (line 686) | public void setOriginFaction(final Faction originFaction) { method getStoredOriginFaction (line 690) | Faction getStoredOriginFaction() { method setStoredOriginFaction (line 694) | void setStoredOriginFaction(final Faction originFaction) { method getOriginPlanet (line 698) | public Planet getOriginPlanet() { method setOriginPlanet (line 702) | public void setOriginPlanet(final Planet originPlanet) { method getBecomingBondsmanEndDate (line 706) | public LocalDate getBecomingBondsmanEndDate() { method setBecomingBondsmanEndDate (line 710) | public void setBecomingBondsmanEndDate(final LocalDate becomingBondsma... method getPrisonerStatus (line 714) | public PrisonerStatus getPrisonerStatus() { method setPrisonerStatus (line 726) | public void setPrisonerStatus(final Campaign campaign, final PrisonerS... method setPrisonerStatusDirect (line 785) | public void setPrisonerStatusDirect(final PrisonerStatus prisonerStatu... method pregnancyStatus (line 790) | public String pregnancyStatus() { method getFullName (line 800) | public String getFullName() { method getHyperlinkedName (line 807) | public String getHyperlinkedName() { method setFullName (line 814) | public void setFullName() { method setFullNameDirect (line 825) | protected void setFullNameDirect(final String fullName) { method getFirstName (line 832) | public String getFirstName() { method getLastName (line 842) | public String getLastName() { method getPreNominal (line 855) | public String getPreNominal() { method setPreNominal (line 862) | public void setPreNominal(final String preNominal) { method setPreNominalDirect (line 867) | protected void setPreNominalDirect(final String preNominal) { method getGivenName (line 874) | public String getGivenName() { method setGivenName (line 881) | public void setGivenName(final String givenName) { method setGivenNameDirect (line 886) | protected void setGivenNameDirect(final String givenName) { method getStoredGivenName (line 890) | String getStoredGivenName() { method setStoredGivenName (line 894) | void setStoredGivenName(String storedGivenName) { method getSurname (line 901) | public String getSurname() { method setSurname (line 908) | public void setSurname(final String surname) { method setSurnameDirect (line 913) | protected void setSurnameDirect(final String surname) { method getStoredSurname (line 917) | String getStoredSurname() { method setStoredSurname (line 921) | void setStoredSurname(String storedSurname) { method getPostNominal (line 928) | public String getPostNominal() { method setPostNominal (line 935) | public void setPostNominal(final String postNominal) { method setPostNominalDirect (line 940) | protected void setPostNominalDirect(final String postNominal) { method getMaidenName (line 947) | public @Nullable String getMaidenName() { method setMaidenName (line 954) | public void setMaidenName(final @Nullable String maidenName) { method getCallsign (line 961) | public String getCallsign() { method setCallsign (line 968) | public void setCallsign(final String callsign) { method setCallsignDirect (line 973) | protected void setCallsignDirect(final String callsign) { method migrateName (line 983) | public void migrateName(final String text) { method getPortrait (line 1045) | public Portrait getPortrait() { method getPortraitImageIconWithFallback (line 1063) | public ImageIcon getPortraitImageIconWithFallback(boolean useOriginFac... method getFallbackPortrait (line 1090) | private ImageIcon getFallbackPortrait() { method setPortrait (line 1095) | public void setPortrait(final Portrait portrait) { method getPrimaryRole (line 1100) | public PersonnelRole getPrimaryRole() { method setPrimaryRole (line 1107) | @Deprecated(since = "0.50.07") // we need to remove the uses before re... method setPrimaryRole (line 1145) | public void setPrimaryRole(final LocalDate today, final PersonnelRole ... method setPrimaryRoleDirect (line 1165) | public void setPrimaryRoleDirect(final PersonnelRole primaryRole) { method getSecondaryRole (line 1169) | public PersonnelRole getSecondaryRole() { method setSecondaryRole (line 1173) | public void setSecondaryRole(final PersonnelRole secondaryRole) { method setSecondaryRoleDirect (line 1182) | public void setSecondaryRoleDirect(final PersonnelRole secondaryRole) { method hasRole (line 1193) | public boolean hasRole(final PersonnelRole role) { method hasCombatRole (line 1200) | public boolean hasCombatRole() { method hasSupportRole (line 1209) | public boolean hasSupportRole(final boolean excludeUnmarketable) { method getRoleDesc (line 1213) | public String getRoleDesc() { method getPrimaryRoleDesc (line 1221) | public String getPrimaryRoleDesc() { method getFormatedRoleDescriptions (line 1263) | public String getFormatedRoleDescriptions(LocalDate today) { method getSecondaryRoleDesc (line 1305) | public String getSecondaryRoleDesc() { method canPerformRole (line 1328) | public boolean canPerformRole(LocalDate today, final PersonnelRole rol... method validateRoles (line 1446) | public void validateRoles(Campaign campaign) { method getStatus (line 1466) | public PersonnelStatus getStatus() { method changeStatus (line 1477) | public void changeStatus(final Campaign campaign, final LocalDate toda... method leadershipMassChangeLoyalty (line 1686) | private void leadershipMassChangeLoyalty(Campaign campaign) { method performRandomizedLoyaltyChange (line 1713) | public void performRandomizedLoyaltyChange(Campaign campaign, boolean ... method performForcedDirectionLoyaltyChange (line 1754) | public void performForcedDirectionLoyaltyChange(Campaign campaign, boo... method performMassForcedDirectionLoyaltyChange (line 1794) | public static void performMassForcedDirectionLoyaltyChange(Campaign ca... method reportLoyaltyChange (line 1821) | private void reportLoyaltyChange(Campaign campaign, int originalLoyalt... method setStatus (line 1852) | public void setStatus(final PersonnelStatus status) { method getVocationalXPTimer (line 1856) | public int getVocationalXPTimer() { method setVocationalXPTimer (line 1860) | public void setVocationalXPTimer(final int vocationalXPTimer) { method getDaysToWaitForHealing (line 1864) | public int getDaysToWaitForHealing() { method setDaysToWaitForHealing (line 1868) | public void setDaysToWaitForHealing(final int daysToWaitForHealing) { method setGender (line 1872) | public void setGender(final Gender gender) { method getGender (line 1876) | public Gender getGender() { method setBloodGroup (line 1880) | public void setBloodGroup(final BloodGroup bloodGroup) { method getBloodGroup (line 1891) | public BloodGroup getBloodGroup() { method setDateOfBirth (line 1904) | public void setDateOfBirth(final LocalDate birthday) { method getDateOfBirth (line 1913) | public LocalDate getDateOfBirth() { method getBirthday (line 1924) | public LocalDate getBirthday(int currentYear) { method getAgeForAttributeModifiers (line 1937) | public int getAgeForAttributeModifiers() { method setAgeForAttributeModifiers (line 1950) | public void setAgeForAttributeModifiers(final int ageForAttributeModif... method getDateOfDeath (line 1955) | public @Nullable LocalDate getDateOfDeath() { method setDateOfDeath (line 1959) | public void setDateOfDeath(final @Nullable LocalDate dateOfDeath) { method getAge (line 1963) | public int getAge(LocalDate today) { method getJoinedCampaign (line 1973) | public @Nullable LocalDate getJoinedCampaign() { method setJoinedCampaign (line 1977) | public void setJoinedCampaign(final @Nullable LocalDate joinedCampaign) { method getRecruitment (line 1981) | public @Nullable LocalDate getRecruitment() { method setRecruitment (line 1993) | public void setRecruitment(final @Nullable LocalDate recruitment) { method getTimeInService (line 2001) | public String getTimeInService(final Campaign campaign) { method getYearsInService (line 2027) | public long getYearsInService(final Campaign campaign) { method getLastRankChangeDate (line 2046) | public @Nullable LocalDate getLastRankChangeDate() { method setLastRankChangeDate (line 2050) | public void setLastRankChangeDate(final @Nullable LocalDate lastRankCh... method getTimeInRank (line 2054) | public String getTimeInRank(final Campaign campaign) { method setId (line 2073) | public void setId(final UUID id) { method getId (line 2077) | public UUID getId() { method isChild (line 2091) | public boolean isChild(final LocalDate today) { method isChild (line 2105) | public boolean isChild(final LocalDate today, boolean use18) { method getGenealogy (line 2110) | public Genealogy getGenealogy() { method getAutoAwardSupportPoints (line 2115) | public int getAutoAwardSupportPoints() { method setAutoAwardSupportPoints (line 2119) | public void setAutoAwardSupportPoints(final int autoAwardSupportPoints) { method changeAutoAwardSupportPoints (line 2123) | public void changeAutoAwardSupportPoints(int change) { method getRetirement (line 2129) | public @Nullable LocalDate getRetirement() { method setRetirement (line 2133) | public void setRetirement(final @Nullable LocalDate retirement) { method getLoyalty (line 2140) | @Deprecated(since = "0.50.07", forRemoval = true) method getBaseLoyalty (line 2152) | public int getBaseLoyalty() { method getAdjustedLoyalty (line 2168) | public int getAdjustedLoyalty(Faction campaignFaction, boolean isAlter... method setLoyalty (line 2249) | public void setLoyalty(int loyalty) { method changeLoyalty (line 2259) | public void changeLoyalty(int change) { method getLoyaltyName (line 2270) | public static String getLoyaltyName(int loyaltyModifier) { method getStoredLoyalty (line 2284) | int getStoredLoyalty() { method setStoredLoyalty (line 2288) | void setStoredLoyalty(int storedLoyalty) { method getFatigueDirect (line 2300) | public int getFatigueDirect() { method getAdjustedFatigue (line 2311) | public int getAdjustedFatigue() { method setFatigue (line 2323) | public void setFatigue(final int fatigue) { method getPermanentFatigue (line 2327) | public int getPermanentFatigue() { method changePermanentFatigue (line 2331) | public void changePermanentFatigue(final int delta) { method changeFatigue (line 2346) | public void changeFatigue(int delta) { method getIsRecoveringFromFatigue (line 2355) | public boolean getIsRecoveringFromFatigue() { method setIsRecoveringFromFatigue (line 2359) | public void setIsRecoveringFromFatigue(final boolean isRecoveringFromF... method getFatigueMultiplier (line 2389) | private double getFatigueMultiplier() { method getDueDate (line 2424) | public LocalDate getDueDate() { method setDueDate (line 2428) | public void setDueDate(final LocalDate dueDate) { method getExpectedDueDate (line 2432) | public LocalDate getExpectedDueDate() { method setExpectedDueDate (line 2436) | public void setExpectedDueDate(final LocalDate expectedDueDate) { method getDueDateAsString (line 2440) | public String getDueDateAsString(final Campaign campaign) { method isPregnant (line 2447) | public boolean isPregnant() { method getXP (line 2457) | public int getXP() { method awardXP (line 2470) | public void awardXP(final Campaign campaign, final int xp) { method spendXP (line 2488) | public void spendXP(final int xp) { method spendXPOnSkills (line 2505) | public void spendXPOnSkills(final Campaign campaign, final int xp) { method processVeterancyAwards (line 2512) | public void processVeterancyAwards(Campaign campaign) { method getVeterancyAwardReport (line 2552) | public String getVeterancyAwardReport(String spaGained) { method setXP (line 2572) | public void setXP(final Campaign campaign, final int xp) { method setXPDirect (line 2589) | public void setXPDirect(final int xp) { method getTotalXPEarnings (line 2593) | public int getTotalXPEarnings() { method changeTotalXPEarnings (line 2597) | public void changeTotalXPEarnings(final int xp) { method setTotalXPEarnings (line 2601) | public void setTotalXPEarnings(final int totalXPEarnings) { method getAcquisitions (line 2606) | public int getAcquisitions() { method setAcquisition (line 2610) | public void setAcquisition(final int acquisitions) { method incrementAcquisition (line 2614) | public void incrementAcquisition() { method setDoctorId (line 2618) | public void setDoctorId(final @Nullable UUID doctorId, final int daysT... method decrementDaysToWaitForHealing (line 2623) | public void decrementDaysToWaitForHealing() { method isDeployed (line 2629) | public boolean isDeployed() { method getBiography (line 2633) | public String getBiography() { method setBiography (line 2637) | public void setBiography(final String biography) { method getEduHighestEducation (line 2641) | public EducationLevel getEduHighestEducation() { method setEduHighestEducation (line 2645) | public void setEduHighestEducation(final EducationLevel eduHighestEduc... method getEduJourneyTime (line 2649) | public int getEduJourneyTime() { method setEduJourneyTime (line 2653) | public void setEduJourneyTime(final int eduJourneyTime) { method getEduDaysOfTravel (line 2657) | public int getEduDaysOfTravel() { method setEduDaysOfTravel (line 2661) | public void setEduDaysOfTravel(final int eduDaysOfTravel) { method getEduTagAlongs (line 2665) | public List getEduTagAlongs() { method setEduTagAlongs (line 2669) | public void setEduTagAlongs(final List eduTagAlongs) { method addEduTagAlong (line 2673) | public void addEduTagAlong(final UUID tagAlong) { method getEduFailedApplications (line 2677) | public List getEduFailedApplications() { method addEduFailedApplications (line 2681) | public void addEduFailedApplications(final String failedApplication) { method incrementEduDaysOfTravel (line 2688) | public void incrementEduDaysOfTravel() { method getEduEducationTime (line 2692) | public int getEduEducationTime() { method setEduEducationTime (line 2696) | public void setEduEducationTime(final int eduEducationTime) { method getEduAcademySystem (line 2700) | public String getEduAcademySystem() { method setEduAcademySystem (line 2704) | public void setEduAcademySystem(final String eduAcademySystem) { method getEduAcademyNameInSet (line 2708) | public String getEduAcademyNameInSet() { method setEduAcademyNameInSet (line 2712) | public void setEduAcademyNameInSet(final String eduAcademyNameInSet) { method getEduAcademyFaction (line 2716) | public String getEduAcademyFaction() { method setEduAcademyFaction (line 2720) | public void setEduAcademyFaction(final String eduAcademyFaction) { method getEduCourseIndex (line 2724) | public Integer getEduCourseIndex() { method setEduCourseIndex (line 2728) | public void setEduCourseIndex(final Integer eduCourseIndex) { method getEduEducationStage (line 2732) | public EducationStage getEduEducationStage() { method setEduEducationStage (line 2736) | public void setEduEducationStage(final EducationStage eduEducationStag... method getEduAcademyName (line 2740) | public String getEduAcademyName() { method setEduAcademyName (line 2744) | public void setEduAcademyName(final String eduAcademyName) { method setEduAcademySet (line 2748) | public void setEduAcademySet(final String eduAcademySet) { method getEduAcademySet (line 2752) | public String getEduAcademySet() { method getTrainingForceEducationTime (line 2756) | public double getTrainingForceEducationTime() { method setTrainingForceEducationTime (line 2760) | public void setTrainingForceEducationTime(final double trainingForceEd... method changeTrainingForceEducationTime (line 2764) | public void changeTrainingForceEducationTime(final double delta) { method getAggression (line 2768) | public Aggression getAggression() { method setAggression (line 2772) | public void setAggression(final Aggression aggression) { method getAggressionDescriptionIndex (line 2776) | public int getAggressionDescriptionIndex() { method setAggressionDescriptionIndex (line 2786) | public void setAggressionDescriptionIndex(final int aggressionDescript... method getStoredAggression (line 2790) | Aggression getStoredAggression() { method setStoredAggression (line 2794) | void setStoredAggression(Aggression storedAggression) { method getStoredAggressionDescriptionIndex (line 2798) | int getStoredAggressionDescriptionIndex() { method setStoredAggressionDescriptionIndex (line 2802) | void setStoredAggressionDescriptionIndex(int storedAggressionDescripti... method getAmbition (line 2806) | public Ambition getAmbition() { method setAmbition (line 2810) | public void setAmbition(final Ambition ambition) { method getAmbitionDescriptionIndex (line 2814) | public int getAmbitionDescriptionIndex() { method setAmbitionDescriptionIndex (line 2824) | public void setAmbitionDescriptionIndex(final int ambitionDescriptionI... method getStoredAmbition (line 2828) | Ambition getStoredAmbition() { method setStoredAmbition (line 2832) | void setStoredAmbition(Ambition storedAmbition) { method getStoredAmbitionDescriptionIndex (line 2836) | int getStoredAmbitionDescriptionIndex() { method setStoredAmbitionDescriptionIndex (line 2840) | void setStoredAmbitionDescriptionIndex(int storedAmbitionDescriptionIn... method getGreed (line 2844) | public Greed getGreed() { method setGreed (line 2848) | public void setGreed(final Greed greed) { method getGreedDescriptionIndex (line 2852) | public int getGreedDescriptionIndex() { method setGreedDescriptionIndex (line 2862) | public void setGreedDescriptionIndex(final int greedDescriptionIndex) { method getStoredGreed (line 2866) | Greed getStoredGreed() { method setStoredGreed (line 2870) | void setStoredGreed(Greed storedGreed) { method getStoredGreedDescriptionIndex (line 2874) | int getStoredGreedDescriptionIndex() { method setStoredGreedDescriptionIndex (line 2878) | void setStoredGreedDescriptionIndex(int storedGreedDescriptionIndex) { method getSocial (line 2882) | public Social getSocial() { method setSocial (line 2886) | public void setSocial(final Social social) { method getSocialDescriptionIndex (line 2890) | public int getSocialDescriptionIndex() { method setSocialDescriptionIndex (line 2900) | public void setSocialDescriptionIndex(final int socialDescriptionIndex) { method getStoredSocial (line 2904) | Social getStoredSocial() { method setStoredSocial (line 2908) | void setStoredSocial(Social storedSocial) { method getStoredSocialDescriptionIndex (line 2912) | int getStoredSocialDescriptionIndex() { method setStoredSocialDescriptionIndex (line 2916) | void setStoredSocialDescriptionIndex(int storedSocialDescriptionIndex) { method getPersonalityQuirk (line 2920) | public PersonalityQuirk getPersonalityQuirk() { method setPersonalityQuirk (line 2924) | public void setPersonalityQuirk(final PersonalityQuirk personalityQuir... method getPersonalityQuirkDescriptionIndex (line 2928) | public int getPersonalityQuirkDescriptionIndex() { method setPersonalityQuirkDescriptionIndex (line 2938) | public void setPersonalityQuirkDescriptionIndex(final int personalityQ... method getStoredPersonalityQuirk (line 2944) | PersonalityQuirk getStoredPersonalityQuirk() { method setStoredPersonalityQuirk (line 2948) | void setStoredPersonalityQuirk(PersonalityQuirk storedPersonalityQuirk) { method getStoredPersonalityQuirkDescriptionIndex (line 2952) | int getStoredPersonalityQuirkDescriptionIndex() { method setStoredPersonalityQuirkDescriptionIndex (line 2956) | void setStoredPersonalityQuirkDescriptionIndex(int storedPersonalityQu... method getReasoning (line 2960) | public Reasoning getReasoning() { method setReasoning (line 2964) | public void setReasoning(final Reasoning reasoning) { method getPerformanceExamScore (line 2968) | public int getPerformanceExamScore() { method setPerformanceExamScore (line 2972) | public void setPerformanceExamScore(final int performanceExamScore) { method getReasoningDescriptionIndex (line 2976) | @Deprecated(since = "0.50.07", forRemoval = true) method setReasoningDescriptionIndex (line 2981) | @Deprecated(since = "0.50.07", forRemoval = true) method getStoredReasoning (line 2985) | Reasoning getStoredReasoning() { method setStoredReasoning (line 2989) | void setStoredReasoning(Reasoning storedReasoning) { method getStoredReasoningDescriptionIndex (line 2993) | @Deprecated(since = "0.50.07", forRemoval = true) method setStoredReasoningDescriptionIndex (line 2998) | @Deprecated(since = "0.50.07", forRemoval = true) method getPersonalityDescription (line 3002) | public String getPersonalityDescription() { method setPersonalityDescription (line 3006) | public void setPersonalityDescription(final String personalityDescript... method getPersonalityInterviewNotes (line 3010) | public String getPersonalityInterviewNotes() { method setPersonalityInterviewNotes (line 3014) | public void setPersonalityInterviewNotes(final String personalityInter... method isSufferingFromClinicalParanoia (line 3018) | public boolean isSufferingFromClinicalParanoia() { method setSufferingFromClinicalParanoia (line 3022) | public void setSufferingFromClinicalParanoia(final boolean sufferingFr... method isDarkSecretRevealed (line 3026) | public boolean isDarkSecretRevealed() { method setDarkSecretRevealed (line 3030) | public void setDarkSecretRevealed(final boolean darkSecretRevealed) { method getBurnedConnectionsEndDate (line 3034) | public @Nullable LocalDate getBurnedConnectionsEndDate() { method setBurnedConnectionsEndDate (line 3038) | public void setBurnedConnectionsEndDate(final @Nullable LocalDate burn... method isClanPersonnel (line 3043) | public boolean isClanPersonnel() { method setClanPersonnel (line 3047) | public void setClanPersonnel(final boolean clanPersonnel) { method isCommander (line 3054) | public boolean isCommander() { method setCommander (line 3061) | public void setCommander(final boolean commander) { method isSecondInCommand (line 3065) | public boolean isSecondInCommand() { method setSecondInCommand (line 3069) | public void setSecondInCommand(final boolean secondInCommand) { method isDivorceable (line 3073) | public boolean isDivorceable() { method setDivorceable (line 3077) | public void setDivorceable(final boolean divorceable) { method isFounder (line 3081) | public boolean isFounder() { method setFounder (line 3085) | public void setFounder(final boolean founder) { method isImmortal (line 3089) | public boolean isImmortal() { method setImmortal (line 3093) | public void setImmortal(final boolean immortal) { method isQuickTrainIgnore (line 3097) | public boolean isQuickTrainIgnore() { method setQuickTrainIgnore (line 3101) | public void setQuickTrainIgnore(final boolean quickTrainIgnore) { method isSalvageSupervisor (line 3105) | public boolean isSalvageSupervisor() { method setSalvageSupervisor (line 3109) | public void setSalvageSupervisor(final boolean salvageSupervisor) { method isUnderProtection (line 3113) | public boolean isUnderProtection() { method setUnderProtection (line 3117) | public void setUnderProtection(final boolean underProtection) { method isNeverAssignMaintenanceAutomatically (line 3121) | public boolean isNeverAssignMaintenanceAutomatically() { method setNeverAssignMaintenanceAutomatically (line 3125) | public void setNeverAssignMaintenanceAutomatically(final boolean never... method isBlockMaternityLeave (line 3129) | public boolean isBlockMaternityLeave() { method setBlockMaternityLeave (line 3133) | public void setBlockMaternityLeave(final boolean blockMaternityLeave) { method isEmployed (line 3137) | public boolean isEmployed() { method isMarriageable (line 3150) | public boolean isMarriageable() { method setMarriageable (line 3154) | @Deprecated(since = "0.50.10", forRemoval = true) method isPrefersMen (line 3159) | public boolean isPrefersMen() { method setPrefersMen (line 3163) | public void setPrefersMen(final boolean prefersMen) { method isPrefersWomen (line 3167) | public boolean isPrefersWomen() { method setPrefersWomen (line 3171) | public void setPrefersWomen(final boolean prefersWomen) { method isTryingToConceive (line 3175) | public boolean isTryingToConceive() { method setTryingToConceive (line 3179) | public void setTryingToConceive(final boolean tryingToConceive) { method isHidePersonality (line 3183) | public boolean isHidePersonality() { method setHidePersonality (line 3187) | public void setHidePersonality(final boolean hidePersonality) { method getExtraData (line 3192) | public ExtraData getExtraData() { method writeToXML (line 3197) | public void writeToXML(final PrintWriter pw, int indent, final Campaig... method writeToXMLHeadless (line 3203) | public int writeToXMLHeadless(PrintWriter pw, int indent, Campaign cam... method generateInstanceFromXML (line 3772) | public static Person generateInstanceFromXML(Node wn, Campaign campaig... method selfCorrectEducationCourseIndexes (line 4484) | private static void selfCorrectEducationCourseIndexes(Campaign campaig... method updateSkillsForVehicleProfessions (line 4529) | public static boolean updateSkillsForVehicleProfessions(LocalDate toda... method sexualityCompatibilityHandler (line 4628) | private static void sexualityCompatibilityHandler(boolean marriageable... method setSalary (line 4641) | public void setSalary(final Money salary) { method getSalary (line 4672) | public Money getSalary(final Campaign campaign) { method getEdgeTriggersList (line 4756) | private static List getEdgeTriggersList() { method updateOptions (line 4777) | private static void updateOptions(String edgeTriggers, Person retVal, ... method removeUnusedEdgeTriggers (line 4800) | private static void removeUnusedEdgeTriggers(Person retVal, List skillNa... method getProfessionSkills (line 5285) | public List getProfessionSkills(final Campaign campaign, final... method getFullDesc (line 5306) | public String getFullDesc(final Campaign campaign) { method getHTMLTitle (line 5310) | public String getHTMLTitle() { method getFullTitle (line 5322) | public String getFullTitle() { method getTitleAndSurname (line 5356) | public String getTitleAndSurname() { method makeHTMLRank (line 5374) | public String makeHTMLRank() { method getHyperlinkedFullTitle (line 5378) | public String getHyperlinkedFullTitle() { method getFullTitleAndProfessions (line 5382) | public String getFullTitleAndProfessions() { method getPrimaryDesignator (line 5389) | public ROMDesignation getPrimaryDesignator() { method setPrimaryDesignator (line 5396) | public void setPrimaryDesignator(final ROMDesignation primaryDesignato... method getSecondaryDesignator (line 5404) | public ROMDesignation getSecondaryDesignator() { method setSecondaryDesignator (line 5411) | public void setSecondaryDesignator(final ROMDesignation secondaryDesig... method getHealingDifficulty (line 5416) | public int getHealingDifficulty(final Campaign campaign) { method getHealingMods (line 5420) | public TargetRollModifier getHealingMods(final Campaign campaign) { method fail (line 5424) | public String fail() { method hasSkill (line 5429) | public boolean hasSkill(final @Nullable String skillName) { method getSkills (line 5433) | public Skills getSkills() { method getSkill (line 5437) | public @Nullable Skill getSkill(final @Nullable String skillName) { method getSkillLevel (line 5455) | public int getSkillLevel(final String skillName, boolean isUseAgingEff... method getSkillLevelOrNegative (line 5474) | public int getSkillLevelOrNegative(final String skillName, boolean isU... method getSkillLevelOrNegative (line 5480) | public int getSkillLevelOrNegative(final String skillName, SkillModifi... method addSkill (line 5488) | public void addSkill(final String skillName, final Skill skill) { method addSkill (line 5492) | public void addSkill(final String skillName, final int level, final in... method removeSkill (line 5496) | public void removeSkill(final String skillName) { method getSkillNumber (line 5503) | public int getSkillNumber() { method getKnownSkillsBySkillSubType (line 5521) | public List getKnownSkillsBySkillSubType(List sk... method removeAllSkills (line 5535) | public void removeAllSkills() { method limitSkills (line 5542) | public void limitSkills(final int maxLevel) { method improveSkill (line 5550) | public void improveSkill(final String skillName) { method getCostToImprove (line 5573) | public int getCostToImprove(final String skillName, final boolean useR... method getAwardController (line 5603) | public PersonAwardController getAwardController() { method getHits (line 5608) | public int getHits() { method setHits (line 5612) | public void setHits(final int hits) { method getHitsPrior (line 5619) | public int getHitsPrior() { method setHitsPrior (line 5628) | public void setHitsPrior(final int hitsPrior) { method isLocationMissing (line 5638) | public boolean isLocationMissing(final @Nullable BodyLocation location) { method heal (line 5645) | public void heal() { method needsFixing (line 5652) | public boolean needsFixing() { method succeed (line 5659) | @Deprecated(since = "0.50.06", forRemoval = true) method getOptions (line 5668) | public PersonnelOptions getOptions() { method setOptions (line 5672) | public void setOptions(final PersonnelOptions options) { method getOptions (line 5679) | public Enumeration getOptions(final String groupKey) { method countOptions (line 5683) | public int countOptions(final String groupKey) { method getOptionList (line 5708) | public String getOptionList(@Nullable String sep, final String groupKe... method getAbilityListAsString (line 5744) | public @Nullable String getAbilityListAsString(final String type) { method getEdge (line 5767) | public int getEdge() { method getAdjustedEdge (line 5779) | public int getAdjustedEdge() { method setEdge (line 5791) | public void setEdge(final int edge) { method changeEdge (line 5795) | public void changeEdge(final int amount) { method resetCurrentEdge (line 5802) | public void resetCurrentEdge() { method setCurrentEdge (line 5811) | public void setCurrentEdge(final int currentEdge) { method changeCurrentEdge (line 5815) | public void changeCurrentEdge(final int amount) { method getCurrentEdge (line 5822) | public int getCurrentEdge() { method setEdgeUsed (line 5826) | public void setEdgeUsed(final int edgeUsedThisRound) { method getEdgeUsed (line 5830) | public int getEdgeUsed() { method setEdgeTrigger (line 5837) | public void setEdgeTrigger(final String name, final boolean status) { method changeEdgeTrigger (line 5852) | public void changeEdgeTrigger(final String name) { method getEdgeTooltip (line 5865) | public String getEdgeTooltip() { method canDrive (line 5894) | public boolean canDrive(final Entity entity, final boolean isUseAltAdv... method canGun (line 5952) | public boolean canGun(final Entity entity) { method canTech (line 6005) | public boolean canTech(final Entity entity) { method getDailyAvailableTechTime (line 6034) | public int getDailyAvailableTechTime(final boolean isTechsUseAdministr... method getMaintenanceTimeUsing (line 6038) | public int getMaintenanceTimeUsing() { method isMothballing (line 6045) | public boolean isMothballing() { method isBusy (line 6066) | public boolean isBusy() { method getUnit (line 6124) | public @Nullable Unit getUnit() { method getEntity (line 6128) | public @Nullable Entity getEntity() { method setUnit (line 6136) | public void setUnit(final @Nullable Unit unit) { method removeTechUnit (line 6140) | public void removeTechUnit(final Unit unit) { method addTechUnit (line 6144) | public void addTechUnit(final Unit unit) { method clearTechUnits (line 6152) | public void clearTechUnits() { method getTechUnits (line 6156) | public List getTechUnits() { method removeAllTechJobs (line 6160) | public void removeAllTechJobs(final Campaign campaign) { method getMinutesLeft (line 6184) | public int getMinutesLeft() { method setMinutesLeft (line 6188) | public void setMinutesLeft(final int minutesLeft) { method isNotSelf (line 6203) | private boolean isNotSelf(Person p) { method getOvertimeLeft (line 6207) | public int getOvertimeLeft() { method setOvertimeLeft (line 6211) | public void setOvertimeLeft(final int overtimeLeft) { method resetMinutesLeft (line 6225) | public void resetMinutesLeft(boolean isTechsUseAdministration) { method getBestTechSkill (line 6247) | public @Nullable Skill getBestTechSkill() { method isTech (line 6272) | public boolean isTech() { method isTechExpanded (line 6281) | public boolean isTechExpanded() { method isTechLargeVessel (line 6289) | public boolean isTechLargeVessel() { method isTechMek (line 6294) | public boolean isTechMek() { method isTechAero (line 6299) | public boolean isTechAero() { method isTechMechanic (line 6304) | public boolean isTechMechanic() { method isTechBA (line 6309) | public boolean isTechBA() { method isAstech (line 6314) | public boolean isAstech() { method isRole (line 6334) | public boolean isRole(PersonnelRole role) { method calculateTechTimeMultiplier (line 6373) | public double calculateTechTimeMultiplier(boolean isTechsUseAdministra... method isAdministrator (line 6400) | public boolean isAdministrator() { method isDoctor (line 6404) | public boolean isDoctor() { method getDoctorMedicalCapacity (line 6422) | public int getDoctorMedicalCapacity(final boolean doctorsUseAdministra... method isSupport (line 6449) | public boolean isSupport() { method isCombat (line 6453) | public boolean isCombat() { method isDependent (line 6457) | public boolean isDependent() { method isCivilian (line 6461) | public boolean isCivilian() { method isTaskOvertime (line 6465) | public boolean isTaskOvertime(final IPartWork partWork) { method getSkillForWorkingOn (line 6469) | public @Nullable Skill getSkillForWorkingOn(final IPartWork part) { method getSkillForWorkingOn (line 6561) | public @Nullable Skill getSkillForWorkingOn(final @Nullable Unit unit) { method getSkillForWorkingOn (line 6585) | public @Nullable Skill getSkillForWorkingOn(final @Nullable String ski... method getBestTechLevel (line 6611) | public int getBestTechLevel() { method isRightTechTypeFor (line 6634) | public boolean isRightTechTypeFor(final IPartWork part) { method getDoctorId (line 6657) | public @Nullable UUID getDoctorId() { method getAdjustedToughness (line 6673) | public int getAdjustedToughness() { method getDirectToughness (line 6694) | public int getDirectToughness() { method setToughness (line 6699) | public void setToughness(final int toughness) { method getHasGainedVeterancySPA (line 6703) | public boolean getHasGainedVeterancySPA() { method setHasGainedVeterancySPA (line 6707) | public void setHasGainedVeterancySPA(final boolean hasGainedVeterancyS... method getConnections (line 6720) | public int getConnections() { method getAdjustedConnections (line 6751) | public int getAdjustedConnections(boolean excludeTemporaryAdjustments) { method setConnections (line 6779) | public void setConnections(final int connections) { method changeConnections (line 6791) | public void changeConnections(final int delta) { method getWealth (line 6796) | public int getWealth() { method setWealth (line 6800) | public void setWealth(final int wealth) { method changeWealth (line 6812) | public void changeWealth(final int delta) { method isHasPerformedExtremeExpenditure (line 6817) | public boolean isHasPerformedExtremeExpenditure() { method setHasPerformedExtremeExpenditure (line 6821) | public void setHasPerformedExtremeExpenditure(final boolean hasPerform... method getExtraIncome (line 6833) | public ExtraIncome getExtraIncome() { method getExtraIncomeTraitLevel (line 6845) | public int getExtraIncomeTraitLevel() { method setExtraIncomeFromTraitLevel (line 6860) | public void setExtraIncomeFromTraitLevel(final int traitLevel) { method setExtraIncomeDirect (line 6873) | public void setExtraIncomeDirect(final ExtraIncome extraIncome) { method getReputation (line 6887) | public int getReputation() { method getAdjustedReputation (line 6911) | public int getAdjustedReputation(boolean isUseAgingEffects, boolean is... method setReputation (line 6936) | public void setReputation(final int reputation) { method changeReputation (line 6948) | public void changeReputation(final int delta) { method getUnlucky (line 6953) | public int getUnlucky() { method setUnlucky (line 6957) | public void setUnlucky(final int unlucky) { method changeUnlucky (line 6961) | public void changeUnlucky(final int delta) { method getBloodmark (line 6966) | public int getBloodmark() { method getBloodmarkValue (line 6970) | public Money getBloodmarkValue() { method setBloodmark (line 6974) | public void setBloodmark(final int unlucky) { method changeBloodmark (line 6978) | public void changeBloodmark(final int delta) { method getBloodhuntSchedule (line 6983) | public List getBloodhuntSchedule() { method addBloodhuntDate (line 6987) | public void addBloodhuntDate(final LocalDate date) { method removeBloodhuntDate (line 6991) | public void removeBloodhuntDate(final LocalDate date) { method getATOWAttributes (line 7005) | public Attributes getATOWAttributes() { method setAttributeScore (line 7023) | public void setAttributeScore(final SkillAttribute attribute, final in... method getAttributeScore (line 7042) | public int getAttributeScore(final SkillAttribute attribute) { method getAttributeCap (line 7067) | public int getAttributeCap(final SkillAttribute attribute) { method getAttributeModifier (line 7086) | public int getAttributeModifier(final SkillAttribute attribute) { method setATOWAttributes (line 7109) | public void setATOWAttributes(final Attributes atowAttributes) { method changeAttributeScore (line 7130) | public void changeAttributeScore(final SkillAttribute attribute, final... method resetSkillTypes (line 7142) | public void resetSkillTypes() { method getNTasks (line 7146) | public int getNTasks() { method setNTasks (line 7150) | public void setNTasks(final int nTasks) { method changeNTasks (line 7154) | public void changeNTasks(int delta) { method getPersonnelLog (line 7161) | @Deprecated(forRemoval = true, since = "0.50.5") method getPersonalLog (line 7166) | public List getPersonalLog() { method getMedicalLog (line 7171) | public List getMedicalLog() { method getPatientLog (line 7176) | public List getPatientLog() { method getScenarioLog (line 7181) | public List getScenarioLog() { method getAssignmentLog (line 7186) | public List getAssignmentLog() { method getPerformanceLog (line 7191) | public List getPerformanceLog() { method addLogEntry (line 7199) | @Deprecated(forRemoval = true, since = "0.50.5") method addPersonalLogEntry (line 7204) | public void addPersonalLogEntry(final LogEntry entry) { method addMedicalLogEntry (line 7208) | public void addMedicalLogEntry(final LogEntry entry) { method addPatientLogEntry (line 7212) | public void addPatientLogEntry(final LogEntry entry) { method addScenarioLogEntry (line 7216) | public void addScenarioLogEntry(final LogEntry entry) { method addAssignmentLogEntry (line 7220) | public void addAssignmentLogEntry(final LogEntry entry) { method addPerformanceLogEntry (line 7224) | public void addPerformanceLogEntry(final LogEntry entry) { method getInjuries (line 7234) | public List getInjuries() { method getActiveInjuryTypes (line 7238) | public Set getActiveInjuryTypes() { method getActiveInjuryEffects (line 7248) | public List getActiveInjuryEffects() { method getTotalInjurySeverity (line 7253) | public int getTotalInjurySeverity() { method getNonPermanentInjurySeverity (line 7275) | public int getNonPermanentInjurySeverity() { method getPermanentInjuries (line 7286) | public List getPermanentInjuries() { method getProstheticInjuries (line 7290) | public List getProstheticInjuries() { method getNonProstheticInjuries (line 7296) | public List getNonProstheticInjuries() { method clearInjuriesExcludingProsthetics (line 7315) | public void clearInjuriesExcludingProsthetics(LocalDate today) { method clearProstheticInjuries (line 7343) | public void clearProstheticInjuries(LocalDate today) { method removeInjury (line 7358) | public void removeInjury(final Injury injury, final LocalDate today) { method hasPlanetaryInoculation (line 7374) | public boolean hasPlanetaryInoculation(String planetId) { method addPlanetaryInoculation (line 7378) | public void addPlanetaryInoculation(String planetId) { method hasCanonDiseaseInoculation (line 7384) | public boolean hasCanonDiseaseInoculation(String injuryTypeKey) { method addCanonDiseaseInoculation (line 7388) | public void addCanonDiseaseInoculation(String injuryKey) { method diagnose (line 7394) | public void diagnose(final Campaign campaign, final int hits) { method getAbilityTimeModifier (line 7400) | public int getAbilityTimeModifier(final Campaign campaign) { method hasInjury (line 7420) | public boolean hasInjury(final BodyLocation location) { method needsAMFixing (line 7424) | public boolean needsAMFixing() { method getInjuryModifiers (line 7460) | public int getInjuryModifiers(boolean isPiloting) { method hasInjuries (line 7526) | public boolean hasInjuries(final boolean permanentCheck) { method hasOnlyHealedPermanentInjuries (line 7540) | public boolean hasOnlyHealedPermanentInjuries() { method getInjuriesByLocation (line 7545) | public List getInjuriesByLocation(final BodyLocation location) { method getInjuryByLocation (line 7550) | public @Nullable Injury getInjuryByLocation(final BodyLocation locatio... method addInjury (line 7554) | public void addInjury(final Injury injury) { method getOriginalUnitWeight (line 7563) | public int getOriginalUnitWeight() { method setOriginalUnitWeight (line 7567) | public void setOriginalUnitWeight(final int originalUnitWeight) { method getOriginalUnitTech (line 7571) | public int getOriginalUnitTech() { method setOriginalUnitTech (line 7575) | public void setOriginalUnitTech(final int originalUnitTech) { method getOriginalUnitId (line 7579) | public UUID getOriginalUnitId() { method setOriginalUnitId (line 7583) | public void setOriginalUnitId(final UUID originalUnitId) { method setOriginalUnit (line 7587) | public void setOriginalUnit(final Unit unit) { method getNumShares (line 7618) | public int getNumShares(final Campaign campaign, final boolean sharesF... method isEngineer (line 7654) | public boolean isEngineer() { method setEngineer (line 7658) | public void setEngineer(final boolean engineer) { method getRansomValue (line 7668) | public Money getRansomValue(final Campaign campaign) { class PersonUnitRef (line 7675) | public static class PersonUnitRef extends Unit { method PersonUnitRef (line 7676) | private PersonUnitRef(final UUID id) { method fixReferences (line 7681) | public void fixReferences(final Campaign campaign) { method getLoyaltyModifier (line 7709) | public int getLoyaltyModifier(int loyalty) { method getReasoningXpCostMultiplier (line 7739) | public double getReasoningXpCostMultiplier(final boolean useReasoningX... method removeAllSkillsOfSubType (line 7769) | public void removeAllSkillsOfSubType(SkillSubType subType) { method updateTimeData (line 7781) | public void updateTimeData(LocalDate today) { method gambleWealth (line 7847) | public String gambleWealth() { method processDiscontinuationSyndrome (line 7904) | public void processDiscontinuationSyndrome(Campaign campaign, boolean ... method processCripplingFlashbacks (line 7961) | public void processCripplingFlashbacks(Campaign campaign, boolean useA... method processSplitPersonality (line 8000) | public String processSplitPersonality(boolean hasSplitPersonality, boo... method generateAlternativePersonality (line 8027) | private void generateAlternativePersonality() { method generateSplitPersonalityPersonalityCharacteristics (line 8045) | private void generateSplitPersonalityPersonalityCharacteristics() { method generateSplitPersonalityName (line 8115) | private void generateSplitPersonalityName(Faction chosenFaction) { method generateSplitPersonalityOriginFaction (line 8136) | private Faction generateSplitPersonalityOriginFaction() { method switchPersonality (line 8162) | void switchPersonality() { method processChildlikeRegression (line 8239) | public String processChildlikeRegression(Campaign campaign, boolean us... method processCatatonia (line 8290) | public String processCatatonia(Campaign campaign, boolean useAdvancedM... method processConfusion (line 8340) | public String processConfusion(Campaign campaign, boolean useAdvancedM... method processBerserkerFrenzy (line 8390) | public String processBerserkerFrenzy(Campaign campaign, boolean useAdv... method processClinicalParanoia (line 8457) | public String processClinicalParanoia( method processHysteria (line 8489) | public String processHysteria(Campaign campaign, boolean useAdvancedMe... method getNonDeployedVictims (line 8529) | private void getNonDeployedVictims(LocalDate today, List allAc... method getLocalVictims (line 8570) | private void getLocalVictims(LocalDate today, List allActivePe... method isDarkSecretRevealed (line 8622) | public String isDarkSecretRevealed(boolean hasDarkSecret, boolean forc... method hasDarkSecret (line 8682) | public boolean hasDarkSecret() { method getDarkSecretModifier (line 8706) | public int getDarkSecretModifier(final boolean isReputation) { method checkForConnectionsReestablishContact (line 8736) | public String checkForConnectionsReestablishContact(LocalDate today) { method performConnectionsWealthCheck (line 8761) | public String performConnectionsWealthCheck(LocalDate today, Finances ... method checkForBurnedContacts (line 8809) | public String checkForBurnedContacts(LocalDate today) { method checkForIlliterateRemoval (line 8839) | public void checkForIlliterateRemoval() { method getSkillModifierData (line 8866) | public SkillModifierData getSkillModifierData() { method getSkillModifierData (line 8892) | public SkillModifierData getSkillModifierData(boolean excludeInjuryEff... method getSkillModifierData (line 8916) | public SkillModifierData getSkillModifierData(boolean isUseAgingEffect... method getSkillModifierData (line 8942) | public SkillModifierData getSkillModifierData(boolean isUseAgingEffect... method getAdvancedAsTechContribution (line 8969) | public int getAdvancedAsTechContribution() { method invalidateAdvancedAsTechContribution (line 8989) | public void invalidateAdvancedAsTechContribution() { method setAdvancedAsTechContribution (line 8993) | public void setAdvancedAsTechContribution(int contribution) { FILE: MekHQ/src/mekhq/campaign/personnel/PersonAwardController.java class PersonAwardController (line 53) | public class PersonAwardController { method PersonAwardController (line 59) | public PersonAwardController(Person person) { method getAwards (line 67) | public List getAwards() { method hasAward (line 77) | public boolean hasAward(Award award) { method hasAward (line 87) | public boolean hasAward(String set, String name) { method hasAwards (line 94) | public boolean hasAwards() { method hasAwardsWithRibbons (line 101) | public boolean hasAwardsWithRibbons() { method hasAwardsWithMedals (line 108) | public boolean hasAwardsWithMedals() { method hasAwardsWithMiscs (line 115) | public boolean hasAwardsWithMiscs() { method addAndLogAward (line 126) | public void addAndLogAward(final Campaign campaign, final String setNa... method addAwardFromXml (line 174) | public void addAwardFromXml(final @Nullable Award award) { method removeAward (line 197) | public void removeAward(String setName, String awardName, LocalDate aw... method removeAwardSilent (line 219) | public void removeAwardSilent(String setName, String awardName, LocalD... method logAward (line 239) | public void logAward(Award award, LocalDate date) { method getAward (line 250) | public Award getAward(String set, String name) { method getFirstAwardIgnoringSet (line 267) | public Award getFirstAwardIgnoringSet(String name) { method getNumberOfAwards (line 281) | public int getNumberOfAwards(Award award) { FILE: MekHQ/src/mekhq/campaign/personnel/PersonUtility.java class PersonUtility (line 56) | public class PersonUtility { method reRollAdvantages (line 68) | public static void reRollAdvantages(Campaign campaign, Person person, ... method reRollLoyalty (line 92) | public static void reRollLoyalty(Person person, SkillLevel skillLevel) { method overrideSkills (line 108) | @Deprecated(since = "0.50.06", forRemoval = true) method overrideSkills (line 140) | public static void overrideSkills(boolean isAdminsHaveNegotiation, boo... method addSkillsAndRandomize (line 165) | private static void addSkillsAndRandomize(Person person, List ... method randomizeSkills (line 184) | private static void randomizeSkills(Person person, List skills) { method addSkillFixedExperienceLevel (line 208) | private static void addSkillFixedExperienceLevel(Person person, String... FILE: MekHQ/src/mekhq/campaign/personnel/PersonnelOptions.java class PersonnelOptions (line 57) | public class PersonnelOptions extends PilotOptions { method initialize (line 200) | @Override method addOption (line 381) | @Override method getOptions (line 390) | public Enumeration getOptions(String grpKey) { method acquireAbility (line 403) | public void acquireAbility(final String type, final String name, final... method getCompulsionCheckModifier (line 441) | public static int getCompulsionCheckModifier(String name) { method getOptionsInfoImp (line 455) | @Override class PersonnelOptionsInfo (line 467) | private static class PersonnelOptionsInfo extends AbstractOptionsInfo { method getInstance (line 473) | public static AbstractOptionsInfo getInstance() { method PersonnelOptionsInfo (line 483) | protected PersonnelOptionsInfo() { method getOptionInfo (line 487) | @Override method setOptionInfo (line 492) | private void setOptionInfo(String name) { method getDisplayableName (line 506) | @Override method getDisplayableNameWithValue (line 518) | @Override method getDescription (line 530) | @Override method getTextFieldLength (line 542) | @Override method isLabelBeforeTextField (line 547) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/PronounData.java method PronounData (line 71) | public PronounData(Gender gender) { FILE: MekHQ/src/mekhq/campaign/personnel/RandomDependents.java class RandomDependents (line 62) | public class RandomDependents { method RandomDependents (line 84) | public RandomDependents(Campaign campaign) { method calculateDependentCapacity (line 105) | int calculateDependentCapacity() { method processMonthlyRemovalAndAddition (line 121) | public void processMonthlyRemovalAndAddition() { method prepareData (line 151) | int prepareData() { method dependentsRollForRemoval (line 177) | void dependentsRollForRemoval() { method isRemovalEligible (line 235) | boolean isRemovalEligible(Person dependent, LocalDate currentDate) { method dependentsAddNew (line 252) | void dependentsAddNew(int dependentCount) { FILE: MekHQ/src/mekhq/campaign/personnel/SkillPrerequisite.java class SkillPrerequisite (line 75) | public class SkillPrerequisite { method SkillPrerequisite (line 79) | public SkillPrerequisite() { method clone (line 82) | @Override method isEmpty (line 89) | public boolean isEmpty() { method qualifies (line 93) | public boolean qualifies(Person p) { method qualifies (line 109) | public boolean qualifies(Skills skills) { method qualifies (line 131) | public boolean qualifies(int unitType) { method getSkillLevel (line 166) | public int getSkillLevel(String skillName) { method addPrereq (line 173) | public void addPrereq(String type, int lvl) { method toString (line 177) | @Override method writeToXML (line 198) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 214) | public static SkillPrerequisite generateInstanceFromXML(Node wn) { method parseStringForName (line 243) | private static String parseStringForName(String s) { method parseStringForLevel (line 247) | private static int parseStringForLevel(String s) { FILE: MekHQ/src/mekhq/campaign/personnel/SpecialAbility.java class SpecialAbility (line 83) | public class SpecialAbility { method SpecialAbility (line 121) | public SpecialAbility() { method SpecialAbility (line 125) | public SpecialAbility(String name) { method SpecialAbility (line 129) | public SpecialAbility(String name, String display, String description) { method clone (line 144) | @Override method isEligible (line 162) | public boolean isEligible(Person p) { method isEligible (line 187) | public boolean isEligible(boolean isClanPilot, Skills skills, Personne... method isEligible (line 212) | public boolean isEligible(int unitType) { method getDisplayName (line 216) | public String getDisplayName() { method getDescription (line 220) | public String getDescription() { method getName (line 224) | public String getName() { method getCost (line 228) | public int getCost() { method setCost (line 232) | public void setCost(int cost) { method getOriginOnly (line 236) | public boolean getOriginOnly() { method setOriginOnly (line 240) | @Deprecated(since = "0.51.0", forRemoval = true) method getWeight (line 245) | public int getWeight() { method setWeight (line 249) | public void setWeight(int weight) { method getPrereqSkills (line 253) | public Vector getPrereqSkills() { method setPrereqSkills (line 257) | public void setPrereqSkills(Vector prereq) { method getPrereqAbilities (line 261) | public Vector getPrereqAbilities() { method setPrereqAbilities (line 265) | public void setPrereqAbilities(Vector prereq) { method getInvalidAbilities (line 269) | public Vector getInvalidAbilities() { method setInvalidAbilities (line 273) | public void setInvalidAbilities(Vector invalid) { method getRemovedAbilities (line 277) | public Vector getRemovedAbilities() { method setRemovedAbilities (line 281) | public void setRemovedAbilities(Vector remove) { method getChoiceValues (line 285) | public Vector getChoiceValues() { method writeToXML (line 289) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 306) | public static void generateInstanceFromXML(Node wn, PersonnelOptions o... method generateInstanceFromCampaignXML (line 364) | public static void generateInstanceFromCampaignXML(Node wn, PersonnelO... method generateSeparateInstanceFromXML (line 429) | public static void generateSeparateInstanceFromXML(Node wn, Map getSpecialAbilities() { method getDefaultAbility (line 544) | public static @Nullable SpecialAbility getDefaultAbility(String name) { method getDefaultSpecialAbilities (line 548) | public static Map getDefaultSpecialAbilities() { method replaceSpecialAbilities (line 552) | public static void replaceSpecialAbilities(Map... method getOption (line 556) | public static @Nullable SpecialAbility getOption(String name) { method chooseWeaponSpecialization (line 573) | public static @Nullable String chooseWeaponSpecialization(final Person... method addValidWeaponryToMap (line 604) | private static void addValidWeaponryToMap(final EquipmentType equipmen... method isWeaponEligibleForSPA (line 643) | public static boolean isWeaponEligibleForSPA(EquipmentType et, Personn... method getAllPrereqDesc (line 681) | public String getAllPrereqDesc() { method getInvalidDesc (line 698) | public String getInvalidDesc() { method getRemovedDesc (line 706) | public String getRemovedDesc() { method getDisplayName (line 714) | public static String getDisplayName(String name) { method clearSPA (line 719) | public static void clearSPA() { method setSpecialAbilities (line 723) | public static void setSpecialAbilities(Map spH... method getWeightedSpecialAbilities (line 727) | public static List getWeightedSpecialAbilities() { method getWeightedSpecialAbilities (line 731) | public static List getWeightedSpecialAbilities(Collect... FILE: MekHQ/src/mekhq/campaign/personnel/advancedCharacterBuilder/ATOWLifeStage.java type ATOWLifeStage (line 51) | public enum ATOWLifeStage { method ATOWLifeStage (line 72) | ATOWLifeStage(int order, String lookupName) { method getOrder (line 85) | public int getOrder() { method getLookupName (line 97) | public String getLookupName() { method fromLookupName (line 111) | public static @Nullable ATOWLifeStage fromLookupName(String lookup) { method fromOrder (line 137) | public static @Nullable ATOWLifeStage fromOrder(int order) { method fromString (line 159) | public static @Nullable ATOWLifeStage fromString(String text) { FILE: MekHQ/src/mekhq/campaign/personnel/advancedCharacterBuilder/LifePathCategory.java type LifePathCategory (line 46) | public enum LifePathCategory { method LifePathCategory (line 124) | LifePathCategory(String lookupName) { method getLookupName (line 136) | public String getLookupName() { method fromLookupName (line 150) | public static @Nullable LifePathCategory fromLookupName(String lookup) { FILE: MekHQ/src/mekhq/campaign/personnel/advancedCharacterBuilder/LifePathDataClassLookup.java type LifePathDataClassLookup (line 47) | public enum LifePathDataClassLookup { method LifePathDataClassLookup (line 68) | LifePathDataClassLookup(String lookupName) { method getLookupName (line 80) | public String getLookupName() { method fromLookupName (line 95) | public static @Nullable LifePathDataClassLookup fromLookupName(String ... FILE: MekHQ/src/mekhq/campaign/personnel/advancedCharacterBuilder/LifePathEntryData.java method fromRawEntry (line 93) | public static LifePathEntryData fromRawEntry(String rawLifePathEntry) { method getTrait (line 132) | public int getTrait(LifePathEntryDataTraitLookup trait) { method getTraitValue (line 151) | private int getTraitValue(LifePathEntryDataTraitLookup trait, boolean is... method getFactionCode (line 178) | public @Nullable String getFactionCode() { method getLifePathUUID (line 194) | public @Nullable UUID getLifePathUUID() { method getLifePathCategory (line 219) | public int getLifePathCategory(LifePathCategory category) { method getSkill (line 241) | public int getSkill(String skillName) { method getSkillAttribute (line 269) | public int getSkillAttribute(SkillAttribute attribute) { method getSPA (line 296) | @Deprecated(since = "0.51.0", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/personnel/advancedCharacterBuilder/LifePathEntryDataTraitLookup.java type LifePathEntryDataTraitLookup (line 47) | public enum LifePathEntryDataTraitLookup { method LifePathEntryDataTraitLookup (line 70) | LifePathEntryDataTraitLookup(String lookupName) { method getLookupName (line 82) | public String getLookupName() { method fromLookupName (line 97) | public static @Nullable LifePathEntryDataTraitLookup fromLookupName(St... FILE: MekHQ/src/mekhq/campaign/personnel/advancedCharacterBuilder/LifePathRecord.java method fromRawEntry (line 89) | public static LifePathRecord fromRawEntry(@Nullable String rawID, @Nulla... method translateLifePathEntryMap (line 262) | private static Map> translateLifePathEn... FILE: MekHQ/src/mekhq/campaign/personnel/autoAwards/AutoAwardsController.java class AutoAwardsController (line 62) | public class AutoAwardsController { method ManualController (line 86) | public void ManualController(Campaign campaign, boolean isManualPrompt) { method PromotionController (line 122) | public void PromotionController(Campaign campaign, boolean isManualPro... method PostMissionController (line 151) | public void PostMissionController(Campaign campaign, Mission mission, ... method PostScenarioController (line 181) | public void PostScenarioController(Campaign campaign, HashMap per... method getPersonnel (line 271) | private List getPersonnel() { method getLastMissionEndDate (line 321) | private LocalDate getLastMissionEndDate() { method getLastContractEndingDate (line 339) | private static LocalDate getLastContractEndingDate(List c... method buildAwardLists (line 367) | private void buildAwardLists(int awardListCase) { method ProcessAwards (line 675) | private void ProcessAwards(List personnel, Boolean missionWasSuc... method ProcessAwards (line 689) | private void ProcessAwards(List personnel, Boolean missionWasSuc... method ContractAwardsManager (line 822) | private Map> ContractAwardsManager(List pe... method FactionHunterAwardsManager (line 861) | private Map> FactionHunterAwardsManager(List> InjuryAwardsManager(HashMap> KillAwardsManager(List person... method ScenarioKillAwardsManager (line 978) | private Map> ScenarioKillAwardsManager(List> MiscAwardsManager(HashMap> MiscAwardsManager(HashMap> RankAwardsManager(List person... method ScenarioAwardsManager (line 1160) | private Map> ScenarioAwardsManager(List pe... method SkillAwardsManager (line 1194) | private Map> SkillAwardsManager(List perso... method TheatreOfWarAwardsManager (line 1228) | private Map> TheatreOfWarAwardsManager(List> TimeAwardsManager(List person... method TrainingAwardsManager (line 1298) | private Map> TrainingAwardsManager(List pe... method prepareAwardData (line 1337) | public static Map> prepareAwardData(UUID person,... FILE: MekHQ/src/mekhq/campaign/personnel/autoAwards/ContractAwards.java class ContractAwards (line 49) | public class ContractAwards { method ContractAwardsProcessor (line 61) | public static Map> ContractAwardsProcessor(Campa... FILE: MekHQ/src/mekhq/campaign/personnel/autoAwards/FactionHunterAwards.java class FactionHunterAwards (line 47) | public class FactionHunterAwards { method FactionHunterAwardsProcessor (line 57) | public static Map> FactionHunterAwardsProcessor(... FILE: MekHQ/src/mekhq/campaign/personnel/autoAwards/InjuryAwards.java class InjuryAwards (line 44) | public class InjuryAwards { method InjuryAwardsProcessor (line 55) | public static Map> InjuryAwardsProcessor(Campaig... FILE: MekHQ/src/mekhq/campaign/personnel/autoAwards/KillAwards.java class KillAwards (line 62) | public class KillAwards { method KillAwardProcessor (line 74) | public static Map> KillAwardProcessor(Campaign c... method walkToeForKills (line 349) | private static List walkToeForKills(Map> kil... method getFormation (line 382) | private static FormationLevel getFormation(Award award) { FILE: MekHQ/src/mekhq/campaign/personnel/autoAwards/MiscAwards.java class MiscAwards (line 57) | public class MiscAwards { method MiscAwardsProcessor (line 76) | public static Map> MiscAwardsProcessor(Campaign ... method MissionAccomplishedAward (line 150) | private static boolean MissionAccomplishedAward(Campaign campaign, Awa... method HouseWorldWar (line 163) | private static boolean HouseWorldWar(Campaign campaign, @Nullable Miss... method Periphery (line 200) | private static boolean Periphery(Campaign campaign, @Nullable Mission ... method MedalOfHonor (line 227) | private static boolean MedalOfHonor(Campaign campaign, Award award, UU... method CeremonialDuty (line 247) | private static boolean CeremonialDuty(Campaign campaign, Award award, ... method prisonerOfWar (line 279) | private static boolean prisonerOfWar(Campaign campaign, Award award, U... method drillInstructor (line 297) | private static boolean drillInstructor(Campaign campaign, Award award,... method supportPersonOfTheYear (line 317) | private static boolean supportPersonOfTheYear(Campaign campaign, Award... FILE: MekHQ/src/mekhq/campaign/personnel/autoAwards/RankAwards.java class RankAwards (line 45) | public class RankAwards { type RankAwardsEnums (line 49) | enum RankAwardsEnums { method RankAwardsEnums (line 56) | RankAwardsEnums(String name) { method getName (line 60) | public String getName() { method RankAwardsProcessor (line 73) | public static Map> RankAwardsProcessor(Campaign ... FILE: MekHQ/src/mekhq/campaign/personnel/autoAwards/ScenarioAwards.java class ScenarioAwards (line 44) | public class ScenarioAwards { method ScenarioAwardsProcessor (line 55) | public static Map> ScenarioAwardsProcessor(Campa... FILE: MekHQ/src/mekhq/campaign/personnel/autoAwards/ScenarioKillAwards.java class ScenarioKillAwards (line 44) | public class ScenarioKillAwards { method ScenarioKillAwardsProcessor (line 57) | public static Map> ScenarioKillAwardsProcessor(C... FILE: MekHQ/src/mekhq/campaign/personnel/autoAwards/SkillAwards.java class SkillAwards (line 48) | public class SkillAwards { method SkillAwardsProcessor (line 58) | public static Map> SkillAwardsProcessor(Campaign... method processSkills (line 111) | private static int processSkills(Campaign campaign, Award award, UUID ... method getSkillLevel (line 317) | private static int getSkillLevel(Campaign campaign, List relev... FILE: MekHQ/src/mekhq/campaign/personnel/autoAwards/TheatreOfWarAwards.java class TheatreOfWarAwards (line 50) | public class TheatreOfWarAwards { method TheatreOfWarAwardsProcessor (line 62) | public static Map> TheatreOfWarAwardsProcessor(C... method isDuringWartime (line 155) | private static boolean isDuringWartime(List wartime, int contr... method hasLoyalty (line 174) | private static boolean hasLoyalty(String missionFaction, List ... method processFaction (line 184) | static boolean processFaction(String missionFaction, String belligeren... FILE: MekHQ/src/mekhq/campaign/personnel/autoAwards/TimeAwards.java class TimeAwards (line 44) | public class TimeAwards { method TimeAwardsProcessor (line 54) | public static Map> TimeAwardsProcessor(Campaign ... FILE: MekHQ/src/mekhq/campaign/personnel/autoAwards/TrainingAwards.java class TrainingAwards (line 47) | public class TrainingAwards { method TrainingAwardsProcessor (line 61) | public static Map> TrainingAwardsProcessor(Campa... FILE: MekHQ/src/mekhq/campaign/personnel/backgrounds/BackgroundsController.java class BackgroundsController (line 50) | public class BackgroundsController { method generateBackground (line 54) | public static void generateBackground(Campaign campaign, Person person) { method randomMercenaryCompanyNameGenerator (line 67) | public static String randomMercenaryCompanyNameGenerator(@Nullable Per... method getNameBody (line 83) | private static String getNameBody(String name) { method getPrefix (line 120) | private static String getPrefix(Person commander) { method getCommanderName (line 144) | private static String getCommanderName(@Nullable Person commander) { method getNewWord (line 161) | private static String getNewWord(String name, WeightedIntMap w... method checkIfNameContains (line 179) | private static boolean checkIfNameContains(String currentName, String ... method getNumericalNameStart (line 190) | private static String getNumericalNameStart() { FILE: MekHQ/src/mekhq/campaign/personnel/backgrounds/RandomCompanyNameGenerator.java class RandomCompanyNameGenerator (line 55) | public class RandomCompanyNameGenerator implements Serializable { method RandomCompanyNameGenerator (line 78) | private RandomCompanyNameGenerator() {} method getWeightedMiddleWordCorporate (line 82) | public static WeightedIntMap getWeightedMiddleWordCorporate() { method setWeightedMiddleWordCorporate (line 86) | public static void setWeightedMiddleWordCorporate(final WeightedIntMap... method getWeightedEndWordCorporate (line 90) | public static WeightedIntMap getWeightedEndWordCorporate() { method setWeightedEndWordCorporate (line 94) | public static void setWeightedEndWordCorporate(final WeightedIntMap getWeightedMiddleWordMercenary() { method setWeightedMiddleWordMercenary (line 102) | public static void setWeightedMiddleWordMercenary(final WeightedIntMap... method getWeightedEndWordMercenary (line 106) | public static WeightedIntMap getWeightedEndWordMercenary() { method setWeightedEndWordMercenary (line 110) | public static void setWeightedEndWordMercenary(final WeightedIntMap getWeightedPreFab() { method setWeightedPreFab (line 118) | public static void setWeightedPreFab(final WeightedIntMap weig... method getInstance (line 131) | public static RandomCompanyNameGenerator getInstance() { method generate (line 161) | public String generate(int origin) { method runThreadLoader (line 188) | private void runThreadLoader(int origin) { method populateCompanyNameSegments (line 204) | private void populateCompanyNameSegments(int origin) { method loadCompanyNameSegments (line 267) | private void loadCompanyNameSegments(final File file, final Map ... method isInvalidNode (line 318) | private boolean isInvalidNode(final Node node) { method isElementNode (line 329) | private boolean isElementNode(final Node node) { method randomlyDies (line 343) | public boolean randomlyDies(Person person) { method getBaseDeathChance (line 395) | double getBaseDeathChance(Person person) { method getEraMultiplier (line 423) | double getEraMultiplier(Era era) { method getFactionMultiplier (line 475) | double getFactionMultiplier(Faction faction) { method getHealthModifier (line 522) | double getHealthModifier(Person person) { method getHpgAccessMultiplier (line 541) | private double getHpgAccessMultiplier() { method getInjuryModifier (line 560) | private double getInjuryModifier(Person person) { method calculateAdvancedInjuryModifier (line 579) | private double calculateAdvancedInjuryModifier(List injuries) { method canDie (line 615) | public @Nullable String canDie(final Person person, final boolean rand... method getCannotDieMessage (line 644) | private String getCannotDieMessage(final String messageKey) { method processNewWeek (line 661) | public boolean processNewWeek(final Campaign campaign, final LocalDate... method getCause (line 698) | public PersonnelStatus getCause(final Person person, final AgeGroup ag... method determineIfInjuriesCausedTheDeath (line 739) | private PersonnelStatus determineIfInjuriesCausedTheDeath(final Person... method getDefaultCause (line 758) | private PersonnelStatus getDefaultCause(final AgeGroup ageGroup) { method randomInt (line 772) | protected int randomInt(int bound) { FILE: MekHQ/src/mekhq/campaign/personnel/divorce/AbstractDivorce.java class AbstractDivorce (line 62) | public abstract class AbstractDivorce { method AbstractDivorce (line 77) | protected AbstractDivorce(final RandomDivorceMethod method, final Camp... method getMethod (line 89) | public RandomDivorceMethod getMethod() { method isUseClanPersonnelDivorce (line 93) | public boolean isUseClanPersonnelDivorce() { method setUseClanPersonnelDivorce (line 97) | public void setUseClanPersonnelDivorce(final boolean useClanPersonnelD... method isUsePrisonerDivorce (line 101) | public boolean isUsePrisonerDivorce() { method setUsePrisonerDivorce (line 105) | public void setUsePrisonerDivorce(final boolean usePrisonerDivorce) { method isUseRandomOppositeSexDivorce (line 109) | public boolean isUseRandomOppositeSexDivorce() { method setUseRandomOppositeSexDivorce (line 113) | public void setUseRandomOppositeSexDivorce(final boolean useRandomOppo... method isUseRandomSameSexDivorce (line 117) | public boolean isUseRandomSameSexDivorce() { method setUseRandomSameSexDivorce (line 121) | public void setUseRandomSameSexDivorce(final boolean useRandomSameSexD... method isUseRandomClanPersonnelDivorce (line 125) | public boolean isUseRandomClanPersonnelDivorce() { method setUseRandomClanPersonnelDivorce (line 129) | public void setUseRandomClanPersonnelDivorce(final boolean useRandomCl... method isUseRandomPrisonerDivorce (line 133) | public boolean isUseRandomPrisonerDivorce() { method setUseRandomPrisonerDivorce (line 137) | public void setUseRandomPrisonerDivorce(final boolean useRandomPrisone... method canDivorce (line 150) | public @Nullable String canDivorce(final Person person, final boolean ... method widowed (line 201) | public void widowed(final Campaign campaign, final LocalDate today, fi... method divorce (line 213) | public void divorce(final Campaign campaign, final LocalDate today, fi... method backgroundDivorce (line 324) | public void backgroundDivorce(final Campaign campaign, final LocalDate... method processNewWeek (line 366) | public void processNewWeek(final Campaign campaign, final LocalDate to... method randomDivorce (line 388) | protected abstract boolean randomDivorce(); FILE: MekHQ/src/mekhq/campaign/personnel/divorce/DisabledRandomDivorce.java class DisabledRandomDivorce (line 38) | public class DisabledRandomDivorce extends AbstractDivorce { method DisabledRandomDivorce (line 40) | public DisabledRandomDivorce(final CampaignOptions options) { method randomDivorce (line 45) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/divorce/RandomDivorce.java class RandomDivorce (line 43) | public class RandomDivorce extends AbstractDivorce { method RandomDivorce (line 54) | public RandomDivorce(final CampaignOptions options) { method getDivorceDiceSize (line 66) | @Deprecated(since = "0.51.0", forRemoval = true) method setDivorceDiceSize (line 76) | public void setDivorceDiceSize(final int divorceDiceSize) { method randomDivorce (line 81) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/education/Academy.java class Academy (line 71) | @XmlRootElement(name = "academy") method Academy (line 159) | public Academy() { method Academy (line 193) | public Academy(String set, String name, String type, Boolean isMilitar... method getSet (line 234) | public String getSet() { method setSet (line 243) | public void setSet(String set) { method getName (line 252) | public String getName() { method setName (line 261) | public void setName(final String name) { method getType (line 270) | public AcademyType getType() { method setType (line 279) | public void setType(final String type) { method isMilitary (line 288) | public Boolean isMilitary() { method setIsMilitary (line 297) | public void setIsMilitary(final boolean isMilitary) { method isReeducationCamp (line 306) | public boolean isReeducationCamp() { method isPrepSchool (line 315) | public Boolean isPrepSchool() { method isLocal (line 324) | public Boolean isLocal() { method isHomeSchool (line 331) | public Boolean isHomeSchool() { method getDescription (line 340) | public String getDescription() { method setDescription (line 349) | public void setDescription(final String description) { method getLocationSystems (line 358) | public List getLocationSystems() { method setLocationSystems (line 367) | public void setLocationSystems(final List locationSystems) { method getConstructionYear (line 376) | public Integer getConstructionYear() { method getDestructionYear (line 385) | public Integer getDestructionYear() { method getClosureYear (line 394) | public Integer getClosureYear() { method getAgeMin (line 403) | public Integer getAgeMin() { method getAgeMax (line 412) | public Integer getAgeMax() { method getTuition (line 421) | public Integer getTuition() { method setTuition (line 430) | public void setTuition(final Integer tuition) { method getDurationDays (line 439) | public Integer getDurationDays() { method getFactionDiscount (line 449) | public Integer getFactionDiscount() { method setFactionDiscount (line 459) | public void setFactionDiscount(final Integer factionDiscount) { method getFacultySkill (line 468) | public Integer getFacultySkill() { method getEducationLevelMin (line 477) | public EducationLevel getEducationLevelMin() { method setEducationLevelMin (line 486) | public void setEducationLevelMin(final EducationLevel educationLevelMi... method setEducationLevelMax (line 495) | public void setEducationLevelMax(final EducationLevel educationLevelMa... method getQualifications (line 504) | public List getQualifications() { method getAdjustedCourseIndex (line 528) | public int getAdjustedCourseIndex(int index) { method getCurriculums (line 541) | public List getCurriculums() { method getQualificationStartYears (line 550) | public List getQualificationStartYears() { method validateListSizes (line 560) | public boolean validateListSizes() { method getBaseAcademicSkillLevel (line 579) | public Integer getBaseAcademicSkillLevel() { method getId (line 588) | public Integer getId() { method setId (line 597) | public void setId(Integer id) { method compareTo (line 608) | @Override method getTuitionAdjusted (line 620) | public int getTuitionAdjusted(Person person) { method getFactionDiscountAdjusted (line 635) | public Double getFactionDiscountAdjusted(Campaign campaign, Person per... method getFilteredFaction (line 670) | public String getFilteredFaction(Campaign campaign, Person person, Lis... method getFilteredFactionAtCampus (line 740) | public String getFilteredFactionAtCampus(Campaign campaign, Person per... method getFilteredFactionRestricted (line 768) | private String getFilteredFactionRestricted(Campaign campaign, Person ... method effectiveFactionFor (line 846) | private static String effectiveFactionFor(Person person, LocalDate tod... method firstUsableNonFc (line 871) | private static String firstUsableNonFc(List codes) { method isFedComCompatible (line 903) | private static boolean isFedComCompatible(String origin, String owner,... method isFedComCode (line 927) | private static boolean isFedComCode(String code) { method isQualified (line 939) | public boolean isQualified(Person person) { method hasRejectedApplication (line 951) | public boolean hasRejectedApplication(Person person) { method getEducationLevel (line 963) | public int getEducationLevel(Person person) { method isFactionConflict (line 996) | public Boolean isFactionConflict(Campaign campaign, Person person) { method getNearestCampus (line 1031) | public static String getNearestCampus(Campaign campaign, List ... method getTooltip (line 1057) | public String getTooltip(Campaign campaign, List personnel, in... method skillParser (line 1221) | public static String skillParser(String skill) { FILE: MekHQ/src/mekhq/campaign/personnel/education/AcademyFactory.java class AcademyFactory (line 57) | public class AcademyFactory { method AcademyFactory (line 66) | private AcademyFactory() { method getInstance (line 79) | public static AcademyFactory getInstance() { method getAllSetNames (line 92) | public List getAllSetNames() { method getAllAcademiesForSet (line 103) | public List getAllAcademiesForSet(String setName) { method loadAcademies (line 110) | private void loadAcademies(String path) { method loadAcademyFromStream (line 126) | public void loadAcademyFromStream(InputStream inputStream, String file... FILE: MekHQ/src/mekhq/campaign/personnel/education/AcademySet.java class AcademySet (line 44) | @XmlRootElement(name = "academy") method AcademySet (line 50) | public AcademySet() { method getAcademies (line 54) | public List getAcademies() { FILE: MekHQ/src/mekhq/campaign/personnel/education/EducationController.java class EducationController (line 92) | public class EducationController { method EducationController (line 97) | private EducationController() { method isBeingHomeSchooled (line 119) | public static boolean isBeingHomeSchooled(Person student) { method makeEnrollmentCheck (line 146) | public static boolean makeEnrollmentCheck(Campaign campaign, Person pe... method findAcademyInSet (line 211) | private static Academy findAcademyInSet(String academySet, String acad... method performEducationPreEnrollmentActions (line 234) | public static void performEducationPreEnrollmentActions(Campaign campa... method enrollPerson (line 304) | public static void enrollPerson(Campaign campaign, Person person, Acad... method reEnrollPerson (line 390) | public static void reEnrollPerson(Campaign campaign, Person person, Ac... method generateName (line 430) | public static String generateName(Academy academy, String campus) { method generateMilitaryPrefix (line 491) | private static String generateMilitaryPrefix(ResourceBundle resources) { method generateSuffix (line 512) | private static String generateSuffix(ResourceBundle resources) { method generateTypeAdult (line 533) | private static String generateTypeAdult(ResourceBundle resources) { method generateTypeChild (line 554) | private static String generateTypeChild(ResourceBundle resources) { method processNewDay (line 575) | public static boolean processNewDay(Campaign campaign, Person person, ... method journeyToAcademy (line 622) | private static void journeyToAcademy(Campaign campaign, Person person,... method ongoingEducation (line 643) | private static boolean ongoingEducation(Campaign campaign, Person pers... method checkForEvents (line 685) | private static void checkForEvents(Campaign campaign, Person person, A... method graduationPicker (line 705) | private static boolean graduationPicker(Campaign campaign, Person pers... method beginJourneyHome (line 723) | private static void beginJourneyHome(Campaign campaign, Person person,... method processJourneyHome (line 749) | private static void processJourneyHome(Campaign campaign, Person perso... method getAcademy (line 779) | public static @Nullable Academy getAcademy(String academySetName, Stri... method processNewWeekChecks (line 800) | private static void processNewWeekChecks(Campaign campaign, Academy ac... method processNewYearChecks (line 837) | private static void processNewYearChecks(Campaign campaign, Academy ac... method checkForTrainingAccidents (line 865) | private static void checkForTrainingAccidents(Campaign campaign, Acade... method processTrainingInjury (line 917) | private static void processTrainingInjury(Campaign campaign, Academy a... method checkForDropout (line 947) | private static boolean checkForDropout(Campaign campaign, Academy acad... method processForcedDropOut (line 1023) | public static void processForcedDropOut(Campaign campaign, Person pers... method reportDropOut (line 1045) | private static void reportDropOut(Campaign campaign, Person person, Ac... method checkForAcademyFactionConflict (line 1068) | private static boolean checkForAcademyFactionConflict(Campaign campaig... method checkForAcademyClosure (line 1093) | private static void checkForAcademyClosure(Campaign campaign, Academy ... method checkForAcademyDestruction (line 1116) | private static boolean checkForAcademyDestruction(Campaign campaign, A... method graduateAdult (line 1179) | private static boolean graduateAdult(Campaign campaign, Person person,... method reportMastersOrDoctorateGain (line 1420) | private static void reportMastersOrDoctorateGain(Campaign campaign, Pe... method generatePostGradGraduationReport (line 1463) | private static void generatePostGradGraduationReport(Campaign campaign... method graduateChild (line 1480) | private static void graduateChild(Campaign campaign, Person person, Ac... method adjustLoyalty (line 1548) | private static void adjustLoyalty(Person person) { method processGraduation (line 1567) | private static void processGraduation(Campaign campaign, Person person... method isFactionChangeBlocked (line 1656) | private static boolean isFactionChangeBlocked(Person person, Faction c... method improveSkills (line 1691) | private static void improveSkills(Campaign campaign, Person person, Ac... method updateSkill (line 1737) | private static void updateSkill(Person person, int educationLevel, Str... method adjustSkillLevel (line 1757) | private static void adjustSkillLevel(Person person, String skillParsed... method addFacultyXp (line 1782) | private static void addFacultyXp(Campaign campaign, Person person, Aca... method addBonus (line 1814) | private static void addBonus(Campaign campaign, Person person, Academy... method graduationEventPicker (line 1858) | private static String graduationEventPicker() { method graduationEventTable (line 1871) | private static List graduationEventTable() { method setInitialEducationLevel (line 2118) | public static void setInitialEducationLevel(final Campaign campaign, f... method getCombatEducationLevel (line 2180) | private static EducationLevel getCombatEducationLevel(final int experi... method getNonCombatEducationLevel (line 2219) | private static EducationLevel getNonCombatEducationLevel(final int exp... FILE: MekHQ/src/mekhq/campaign/personnel/education/TrainingCombatTeams.java class TrainingCombatTeams (line 100) | public class TrainingCombatTeams { method processTrainingCombatTeams (line 118) | public static void processTrainingCombatTeams(final Campaign campaign) { method processTraining (line 170) | private static void processTraining(final Campaign campaign, final For... method performTraining (line 225) | private static void performTraining(Campaign campaign, Formation forma... method getFatigueChangeRate (line 291) | private static int getFatigueChangeRate(Person trainee, int fatigueRat... method processTrainingTime (line 337) | private static String processTrainingTime(Person educator, Person trai... method performTrainingSkillCheck (line 392) | private static int performTrainingSkillCheck(Campaign campaign, Person... method createSkillsList (line 434) | private static Map createSkillsList(Campaign campaign... method getEducatorSkills (line 472) | private static Map getEducatorSkills(Set educ... method getSkillsForProfession (line 505) | private static void getSkillsForProfession(PersonnelRole primaryRole, ... FILE: MekHQ/src/mekhq/campaign/personnel/enums/AgeGroup.java type AgeGroup (line 40) | public enum AgeGroup { method AgeGroup (line 58) | AgeGroup(final String name, final String toolTipText, final int groupL... method getToolTipText (line 68) | public String getToolTipText() { method getGroupLowerBound (line 72) | public int getGroupLowerBound() { method isElder (line 78) | public boolean isElder() { method isAdult (line 82) | public boolean isAdult() { method isTeenager (line 86) | public boolean isTeenager() { method isPreteen (line 90) | public boolean isPreteen() { method isChild (line 94) | public boolean isChild() { method isToddler (line 98) | public boolean isToddler() { method isBaby (line 102) | public boolean isBaby() { method determineAgeGroup (line 107) | public static AgeGroup determineAgeGroup(final int age) { method toString (line 120) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/AwardBonus.java type AwardBonus (line 39) | public enum AwardBonus { method AwardBonus (line 53) | AwardBonus(final String name, final String toolTipText) { method getToolTipText (line 62) | public String getToolTipText() { method isBoth (line 68) | public boolean isBoth() { method isXP (line 72) | public boolean isXP() { method isEdge (line 76) | public boolean isEdge() { method isNone (line 80) | public boolean isNone() { method toString (line 85) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/BabySurnameStyle.java type BabySurnameStyle (line 43) | public enum BabySurnameStyle { method BabySurnameStyle (line 71) | BabySurnameStyle(final String name, final String toolTipText) { method getToolTipText (line 80) | public String getToolTipText() { method isFathers (line 86) | public boolean isFathers() { method isMothers (line 90) | public boolean isMothers() { method isMothersFathers (line 94) | public boolean isMothersFathers() { method isMothersHyphenFathers (line 98) | public boolean isMothersHyphenFathers() { method isFathersMothers (line 102) | public boolean isFathersMothers() { method isFathersHyphenMothers (line 106) | public boolean isFathersHyphenMothers() { method isWelshPatronymics (line 110) | public boolean isWelshPatronymics() { method isWelshMatronymics (line 114) | public boolean isWelshMatronymics() { method isIcelandicPatronymics (line 118) | public boolean isIcelandicPatronymics() { method isIcelandicMatronymics (line 122) | public boolean isIcelandicMatronymics() { method isIcelandicCombinationNymics (line 126) | public boolean isIcelandicCombinationNymics() { method isRussianPatronymics (line 130) | public boolean isRussianPatronymics() { method generateBabySurname (line 135) | public String generateBabySurname(final Person mother, final @Nullable... method getWelshNymic (line 194) | private String getWelshNymic(final String givenName, final Gender baby... method getIcelandicNymic (line 212) | private String getIcelandicNymic(final String givenName, final Gender ... method getRussianNymic (line 228) | private String getRussianNymic(final String givenName, final Gender ba... method parseFromString (line 243) | public static BabySurnameStyle parseFromString(final String text) { method toString (line 256) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/BloodGroup.java type BloodGroup (line 52) | public enum BloodGroup { method BloodGroup (line 81) | BloodGroup(int chance, boolean hasPositiveRhFactor, Allele... alleles) { method getLabel (line 90) | public String getLabel() { method getChance (line 99) | public int getChance() { method hasPositiveRhFactor (line 108) | public boolean hasPositiveRhFactor() { method isUniversalDonor (line 117) | @Deprecated(since = "0.51.0", forRemoval = true) method isUniversalRecipient (line 127) | @Deprecated(since = "0.51.0", forRemoval = true) method getAlleles (line 137) | public List getAlleles() { method generateLabel (line 146) | private String generateLabel() { method getInheritedBloodGroup (line 178) | public static BloodGroup getInheritedBloodGroup(BloodGroup motherBlood... method getRandomBloodGroup (line 209) | public static BloodGroup getRandomBloodGroup() { method fromString (line 233) | public static BloodGroup fromString(String text) { method toString (line 248) | @Override type Allele (line 256) | public enum Allele { FILE: MekHQ/src/mekhq/campaign/personnel/enums/BloodmarkLevel.java type BloodmarkLevel (line 45) | public enum BloodmarkLevel { method BloodmarkLevel (line 76) | BloodmarkLevel(int level, Money bounty, int bountyHunterSkill, int rol... method getLevel (line 89) | public int getLevel() { method getBounty (line 98) | public Money getBounty() { method getBountyHunterSkill (line 109) | public int getBountyHunterSkill() { method getRollDivisor (line 118) | public int getRollDivisor() { method getRollFrequency (line 127) | public int getRollFrequency() { method parseBloodmarkLevelFromInt (line 141) | public static BloodmarkLevel parseBloodmarkLevelFromInt(int value) { FILE: MekHQ/src/mekhq/campaign/personnel/enums/ConnectionsLevel.java type ConnectionsLevel (line 48) | public enum ConnectionsLevel { method ConnectionsLevel (line 89) | ConnectionsLevel(int level, int burnChance, Money wealth, int recruits) { method getLevel (line 101) | public int getLevel() { method getBurnChance (line 112) | public int getBurnChance() { method getWealth (line 121) | public Money getWealth() { method getRecruits (line 130) | public int getRecruits() { method parseConnectionsLevelFromInt (line 143) | public static ConnectionsLevel parseConnectionsLevelFromInt(int value) { FILE: MekHQ/src/mekhq/campaign/personnel/enums/ExtraIncome.java type ExtraIncome (line 62) | public enum ExtraIncome { method ExtraIncome (line 107) | ExtraIncome(String lookupKey, int traitLevel, Money monthlyIncome) { method getLookupKey (line 121) | public String getLookupKey() { method getTraitLevel (line 133) | public int getTraitLevel() { method getMonthlyIncomeDirect (line 148) | public Money getMonthlyIncomeDirect() { method getMonthlyIncomeAdjusted (line 167) | public Money getMonthlyIncomeAdjusted(boolean useBetterMonthlyIncome) { method extraIncomeParseFromInteger (line 188) | public static ExtraIncome extraIncomeParseFromInteger(Integer entry) { method extraIncomeParseFromString (line 214) | public static ExtraIncome extraIncomeParseFromString(String entry) thr... method processExtraIncome (line 258) | public static String processExtraIncome(Finances finances, Person pers... FILE: MekHQ/src/mekhq/campaign/personnel/enums/FamilialConnectionType.java type FamilialConnectionType (line 39) | public enum FamilialConnectionType { method FamilialConnectionType (line 55) | FamilialConnectionType(final String name) { method isMarried (line 63) | public boolean isMarried() { method isDivorced (line 67) | public boolean isDivorced() { method isWidowed (line 71) | public boolean isWidowed() { method isPartner (line 75) | public boolean isPartner() { method isSingleParent (line 79) | public boolean isSingleParent() { method isAdopted (line 83) | public boolean isAdopted() { method isUndefined (line 87) | public boolean isUndefined() { method toString (line 92) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/FamilialRelationshipDisplayLevel.java type FamilialRelationshipDisplayLevel (line 40) | public enum FamilialRelationshipDisplayLevel { method FamilialRelationshipDisplayLevel (line 53) | FamilialRelationshipDisplayLevel(final String name) { method isSpouse (line 61) | public boolean isSpouse() { method isParentsChildrenSiblings (line 65) | public boolean isParentsChildrenSiblings() { method isGrandparentsGrandchildren (line 69) | public boolean isGrandparentsGrandchildren() { method isAuntsUnclesCousins (line 73) | public boolean isAuntsUnclesCousins() { method displayParentsChildrenSiblings (line 77) | public boolean displayParentsChildrenSiblings() { method displayGrandparentsGrandchildren (line 81) | public boolean displayGrandparentsGrandchildren() { method parseFromString (line 87) | public static FamilialRelationshipDisplayLevel parseFromString(final S... method toString (line 116) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/FamilialRelationshipType.java type FamilialRelationshipType (line 43) | public enum FamilialRelationshipType { method FamilialRelationshipType (line 116) | FamilialRelationshipType(final String neutral) { method FamilialRelationshipType (line 125) | FamilialRelationshipType(final String masculine, final String feminine... method isGrandparent (line 134) | public boolean isGrandparent() { method isParent (line 138) | public boolean isParent() { method isSibling (line 142) | public boolean isSibling() { method isHalfSibling (line 146) | public boolean isHalfSibling() { method isChild (line 150) | public boolean isChild() { method isGrandchild (line 154) | public boolean isGrandchild() { method isGrandpibling (line 159) | public boolean isGrandpibling() { method isPibling (line 163) | public boolean isPibling() { method isCousin (line 167) | public boolean isCousin() { method isNibling (line 171) | public boolean isNibling() { method isSpouse (line 176) | public boolean isSpouse() { method isDivorce (line 180) | public boolean isDivorce() { method isWidow (line 184) | public boolean isWidow() { method isPartner (line 188) | public boolean isPartner() { method isParentInLaw (line 192) | public boolean isParentInLaw() { method isSiblingInLaw (line 196) | public boolean isSiblingInLaw() { method isChildInLaw (line 200) | public boolean isChildInLaw() { method isStepparent (line 205) | public boolean isStepparent() { method isStepsibling (line 209) | public boolean isStepsibling() { method isStepchild (line 213) | public boolean isStepchild() { method getTypeName (line 218) | public String getTypeName(final Gender gender) { method getTypeName (line 232) | public String getTypeName(final Gender gender, final int numGreats, fi... FILE: MekHQ/src/mekhq/campaign/personnel/enums/ForceReliabilityMethod.java type ForceReliabilityMethod (line 39) | @Deprecated(since = "0.51.0", forRemoval = true) method ForceReliabilityMethod (line 52) | ForceReliabilityMethod(final String name, final String toolTipText) { method getToolTipText (line 59) | public String getToolTipText() { method isUnitRating (line 63) | public boolean isUnitRating() { method isLoyalty (line 67) | public boolean isLoyalty() { method isOverrideA (line 71) | @Deprecated(since = "0.51.0", forRemoval = true) method isOverrideB (line 76) | @Deprecated(since = "0.51.0", forRemoval = true) method isOverrideC (line 81) | @Deprecated(since = "0.51.0", forRemoval = true) method isOverrideD (line 86) | @Deprecated(since = "0.51.0", forRemoval = true) method isOverrideF (line 91) | @Deprecated(since = "0.51.0", forRemoval = true) method toString (line 96) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/FormerSpouseReason.java type FormerSpouseReason (line 40) | public enum FormerSpouseReason { method FormerSpouseReason (line 51) | FormerSpouseReason(final String name) { method isWidowed (line 59) | public boolean isWidowed() { method isDivorce (line 63) | public boolean isDivorce() { method parseFromString (line 69) | public static FormerSpouseReason parseFromString(final String text) { method toString (line 95) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/GenderDescriptors.java type GenderDescriptors (line 44) | public enum GenderDescriptors { method GenderDescriptors (line 79) | GenderDescriptors(final String masculine, final String feminine) { method GenderDescriptors (line 83) | GenderDescriptors(final String masculine, final String feminine, final... method getMasculine (line 93) | public String getMasculine() { method getFeminine (line 97) | public String getFeminine() { method getNeutral (line 101) | public String getNeutral() { method isMaleFemaleOther (line 107) | public boolean isMaleFemaleOther() { method isHeSheThey (line 111) | public boolean isHeSheThey() { method isHimHerThem (line 115) | public boolean isHimHerThem() { method isHisHerTheir (line 119) | public boolean isHisHerTheir() { method isHisHersTheirs (line 123) | public boolean isHisHersTheirs() { method isBoyGirl (line 127) | public boolean isBoyGirl() { method getDescriptor (line 137) | public String getDescriptor(final Gender gender) { method getDescriptorCapitalized (line 154) | public String getDescriptorCapitalized(final Gender gender) { FILE: MekHQ/src/mekhq/campaign/personnel/enums/InjuryHiding.java type InjuryHiding (line 35) | public enum InjuryHiding { FILE: MekHQ/src/mekhq/campaign/personnel/enums/InjuryLevel.java type InjuryLevel (line 40) | public enum InjuryLevel { method isNone (line 64) | public boolean isNone() { method isChronic (line 68) | public boolean isChronic() { method isMinor (line 72) | public boolean isMinor() { method isMajor (line 76) | public boolean isMajor() { method isDeadly (line 80) | public boolean isDeadly() { method isMajorOrDeadly (line 84) | public boolean isMajorOrDeadly() { FILE: MekHQ/src/mekhq/campaign/personnel/enums/LeadershipMethod.java type LeadershipMethod (line 39) | @Deprecated(since = "0.51.0", forRemoval = true) method LeadershipMethod (line 50) | LeadershipMethod(final String name, final String toolTipText) { method getToolTipText (line 57) | public String getToolTipText() { method isRegular (line 61) | public boolean isRegular() { method isElite (line 65) | public boolean isElite() { method isFamily (line 69) | public boolean isFamily() { method isIronFist (line 73) | @Deprecated(since = "0.51.0", forRemoval = true) method toString (line 78) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/ManeiDominiClass.java type ManeiDominiClass (line 40) | public enum ManeiDominiClass { method ManeiDominiClass (line 57) | ManeiDominiClass(final String name) { method isNone (line 65) | public boolean isNone() { method isGhost (line 69) | public boolean isGhost() { method isWraith (line 73) | public boolean isWraith() { method isBanshee (line 77) | public boolean isBanshee() { method isZombie (line 81) | public boolean isZombie() { method isPhantom (line 85) | public boolean isPhantom() { method isSpecter (line 89) | public boolean isSpecter() { method isPoltergeist (line 93) | public boolean isPoltergeist() { method parseFromString (line 99) | public static ManeiDominiClass parseFromString(final String text) { method toString (line 113) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/ManeiDominiRank.java type ManeiDominiRank (line 40) | public enum ManeiDominiRank { method ManeiDominiRank (line 57) | ManeiDominiRank(final String name) { method isNone (line 65) | public boolean isNone() { method isAlpha (line 69) | public boolean isAlpha() { method isBeta (line 73) | public boolean isBeta() { method isOmega (line 77) | public boolean isOmega() { method isTau (line 81) | public boolean isTau() { method isDelta (line 85) | public boolean isDelta() { method isSigma (line 89) | public boolean isSigma() { method isOmicron (line 93) | public boolean isOmicron() { method parseFromString (line 98) | public static ManeiDominiRank parseFromString(final String text) { method toString (line 110) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/MergingSurnameStyle.java type MergingSurnameStyle (line 47) | public enum MergingSurnameStyle { method MergingSurnameStyle (line 103) | MergingSurnameStyle(final String name, final String toolTipText, final... method getToolTipText (line 113) | public String getToolTipText() { method getDropDownText (line 117) | public String getDropDownText() { method isNoChange (line 123) | public boolean isNoChange() { method isYours (line 127) | public boolean isYours() { method isSpouse (line 131) | public boolean isSpouse() { method isSpaceYours (line 135) | public boolean isSpaceYours() { method isBothSpaceYours (line 139) | public boolean isBothSpaceYours() { method isHyphenYours (line 143) | public boolean isHyphenYours() { method isBothHyphenYours (line 147) | public boolean isBothHyphenYours() { method isSpaceSpouse (line 151) | public boolean isSpaceSpouse() { method isBothSpaceSpouse (line 155) | public boolean isBothSpaceSpouse() { method isHyphenSpouse (line 159) | public boolean isHyphenSpouse() { method isBothHyphenSpouse (line 163) | public boolean isBothHyphenSpouse() { method isMale (line 167) | public boolean isMale() { method isFemale (line 171) | public boolean isFemale() { method isWeighted (line 175) | public boolean isWeighted() { method apply (line 188) | public void apply(final Campaign campaign, final LocalDate today, fina... method createWeightedSurnameMap (line 313) | WeightedIntMap createWeightedSurnameMap(final Map... method parseFromString (line 331) | public static MergingSurnameStyle parseFromString(final String text) { method toString (line 344) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/ModifierValue.java type ModifierValue (line 35) | public enum ModifierValue { method isPiloting (line 42) | public boolean isPiloting() { method isGunnery (line 46) | public boolean isGunnery() { FILE: MekHQ/src/mekhq/campaign/personnel/enums/MutinyMethod.java type MutinyMethod (line 39) | @Deprecated(since = "0.51.0", forRemoval = true) method MutinyMethod (line 47) | MutinyMethod(final String name, final String toolTipText) { method getToolTipText (line 54) | public String getToolTipText() { method isCampaignOperations (line 58) | @Deprecated(since = "0.51.0", forRemoval = true) method isAdvancedMutinies (line 63) | @Deprecated(since = "0.51.0", forRemoval = true) method toString (line 68) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/PersonnelRole.java type PersonnelRole (line 55) | public enum PersonnelRole { method PersonnelRole (line 384) | PersonnelRole(final boolean isDeprecated) { method PersonnelRole (line 388) | PersonnelRole(final int mnemonic) { method PersonnelRole (line 392) | PersonnelRole(final PersonnelRoleSubType subType, final int mnemonic, ... method PersonnelRole (line 397) | PersonnelRole(final PersonnelRoleSubType subType, final boolean hasCla... method PersonnelRole (line 413) | PersonnelRole(final PersonnelRoleSubType subType, final boolean hasCla... method getLabel (line 448) | public String getLabel(final boolean isClan) { method getDescription (line 456) | @Deprecated(since = "0.50.06", forRemoval = true) method getDescription (line 469) | public String getDescription(final boolean isClan) { method getTooltip (line 477) | @Deprecated(since = "0.50.06", forRemoval = true) method getTooltip (line 495) | public String getTooltip(final boolean isClan) { method getMnemonic (line 533) | public int getMnemonic() { method getAttributeModifier (line 557) | public int getAttributeModifier(final SkillAttribute attribute) { method getSkillsForProfession (line 579) | public List getSkillsForProfession() { method getSkillsForProfession (line 601) | public List getSkillsForProfession(boolean isAdminsHaveNegotia... method getSkillsForProfession (line 628) | public List getSkillsForProfession(boolean isAdminsHaveNegotia... method isMekWarrior (line 999) | public boolean isMekWarrior() { method isLAMPilot (line 1006) | public boolean isLAMPilot() { method isVehicleCrewGround (line 1013) | public boolean isVehicleCrewGround() { method isVehicleCrewNaval (line 1020) | public boolean isVehicleCrewNaval() { method isVehicleCrewVTOL (line 1027) | public boolean isVehicleCrewVTOL() { method isVehicleCrewExtended (line 1037) | public boolean isVehicleCrewExtended() { method isAerospacePilot (line 1045) | public boolean isAerospacePilot() { method isConventionalAircraftPilot (line 1052) | public boolean isConventionalAircraftPilot() { method isProtoMekPilot (line 1059) | public boolean isProtoMekPilot() { method isBattleArmour (line 1066) | public boolean isBattleArmour() { method isSoldier (line 1073) | public boolean isSoldier() { method isVesselPilot (line 1080) | public boolean isVesselPilot() { method isVesselGunner (line 1087) | public boolean isVesselGunner() { method isVesselCrew (line 1094) | public boolean isVesselCrew() { method isVesselNavigator (line 1101) | public boolean isVesselNavigator() { method isMekTech (line 1108) | public boolean isMekTech() { method isMechanic (line 1115) | public boolean isMechanic() { method isAeroTek (line 1122) | public boolean isAeroTek() { method isBATech (line 1129) | public boolean isBATech() { method isAstech (line 1136) | public boolean isAstech() { method isDoctor (line 1143) | public boolean isDoctor() { method isMedic (line 1150) | public boolean isMedic() { method isAdministratorCommand (line 1157) | public boolean isAdministratorCommand() { method isAdministratorLogistics (line 1164) | public boolean isAdministratorLogistics() { method isAdministratorTransport (line 1171) | public boolean isAdministratorTransport() { method isAdministratorHR (line 1178) | public boolean isAdministratorHR() { method isDependent (line 1185) | public boolean isDependent() { method isNone (line 1192) | public boolean isNone() { method isCombat (line 1199) | public boolean isCombat() { method isSubType (line 1213) | public boolean isSubType(PersonnelRoleSubType subType) { method isMekWarriorGrouping (line 1220) | public boolean isMekWarriorGrouping() { method isAerospaceGrouping (line 1227) | public boolean isAerospaceGrouping() { method isGroundVehicleCrew (line 1234) | public boolean isGroundVehicleCrew() { method isNavalVehicleCrew (line 1241) | public boolean isNavalVehicleCrew() { method isVTOLCrew (line 1248) | public boolean isVTOLCrew() { method isVehicleCrewMember (line 1255) | public boolean isVehicleCrewMember() { method isSoldierOrBattleArmour (line 1263) | public boolean isSoldierOrBattleArmour() { method isVesselCrewMember (line 1271) | public boolean isVesselCrewMember() { method isSupport (line 1279) | public boolean isSupport() { method isDeprecated (line 1283) | public boolean isDeprecated() { method isSupport (line 1292) | public boolean isSupport(final boolean excludeCivilian) { method isTech (line 1302) | public boolean isTech() { method isTechSecondary (line 1312) | public boolean isTechSecondary() { method isMedicalStaff (line 1319) | public boolean isMedicalStaff() { method isAssistant (line 1329) | public boolean isAssistant() { method isAdministrator (line 1336) | public boolean isAdministrator() { method isCivilian (line 1348) | public boolean isCivilian() { method getMarketableRoles (line 1358) | public static List getMarketableRoles() { method getCombatRoles (line 1368) | public static List getCombatRoles() { method getSupportRoles (line 1385) | public static List getSupportRoles() { method getCivilianRoles (line 1407) | public static List getCivilianRoles() { method getCivilianRolesExceptNone (line 1430) | public static List getCivilianRolesExceptNone() { method getPrimaryRoles (line 1439) | public static List getPrimaryRoles() { method getVesselRoles (line 1446) | public static List getVesselRoles() { method getTechRoles (line 1453) | public static List getTechRoles() { method getAdministratorRoles (line 1460) | public static List getAdministratorRoles() { method getCivilianCount (line 1467) | public static int getCivilianCount() { method fromString (line 1493) | public static PersonnelRole fromString(String text) { method toString (line 1535) | @Override method getValuesSortedAlphabetically (line 1556) | public static PersonnelRole[] getValuesSortedAlphabetically(boolean cl... FILE: MekHQ/src/mekhq/campaign/personnel/enums/PersonnelRoleSubType.java type PersonnelRoleSubType (line 37) | public enum PersonnelRoleSubType { method toString (line 42) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/PersonnelStatus.java type PersonnelStatus (line 62) | public enum PersonnelStatus { type NotificationSeverity (line 101) | public enum NotificationSeverity { method PersonnelStatus (line 155) | PersonnelStatus(final NotificationSeverity severity, final boolean isP... method getLabel (line 166) | public String getLabel() { method getToolTipText (line 170) | public String getToolTipText() { method getLogText (line 174) | public String getLogText() { method getSeverity (line 183) | public NotificationSeverity getSeverity() { method isPrisonerSuitableStatus (line 194) | public boolean isPrisonerSuitableStatus() { method isCauseOfDeath (line 205) | public boolean isCauseOfDeath() { method generateLabel (line 217) | private String generateLabel() { method generateTooltip (line 231) | private String generateTooltip() { method getReportText (line 245) | public String getReportText() { method generateLogText (line 268) | private String generateLogText() { method isActiveFlexible (line 282) | public boolean isActiveFlexible() { method isActive (line 295) | public boolean isActive() { method isMIA (line 304) | public boolean isMIA() { method isPoW (line 313) | public boolean isPoW() { method isOnLeave (line 322) | public boolean isOnLeave() { method isOnMaternityLeave (line 332) | public boolean isOnMaternityLeave() { method isAwol (line 341) | public boolean isAwol() { method isRetired (line 350) | public boolean isRetired() { method isResigned (line 359) | public boolean isResigned() { method isSacked (line 368) | public boolean isSacked() { method isLeft (line 377) | public boolean isLeft() { method isDeserted (line 386) | public boolean isDeserted() { method isDefected (line 395) | public boolean isDefected() { method isStudent (line 404) | public boolean isStudent() { method isMissing (line 413) | public boolean isMissing() { method isKIA (line 422) | public boolean isKIA() { method isHomicide (line 431) | public boolean isHomicide() { method isWounds (line 440) | public boolean isWounds() { method isDisease (line 449) | public boolean isDisease() { method isContagiousDisease (line 459) | public boolean isContagiousDisease() { method isAccidental (line 468) | public boolean isAccidental() { method isNaturalCauses (line 477) | public boolean isNaturalCauses() { method isOldAge (line 486) | public boolean isOldAge() { method isMedicalComplications (line 496) | public boolean isMedicalComplications() { method isPregnancyComplications (line 506) | public boolean isPregnancyComplications() { method isUndetermined (line 515) | public boolean isUndetermined() { method isSuicide (line 524) | public boolean isSuicide() { method isEnemyBondsman (line 533) | public boolean isEnemyBondsman() { method isDishonorablyDischarged (line 543) | public boolean isDishonorablyDischarged() { method isCampFollower (line 552) | public boolean isCampFollower() { method isBondsref (line 561) | public boolean isBondsref() { method isSeppuku (line 570) | public boolean isSeppuku() { method isBackground (line 580) | public boolean isBackground() { method isImprisoned (line 589) | public boolean isImprisoned() { method isAbsent (line 596) | public boolean isAbsent() { method isSalaryEligible (line 613) | public boolean isSalaryEligible() { method isDepartedUnit (line 620) | public boolean isDepartedUnit() { method isDead (line 639) | public boolean isDead() { method isDeadOrMIA (line 659) | public boolean isDeadOrMIA() { method getImplementedStatuses (line 684) | public static List getImplementedStatuses(boolean isF... method getCauseOfDeathStatuses (line 714) | public static List getCauseOfDeathStatuses(boolean is... method statusValidator (line 748) | public static void statusValidator(Campaign campaign, Person person, b... method fromString (line 773) | public static PersonnelStatus fromString(String text) { method toString (line 791) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/Phenotype.java type Phenotype (line 50) | public enum Phenotype { method Phenotype (line 93) | @Deprecated(since = "0.51.0", forRemoval = true) method Phenotype (line 98) | Phenotype(final boolean isTrueborn, final boolean external, final int ... method getShortName (line 116) | public String getShortName() { method getLabel (line 120) | public String getLabel() { method getTooltip (line 124) | public String getTooltip() { method getAttributeCap (line 138) | public int getAttributeCap(SkillAttribute attribute) { method isTrueborn (line 150) | @Deprecated(since = "0.51.0", forRemoval = true) method isExternal (line 160) | public boolean isExternal() { method getAttributeModifier (line 185) | public int getAttributeModifier(final SkillAttribute attribute) { method getBonusTraits (line 200) | public List getBonusTraits() { method generateShortName (line 217) | private String generateShortName() { method generateLabel (line 236) | private String generateLabel() { method generateTooltip (line 253) | private String generateTooltip() { method isMekWarrior (line 265) | public boolean isMekWarrior() { method isElemental (line 274) | public boolean isElemental() { method isAerospace (line 283) | public boolean isAerospace() { method isVehicle (line 292) | public boolean isVehicle() { method isProtoMek (line 301) | public boolean isProtoMek() { method isNaval (line 310) | public boolean isNaval() { method isNone (line 319) | public boolean isNone() { method isGeneral (line 328) | public boolean isGeneral() { method getExternalPhenotypes (line 338) | public static List getExternalPhenotypes() { method fromString (line 383) | public static Phenotype fromString(String text) { method toString (line 436) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/Profession.java type Profession (line 43) | public enum Profession { method Profession (line 62) | Profession(final String name, final String toolTipText) { method getToolTipText (line 71) | public String getToolTipText() { method isMekWarrior (line 77) | public boolean isMekWarrior() { method isAerospace (line 81) | public boolean isAerospace() { method isVehicle (line 85) | public boolean isVehicle() { method isNaval (line 89) | public boolean isNaval() { method isInfantry (line 93) | public boolean isInfantry() { method isTech (line 97) | public boolean isTech() { method isMedical (line 101) | public boolean isMedical() { method isAdministrator (line 105) | public boolean isAdministrator() { method isCivilian (line 109) | public boolean isCivilian() { method getProfession (line 123) | public Profession getProfession(final RankSystem rankSystem, final Ran... method getProfessionFromBase (line 136) | public Profession getProfessionFromBase(final RankSystem rankSystem, f... method getBaseProfession (line 160) | public Profession getBaseProfession(final RankSystem rankSystem) { method isEmptyProfession (line 176) | public boolean isEmptyProfession(final RankSystem rankSystem) { method getAlternateProfession (line 213) | public Profession getAlternateProfession(final RankSystem rankSystem) { method getAlternateProfession (line 224) | public Profession getAlternateProfession(final Rank rank) { method getAlternateProfession (line 235) | public Profession getAlternateProfession(final String name) { method getProfessionFromPersonnelRole (line 259) | public static Profession getProfessionFromPersonnelRole(final Personne... method toString (line 274) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/ROMDesignation.java type ROMDesignation (line 45) | public enum ROMDesignation { method ROMDesignation (line 69) | ROMDesignation(final String name) { method isNone (line 77) | public boolean isNone() { method isEpsilon (line 81) | public boolean isEpsilon() { method isPi (line 85) | public boolean isPi() { method isIota (line 89) | public boolean isIota() { method isXi (line 93) | public boolean isXi() { method isTheta (line 97) | public boolean isTheta() { method isZeta (line 101) | public boolean isZeta() { method isMu (line 105) | public boolean isMu() { method isRho (line 109) | public boolean isRho() { method isLambda (line 113) | public boolean isLambda() { method isPsi (line 117) | public boolean isPsi() { method isOmicron (line 121) | public boolean isOmicron() { method isChi (line 125) | public boolean isChi() { method isGamma (line 129) | public boolean isGamma() { method isKappa (line 133) | public boolean isKappa() { method getComStarBranchDesignation (line 138) | public static String getComStarBranchDesignation(final Person person) { method determineDesignationFromRole (line 158) | private static String determineDesignationFromRole(final PersonnelRole... method parseFromString (line 189) | public static ROMDesignation parseFromString(final String text) { method toString (line 201) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/RandomDivorceMethod.java type RandomDivorceMethod (line 54) | public enum RandomDivorceMethod { method RandomDivorceMethod (line 76) | RandomDivorceMethod(final String name, final String toolTipText) { method getToolTipText (line 89) | public String getToolTipText() { method isNone (line 101) | public boolean isNone() { method isDiceRoll (line 110) | public boolean isDiceRoll() { method getMethod (line 120) | public AbstractDivorce getMethod(final CampaignOptions options) { method fromString (line 149) | public static RandomDivorceMethod fromString(String text) { method toString (line 187) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/RandomMarriageMethod.java type RandomMarriageMethod (line 53) | public enum RandomMarriageMethod { method RandomMarriageMethod (line 74) | RandomMarriageMethod(final String name, final String toolTipText) { method getToolTipText (line 86) | public String getToolTipText() { method isNone (line 98) | public boolean isNone() { method isDiceRoll (line 107) | public boolean isDiceRoll() { method getMethod (line 117) | public AbstractMarriage getMethod(final CampaignOptions options) { method fromString (line 147) | public static RandomMarriageMethod fromString(String text) { method toString (line 185) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/RandomProcreationMethod.java type RandomProcreationMethod (line 51) | public enum RandomProcreationMethod { method RandomProcreationMethod (line 73) | RandomProcreationMethod(final String name, final String toolTipText) { method getToolTipText (line 86) | public String getToolTipText() { method isNone (line 98) | public boolean isNone() { method isDiceRoll (line 108) | public boolean isDiceRoll() { method getMethod (line 118) | public AbstractProcreation getMethod(final CampaignOptions options) { method fromString (line 147) | public static RandomProcreationMethod fromString(String text) { method toString (line 186) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/RankSystemType.java type RankSystemType (line 41) | public enum RankSystemType { method RankSystemType (line 54) | RankSystemType(final String name, final String toolTipText) { method getToolTipText (line 63) | public String getToolTipText() { method isDefault (line 69) | public boolean isDefault() { method isUserData (line 73) | public boolean isUserData() { method isCampaign (line 77) | public boolean isCampaign() { method getFilePath (line 82) | public String getFilePath() { method toString (line 94) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/SplittingSurnameStyle.java type SplittingSurnameStyle (line 44) | public enum SplittingSurnameStyle { method SplittingSurnameStyle (line 69) | SplittingSurnameStyle(final String name, final String toolTipText, fin... method getToolTipText (line 79) | public String getToolTipText() { method getDropDownText (line 83) | public String getDropDownText() { method isOriginChangesSurname (line 89) | public boolean isOriginChangesSurname() { method isSpouseChangesSurname (line 93) | public boolean isSpouseChangesSurname() { method isBothChangeSurname (line 97) | public boolean isBothChangeSurname() { method isBothKeepSurname (line 101) | public boolean isBothKeepSurname() { method isWeighted (line 105) | public boolean isWeighted() { method apply (line 117) | public void apply(final Campaign campaign, final Person origin, final ... method createWeightedSurnameMap (line 163) | WeightedIntMap createWeightedSurnameMap( method toString (line 175) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/TenYearAgeRange.java type TenYearAgeRange (line 39) | public enum TenYearAgeRange { method TenYearAgeRange (line 59) | TenYearAgeRange(final String name) { method isUnderOne (line 67) | public boolean isUnderOne() { method isOneToFour (line 71) | public boolean isOneToFour() { method isFiveToFourteen (line 75) | public boolean isFiveToFourteen() { method isFifteenToTwentyFour (line 79) | public boolean isFifteenToTwentyFour() { method isTwentyFiveToThirtyFour (line 83) | public boolean isTwentyFiveToThirtyFour() { method isThirtyFiveToFortyFour (line 87) | public boolean isThirtyFiveToFortyFour() { method isFortyFiveToFiftyFour (line 91) | public boolean isFortyFiveToFiftyFour() { method isFiftyFiveToSixtyFour (line 95) | public boolean isFiftyFiveToSixtyFour() { method isSixtyFiveToSeventyFour (line 99) | public boolean isSixtyFiveToSeventyFour() { method isSeventyFiveToEightyFour (line 103) | public boolean isSeventyFiveToEightyFour() { method isEightyFiveOrOlder (line 107) | public boolean isEightyFiveOrOlder() { method determineAgeRange (line 112) | public static TenYearAgeRange determineAgeRange(final int age) { method toString (line 138) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/TimeInDisplayFormat.java type TimeInDisplayFormat (line 45) | public enum TimeInDisplayFormat { method TimeInDisplayFormat (line 60) | TimeInDisplayFormat(final String name, final String displayFormat) { method getDisplayFormat (line 69) | public String getDisplayFormat() { method isDays (line 75) | public boolean isDays() { method isWeeks (line 79) | public boolean isWeeks() { method isMonths (line 83) | public boolean isMonths() { method isMonthsYears (line 87) | public boolean isMonthsYears() { method isYears (line 91) | public boolean isYears() { method getDisplayFormattedOutput (line 96) | public String getDisplayFormattedOutput(final LocalDate initialDate, f... method toString (line 113) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/TurnoverFrequency.java type TurnoverFrequency (line 39) | public enum TurnoverFrequency { method TurnoverFrequency (line 49) | TurnoverFrequency(final String name, final String toolTipText) { method getToolTipText (line 56) | public String getToolTipText() { method isNever (line 60) | public boolean isNever() { method isWeekly (line 64) | public boolean isWeekly() { method isMonthly (line 68) | public boolean isMonthly() { method isQuarterly (line 72) | public boolean isQuarterly() { method isAnnually (line 76) | public boolean isAnnually() { method toString (line 80) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/education/AcademyType.java type AcademyType (line 39) | public enum AcademyType { method AcademyType (line 59) | AcademyType(final String name, final String toolTipText) { method getToolTipText (line 68) | public String getToolTipText() { method IsNone (line 74) | @Deprecated(since = "0.51.0", forRemoval = true) method isHighSchool (line 79) | @Deprecated(since = "0.51.0", forRemoval = true) method isCollege (line 84) | public boolean isCollege() { method isUniversity (line 88) | @Deprecated(since = "0.51.0", forRemoval = true) method isMilitaryAcademy (line 93) | @Deprecated(since = "0.51.0", forRemoval = true) method isBasicTraining (line 98) | @Deprecated(since = "0.51.0", forRemoval = true) method isNcoAcademy (line 103) | @Deprecated(since = "0.51.0", forRemoval = true) method isWarrantOfficerAcademy (line 108) | @Deprecated(since = "0.51.0", forRemoval = true) method isOfficerAcademy (line 113) | @Deprecated(since = "0.51.0", forRemoval = true) method parseFromString (line 130) | public static AcademyType parseFromString(final String academyType) { method toString (line 148) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/education/EducationLevel.java type EducationLevel (line 41) | public enum EducationLevel { method EducationLevel (line 57) | EducationLevel(final String name, final String toolTipText, final int ... method getToolTipText (line 67) | public String getToolTipText() { method getOrder (line 71) | public int getOrder() { method isEarlyChildhood (line 78) | @Deprecated(since = "0.51.0", forRemoval = true) method isHighSchool (line 83) | @Deprecated(since = "0.51.0", forRemoval = true) method isCollege (line 88) | public boolean isCollege() { method isPostGraduate (line 92) | public boolean isPostGraduate() { method isDoctorate (line 96) | public boolean isDoctorate() { method fromString (line 121) | public static EducationLevel fromString(String text) { method parseToInt (line 157) | public static int parseToInt(final EducationLevel educationLevel) { class Adapter (line 169) | public static class Adapter extends XmlAdapter { method unmarshal (line 170) | @Override method marshal (line 175) | @Override method toString (line 182) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/enums/education/EducationStage.java type EducationStage (line 39) | public enum EducationStage { method EducationStage (line 55) | EducationStage(final String name, final String toolTipText) { method getToolTipText (line 64) | public String getToolTipText() { method isNone (line 70) | public boolean isNone() { method isJourneyToCampus (line 74) | public boolean isJourneyToCampus() { method isEducation (line 78) | public boolean isEducation() { method isGraduating (line 82) | public boolean isGraduating() { method isDroppingOut (line 86) | public boolean isDroppingOut() { method isJourneyFromCampus (line 90) | public boolean isJourneyFromCampus() { method parseFromString (line 96) | public static EducationStage parseFromString(final String educationLev... method toString (line 111) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/familyTree/FormerSpouse.java class FormerSpouse (line 47) | public class FormerSpouse { method FormerSpouse (line 59) | private FormerSpouse() { method FormerSpouse (line 68) | public FormerSpouse(final Person formerSpouse, final LocalDate date, f... method getFormerSpouse (line 80) | public Person getFormerSpouse() { method setFormerSpouse (line 87) | public void setFormerSpouse(final Person formerSpouse) { method getDate (line 94) | public LocalDate getDate() { method setDate (line 101) | public void setDate(final LocalDate date) { method getReason (line 108) | public FormerSpouseReason getReason() { method setReason (line 115) | public void setReason(final FormerSpouseReason reason) { method writeToXML (line 121) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 129) | public static FormerSpouse generateInstanceFromXML(final Node wn) thro... method toString (line 158) | @Override method equals (line 172) | @Override method hashCode (line 185) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/familyTree/Genealogy.java class Genealogy (line 60) | public class Genealogy { method Genealogy (line 76) | public Genealogy(final Person origin) { method getOrigin (line 87) | public Person getOrigin() { method getSpouse (line 94) | public @Nullable Person getSpouse() { method setSpouse (line 101) | public void setSpouse(final @Nullable Person spouse) { method getOriginSpouse (line 108) | public @Nullable Person getOriginSpouse() { method setOriginSpouse (line 115) | public void setOriginSpouse(final @Nullable Person originSpouse) { method getFormerSpouses (line 122) | public List getFormerSpouses() { method addFormerSpouse (line 129) | public void addFormerSpouse(final FormerSpouse formerSpouse) { method removeFormerSpouse (line 138) | public void removeFormerSpouse(final FormerSpouse formerSpouse) { method removeFormerSpouse (line 145) | public void removeFormerSpouse(final Person formerSpouse) { method getFamily (line 152) | public Map> getFamily() { method addFamilyMember (line 162) | public void addFamilyMember(final FamilialRelationshipType relationshi... method removeFamilyMember (line 174) | public void removeFamilyMember(final @Nullable FamilialRelationshipTyp... method isEmpty (line 209) | public boolean isEmpty() { method familyIsEmpty (line 217) | public boolean familyIsEmpty() { method hasSpouse (line 224) | public boolean hasSpouse() { method hasFormerSpouse (line 231) | public boolean hasFormerSpouse() { method hasChildren (line 238) | public boolean hasChildren() { method hasNonAdultChildren (line 245) | public boolean hasNonAdultChildren(LocalDate localDate) { method hasParents (line 252) | public boolean hasParents() { method hasLivingParents (line 260) | public boolean hasLivingParents() { method checkMutualAncestors (line 277) | public boolean checkMutualAncestors(final Person person, final int dep... method getAncestors (line 297) | private Set getAncestors(int depth) { method getGrandparents (line 325) | public List getGrandparents() { method getParents (line 335) | public List getParents() { method getParentsByGender (line 344) | public List getParentsByGender(final Gender gender) { method getFathers (line 356) | public List getFathers() { method getMothers (line 363) | public List getMothers() { method getSiblings (line 372) | public List getSiblings() { method getSiblingsAndSpouses (line 383) | public List getSiblingsAndSpouses() { method getChildren (line 399) | public List getChildren() { method getGrandchildren (line 406) | public List getGrandchildren() { method getsAuntsAndUncles (line 416) | public List getsAuntsAndUncles() { method getCousins (line 426) | public List getCousins() { method clearGenealogyLinks (line 438) | public void clearGenealogyLinks() { method isActive (line 467) | public boolean isActive() { method writeToXML (line 485) | public void writeToXML(final PrintWriter pw, int indent) { method fillFromXML (line 517) | public void fillFromXML(final NodeList nl) { method loadFormerSpouses (line 562) | public void loadFormerSpouses(final NodeList nl) { method loadFamily (line 580) | private void loadFamily(final NodeList nl) { FILE: MekHQ/src/mekhq/campaign/personnel/generator/AbstractPersonnelGenerator.java class AbstractPersonnelGenerator (line 54) | public abstract class AbstractPersonnelGenerator { method getNameGenerator (line 65) | public RandomNameGenerator getNameGenerator() { method setNameGenerator (line 74) | public void setNameGenerator(RandomNameGenerator rng) { method getSkillPreferences (line 83) | public RandomSkillPreferences getSkillPreferences() { method setSkillPreferences (line 92) | public void setSkillPreferences(RandomSkillPreferences skillPreference... method generate (line 106) | public abstract Person generate(Campaign campaign, PersonnelRole prima... method createPerson (line 116) | protected Person createPerson(Campaign campaign) { method generateExperienceLevel (line 127) | public int generateExperienceLevel(Person person) { method generateNameAndGender (line 146) | protected void generateNameAndGender(Campaign campaign, Person person,... method generateXp (line 176) | protected void generateXp(Campaign campaign, Person person) { method generatePhenotype (line 188) | protected void generatePhenotype(Campaign campaign, Person person) { method generateBirthday (line 250) | protected void generateBirthday(Campaign campaign, Person person, int ... FILE: MekHQ/src/mekhq/campaign/personnel/generator/AbstractSkillGenerator.java class AbstractSkillGenerator (line 52) | public abstract class AbstractSkillGenerator { method AbstractSkillGenerator (line 55) | protected AbstractSkillGenerator(final RandomSkillPreferences randomSk... method getSkillPreferences (line 64) | public RandomSkillPreferences getSkillPreferences() { method setSkillPreferences (line 73) | @Deprecated(since = "0.51.0", forRemoval = true) method generateSkills (line 85) | public abstract void generateSkills(Campaign campaign, Person person, ... method generateTraits (line 87) | public abstract void generateTraits(Person person); method generateAttributes (line 94) | public abstract void generateAttributes(Person person, boolean isUseEd... method generateDefaultSkills (line 105) | protected void generateDefaultSkills(Person person, PersonnelRole prim... method generateArtillerySkill (line 114) | public void generateArtillerySkill(final Person person) { method generateArtillerySkill (line 118) | protected void generateArtillerySkill(final Person person, final int b... method generateRoleplaySkills (line 125) | public void generateRoleplaySkills(final Person person) { method generateUtilitySkills (line 143) | public void generateUtilitySkills(final Person person, final int expLv... method addSkill (line 161) | public static void addSkill(Person person, String skillName, int level... method addSkill (line 165) | protected static void addSkill(Person person, String skillName, int ex... method addSkill (line 170) | protected static void addSkill(Person person, String skillName, int ex... method getPhenotypeBonus (line 186) | protected int getPhenotypeBonus(Person person) { FILE: MekHQ/src/mekhq/campaign/personnel/generator/AbstractSpecialAbilityGenerator.java class AbstractSpecialAbilityGenerator (line 45) | public abstract class AbstractSpecialAbilityGenerator { method getSkillPreferences (line 54) | public RandomSkillPreferences getSkillPreferences() { method setSkillPreferences (line 63) | public void setSkillPreferences(RandomSkillPreferences skillPreference... method generateSpecialAbilities (line 76) | public abstract boolean generateSpecialAbilities(Campaign campaign, Pe... FILE: MekHQ/src/mekhq/campaign/personnel/generator/DefaultPersonnelGenerator.java class DefaultPersonnelGenerator (line 61) | public class DefaultPersonnelGenerator extends AbstractPersonnelGenerator { method DefaultPersonnelGenerator (line 72) | public DefaultPersonnelGenerator(AbstractFactionSelector factionSelect... method createPerson (line 77) | @Override method generate (line 96) | @Override method determineOrientation (line 200) | public static void determineOrientation(Person person, int noInterestI... method rollsOrientation (line 237) | private static boolean rollsOrientation(int diceSize) { FILE: MekHQ/src/mekhq/campaign/personnel/generator/DefaultSkillGenerator.java class DefaultSkillGenerator (line 65) | public class DefaultSkillGenerator extends AbstractSkillGenerator { method DefaultSkillGenerator (line 67) | public DefaultSkillGenerator(final RandomSkillPreferences randomSkillP... method generateSkills (line 72) | @Override method generateCommandUtilitySkills (line 178) | private static void generateCommandUtilitySkills(Person person, int ex... method generateAttributes (line 217) | @Override method generateTraits (line 298) | @Override method performTraitRoll (line 344) | private static int performTraitRoll() { method performBloodmarkRoll (line 375) | private static int performBloodmarkRoll() { method generateExpLevel (line 397) | private static int generateExpLevel(int bonus) { FILE: MekHQ/src/mekhq/campaign/personnel/generator/DefaultSpecialAbilityGenerator.java class DefaultSpecialAbilityGenerator (line 44) | public class DefaultSpecialAbilityGenerator extends AbstractSpecialAbili... method generateSpecialAbilities (line 45) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/generator/RandomPortraitGenerator.java class RandomPortraitGenerator (line 51) | public class RandomPortraitGenerator { method RandomPortraitGenerator (line 54) | private RandomPortraitGenerator() { method generate (line 92) | public static Portrait generate(Collection personnel, Person p... method getCatRoleGroup (line 162) | private static String getCatRoleGroup(Person person) { method getPossibleRandomPortraits (line 187) | private static List getPossibleRandomPortraits( FILE: MekHQ/src/mekhq/campaign/personnel/generator/SingleSpecialAbilityGenerator.java class SingleSpecialAbilityGenerator (line 54) | public class SingleSpecialAbilityGenerator extends AbstractSpecialAbilit... method generateSpecialAbilities (line 55) | @Override method rollSPA (line 70) | public @Nullable String rollSPA(final Campaign campaign, final Person ... method rollSPA (line 94) | public @Nullable String rollSPA(final Campaign campaign, final Person ... method getSpecialAbilities (line 197) | private List getSpecialAbilities(Person person, boolea... method getEligibleSPAs (line 253) | private List getEligibleSPAs(Person person, boolean is... FILE: MekHQ/src/mekhq/campaign/personnel/lifeEvents/BirthAnnouncement.java class BirthAnnouncement (line 64) | public class BirthAnnouncement { method BirthAnnouncement (line 81) | public BirthAnnouncement(Campaign campaign, Person parent, Gender baby... method getInCharacterMessage (line 123) | private String getInCharacterMessage(Gender babyGender, int babyCount,... method getSpeaker (line 210) | private @Nullable Person getSpeaker(Campaign campaign) { method getFallbackSpeaker (line 253) | private @Nullable Person getFallbackSpeaker(Campaign campaign) { method getGenderedTitle (line 276) | private static String getGenderedTitle(String titleKey, Gender gender) { method getLanceLabel (line 298) | private static String getLanceLabel(Faction campaignFaction, Personnel... method getBabyWeightInOunces (line 324) | private static String getBabyWeightInOunces() { method getRandomTimeOfDay (line 343) | private static String getRandomTimeOfDay() { method getButtonLabels (line 361) | private List getButtonLabels(String parentFirstName) { FILE: MekHQ/src/mekhq/campaign/personnel/lifeEvents/ComingOfAgeAnnouncement.java class ComingOfAgeAnnouncement (line 70) | public class ComingOfAgeAnnouncement { type SpeakerType (line 81) | private enum SpeakerType { method ComingOfAgeAnnouncement (line 97) | public ComingOfAgeAnnouncement(Campaign campaign, Person birthdayHaver) { method getInCharacterMessage (line 135) | private String getInCharacterMessage(String birthdayHaverFirstName) { method getSpeaker (line 181) | private @Nullable Person getSpeaker() { method getFallbackSpeaker (line 244) | private @Nullable Person getFallbackSpeaker() { method getGenderedTitle (line 271) | private static String getGenderedTitle(Gender gender) { method getButtonLabels (line 294) | private List getButtonLabels(String birthdayHaverFirstName) { FILE: MekHQ/src/mekhq/campaign/personnel/lifeEvents/CommandersDayAnnouncement.java method CommandersDayAnnouncement (line 80) | public CommandersDayAnnouncement(Campaign campaign) { method getInCharacterMessage (line 111) | private String getInCharacterMessage() { method getSpeaker (line 136) | private @Nullable Person getSpeaker() { method getButtonLabels (line 155) | private List getButtonLabels() { method isCommandersDay (line 171) | public static boolean isCommandersDay(LocalDate date) { FILE: MekHQ/src/mekhq/campaign/personnel/lifeEvents/FreedomDayAnnouncement.java method FreedomDayAnnouncement (line 82) | public FreedomDayAnnouncement(Campaign campaign) { method getInCharacterMessage (line 116) | private String getInCharacterMessage() { method getSpeaker (line 158) | private @Nullable Person getSpeaker(@Nullable Person commander) { method isIneligible (line 211) | private static boolean isIneligible(Person commander, Person person) { method getButtonLabels (line 225) | private List getButtonLabels() { method isFreedomDay (line 241) | public static boolean isFreedomDay(LocalDate date) { FILE: MekHQ/src/mekhq/campaign/personnel/lifeEvents/NewYearsDayAnnouncement.java method NewYearsDayAnnouncement (line 77) | public NewYearsDayAnnouncement(Campaign campaign) { method getInCharacterMessage (line 104) | private String getInCharacterMessage() { method getSpeaker (line 116) | private @Nullable Person getSpeaker() { method getButtonLabels (line 137) | private List getButtonLabels() { method isNewYear (line 152) | public static boolean isNewYear(LocalDate date) { FILE: MekHQ/src/mekhq/campaign/personnel/lifeEvents/WinterHolidayAnnouncement.java method WinterHolidayAnnouncement (line 83) | public WinterHolidayAnnouncement(Campaign campaign) { method getInCharacterMessage (line 109) | private String getInCharacterMessage() { method getInCharacterMessageDayZero (line 130) | private String getInCharacterMessageDayZero() { method constructDayZeroParagraph (line 158) | private String constructDayZeroParagraph(int paragraphIndex, String comm... method getInCharacterMessageDayEleven (line 177) | private String getInCharacterMessageDayEleven() { method getSpeaker (line 193) | private @Nullable Person getSpeaker() { method getButtonLabels (line 211) | private List getButtonLabels() { method generateDaySpecificLabels (line 231) | private List generateDaySpecificLabels(int dayOfMonth) { method isWinterHolidayMajorDay (line 259) | public static boolean isWinterHolidayMajorDay(LocalDate date) { FILE: MekHQ/src/mekhq/campaign/personnel/marriage/AbstractMarriage.java class AbstractMarriage (line 60) | public abstract class AbstractMarriage { method AbstractMarriage (line 73) | protected AbstractMarriage(final RandomMarriageMethod method, final Ca... method getMethod (line 83) | public RandomMarriageMethod getMethod() { method isUseClanPersonnelMarriages (line 87) | public boolean isUseClanPersonnelMarriages() { method setUseClanPersonnelMarriages (line 91) | public void setUseClanPersonnelMarriages(final boolean useClanPersonne... method isUsePrisonerMarriages (line 95) | public boolean isUsePrisonerMarriages() { method setUsePrisonerMarriages (line 99) | public void setUsePrisonerMarriages(final boolean usePrisonerMarriages) { method isUseRandomClanPersonnelMarriages (line 103) | public boolean isUseRandomClanPersonnelMarriages() { method setUseRandomClanPersonnelMarriages (line 107) | public void setUseRandomClanPersonnelMarriages(final boolean useRandom... method isUseRandomPrisonerMarriages (line 111) | public boolean isUseRandomPrisonerMarriages() { method setUseRandomPrisonerMarriages (line 115) | public void setUseRandomPrisonerMarriages(final boolean useRandomPriso... method canMarry (line 129) | public @Nullable String canMarry(final LocalDate today, final Person p... method safeSpouse (line 180) | public boolean safeSpouse(final Campaign campaign, final LocalDate tod... method marry (line 216) | public void marry(final Campaign campaign, final LocalDate today, fina... method performMarriageChanges (line 239) | public static void performMarriageChanges(Campaign campaign, LocalDate... method processNewWeek (line 298) | public void processNewWeek(final Campaign campaign, final LocalDate to... method processBackgroundMarriageRolls (line 325) | public void processBackgroundMarriageRolls(final Campaign campaign, fi... method randomMarriage (line 342) | protected abstract boolean randomMarriage(); method marryRandomSpouse (line 354) | protected void marryRandomSpouse(final Campaign campaign, final LocalD... method createExternalSpouse (line 405) | Person createExternalSpouse(final Campaign campaign, final LocalDate t... method isPotentialRandomSpouse (line 455) | protected boolean isPotentialRandomSpouse(final Campaign campaign, fin... method isWithinAgeRange (line 473) | private static boolean isWithinAgeRange(int ageRange, LocalDate today,... method isGenderCompatible (line 488) | public static boolean isGenderCompatible(Person person, Person potenti... method likesGender (line 492) | private static boolean likesGender(Person liker, Person other) { FILE: MekHQ/src/mekhq/campaign/personnel/marriage/DisabledRandomMarriage.java class DisabledRandomMarriage (line 38) | public class DisabledRandomMarriage extends AbstractMarriage { method DisabledRandomMarriage (line 40) | public DisabledRandomMarriage(final CampaignOptions options) { method randomMarriage (line 45) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/marriage/RandomMarriage.java class RandomMarriage (line 43) | public class RandomMarriage extends AbstractMarriage { method RandomMarriage (line 55) | public RandomMarriage(final CampaignOptions options) { method setMarriageDiceSize (line 69) | public void setMarriageDiceSize(final int marriageDiceSize) { method randomMarriage (line 74) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/medical/BodyLocation.java type BodyLocation (line 49) | @XmlJavaTypeAdapter(value = XMLAdapter.class) method BodyLocation (line 163) | BodyLocation(int id, String localizationString, boolean limb) { method BodyLocation (line 167) | BodyLocation(int id, String localizationString, boolean limb, BodyLoca... method isLimb (line 181) | public boolean isLimb() { method locationName (line 185) | public String locationName() { method getParent (line 189) | public BodyLocation getParent() { method getPrimaryLocation (line 201) | public @Nullable BodyLocation getPrimaryLocation() { method of (line 215) | public static BodyLocation of(int id) { method of (line 222) | public static BodyLocation of(String str) { method addChildLocation (line 230) | private void addChildLocation(BodyLocation child) { method isParentOf (line 234) | @Deprecated(since = "0.51.0", forRemoval = true) method isChildOf (line 247) | public boolean isChildOf(BodyLocation parent) { method isImmediateChildOf (line 251) | public boolean isImmediateChildOf(BodyLocation parent) { class XMLAdapter (line 255) | public static final class XMLAdapter extends XmlAdapter units, int capacityPerT... FILE: MekHQ/src/mekhq/campaign/personnel/medical/MedicalController.java class MedicalController (line 68) | public class MedicalController { method MedicalController (line 89) | public MedicalController(Campaign campaign) { method processMedicalEvents (line 105) | @Deprecated(since = "0.50.07", forRemoval = true) method processMedicalEvents (line 129) | public void processMedicalEvents(Person patient, boolean isUseAgingEff... method verifyTheatreAvailability (line 174) | private Person verifyTheatreAvailability(Person patient, Person doctor) { method checkNaturalHealing (line 195) | public boolean checkNaturalHealing(Person patient) { method healPerson (line 217) | private void healPerson(Person patient, Person doctor, boolean isUseAg... method getAdditionalHealingModifiers (line 262) | public List getAdditionalHealingModifiers(Person p... method isValidDoctor (line 296) | private boolean isValidDoctor(Person patient, Person doctor) { method unassignDoctor (line 323) | private void unassignDoctor(Person patient, Person doctor) { FILE: MekHQ/src/mekhq/campaign/personnel/medical/advancedMedical/HitLocationGen.java class HitLocationGen (line 48) | public class HitLocationGen { method queryRandomTable (line 94) | private static BodyLocation queryRandomTable(NavigableMap acc... method genInjuries (line 218) | public static Collection genInjuries(Campaign campaign, Person... method genInjuries (line 247) | public static Collection genInjuries(Campaign c, Person p, Bod... method genHealingTime (line 353) | @Deprecated(since = "0.51.0", forRemoval = true) method genHealingTime (line 379) | public static int genHealingTime(Campaign campaign, Person person, Inj... method genMedicalTreatment (line 397) | public static List genMedicalTreatment(Campaign campaign, ... method genNaturalHealing (line 542) | public static List genNaturalHealing(Campaign campaign, Pe... method genUntreatedEffects (line 616) | public static List genUntreatedEffects(Campaign c, Person ... FILE: MekHQ/src/mekhq/campaign/personnel/medical/advancedMedicalAlternate/AdvancedMedicalAlternate.java class AdvancedMedicalAlternate (line 58) | public class AdvancedMedicalAlternate { type BodyRegion (line 75) | private enum BodyRegion { method generateInjuriesFromHits (line 80) | public static Collection generateInjuriesFromHits(Campaign cam... method pickInjury (line 102) | private static @Nullable Injury pickInjury(Campaign campaign, Person p... method purgeIllogicalInjuries (line 117) | public static void purgeIllogicalInjuries(Person person, LocalDate tod... method isInSeveredLocation (line 146) | private static boolean isInSeveredLocation(Injury injury, Set getAllActiveInjuryEffects(boolean isA... method collectEffectsByRegion (line 189) | private static void collectEffectsByRegion(List injuries, method determineBodyRegion (line 202) | private static BodyRegion determineBodyRegion(BodyLocation location) { method processSeverance (line 211) | private static void processSeverance(Map effects) { method mergeLimbEffects (line 262) | private static void mergeLimbEffects(Map injuries, InjuryTyp... method removeAssociatedInjuryOptions (line 308) | public static void removeAssociatedInjuryOptions(Injury injury, List getProstheticPenalties(Person patient) { method getSPAModifiers (line 161) | public static List getSPAModifiers(Person patient) { method performUnassistedHealingCheck (line 199) | public static void performUnassistedHealingCheck(LocalDate today, bool... method getMiscPenalty (line 241) | private static int getMiscPenalty(int injuryPenalty, Set... method getMarginOfSuccessForUnassistedHealing (line 271) | private static int getMarginOfSuccessForUnassistedHealing(Person patie... method performAssistedHealingCheck (line 325) | public static void performAssistedHealingCheck(LocalDate today, boolea... method getMarginOfSuccessForAssistedHealing (line 366) | private static int getMarginOfSuccessForAssistedHealing(Person doctor,... method processTaskAwardsAndPersonnelLogUpdates (line 411) | private static void processTaskAwardsAndPersonnelLogUpdates(LocalDate ... method processHealingEffects (line 450) | private static void processHealingEffects(boolean isUseFatigue, int fa... FILE: MekHQ/src/mekhq/campaign/personnel/medical/advancedMedicalAlternate/AdvancedMedicalAlternateImplants.java class AdvancedMedicalAlternateImplants (line 74) | public class AdvancedMedicalAlternateImplants { method performEnhancedImagingDegradationCheck (line 162) | public static void performEnhancedImagingDegradationCheck(Campaign cam... method processDegradationEffects (line 194) | private static void processDegradationEffects(Campaign campaign, Perso... method isHasTooManyProsthetics (line 255) | private static boolean isHasTooManyProsthetics(Person person) { method getFrequency (line 305) | private static int getFrequency(boolean isAerospacePhenotype, boolean ... method getAndApplyEIDegradationFlaw (line 341) | public static String getAndApplyEIDegradationFlaw(Person person) { method checkForDermalEligibility (line 362) | public static void checkForDermalEligibility(Person person) { method giveEIImplant (line 394) | public static void giveEIImplant(Campaign campaign, Person person) { FILE: MekHQ/src/mekhq/campaign/personnel/medical/advancedMedicalAlternate/AlternateInjuries.java class AlternateInjuries (line 65) | public class AlternateInjuries { class BaseInjury (line 342) | private abstract static class BaseInjury extends InjuryType { method BaseInjury (line 343) | protected BaseInjury(int recoveryTime, boolean permanent, InjuryLeve... method getName (line 353) | @Override method getFluffText (line 358) | @Override method getRecoveryTime (line 363) | @Override class SimpleBurn (line 369) | private abstract static class SimpleBurn extends BaseInjury { method SimpleBurn (line 370) | protected SimpleBurn(String nameKey, Set locations) { class FormattedBurn (line 378) | private abstract static class FormattedBurn extends BaseInjury { method FormattedBurn (line 379) | protected FormattedBurn(Set locations) { method getName (line 384) | @Override method getFluffText (line 390) | @Override class FormattedFracture (line 397) | private abstract static class FormattedFracture extends BaseInjury { method FormattedFracture (line 398) | protected FormattedFracture(int healingDays, InjuryEffect effect, Se... method getName (line 403) | @Override method getFluffText (line 411) | @Override class FormattedSever (line 417) | private abstract static class FormattedSever extends BaseInjury { method FormattedSever (line 418) | protected FormattedSever(Set locations) { method getName (line 422) | @Override method getFluffText (line 428) | @Override method impliesMissingLocation (line 434) | @Override class BurnedFace (line 441) | public static final class BurnedFace extends SimpleBurn { method BurnedFace (line 442) | public BurnedFace() { class HearingLoss (line 448) | public static final class HearingLoss extends BaseInjury { method HearingLoss (line 449) | public HearingLoss() { class Blindness (line 456) | public static final class Blindness extends BaseInjury { method Blindness (line 457) | public Blindness() { class FracturedJaw (line 464) | public static final class FracturedJaw extends FormattedFracture { method FracturedJaw (line 465) | public FracturedJaw() { class FracturedSkull (line 470) | public static final class FracturedSkull extends FormattedFracture { method FracturedSkull (line 471) | public FracturedSkull() { class SeveredHead (line 476) | public static final class SeveredHead extends FormattedSever { method SeveredHead (line 477) | public SeveredHead() { method impliesDead (line 481) | @Override class BurnedChest (line 488) | public static final class BurnedChest extends FormattedBurn { method BurnedChest (line 489) | public BurnedChest() { class FracturedRib (line 494) | public static final class FracturedRib extends FormattedFracture { method FracturedRib (line 495) | public FracturedRib() { class SmokeInhalation (line 500) | public static final class SmokeInhalation extends BaseInjury { method SmokeInhalation (line 501) | public SmokeInhalation() { class PuncturedLung (line 508) | public static final class PuncturedLung extends BaseInjury { method PuncturedLung (line 509) | public PuncturedLung() { class HeartTrauma (line 516) | public static final class HeartTrauma extends BaseInjury { method HeartTrauma (line 517) | public HeartTrauma() { method genStressEffect (line 523) | @Override class AbdominalBurn (line 533) | public static final class AbdominalBurn extends SimpleBurn { method AbdominalBurn (line 534) | public AbdominalBurn() { class BruisedOrgan (line 539) | public static final class BruisedOrgan extends BaseInjury { method BruisedOrgan (line 540) | public BruisedOrgan() { class OrganTrauma (line 547) | public static final class OrganTrauma extends BaseInjury { method OrganTrauma (line 548) | public OrganTrauma() { method genStressEffect (line 554) | @Override class FracturedGroin (line 564) | public static final class FracturedGroin extends BaseInjury { method FracturedGroin (line 565) | public FracturedGroin() { class Disemboweled (line 572) | public static final class Disemboweled extends BaseInjury { method Disemboweled (line 573) | public Disemboweled() { method genStressEffect (line 579) | @Override class SeveredArm (line 590) | public static final class SeveredArm extends FormattedSever { method SeveredArm (line 591) | public SeveredArm() { class BurnedUpperArm (line 596) | public static final class BurnedUpperArm extends FormattedBurn { method BurnedUpperArm (line 597) | public BurnedUpperArm() { class FracturedUpperArm (line 602) | public static final class FracturedUpperArm extends FormattedFracture { method FracturedUpperArm (line 603) | public FracturedUpperArm() { class FracturedElbow (line 609) | public static final class FracturedElbow extends FormattedFracture { method FracturedElbow (line 610) | public FracturedElbow() { class FracturedShoulder (line 616) | public static final class FracturedShoulder extends FormattedFracture { method FracturedShoulder (line 617) | public FracturedShoulder() { class CompoundFracturedShoulder (line 623) | public static final class CompoundFracturedShoulder extends FormattedF... method CompoundFracturedShoulder (line 624) | public CompoundFracturedShoulder() { class SeveredHand (line 631) | public static final class SeveredHand extends FormattedSever { method SeveredHand (line 632) | public SeveredHand() { class HandBurn (line 637) | public static final class HandBurn extends FormattedBurn { method HandBurn (line 638) | public HandBurn() { class FracturedHand (line 643) | public static final class FracturedHand extends FormattedFracture { method FracturedHand (line 644) | public FracturedHand() { class FracturedWrist (line 650) | public static final class FracturedWrist extends FormattedFracture { method FracturedWrist (line 651) | public FracturedWrist() { class FracturedForearm (line 657) | public static final class FracturedForearm extends FormattedFracture { method FracturedForearm (line 658) | public FracturedForearm() { class CompoundFracturedForearm (line 664) | public static final class CompoundFracturedForearm extends FormattedFr... method CompoundFracturedForearm (line 665) | public CompoundFracturedForearm() { class SeveredLeg (line 672) | public static final class SeveredLeg extends FormattedSever { method SeveredLeg (line 673) | public SeveredLeg() { class ThighBurn (line 678) | public static final class ThighBurn extends FormattedBurn { method ThighBurn (line 679) | public ThighBurn() { class BruisedFemur (line 684) | public static final class BruisedFemur extends BaseInjury { method BruisedFemur (line 685) | public BruisedFemur() { method getName (line 690) | @Override method getFluffText (line 696) | @Override class FracturedFemur (line 703) | public static final class FracturedFemur extends FormattedFracture { method FracturedFemur (line 704) | public FracturedFemur() { class CompoundFracturedFemur (line 710) | public static final class CompoundFracturedFemur extends FormattedFrac... method CompoundFracturedFemur (line 711) | public CompoundFracturedFemur() { class FracturedHip (line 717) | public static final class FracturedHip extends FormattedFracture { method FracturedHip (line 718) | public FracturedHip() { class SeveredFoot (line 725) | public static final class SeveredFoot extends FormattedSever { method SeveredFoot (line 726) | public SeveredFoot() { class CalfBurn (line 731) | public static final class CalfBurn extends FormattedBurn { method CalfBurn (line 732) | public CalfBurn() { class FracturedFoot (line 737) | public static final class FracturedFoot extends FormattedFracture { method FracturedFoot (line 738) | public FracturedFoot() { class FracturedAnkle (line 744) | public static final class FracturedAnkle extends FormattedFracture { method FracturedAnkle (line 745) | public FracturedAnkle() { class FracturedKnee (line 751) | public static final class FracturedKnee extends FormattedFracture { method FracturedKnee (line 752) | public FracturedKnee() { class CompoundFracturedShin (line 758) | public static final class CompoundFracturedShin extends FormattedFract... method CompoundFracturedShin (line 759) | public CompoundFracturedShin() { class BloodLoss (line 765) | public static final class BloodLoss extends BaseInjury { method BloodLoss (line 766) | public BloodLoss() { class Disease (line 775) | private abstract static class Disease extends BaseInjury { method Disease (line 776) | protected Disease() { class Bioweapon (line 787) | private abstract static class Bioweapon extends BaseInjury { method Bioweapon (line 788) | protected Bioweapon() { class GrowthsDiscomfort (line 799) | public static final class GrowthsDiscomfort extends Disease { method GrowthsDiscomfort (line 800) | GrowthsDiscomfort() { class GrowthsSlight (line 806) | public static final class GrowthsSlight extends Disease { method GrowthsSlight (line 807) | GrowthsSlight() { class GrowthsModerate (line 814) | public static final class GrowthsModerate extends Disease { method GrowthsModerate (line 815) | GrowthsModerate() { class GrowthsSevere (line 823) | public static final class GrowthsSevere extends Disease { method GrowthsSevere (line 824) | GrowthsSevere() { class GrowthsDeadly (line 832) | public static final class GrowthsDeadly extends Disease { method GrowthsDeadly (line 833) | GrowthsDeadly() { method impliesDead (line 841) | @Override class InfectionDiscomfort (line 847) | public static final class InfectionDiscomfort extends Disease { method InfectionDiscomfort (line 848) | InfectionDiscomfort() { class InfectionSlight (line 854) | public static final class InfectionSlight extends Disease { method InfectionSlight (line 855) | InfectionSlight() { class InfectionModerate (line 862) | public static final class InfectionModerate extends Disease { method InfectionModerate (line 863) | InfectionModerate() { class InfectionSevere (line 871) | public static final class InfectionSevere extends Disease { method InfectionSevere (line 872) | InfectionSevere() { class InfectionDeadly (line 880) | public static final class InfectionDeadly extends Disease { method InfectionDeadly (line 881) | InfectionDeadly() { method impliesDead (line 889) | @Override class HearingDiscomfort (line 895) | public static final class HearingDiscomfort extends Disease { method HearingDiscomfort (line 896) | HearingDiscomfort() { class HearingSlight (line 902) | public static final class HearingSlight extends Disease { method HearingSlight (line 903) | HearingSlight() { class HearingModerate (line 910) | public static final class HearingModerate extends Disease { method HearingModerate (line 911) | HearingModerate() { class HearingSevere (line 919) | public static final class HearingSevere extends Disease { method HearingSevere (line 920) | HearingSevere() { class HearingDeadly (line 928) | public static final class HearingDeadly extends Disease { method HearingDeadly (line 929) | HearingDeadly() { method impliesDead (line 937) | @Override class WeaknessDiscomfort (line 943) | public static final class WeaknessDiscomfort extends Disease { method WeaknessDiscomfort (line 944) | WeaknessDiscomfort() { class WeaknessSlight (line 950) | public static final class WeaknessSlight extends Disease { method WeaknessSlight (line 951) | WeaknessSlight() { class WeaknessModerate (line 958) | public static final class WeaknessModerate extends Disease { method WeaknessModerate (line 959) | WeaknessModerate() { class WeaknessSevere (line 967) | public static final class WeaknessSevere extends Disease { method WeaknessSevere (line 968) | WeaknessSevere() { class WeaknessDeadly (line 976) | public static final class WeaknessDeadly extends Disease { method WeaknessDeadly (line 977) | WeaknessDeadly() { method impliesDead (line 985) | @Override class SoresDiscomfort (line 991) | public static final class SoresDiscomfort extends Disease { method SoresDiscomfort (line 992) | SoresDiscomfort() { class SoresSlight (line 998) | public static final class SoresSlight extends Disease { method SoresSlight (line 999) | SoresSlight() { class SoresModerate (line 1006) | public static final class SoresModerate extends Disease { method SoresModerate (line 1007) | SoresModerate() { class SoresSevere (line 1015) | public static final class SoresSevere extends Disease { method SoresSevere (line 1016) | SoresSevere() { class SoresDeadly (line 1024) | public static final class SoresDeadly extends Disease { method SoresDeadly (line 1025) | SoresDeadly() { method impliesDead (line 1033) | @Override class FluDiscomfort (line 1039) | public static final class FluDiscomfort extends Disease { method FluDiscomfort (line 1040) | FluDiscomfort() { class FluSlight (line 1046) | public static final class FluSlight extends Disease { method FluSlight (line 1047) | FluSlight() { class FluModerate (line 1054) | public static final class FluModerate extends Disease { method FluModerate (line 1055) | FluModerate() { class FluSevere (line 1063) | public static final class FluSevere extends Disease { method FluSevere (line 1064) | FluSevere() { class FluDeadly (line 1072) | public static final class FluDeadly extends Disease { method FluDeadly (line 1073) | FluDeadly() { method impliesDead (line 1081) | @Override class SightDiscomfort (line 1087) | public static final class SightDiscomfort extends Disease { method SightDiscomfort (line 1088) | SightDiscomfort() { class SightSlight (line 1094) | public static final class SightSlight extends Disease { method SightSlight (line 1095) | SightSlight() { class SightModerate (line 1102) | public static final class SightModerate extends Disease { method SightModerate (line 1103) | SightModerate() { class SightSevere (line 1111) | public static final class SightSevere extends Disease { method SightSevere (line 1112) | SightSevere() { class SightDeadly (line 1120) | public static final class SightDeadly extends Disease { method SightDeadly (line 1121) | SightDeadly() { method impliesDead (line 1129) | @Override class TremorsDiscomfort (line 1135) | public static final class TremorsDiscomfort extends Disease { method TremorsDiscomfort (line 1136) | TremorsDiscomfort() { class TremorsSlight (line 1142) | public static final class TremorsSlight extends Disease { method TremorsSlight (line 1143) | TremorsSlight() { class TremorsModerate (line 1150) | public static final class TremorsModerate extends Disease { method TremorsModerate (line 1151) | TremorsModerate() { class TremorsSevere (line 1159) | public static final class TremorsSevere extends Disease { method TremorsSevere (line 1160) | TremorsSevere() { class TremorsDeadly (line 1168) | public static final class TremorsDeadly extends Disease { method TremorsDeadly (line 1169) | TremorsDeadly() { method impliesDead (line 1177) | @Override class BreathingDiscomfort (line 1183) | public static final class BreathingDiscomfort extends Disease { method BreathingDiscomfort (line 1184) | BreathingDiscomfort() { class BreathingSlight (line 1190) | public static final class BreathingSlight extends Disease { method BreathingSlight (line 1191) | BreathingSlight() { class BreathingModerate (line 1198) | public static final class BreathingModerate extends Disease { method BreathingModerate (line 1199) | BreathingModerate() { class BreathingSevere (line 1207) | public static final class BreathingSevere extends Disease { method BreathingSevere (line 1208) | BreathingSevere() { class BreathingDeadly (line 1216) | public static final class BreathingDeadly extends Disease { method BreathingDeadly (line 1217) | BreathingDeadly() { method impliesDead (line 1225) | @Override class HemophiliaDiscomfort (line 1231) | public static final class HemophiliaDiscomfort extends Disease { method HemophiliaDiscomfort (line 1232) | HemophiliaDiscomfort() { class HemophiliaSlight (line 1238) | public static final class HemophiliaSlight extends Disease { method HemophiliaSlight (line 1239) | HemophiliaSlight() { class HemophiliaModerate (line 1246) | public static final class HemophiliaModerate extends Disease { method HemophiliaModerate (line 1247) | HemophiliaModerate() { class HemophiliaSevere (line 1255) | public static final class HemophiliaSevere extends Disease { method HemophiliaSevere (line 1256) | HemophiliaSevere() { class HemophiliaDeadly (line 1264) | public static final class HemophiliaDeadly extends Disease { method HemophiliaDeadly (line 1265) | HemophiliaDeadly() { method impliesDead (line 1273) | @Override class VenerealDiscomfort (line 1279) | public static final class VenerealDiscomfort extends Disease { method VenerealDiscomfort (line 1280) | VenerealDiscomfort() { class VenerealSlight (line 1286) | public static final class VenerealSlight extends Disease { method VenerealSlight (line 1287) | VenerealSlight() { class VenerealModerate (line 1294) | public static final class VenerealModerate extends Disease { method VenerealModerate (line 1295) | VenerealModerate() { class VenerealSevere (line 1303) | public static final class VenerealSevere extends Disease { method VenerealSevere (line 1304) | VenerealSevere() { class VenerealDeadly (line 1312) | public static final class VenerealDeadly extends Disease { method VenerealDeadly (line 1313) | VenerealDeadly() { method impliesDead (line 1321) | @Override class AlarionHantaVirus (line 1327) | public static final class AlarionHantaVirus extends Bioweapon { method AlarionHantaVirus (line 1328) | AlarionHantaVirus() { method impliesDead (line 1336) | @Override class AlbieroConsumption (line 1342) | public static final class AlbieroConsumption extends Disease { method AlbieroConsumption (line 1343) | AlbieroConsumption() { method impliesDead (line 1351) | @Override class AlgediBloodBurn (line 1357) | public static final class AlgediBloodBurn extends Disease { method AlgediBloodBurn (line 1358) | AlgediBloodBurn() { method impliesDead (line 1366) | @Override class AnchaVirus (line 1372) | public static final class AnchaVirus extends Disease { method AnchaVirus (line 1373) | AnchaVirus() { method impliesDead (line 1381) | @Override class BetholdSyndrome (line 1387) | public static final class BetholdSyndrome extends Disease { method BetholdSyndrome (line 1388) | BetholdSyndrome() { class BlackMarshFever (line 1396) | public static final class BlackMarshFever extends Disease { method BlackMarshFever (line 1397) | BlackMarshFever() { class BrisbaneVirus (line 1405) | public static final class BrisbaneVirus extends Disease { method BrisbaneVirus (line 1406) | BrisbaneVirus() { class ChelosianVirus (line 1414) | public static final class ChelosianVirus extends Disease { method ChelosianVirus (line 1415) | ChelosianVirus() { class ChildusFever (line 1423) | public static final class ChildusFever extends Disease { method ChildusFever (line 1424) | ChildusFever() { class ChungalomeningitisAmaris (line 1433) | public static final class ChungalomeningitisAmaris extends Bioweapon { method ChungalomeningitisAmaris (line 1434) | ChungalomeningitisAmaris() { class ChungalomeningitisTraditional (line 1442) | public static final class ChungalomeningitisTraditional extends Disease { method ChungalomeningitisTraditional (line 1443) | ChungalomeningitisTraditional() { class CromartySuperflu (line 1451) | public static final class CromartySuperflu extends Disease { method CromartySuperflu (line 1452) | CromartySuperflu() { class CurseOfEden (line 1460) | public static final class CurseOfEden extends Disease { method CurseOfEden (line 1461) | CurseOfEden() { method impliesDead (line 1469) | @Override class CurseOfGaledon (line 1475) | public static final class CurseOfGaledon extends Disease { method CurseOfGaledon (line 1476) | CurseOfGaledon() { method impliesDead (line 1484) | @Override class CussetCrud (line 1490) | public static final class CussetCrud extends Disease { method CussetCrud (line 1491) | CussetCrud() { class DangmarsFever (line 1499) | public static final class DangmarsFever extends Disease { method DangmarsFever (line 1500) | DangmarsFever() { class DarrsDisease (line 1508) | public static final class DarrsDisease extends Disease { method DarrsDisease (line 1509) | DarrsDisease() { class DelphiCurse (line 1517) | public static final class DelphiCurse extends Disease { method DelphiCurse (line 1518) | DelphiCurse() { class Devilitch (line 1527) | public static final class Devilitch extends Disease { method Devilitch (line 1528) | Devilitch() { class DowningPoltursDisease (line 1536) | public static final class DowningPoltursDisease extends Disease { method DowningPoltursDisease (line 1537) | DowningPoltursDisease() { method impliesDead (line 1545) | @Override class EdisonWhiteFlu (line 1551) | public static final class EdisonWhiteFlu extends Disease { method EdisonWhiteFlu (line 1552) | EdisonWhiteFlu() { class EltaninBrainFever (line 1560) | public static final class EltaninBrainFever extends Disease { method EltaninBrainFever (line 1561) | EltaninBrainFever() { class FenrisPlague (line 1569) | public static final class FenrisPlague extends Disease { method FenrisPlague (line 1570) | FenrisPlague() { class GalaxPathogen (line 1578) | public static final class GalaxPathogen extends Bioweapon { method GalaxPathogen (line 1579) | GalaxPathogen() { method impliesDead (line 1587) | @Override class GarmsSyndrome (line 1593) | public static final class GarmsSyndrome extends Disease { method GarmsSyndrome (line 1594) | GarmsSyndrome() { class GenoanSpinalMeningitis (line 1602) | public static final class GenoanSpinalMeningitis extends Disease { method GenoanSpinalMeningitis (line 1603) | GenoanSpinalMeningitis() { class HyborianBloodPlague (line 1611) | public static final class HyborianBloodPlague extends Disease { method HyborianBloodPlague (line 1612) | HyborianBloodPlague() { class KaerPathogen (line 1620) | public static final class KaerPathogen extends Disease { method KaerPathogen (line 1621) | KaerPathogen() { class BirthDefect (line 1629) | public static final class BirthDefect extends BaseInjury { method BirthDefect (line 1630) | BirthDefect() { class KilenWattsSyndrome (line 1636) | public static final class KilenWattsSyndrome extends Disease { method KilenWattsSyndrome (line 1637) | KilenWattsSyndrome() { class KnightsGrasseSyndrome (line 1645) | public static final class KnightsGrasseSyndrome extends Disease { method KnightsGrasseSyndrome (line 1646) | KnightsGrasseSyndrome() { class LaensRegret (line 1654) | public static final class LaensRegret extends Disease { method LaensRegret (line 1655) | LaensRegret() { class LandmarkSupervirus (line 1663) | public static final class LandmarkSupervirus extends Bioweapon { method LandmarkSupervirus (line 1664) | LandmarkSupervirus() { method impliesDead (line 1672) | @Override class MiaplacidusPlague (line 1678) | public static final class MiaplacidusPlague extends Disease { method MiaplacidusPlague (line 1679) | MiaplacidusPlague() { class NeisseriaMalthusia (line 1687) | public static final class NeisseriaMalthusia extends Disease { method NeisseriaMalthusia (line 1688) | NeisseriaMalthusia() { class NeoSmallpox (line 1696) | public static final class NeoSmallpox extends Disease { method NeoSmallpox (line 1697) | NeoSmallpox() { method impliesDead (line 1705) | @Override class NotilicSweats (line 1711) | public static final class NotilicSweats extends Disease { method NotilicSweats (line 1712) | NotilicSweats() { class NykvarnVirus (line 1720) | public static final class NykvarnVirus extends Disease { method NykvarnVirus (line 1721) | NykvarnVirus() { method impliesDead (line 1729) | @Override class OckhamsBloodDisease (line 1735) | public static final class OckhamsBloodDisease extends Disease { method OckhamsBloodDisease (line 1736) | OckhamsBloodDisease() { class PingreeFever (line 1745) | public static final class PingreeFever extends Disease { method PingreeFever (line 1746) | PingreeFever() { method impliesDead (line 1754) | @Override class RedburnVirus (line 1760) | public static final class RedburnVirus extends Bioweapon { method RedburnVirus (line 1761) | RedburnVirus() { class RocklandFever (line 1769) | public static final class RocklandFever extends Disease { method RocklandFever (line 1770) | RocklandFever() { class ScourgePlague (line 1778) | public static final class ScourgePlague extends Bioweapon { method ScourgePlague (line 1779) | ScourgePlague() { method impliesDead (line 1787) | @Override class SkokieShivers (line 1793) | public static final class SkokieShivers extends Disease { method SkokieShivers (line 1794) | SkokieShivers() { class ToxoplasmaGondiiHardcorea (line 1802) | public static final class ToxoplasmaGondiiHardcorea extends Disease { method ToxoplasmaGondiiHardcorea (line 1803) | ToxoplasmaGondiiHardcorea() { class UnoleFlu (line 1811) | public static final class UnoleFlu extends Disease { method UnoleFlu (line 1812) | UnoleFlu() { class WinsonsRegret (line 1820) | public static final class WinsonsRegret extends Disease { method WinsonsRegret (line 1821) | WinsonsRegret() { class YimpiseeFever (line 1829) | public static final class YimpiseeFever extends Disease { method YimpiseeFever (line 1830) | YimpiseeFever() { method impliesDead (line 1838) | @Override class Prosthetic (line 1845) | private abstract static class Prosthetic extends BaseInjury { method Prosthetic (line 1846) | protected Prosthetic() { class WoodenArm (line 1857) | public static final class WoodenArm extends Prosthetic { method WoodenArm (line 1858) | WoodenArm() { method getName (line 1865) | @Override class HookHand (line 1872) | public static final class HookHand extends Prosthetic { method HookHand (line 1873) | HookHand() { method getName (line 1880) | @Override class PegLeg (line 1887) | public static final class PegLeg extends Prosthetic { method PegLeg (line 1888) | PegLeg() { method getName (line 1895) | @Override class WoodenFoot (line 1902) | public static final class WoodenFoot extends Prosthetic { method WoodenFoot (line 1903) | WoodenFoot() { method getName (line 1910) | @Override class SimpleArm (line 1917) | public static final class SimpleArm extends Prosthetic { method SimpleArm (line 1918) | SimpleArm() { method getName (line 1925) | @Override class SimpleClawHand (line 1932) | public static final class SimpleClawHand extends Prosthetic { method SimpleClawHand (line 1933) | SimpleClawHand() { method getName (line 1940) | @Override class SimpleLeg (line 1947) | public static final class SimpleLeg extends Prosthetic { method SimpleLeg (line 1948) | SimpleLeg() { method getName (line 1955) | @Override class SimpleFoot (line 1962) | public static final class SimpleFoot extends Prosthetic { method SimpleFoot (line 1963) | SimpleFoot() { method getName (line 1970) | @Override class ProstheticArm (line 1977) | public static final class ProstheticArm extends Prosthetic { method ProstheticArm (line 1978) | ProstheticArm() { method getName (line 1985) | @Override class ProstheticHand (line 1992) | public static final class ProstheticHand extends Prosthetic { method ProstheticHand (line 1993) | ProstheticHand() { method getName (line 2000) | @Override class ProstheticLeg (line 2007) | public static final class ProstheticLeg extends Prosthetic { method ProstheticLeg (line 2008) | ProstheticLeg() { method getName (line 2015) | @Override class ProstheticFoot (line 2022) | public static final class ProstheticFoot extends Prosthetic { method ProstheticFoot (line 2023) | ProstheticFoot() { method getName (line 2030) | @Override class AdvancedProstheticArm (line 2037) | public static final class AdvancedProstheticArm extends Prosthetic { method AdvancedProstheticArm (line 2038) | AdvancedProstheticArm() { method getName (line 2045) | @Override class AdvancedProstheticHand (line 2052) | public static final class AdvancedProstheticHand extends Prosthetic { method AdvancedProstheticHand (line 2053) | AdvancedProstheticHand() { method getName (line 2060) | @Override class AdvancedProstheticLeg (line 2067) | public static final class AdvancedProstheticLeg extends Prosthetic { method AdvancedProstheticLeg (line 2068) | AdvancedProstheticLeg() { method getName (line 2075) | @Override class AdvancedProstheticFoot (line 2082) | public static final class AdvancedProstheticFoot extends Prosthetic { method AdvancedProstheticFoot (line 2083) | AdvancedProstheticFoot() { method getName (line 2090) | @Override class MyomerArm (line 2097) | public static final class MyomerArm extends Prosthetic { method MyomerArm (line 2098) | MyomerArm() { method getName (line 2106) | @Override class MyomerHand (line 2113) | public static final class MyomerHand extends Prosthetic { method MyomerHand (line 2114) | MyomerHand() { method getName (line 2122) | @Override class MyomerLeg (line 2129) | public static final class MyomerLeg extends Prosthetic { method MyomerLeg (line 2130) | MyomerLeg() { method getName (line 2138) | @Override class MyomerFoot (line 2145) | public static final class MyomerFoot extends Prosthetic { method MyomerFoot (line 2146) | MyomerFoot() { method getName (line 2154) | @Override class ClonedArm (line 2161) | public static final class ClonedArm extends Prosthetic { method ClonedArm (line 2162) | ClonedArm() { method getName (line 2169) | @Override class ClonedHand (line 2176) | public static final class ClonedHand extends Prosthetic { method ClonedHand (line 2177) | ClonedHand() { method getName (line 2184) | @Override class ClonedLeg (line 2191) | public static final class ClonedLeg extends Prosthetic { method ClonedLeg (line 2192) | ClonedLeg() { method getName (line 2199) | @Override class ClonedFoot (line 2206) | public static final class ClonedFoot extends Prosthetic { method ClonedFoot (line 2207) | ClonedFoot() { method getName (line 2214) | @Override class EyeImplant (line 2221) | public static final class EyeImplant extends Prosthetic { method EyeImplant (line 2222) | EyeImplant() { class BionicEar (line 2230) | public static final class BionicEar extends Prosthetic { method BionicEar (line 2231) | BionicEar() { class BionicEye (line 2239) | public static final class BionicEye extends Prosthetic { method BionicEye (line 2240) | BionicEye() { class BionicHeart (line 2248) | public static final class BionicHeart extends Prosthetic { method BionicHeart (line 2249) | BionicHeart() { class BionicLungs (line 2256) | public static final class BionicLungs extends Prosthetic { method BionicLungs (line 2257) | BionicLungs() { class BionicOrganOther (line 2264) | public static final class BionicOrganOther extends Prosthetic { method BionicOrganOther (line 2265) | BionicOrganOther() { class CosmeticSurgery (line 2272) | public static final class CosmeticSurgery extends Prosthetic { method CosmeticSurgery (line 2273) | CosmeticSurgery() { method getName (line 2281) | @Override class ClonedLimbRecovery (line 2288) | public static final class ClonedLimbRecovery extends BaseInjury { method ClonedLimbRecovery (line 2289) | ClonedLimbRecovery() { class ReplacementLimbRecovery (line 2295) | public static final class ReplacementLimbRecovery extends BaseInjury { method ReplacementLimbRecovery (line 2296) | ReplacementLimbRecovery() { class ReplacementOrganRecovery (line 2302) | public static final class ReplacementOrganRecovery extends BaseInjury { method ReplacementOrganRecovery (line 2303) | ReplacementOrganRecovery() { class CosmeticSurgeryRecovery (line 2313) | public static final class CosmeticSurgeryRecovery extends BaseInjury { method CosmeticSurgeryRecovery (line 2314) | CosmeticSurgeryRecovery() { class FailedSurgeryRecovery (line 2324) | public static final class FailedSurgeryRecovery extends BaseInjury { method FailedSurgeryRecovery (line 2325) | FailedSurgeryRecovery() { class ElectiveMyomerArm (line 2335) | public static final class ElectiveMyomerArm extends Prosthetic { method ElectiveMyomerArm (line 2336) | ElectiveMyomerArm() { method getName (line 2344) | @Override class DermalMyomerArmorArm (line 2351) | public static final class DermalMyomerArmorArm extends Prosthetic { method DermalMyomerArmorArm (line 2352) | DermalMyomerArmorArm() { method getName (line 2360) | @Override class DermalMyomerCamoArm (line 2367) | public static final class DermalMyomerCamoArm extends Prosthetic { method DermalMyomerCamoArm (line 2368) | DermalMyomerCamoArm() { method getName (line 2376) | @Override class DermalMyomerTripleArm (line 2383) | public static final class DermalMyomerTripleArm extends Prosthetic { method DermalMyomerTripleArm (line 2384) | DermalMyomerTripleArm() { method getName (line 2392) | @Override class ElectiveMyomerHand (line 2399) | public static final class ElectiveMyomerHand extends Prosthetic { method ElectiveMyomerHand (line 2400) | ElectiveMyomerHand() { method getName (line 2408) | @Override class ElectiveMyomerLeg (line 2415) | public static final class ElectiveMyomerLeg extends Prosthetic { method ElectiveMyomerLeg (line 2416) | ElectiveMyomerLeg() { method getName (line 2424) | @Override class DermalMyomerArmorLeg (line 2431) | public static final class DermalMyomerArmorLeg extends Prosthetic { method DermalMyomerArmorLeg (line 2432) | DermalMyomerArmorLeg() { method getName (line 2440) | @Override class DermalMyomerCamoLeg (line 2447) | public static final class DermalMyomerCamoLeg extends Prosthetic { method DermalMyomerCamoLeg (line 2448) | DermalMyomerCamoLeg() { method getName (line 2456) | @Override class DermalMyomerTripleLeg (line 2463) | public static final class DermalMyomerTripleLeg extends Prosthetic { method DermalMyomerTripleLeg (line 2464) | DermalMyomerTripleLeg() { method getName (line 2472) | @Override class BoneReinforcement (line 2479) | public static final class BoneReinforcement extends Prosthetic { method BoneReinforcement (line 2480) | BoneReinforcement() { class OrganFiltrationImplant (line 2488) | public static final class OrganFiltrationImplant extends Prosthetic { method OrganFiltrationImplant (line 2489) | OrganFiltrationImplant() { class BionicLungsWithType1Filter (line 2497) | public static final class BionicLungsWithType1Filter extends Prosthetic { method BionicLungsWithType1Filter (line 2498) | BionicLungsWithType1Filter() { class BionicLungsWithType2Filter (line 2507) | public static final class BionicLungsWithType2Filter extends Prosthetic { method BionicLungsWithType2Filter (line 2508) | BionicLungsWithType2Filter() { class BionicLungsWithType3Filter (line 2517) | public static final class BionicLungsWithType3Filter extends Prosthetic { method BionicLungsWithType3Filter (line 2518) | BionicLungsWithType3Filter() { class CyberneticEyeEMIR (line 2527) | public static final class CyberneticEyeEMIR extends Prosthetic { method CyberneticEyeEMIR (line 2528) | CyberneticEyeEMIR() { class CyberneticEyeTelescope (line 2537) | public static final class CyberneticEyeTelescope extends Prosthetic { method CyberneticEyeTelescope (line 2538) | CyberneticEyeTelescope() { class CyberneticEyeLaser (line 2547) | public static final class CyberneticEyeLaser extends Prosthetic { method CyberneticEyeLaser (line 2548) | CyberneticEyeLaser() { class CyberneticEyeMulti (line 2557) | public static final class CyberneticEyeMulti extends Prosthetic { method CyberneticEyeMulti (line 2558) | CyberneticEyeMulti() { class CyberneticEyeMultiEnhanced (line 2567) | public static final class CyberneticEyeMultiEnhanced extends Prosthetic { method CyberneticEyeMultiEnhanced (line 2568) | CyberneticEyeMultiEnhanced() { class CyberneticEarCommunications (line 2577) | public static final class CyberneticEarCommunications extends Prosthet... method CyberneticEarCommunications (line 2578) | CyberneticEarCommunications() { class CyberneticEarBoostedCommunications (line 2587) | public static final class CyberneticEarBoostedCommunications extends P... method CyberneticEarBoostedCommunications (line 2588) | CyberneticEarBoostedCommunications() { class CyberneticEarEnhanced (line 2597) | public static final class CyberneticEarEnhanced extends Prosthetic { method CyberneticEarEnhanced (line 2598) | CyberneticEarEnhanced() { class CyberneticEarSignal (line 2607) | public static final class CyberneticEarSignal extends Prosthetic { method CyberneticEarSignal (line 2608) | CyberneticEarSignal() { class CyberneticEarMulti (line 2617) | public static final class CyberneticEarMulti extends Prosthetic { method CyberneticEarMulti (line 2618) | CyberneticEarMulti() { class CyberneticSpeechImplant (line 2627) | public static final class CyberneticSpeechImplant extends Prosthetic { method CyberneticSpeechImplant (line 2628) | CyberneticSpeechImplant() { class PheromoneEffuser (line 2637) | public static final class PheromoneEffuser extends Prosthetic { method PheromoneEffuser (line 2638) | PheromoneEffuser() { class SecondaryPowerSupply (line 2647) | public static final class SecondaryPowerSupply extends Prosthetic { method SecondaryPowerSupply (line 2648) | SecondaryPowerSupply() { class CosmeticBeautyEnhancement (line 2657) | public static final class CosmeticBeautyEnhancement extends Prosthetic { method CosmeticBeautyEnhancement (line 2658) | CosmeticBeautyEnhancement() { class CosmeticHorrorEnhancement (line 2667) | public static final class CosmeticHorrorEnhancement extends Prosthetic { method CosmeticHorrorEnhancement (line 2668) | CosmeticHorrorEnhancement() { class CosmeticTailProsthetic (line 2677) | public static final class CosmeticTailProsthetic extends Prosthetic { method CosmeticTailProsthetic (line 2678) | CosmeticTailProsthetic() { class CosmeticAnimalEarProsthetic (line 2687) | public static final class CosmeticAnimalEarProsthetic extends Prosthet... method CosmeticAnimalEarProsthetic (line 2688) | CosmeticAnimalEarProsthetic() { class PrototypeVDNI (line 2697) | public static final class PrototypeVDNI extends Prosthetic { method PrototypeVDNI (line 2698) | PrototypeVDNI() { class VehicularDNI (line 2708) | public static final class VehicularDNI extends Prosthetic { method VehicularDNI (line 2709) | VehicularDNI() { class BufferedVDNI (line 2719) | public static final class BufferedVDNI extends Prosthetic { method BufferedVDNI (line 2720) | BufferedVDNI() { class BufferedVDNITripleCore (line 2730) | public static final class BufferedVDNITripleCore extends Prosthetic { method BufferedVDNITripleCore (line 2731) | BufferedVDNITripleCore() { class PainShunt (line 2741) | public static final class PainShunt extends Prosthetic { method PainShunt (line 2742) | PainShunt() { class ImplantRemovalRecovery (line 2752) | public static final class ImplantRemovalRecovery extends BaseInjury { method ImplantRemovalRecovery (line 2753) | ImplantRemovalRecovery() { class CosmeticLegProsthetic (line 2761) | public static final class CosmeticLegProsthetic extends Prosthetic { method CosmeticLegProsthetic (line 2762) | CosmeticLegProsthetic() { method getName (line 2770) | @Override class EnhancedImagingImplant (line 2777) | public static final class EnhancedImagingImplant extends Prosthetic { method EnhancedImagingImplant (line 2778) | EnhancedImagingImplant() { class ElectiveImplantRecovery (line 2787) | public static final class ElectiveImplantRecovery extends BaseInjury { method ElectiveImplantRecovery (line 2788) | ElectiveImplantRecovery() { class EIImplantRecovery (line 2798) | public static final class EIImplantRecovery extends BaseInjury { method EIImplantRecovery (line 2799) | EIImplantRecovery() { class PainShuntRecovery (line 2809) | public static final class PainShuntRecovery extends BaseInjury { method PainShuntRecovery (line 2810) | PainShuntRecovery() { class DiscontinuationSyndrome (line 2820) | public static final class DiscontinuationSyndrome extends BaseInjury { method DiscontinuationSyndrome (line 2821) | DiscontinuationSyndrome() { class PostpartumRecovery (line 2832) | public static final class PostpartumRecovery extends BaseInjury { method PostpartumRecovery (line 2833) | PostpartumRecovery() { class TransitDisorientationSyndrome (line 2844) | public static final class TransitDisorientationSyndrome extends BaseIn... method TransitDisorientationSyndrome (line 2845) | TransitDisorientationSyndrome() { class CripplingFlashbacks (line 2857) | public static final class CripplingFlashbacks extends BaseInjury { method CripplingFlashbacks (line 2858) | CripplingFlashbacks() { class ChildlikeRegression (line 2870) | public static final class ChildlikeRegression extends BaseInjury { method ChildlikeRegression (line 2871) | ChildlikeRegression() { class ChronicDisassociation (line 2883) | public static final class ChronicDisassociation extends BaseInjury { method ChronicDisassociation (line 2884) | ChronicDisassociation() { class TerribleBruises (line 2896) | public static final class TerribleBruises extends BaseInjury { method TerribleBruises (line 2897) | TerribleBruises() { class OldWound (line 2909) | public static final class OldWound extends BaseInjury { method OldWound (line 2910) | OldWound() { FILE: MekHQ/src/mekhq/campaign/personnel/medical/advancedMedicalAlternate/CanonicalDiseaseType.java type CanonicalDiseaseType (line 45) | public enum CanonicalDiseaseType { method CanonicalDiseaseType (line 393) | CanonicalDiseaseType(String lookupName, List affectedSystemCod... method getLookupName (line 403) | public String getLookupName() { method getAllActiveDiseases (line 407) | public static Set getAllActiveDiseases(String currentSyste... method getAllActiveBioweapons (line 418) | public static Set getAllActiveBioweapons(String currentSys... method getNewBioweaponAttack (line 429) | public static @Nullable InjuryType getNewBioweaponAttack(String curren... method getNewDiseaseOutbreaks (line 442) | public static @Nullable Set getNewDiseaseOutbreaks(String ... method isActiveInSystem (line 457) | private boolean isActiveInSystem(String systemCode, LocalDate today, b... method getAllSystemSpecificDiseasesWithCures (line 466) | public static Set getAllSystemSpecificDiseasesWithCures(St... method getAllNewCures (line 481) | public static Set getAllNewCures(String currentSystemCode,... method isCureAvailable (line 495) | public boolean isCureAvailable(LocalDate today) { method getInjuryType (line 499) | public InjuryType getInjuryType() { FILE: MekHQ/src/mekhq/campaign/personnel/medical/advancedMedicalAlternate/DiseaseService.java class DiseaseService (line 51) | public class DiseaseService { method catchRandomDisease (line 177) | public static InjuryType catchRandomDisease() { method getDiseaseDuration (line 193) | public static int getDiseaseDuration() { FILE: MekHQ/src/mekhq/campaign/personnel/medical/advancedMedicalAlternate/DiseaseType.java type DiseaseType (line 35) | public enum DiseaseType { FILE: MekHQ/src/mekhq/campaign/personnel/medical/advancedMedicalAlternate/HealingMarginOfSuccessEffects.java type HealingMarginOfSuccessEffects (line 49) | public enum HealingMarginOfSuccessEffects { method HealingMarginOfSuccessEffects (line 94) | HealingMarginOfSuccessEffects(boolean isRecovery, boolean inflictsFati... method isHealed (line 109) | public boolean isHealed() { method getFatigueDamage (line 123) | public int getFatigueDamage() { method getHealingDelay (line 141) | public int getHealingDelay(int originalTime) { method isPermanent (line 153) | public boolean isPermanent() { method getEffectFromHealingAttempt (line 179) | public static HealingMarginOfSuccessEffects getEffectFromHealingAttemp... FILE: MekHQ/src/mekhq/campaign/personnel/medical/advancedMedicalAlternate/InjuryEffect.java type InjuryEffect (line 53) | public enum InjuryEffect { method InjuryEffect (line 1579) | InjuryEffect(String lookupName) { method InjuryEffect (line 1601) | InjuryEffect(String lookupName, String textColor, int perceptionModifi... method getPerceptionModifier (line 1627) | public int getPerceptionModifier() { method getStrengthModifier (line 1631) | public int getStrengthModifier() { method getBodyModifier (line 1635) | public int getBodyModifier() { method getReflexesModifier (line 1639) | public int getReflexesModifier() { method getDexterityModifier (line 1643) | public int getDexterityModifier() { method getIntelligenceModifier (line 1647) | public int getIntelligenceModifier() { method getWillpowerModifier (line 1651) | public int getWillpowerModifier() { method getCharismaModifier (line 1655) | public int getCharismaModifier() { method getToughnessModifier (line 1659) | public int getToughnessModifier() { method getSurvivalModifier (line 1663) | public int getSurvivalModifier() { method getGunneryModifier (line 1667) | public int getGunneryModifier() { method getActingModifier (line 1671) | public int getActingModifier() { method getNegotiationModifier (line 1675) | public int getNegotiationModifier() { method getLeadershipModifier (line 1679) | public int getLeadershipModifier() { method getInterrogationModifier (line 1683) | public int getInterrogationModifier() { method getAcrobaticsModifier (line 1687) | public int getAcrobaticsModifier() { method isInflictsPostScenarioInjury (line 1691) | public boolean isInflictsPostScenarioInjury() { method getTextColor (line 1695) | public String getTextColor() { method toString (line 1699) | @Override method getTooltip (line 1717) | public static String getTooltip(List injuryEffects) { method addToMap (line 1823) | private static void addToMap(Map map, SkillAt... method getEffectsLabel (line 1827) | public static String getEffectsLabel(List injuryEffects) { method formatEffect (line 1848) | private static String formatEffect(InjuryEffect effect, long count) { FILE: MekHQ/src/mekhq/campaign/personnel/medical/advancedMedicalAlternate/InjuryLocationService.java class InjuryLocationService (line 70) | public class InjuryLocationService { method setBodyLocationMissing (line 209) | public void setBodyLocationMissing(BodyLocation location) { method InjuryLocationService (line 252) | public InjuryLocationService(Person person) { method updateLimbPresence (line 267) | private void updateLimbPresence(List injuries) { method getInjuryLocation (line 292) | public InjuryLocationData getInjuryLocation() { method hasBodyLocation (line 310) | public boolean hasBodyLocation(BodyLocation location) { method getPrimaryBodyLocation (line 334) | private BodyLocation getPrimaryBodyLocation() { method getAvailableLegLocation (line 365) | private BodyLocation getAvailableLegLocation() { method findFirstAvailableLocation (line 385) | private BodyLocation findFirstAvailableLocation(List loc... method getSecondaryBodyLocation (line 415) | private InjuryLocationData getSecondaryBodyLocation(BodyLocation prima... method rollForSecondaryLocationAndDurationMultiplier (line 471) | private InjuryDurationRoll rollForSecondaryLocationAndDurationMultipli... FILE: MekHQ/src/mekhq/campaign/personnel/medical/advancedMedicalAlternate/InjurySubType.java type InjurySubType (line 50) | public enum InjurySubType { method isNormal (line 90) | public boolean isNormal() { method isBurn (line 99) | public boolean isBurn() { method isDisease (line 109) | public boolean isDisease() { method isCanonDisease (line 119) | public boolean isCanonDisease() { method isBioweaponDisease (line 128) | public boolean isBioweaponDisease() { method isProsthetic (line 137) | public boolean isProsthetic() { method isMyomerProsthetic (line 141) | public boolean isMyomerProsthetic() { method isImplant (line 150) | public boolean isImplant() { method isPermanentModification (line 159) | public boolean isPermanentModification() { method isFlaw (line 168) | public boolean isFlaw() { FILE: MekHQ/src/mekhq/campaign/personnel/medical/advancedMedicalAlternate/Inoculations.java class Inoculations (line 86) | public class Inoculations { method triggerInoculationPrompt (line 120) | public static void triggerInoculationPrompt(Campaign campaign, boolean... method gatherPersonnelInNeedOfCanonInoculations (line 221) | private static void gatherPersonnelInNeedOfCanonInoculations(Set pe... method transactionFailureAlert (line 405) | private static void transactionFailureAlert(Campaign campaign, String ... method payForInoculations (line 423) | private static boolean payForInoculations(Finances finances, LocalDate... method getDoctor (line 441) | private static @Nullable Person getDoctor(List allDoctors, Cam... method getButtons (line 469) | private static List getButtons(String militaryCost, String civ... method performDiseaseChecks (line 493) | public static void performDiseaseChecks(Campaign campaign) { method getSpreadingDiseases (line 560) | private static void getSpreadingDiseases(Campaign campaign, Collection... method getSpreadingBioweapons (line 632) | private static void getSpreadingBioweapons(Campaign campaign, Collecti... method getActiveDiseases (line 709) | static DiseaseScanResult getActiveDiseases(List allPersonnel) { method applyDisease (line 758) | public static void applyDisease(Campaign campaign, Person person, Inju... method triggerDiseaseSpreadMessages (line 795) | public static void triggerDiseaseSpreadMessages(Campaign campaign, boo... method triggerCanonDiseaseSpreadMessages (line 811) | public static void triggerCanonDiseaseSpreadMessages(Campaign campaign... method triggerBioweaponSpreadMessages (line 829) | public static void triggerBioweaponSpreadMessages(Campaign campaign, b... FILE: MekHQ/src/mekhq/campaign/personnel/medical/advancedMedicalAlternate/ProstheticComplexity.java type ProstheticComplexity (line 37) | public enum ProstheticComplexity { method ProstheticComplexity (line 51) | ProstheticComplexity(String lookupName, int atowType) { method getType (line 57) | public int getType() { method generateLabel (line 61) | private String generateLabel() { method toString (line 65) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/medical/advancedMedicalAlternate/ProstheticType.java type ProstheticType (line 89) | public enum ProstheticType { method ProstheticType (line 1122) | ProstheticType(String lookupName, ProstheticComplexity prostheticType,... method ProstheticType (line 1166) | ProstheticType(String lookupName, ProstheticComplexity prostheticType,... method getProstheticType (line 1192) | public int getProstheticType() { method getSurgeryLevel (line 1197) | public int getSurgeryLevel() { method getEligibleLocations (line 1206) | public Set getEligibleLocations() { method getInjuryType (line 1211) | public InjuryType getInjuryType() { method getAssociatedPilotOptions (line 1215) | public List getAssociatedPilotOptions() { method getAssociatedPersonnelOptions (line 1219) | public List getAssociatedPersonnelOptions() { method isElectiveImplant (line 1223) | public boolean isElectiveImplant() { method isClanOnly (line 1229) | public boolean isClanOnly() { method isComStarOnly (line 1233) | public boolean isComStarOnly() { method isWordOfBlakeOnly (line 1237) | public boolean isWordOfBlakeOnly() { method isAvailableToFaction (line 1267) | public boolean isAvailableToFaction(Faction campaignFaction, LocalDate... method isAvailableInCurrentLocation (line 1309) | public boolean isAvailableInCurrentLocation(CurrentLocation currentLoc... method getCost (line 1340) | public @Nullable Money getCost(Faction campaignFaction, int currentYea... method getAvailabilityMultiplier (line 1373) | public double getAvailabilityMultiplier(int gameYear, boolean outsideF... method getAdjustedAvailability (line 1402) | public AvailabilityValue getAdjustedAvailability(int gameYear, boolean... method getLegalityMultiplier (line 1438) | public double getLegalityMultiplier(int gameYear, boolean isWrongAffil... method getAdjustedLegality (line 1476) | private ATOWLegalityRating getAdjustedLegality(boolean outsideFactionA... method isBurnRemoveOnly (line 1489) | public boolean isBurnRemoveOnly() { method getAvailability (line 1503) | private AvailabilityValue getAvailability(int gameYear) { method getProstheticTypeFromInjuryType (line 1531) | public static @Nullable ProstheticType getProstheticTypeFromInjuryType... method toString (line 1546) | @Override method getTooltip (line 1574) | public String getTooltip(Faction campaignFaction, int currentYear, boo... method isWrongAffiliation (line 1745) | private boolean isWrongAffiliation(Faction campaignFaction) { method addToMap (line 1775) | private static void addToMap(Map map, SkillAt... method getProstheticFromInjury (line 1794) | public static @Nullable ProstheticType getProstheticFromInjury(InjuryT... FILE: MekHQ/src/mekhq/campaign/personnel/procreation/AbstractProcreation.java class AbstractProcreation (line 89) | public abstract class AbstractProcreation { method AbstractProcreation (line 105) | protected AbstractProcreation(final RandomProcreationMethod method, fi... method getMethod (line 116) | public RandomProcreationMethod getMethod() { method isUseClanPersonnelProcreation (line 120) | public boolean isUseClanPersonnelProcreation() { method setUseClanPersonnelProcreation (line 124) | public void setUseClanPersonnelProcreation(final boolean useClanPerson... method isUsePrisonerProcreation (line 128) | public boolean isUsePrisonerProcreation() { method setUsePrisonerProcreation (line 132) | public void setUsePrisonerProcreation(final boolean usePrisonerProcrea... method isUseRelationshiplessProcreation (line 136) | public boolean isUseRelationshiplessProcreation() { method setUseRelationshiplessProcreation (line 140) | public void setUseRelationshiplessProcreation(final boolean useRelatio... method isUseRandomClanPersonnelProcreation (line 144) | public boolean isUseRandomClanPersonnelProcreation() { method setUseRandomClanPersonnelProcreation (line 148) | public void setUseRandomClanPersonnelProcreation(final boolean useRand... method isUseRandomPrisonerProcreation (line 152) | public boolean isUseRandomPrisonerProcreation() { method setUseRandomPrisonerProcreation (line 156) | public void setUseRandomPrisonerProcreation(final boolean useRandomPri... method determineNumberOfBabies (line 171) | protected int determineNumberOfBabies(final int multiplePregnancyOccur... method determinePregnancyDuration (line 188) | private int determinePregnancyDuration() { method determinePregnancyWeek (line 205) | public int determinePregnancyWeek(final LocalDate today, final Person ... method determineFather (line 217) | protected @Nullable Person determineFather(final Campaign campaign, fi... method canProcreate (line 235) | public @Nullable String canProcreate(final LocalDate today, final Pers... method addPregnancy (line 333) | public void addPregnancy(final Campaign campaign, final LocalDate toda... method addPregnancy (line 351) | public void addPregnancy(final Campaign campaign, final LocalDate toda... method removePregnancy (line 393) | public void removePregnancy(final Person person) { method birth (line 407) | public void birth(final Campaign campaign, final LocalDate today, fina... method logAndUpdateFamily (line 549) | private static void logAndUpdateFamily(Campaign campaign, LocalDate to... method birthHistoric (line 580) | public List birthHistoric(final Campaign campaign, final Local... method processPregnancyComplications (line 643) | public void processPregnancyComplications(final Campaign campaign, fin... method getBabyBornChance (line 667) | private static double getBabyBornChance(int pregnancyWeek) { method processNewWeek (line 697) | public void processNewWeek(final Campaign campaign, final LocalDate to... method processRandomProcreationCheck (line 734) | public void processRandomProcreationCheck(final Campaign campaign, fin... method randomlyProcreates (line 751) | protected boolean randomlyProcreates(final LocalDate today, final Pers... method procreation (line 766) | protected abstract boolean procreation(Person person); FILE: MekHQ/src/mekhq/campaign/personnel/procreation/DisabledRandomProcreation.java class DisabledRandomProcreation (line 41) | public class DisabledRandomProcreation extends AbstractProcreation { method DisabledRandomProcreation (line 43) | public DisabledRandomProcreation(final CampaignOptions options) { method randomlyProcreates (line 48) | @Override method procreation (line 53) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/procreation/RandomProcreation.java class RandomProcreation (line 43) | public class RandomProcreation extends AbstractProcreation { method RandomProcreation (line 57) | public RandomProcreation(final CampaignOptions options) { method setRelationshipDieSize (line 72) | public void setRelationshipDieSize(final int relationshipDieSize) { method setRelationshiplessDieSize (line 82) | public void setRelationshiplessDieSize(final int relationshiplessDieSi... method procreation (line 87) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/ranks/Rank.java class Rank (line 54) | public class Rank { method Rank (line 80) | public Rank() { method Rank (line 84) | public Rank(final Rank rank) { method Rank (line 95) | public Rank(final String[] names, final boolean officer, final double ... method getRankNames (line 103) | public Map getRankNames() { method setRankNames (line 107) | public void setRankNames(final Map rankNames) { method getRankLevels (line 111) | public Map getRankLevels() { method setRankLevels (line 115) | public void setRankLevels(final Map rankLevels) { method isOfficer (line 119) | public boolean isOfficer() { method setOfficer (line 123) | public void setOfficer(final boolean officer) { method getPayMultiplier (line 127) | public double getPayMultiplier() { method setPayMultiplier (line 131) | public void setPayMultiplier(final double payMultiplier) { method initializeRank (line 137) | private void initializeRank(final String... names) { method getName (line 158) | public String getName(final Profession profession) { method getNameWithLevels (line 162) | public String getNameWithLevels(final Profession profession) { method getRankNamesAsString (line 167) | public String getRankNamesAsString(final String delimiter) { method isEmpty (line 182) | public boolean isEmpty(final Profession profession) { method indicatesAlternativeSystem (line 187) | public boolean indicatesAlternativeSystem(final Profession profession) { method writeToXML (line 193) | public void writeToXML(final PrintWriter pw, int indent, final int ind... method writeCloseTag (line 201) | private void writeCloseTag(final PrintWriter pw, final int indent, fin... method generateInstanceFromXML (line 217) | public static @Nullable Rank generateInstanceFromXML(final Node wn, fi... FILE: MekHQ/src/mekhq/campaign/personnel/ranks/RankSystem.java class RankSystem (line 58) | public class RankSystem { method RankSystem (line 72) | private RankSystem(final RankSystemType type) { method RankSystem (line 76) | public RankSystem(final RankSystem rankSystem) { method RankSystem (line 86) | public RankSystem(final String code, final String name, method getCode (line 100) | public String getCode() { method setCode (line 104) | public void setCode(final String code) { method getType (line 108) | public RankSystemType getType() { method setType (line 112) | public void setType(final RankSystemType type) { method setName (line 116) | public void setName(final String name) { method getDescription (line 120) | public String getDescription() { method setDescription (line 124) | public void setDescription(final String description) { method isUseROMDesignation (line 128) | public boolean isUseROMDesignation() { method setUseROMDesignation (line 132) | public void setUseROMDesignation(final boolean useROMDesignation) { method isUseManeiDomini (line 136) | public boolean isUseManeiDomini() { method setUseManeiDomini (line 140) | public void setUseManeiDomini(final boolean useManeiDomini) { method getRanks (line 144) | public List getRanks() { method setRanks (line 148) | public void setRanks(final List ranks) { method getRank (line 153) | public Rank getRank(int index) { method getOfficerCut (line 164) | public int getOfficerCut() { method writeToFile (line 174) | public void writeToFile(File file) { method writeToXML (line 198) | public void writeToXML(final PrintWriter pw, int indent, final boolean... method generateIndividualInstanceFromXML (line 233) | public static @Nullable RankSystem generateIndividualInstanceFromXML(f... method generateInstanceFromXML (line 271) | public static @Nullable RankSystem generateInstanceFromXML(final NodeL... method generateInstanceFromXML (line 284) | public static @Nullable RankSystem generateInstanceFromXML(final NodeL... method toString (line 325) | @Override method equals (line 330) | @Override method hashCode (line 341) | @Override FILE: MekHQ/src/mekhq/campaign/personnel/ranks/RankValidator.java class RankValidator (line 45) | public class RankValidator { method RankValidator (line 49) | public RankValidator() { method validate (line 54) | public boolean validate(final @Nullable RankSystem rankSystem, final b... method validate (line 65) | public boolean validate(final @Nullable DefaultComboBoxModel getRankSystems() { method setRankSystems (line 92) | protected static void setRankSystems(final Map ran... method getRankSystemFromCode (line 96) | public static @Nullable RankSystem getRankSystemFromCode(final String ... method exportRankSystemsToFile (line 103) | public static void exportRankSystemsToFile(final @Nullable File file, ... method exportRankSystemsToFile (line 115) | public static void exportRankSystemsToFile(@Nullable File file, method initializeRankSystems (line 147) | public static void initializeRankSystems() { method reinitializeRankSystems (line 189) | public static void reinitializeRankSystems(final Campaign campaign) { method loadRankSystemsFromFile (line 199) | public static List loadRankSystemsFromFile(final @Nullable... FILE: MekHQ/src/mekhq/campaign/personnel/skills/Aging.java class Aging (line 54) | public class Aging { method getAgeModifier (line 80) | public static int getAgeModifier(int characterAge, SkillAttribute attr... method getReputationAgeModifier (line 109) | public static int getReputationAgeModifier(int characterAge, boolean i... method applyAgingSPA (line 146) | public static void applyAgingSPA(int characterAge, Person person) { method getMilestone (line 190) | public static AgingMilestone getMilestone(int characterAge) { FILE: MekHQ/src/mekhq/campaign/personnel/skills/Appraisal.java class Appraisal (line 55) | public class Appraisal { method performAppraisalMultiplierCheck (line 73) | public static double performAppraisalMultiplierCheck(Person person, Lo... method getAppraisalCostMultiplier (line 103) | static double getAppraisalCostMultiplier(int marginOfSuccessValue) { method getAppraisalReport (line 120) | public static String getAppraisalReport(double appraisalCostMultiplier) { method getMarginOfSuccess (line 144) | static MarginOfSuccess getMarginOfSuccess(double appraisalCostMultipli... FILE: MekHQ/src/mekhq/campaign/personnel/skills/AttributeCheckUtility.java class AttributeCheckUtility (line 72) | public class AttributeCheckUtility { method AttributeCheckUtility (line 133) | public AttributeCheckUtility(final @Nullable String reason, final Pers... method performQuickAttributeCheck (line 189) | public static boolean performQuickAttributeCheck(final Person person, ... method isPersonNull (line 217) | private boolean isPersonNull() { method generateResultsText (line 271) | private String generateResultsText(boolean includeMarginsOfSuccessText) { method getMarginOfSuccess (line 331) | public int getMarginOfSuccess() { method isSuccess (line 349) | public boolean isSuccess() { method getResultsText (line 364) | public String getResultsText() { method getTargetNumber (line 379) | public TargetRoll getTargetNumber() { method getRoll (line 394) | public int getRoll() { method isUsedEdge (line 409) | @Deprecated(since = "0.51.0", forRemoval = true) method determineTargetNumber (line 428) | public static TargetRoll determineTargetNumber(Person person, @Nullabl... method getAttributeModifiers (line 455) | private static void getAttributeModifiers(SkillAttribute firstSkillAtt... method getBaseTargetNumber (line 480) | private static void getBaseTargetNumber(TargetRoll targetNumber, boole... method performCheck (line 514) | private void performCheck(boolean useEdge, boolean includeMarginsOfSuc... method performInitialRoll (line 554) | boolean performInitialRoll(boolean useEdge, boolean includeMarginsOfSu... method getAttributeCheckLabel (line 570) | private String getAttributeCheckLabel() { method rollWithEdge (line 597) | private void rollWithEdge(boolean includeMarginsOfSuccessText) { FILE: MekHQ/src/mekhq/campaign/personnel/skills/Attributes.java class Attributes (line 75) | public class Attributes { method Attributes (line 129) | public Attributes() { method Attributes (line 157) | public Attributes(int strength, int body, int reflexes, int dexterity,... method Attributes (line 182) | public Attributes(int singleValue) { method getAttribute (line 209) | public int getAttribute(SkillAttribute attribute) { method getAttributeModifier (line 237) | public int getAttributeModifier(SkillAttribute attribute, List ... method writeAttributesToXML (line 670) | public void writeAttributesToXML(final PrintWriter printWriter, int in... method generateAttributesFromXML (line 695) | public Attributes generateAttributesFromXML(final Node workingNode) { FILE: MekHQ/src/mekhq/campaign/personnel/skills/EscapeSkills.java class EscapeSkills (line 67) | public class EscapeSkills { method performEscapeAttemptCheck (line 89) | public static void performEscapeAttemptCheck(Campaign campaign, Person... method getHighestEscapeSkill (line 140) | static String getHighestEscapeSkill(Person person) { method processEscapeAttempt (line 173) | private static void processEscapeAttempt(Campaign campaign, Person pri... method processNotableFailure (line 202) | private static void processNotableFailure(Campaign campaign, Person pr... method getEscapeAttemptReport (line 239) | private static String getEscapeAttemptReport(Person prisoner, MarginOf... FILE: MekHQ/src/mekhq/campaign/personnel/skills/InfantryGunnerySkills.java class InfantryGunnerySkills (line 49) | public class InfantryGunnerySkills { method getBestInfantryGunnerySkill (line 77) | public static @Nullable String getBestInfantryGunnerySkill(Person pers... method getGunnerySkill (line 97) | private static String getGunnerySkill(Person person) { FILE: MekHQ/src/mekhq/campaign/personnel/skills/QuickTrain.java class QuickTrain (line 70) | public class QuickTrain { method processQuickTraining (line 87) | public static void processQuickTraining(List targetPersonnel, ... method handleSkillTraining (line 186) | private static void handleSkillTraining(int targetLevel, Campaign camp... method processSkills (line 293) | private static void processSkills(Person person, boolean isAdminsHaveN... method shouldAddSkill (line 401) | private static boolean shouldAddSkill(Skills personSkills, String skil... method fetchSkillsForProfession (line 421) | private static void fetchSkillsForProfession(boolean isAdminsHaveNegot... method getHighestSkill (line 460) | private static String getHighestSkill(List skillNames, Person ... FILE: MekHQ/src/mekhq/campaign/personnel/skills/RandomSkillPreferences.java class RandomSkillPreferences (line 53) | public class RandomSkillPreferences { method RandomSkillPreferences (line 75) | public RandomSkillPreferences() { method getOverallRecruitBonus (line 96) | public int getOverallRecruitBonus() { method setOverallRecruitBonus (line 100) | @Deprecated(since = "0.51.0", forRemoval = true) method getRecruitmentBonuses (line 110) | public Map getRecruitmentBonuses() { method addRecruitmentBonus (line 120) | public void addRecruitmentBonus(final PersonnelRole role, final int bo... method getRecruitmentBonus (line 133) | public int getRecruitmentBonus(final PersonnelRole role) { method getSpecialAbilityBonus (line 137) | public int getSpecialAbilityBonus(int type) { method setSpecialAbilityBonus (line 141) | public void setSpecialAbilityBonus(int type, int bonus) { method randomizeSkill (line 147) | public boolean randomizeSkill() { method setRandomizeSkill (line 151) | public void setRandomizeSkill(boolean b) { method isUseAttributes (line 155) | public boolean isUseAttributes() { method setUseAttributes (line 159) | public void setUseAttributes(boolean useAttributes) { method isRandomizeAttributes (line 163) | public boolean isRandomizeAttributes() { method setRandomizeAttributes (line 167) | public void setRandomizeAttributes(boolean isRandomizeAttributes) { method isRandomizeTraits (line 171) | public boolean isRandomizeTraits() { method setRandomizeTraits (line 175) | public void setRandomizeTraits(boolean randomizeTraits) { method getAntiMekProb (line 179) | public int getAntiMekProb() { method setAntiMekProb (line 183) | public void setAntiMekProb(int b) { method getCombatSmallArmsBonus (line 187) | public int getCombatSmallArmsBonus() { method setCombatSmallArmsBonus (line 191) | public void setCombatSmallArmsBonus(int b) { method getSupportSmallArmsBonus (line 195) | public int getSupportSmallArmsBonus() { method setSupportSmallArmsBonus (line 199) | public void setSupportSmallArmsBonus(int b) { method getCommandSkillsModifier (line 203) | public int getCommandSkillsModifier(int lvl) { method setCommandSkillsMod (line 207) | public void setCommandSkillsMod(int lvl, int bonus) { method getUtilitySkillsModifier (line 213) | public int getUtilitySkillsModifier(int lvl) { method setUtilitySkillsMod (line 217) | public void setUtilitySkillsMod(int lvl, int bonus) { method getRoleplaySkillModifier (line 223) | public int getRoleplaySkillModifier() { method setRoleplaySkillModifier (line 227) | public void setRoleplaySkillModifier(int roleplaySkillModifier) { method setArtilleryProb (line 231) | public void setArtilleryProb(int b) { method getArtilleryProb (line 235) | public int getArtilleryProb() { method setArtilleryBonus (line 239) | public void setArtilleryBonus(int b) { method getArtilleryBonus (line 243) | public int getArtilleryBonus() { method setSecondSkillProb (line 247) | public void setSecondSkillProb(int b) { method getSecondSkillProb (line 251) | public int getSecondSkillProb() { method setSecondSkillBonus (line 255) | public void setSecondSkillBonus(int b) { method getSecondSkillBonus (line 259) | public int getSecondSkillBonus() { method writeToXML (line 263) | public void writeToXML(final PrintWriter pw, int indent) { method generateRandomSkillPreferencesFromXml (line 290) | public static RandomSkillPreferences generateRandomSkillPreferencesFro... method processRecruitmentBonusNodes (line 375) | private static void processRecruitmentBonusNodes(Node node, RandomSkil... FILE: MekHQ/src/mekhq/campaign/personnel/skills/ScoutingSkills.java class ScoutingSkills (line 40) | public class ScoutingSkills { method getBestScoutingSkill (line 47) | public static @Nullable String getBestScoutingSkill(Person person) { FILE: MekHQ/src/mekhq/campaign/personnel/skills/Skill.java class Skill (line 99) | public class Skill { method Skill (line 112) | protected Skill() { method Skill (line 116) | public Skill(String type) { method Skill (line 121) | public Skill(String type, int level, int bonus) { method Skill (line 125) | public Skill(SkillType type, int level, int bonus) { method Skill (line 129) | public Skill(SkillType type, int level, int bonus, int xpProgress, boo... method getCountUpMaxValue (line 140) | public static int getCountUpMaxValue() { method getCountDownMaxValue (line 147) | @Deprecated(since = "0.51.0", forRemoval = true) method isCountUp (line 155) | private boolean isCountUp() { method isImprovementLegal (line 170) | public boolean isImprovementLegal() { method createFromExperience (line 187) | public static Skill createFromExperience(String type, int experienceLe... method randomizeLevel (line 204) | public static Skill randomizeLevel(String type, int experienceLevel, i... method getLevel (line 218) | public int getLevel() { method setLevel (line 222) | public void setLevel(int l) { method getBonus (line 226) | public int getBonus() { method setBonus (line 230) | public void setBonus(int b) { method getXpProgress (line 234) | public int getXpProgress() { method changeXpProgress (line 238) | public void changeXpProgress(int delta) { method getHasNaturalAptitude (line 242) | public boolean getHasNaturalAptitude() { method setHasNaturalAptitude (line 246) | @Deprecated(since = "0.51.0", forRemoval = true) method getType (line 251) | public SkillType getType() { method getFinalSkillValue (line 275) | public int getFinalSkillValue(SkillModifierData skillModifierData) { method getSPAModifiers (line 295) | public int getSPAModifiers(PersonnelOptions characterOptions, int repu... method getTotalAttributeModifier (line 526) | public static int getTotalAttributeModifier(TargetRoll targetNumber, f... method getIndividualAttributeModifier (line 566) | public static int getIndividualAttributeModifier(int attributeScore) { method getSkillValue (line 594) | private int getSkillValue() { method getTotalSkillLevel (line 621) | public int getTotalSkillLevel(@Nullable SkillModifierData skillModifie... method getModifiers (line 650) | private int getModifiers(SkillModifierData skillModifierData) { method getTotalInjuryModifier (line 660) | public static int getTotalInjuryModifier(SkillModifierData skillModifi... method improve (line 684) | public void improve() { method getCostToImprove (line 708) | public int getCostToImprove() { method getSkillLevel (line 733) | public SkillLevel getSkillLevel(SkillModifierData skillModifierData) { method getExperienceLevel (line 755) | public int getExperienceLevel(SkillModifierData skillModifierData) { method toString (line 772) | @Override method toString (line 797) | public String toString(SkillModifierData skillModifierData) { method getTooltip (line 834) | public String getTooltip(SkillModifierData skillModifierData) { method writeToXML (line 883) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 892) | public static Skill generateInstanceFromXML(final Node wn) { method updateType (line 922) | public void updateType() { FILE: MekHQ/src/mekhq/campaign/personnel/skills/SkillCheckUtility.java class SkillCheckUtility (line 68) | public class SkillCheckUtility { method SkillCheckUtility (line 130) | public SkillCheckUtility(final @Nullable String reason, final Person p... method SkillCheckUtility (line 183) | public SkillCheckUtility(final @Nullable String reason, final Person p... method performQuickSkillCheck (line 212) | @Deprecated(since = "0.50.07", forRemoval = true) method performQuickSkillCheck (line 254) | public static boolean performQuickSkillCheck(final Person person, fina... method isPersonNull (line 275) | private boolean isPersonNull() { method generateResultsText (line 329) | private String generateResultsText(boolean includeMarginsOfSuccessText... method getMarginOfSuccess (line 392) | public int getMarginOfSuccess() { method isSuccess (line 410) | public boolean isSuccess() { method getResultsText (line 425) | public String getResultsText() { method getTargetNumber (line 440) | public TargetRoll getTargetNumber() { method getRoll (line 454) | public int getRoll() { method isUsedEdge (line 469) | @Deprecated(since = "0.51.0", forRemoval = true) method determineTargetNumber (line 477) | @Deprecated(since = "0.50.07", forRemoval = true) method determineTargetNumber (line 504) | public static TargetRoll determineTargetNumber(Person person, SkillTyp... method performCheck (line 566) | void performCheck(boolean useEdge, boolean hasNaturalAptitude, boolean... method getRoll (line 592) | private void getRoll(boolean hasNaturalAptitude) { method performInitialRoll (line 629) | boolean performInitialRoll(boolean useEdge, boolean hasNaturalAptitude... method rollWithEdge (line 663) | private void rollWithEdge(boolean includeMarginsOfSuccessText, boolean... method getTotalAttributeScoreForSkill (line 706) | public static int getTotalAttributeScoreForSkill(TargetRoll targetNumb... FILE: MekHQ/src/mekhq/campaign/personnel/skills/SkillDeprecationTool.java class SkillDeprecationTool (line 57) | public class SkillDeprecationTool { method SkillDeprecationTool (line 93) | public SkillDeprecationTool(Campaign campaign, Person person, boolean ... method isSkipAll (line 101) | public boolean isSkipAll() { method isRefundAll (line 105) | public boolean isRefundAll() { method checkForDeprecatedSkills (line 117) | private void checkForDeprecatedSkills(Person person) { method getRefundValue (line 149) | public static int getRefundValue(Skills skills, SkillType skillType, S... method triggerDialog (line 173) | private void triggerDialog(final Skills skills, final String skillName... method getInCharacterMessage (line 211) | private String getInCharacterMessage(String skillName) { method getButtonLabels (line 222) | private List getButtonLabels() { method getOutOfCharacterMessage (line 240) | private String getOutOfCharacterMessage(String skillName, int refundVa... FILE: MekHQ/src/mekhq/campaign/personnel/skills/SkillType.java class SkillType (line 85) | public class SkillType { method getExperienceLevelName (line 278) | public static String getExperienceLevelName(int level) { method getExperienceLevelColor (line 297) | public static String getExperienceLevelColor(int level) { method getExperienceLevelColor (line 313) | public static String getExperienceLevelColor(SkillLevel level) { method getColoredExperienceLevelName (line 329) | public static String getColoredExperienceLevelName(int level) { method getColoredExperienceLevelName (line 342) | public static String getColoredExperienceLevelName(SkillLevel level) { method setSkillTypes (line 351) | public static void setSkillTypes(Map skills) { method getSkillHash (line 361) | public static Map getSkillHash() { method setSkillHash (line 365) | @Deprecated(since = "0.51.0", forRemoval = true) method getSkillList (line 370) | public static String[] getSkillList() { method getSkillsBySkillSubType (line 388) | public static List getSkillsBySkillSubType(List ... method getSortedSkillNames (line 419) | public static List getSortedSkillNames() { method SkillType (line 466) | public SkillType() { method SkillType (line 523) | public SkillType(String name, @Nullable Integer target, @Nullable Bool... method getName (line 560) | public String getName() { method getResourceBundleKey (line 573) | private String getResourceBundleKey() { method getFlavorText (line 597) | public String getFlavorText(boolean includeHtmlTags, boolean includeAt... method getTarget (line 621) | public int getTarget() { method setTarget (line 625) | public void setTarget(int t) { method isCountUp (line 629) | public boolean isCountUp() { method getSubType (line 633) | public SkillSubType getSubType() { method isSubTypeOf (line 637) | public boolean isSubTypeOf(SkillSubType subType) { method isRoleplaySkill (line 648) | public boolean isRoleplaySkill() { method isCombatSkill (line 666) | @Deprecated(since = "0.51.0", forRemoval = true) method isSupportSkill (line 681) | public boolean isSupportSkill() { method isUtilitySkill (line 695) | public boolean isUtilitySkill() { method isAffectedByGremlinsOrTechEmpathy (line 708) | public boolean isAffectedByGremlinsOrTechEmpathy() { method isAffectedByImpatientOrPatient (line 728) | public boolean isAffectedByImpatientOrPatient() { method getAttributes (line 752) | public List getAttributes() { method getFirstAttribute (line 756) | public SkillAttribute getFirstAttribute() { method getSecondAttribute (line 760) | public SkillAttribute getSecondAttribute() { method hasAttribute (line 777) | public boolean hasAttribute(SkillAttribute attribute) { method getLinkedAttributeCount (line 789) | public int getLinkedAttributeCount() { method getLevelFromExperience (line 796) | public int getLevelFromExperience(int expLvl) { method getGreenLevel (line 811) | public int getGreenLevel() { method setGreenLevel (line 815) | public void setGreenLevel(int level) { method getRegularLevel (line 819) | public int getRegularLevel() { method setRegularLevel (line 823) | public void setRegularLevel(int level) { method getVeteranLevel (line 827) | public int getVeteranLevel() { method setVeteranLevel (line 831) | public void setVeteranLevel(int level) { method getEliteLevel (line 835) | public int getEliteLevel() { method setEliteLevel (line 839) | public void setEliteLevel(int level) { method getHeroicLevel (line 843) | public int getHeroicLevel() { method setHeroicLevel (line 847) | public void setHeroicLevel(int level) { method getLegendaryLevel (line 851) | public int getLegendaryLevel() { method setLegendaryLevel (line 855) | public void setLegendaryLevel(int level) { method setFirstAttribute (line 871) | public void setFirstAttribute(@Nullable SkillAttribute firstAttribute) { method setSecondAttribute (line 887) | public void setSecondAttribute(@Nullable SkillAttribute secondAttribut... method getCost (line 891) | public int getCost(int lvl) { method getCosts (line 904) | public Integer[] getCosts() { method getTotalCost (line 909) | public int getTotalCost(int lvl) { method getMaxLevel (line 920) | public int getMaxLevel() { method setCost (line 930) | public static void setCost(String name, int cost, int lvl) { method getExperienceLevel (line 949) | public int getExperienceLevel(final int level) { method initializeTypes (line 967) | public static void initializeTypes() { method getType (line 1080) | public static @Nullable SkillType getType(String skillName) { method updateSkillName (line 1107) | private static String updateSkillName(String skillName) { method getDrivingSkillFor (line 1146) | public static String getDrivingSkillFor(Entity en) { method getGunnerySkillFor (line 1168) | public static String getGunnerySkillFor(Entity en) { method getRoleplaySkills (line 1190) | public static List getRoleplaySkills() { method getUtilitySkills (line 1244) | public static List getUtilitySkills() { method writeToXML (line 1261) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 1285) | public static void generateInstanceFromXML(Node workingNode, Version v... method generateSeparateInstanceFromXML (line 1348) | public static void generateSeparateInstanceFromXML(final Node wn, fina... method compatibilityHandler (line 1413) | private static void compatibilityHandler(SkillType skillType) { method createPilotingMek (line 1552) | public static SkillType createPilotingMek() { method createGunneryMek (line 1569) | public static SkillType createGunneryMek() { method createPilotingAero (line 1587) | public static SkillType createPilotingAero() { method createGunneryAero (line 1604) | public static SkillType createGunneryAero() { method createPilotingJet (line 1622) | public static SkillType createPilotingJet() { method createGunneryJet (line 1639) | public static SkillType createGunneryJet() { method createPilotingSpace (line 1657) | public static SkillType createPilotingSpace() { method createGunnerySpace (line 1674) | public static SkillType createGunnerySpace() { method createPilotingGroundVee (line 1692) | public static SkillType createPilotingGroundVee() { method createPilotingNavalVee (line 1709) | public static SkillType createPilotingNavalVee() { method createPilotingVTOL (line 1726) | public static SkillType createPilotingVTOL() { method createGunneryVehicle (line 1743) | public static SkillType createGunneryVehicle() { method createArtillery (line 1761) | public static SkillType createArtillery() { method createGunneryBA (line 1779) | public static SkillType createGunneryBA() { method createGunneryProto (line 1797) | public static SkillType createGunneryProto() { method createSmallArms (line 1815) | public static SkillType createSmallArms() { method createAntiMek (line 1832) | public static SkillType createAntiMek() { method createTechMek (line 1850) | public static SkillType createTechMek() { method createTechMechanic (line 1869) | public static SkillType createTechMechanic() { method createTechAero (line 1888) | public static SkillType createTechAero() { method createTechBA (line 1907) | public static SkillType createTechBA() { method createTechVessel (line 1926) | public static SkillType createTechVessel() { method createAstech (line 1945) | public static SkillType createAstech() { method createSurgery (line 1965) | public static SkillType createSurgery() { method createMedTech (line 1984) | public static SkillType createMedTech() { method createNavigation (line 2003) | public static SkillType createNavigation() { method createTactics (line 2021) | public static SkillType createTactics() { method createStrategy (line 2038) | public static SkillType createStrategy() { method createAdmin (line 2055) | public static SkillType createAdmin() { method createLeadership (line 2073) | public static SkillType createLeadership() { method createNegotiation (line 2090) | public static SkillType createNegotiation() { method createAcrobatics (line 2107) | public static SkillType createAcrobatics() { method createActing (line 2124) | public static SkillType createActing() { method createAnimalHandling (line 2141) | public static SkillType createAnimalHandling() { method createAppraisal (line 2158) | public static SkillType createAppraisal() { method createArchery (line 2175) | public static SkillType createArchery() { method createArtDancing (line 2192) | public static SkillType createArtDancing() { method createArtDrawing (line 2209) | public static SkillType createArtDrawing() { method createArtPainting (line 2226) | public static SkillType createArtPainting() { method createArtWriting (line 2243) | public static SkillType createArtWriting() { method createArtPoetry (line 2260) | public static SkillType createArtPoetry() { method createArtInstrument (line 2278) | public static SkillType createArtInstrument() { method createArtSculpture (line 2296) | public static SkillType createArtSculpture() { method createArtCooking (line 2313) | public static SkillType createArtCooking() { method createArtSinging (line 2330) | public static SkillType createArtSinging() { method createArtOther (line 2347) | public static SkillType createArtOther() { method createCommunications (line 2364) | public static SkillType createCommunications() { method createComputers (line 2381) | public static SkillType createComputers() { method createCryptography (line 2398) | public static SkillType createCryptography() { method createDemolitions (line 2415) | public static SkillType createDemolitions() { method createDisguise (line 2432) | public static SkillType createDisguise() { method createEscapeArtist (line 2449) | public static SkillType createEscapeArtist() { method createForgery (line 2466) | public static SkillType createForgery() { method createInterestHistory (line 2483) | public static SkillType createInterestHistory() { method createInterestLiterature (line 2500) | public static SkillType createInterestLiterature() { method createInterestHoloGames (line 2517) | public static SkillType createInterestHoloGames() { method createInterestSports (line 2534) | public static SkillType createInterestSports() { method createInterestFashion (line 2551) | public static SkillType createInterestFashion() { method createInterestMusic (line 2568) | public static SkillType createInterestMusic() { method createInterestMilitary (line 2585) | public static SkillType createInterestMilitary() { method createInterestAntiques (line 2602) | public static SkillType createInterestAntiques() { method createInterestTheology (line 2619) | public static SkillType createInterestTheology() { method createInterestGambling (line 2636) | public static SkillType createInterestGambling() { method createInterestPolitics (line 2653) | public static SkillType createInterestPolitics() { method createInterestPhilosophy (line 2670) | public static SkillType createInterestPhilosophy() { method createInterestEconomics (line 2687) | public static SkillType createInterestEconomics() { method createInterestPopCulture (line 2704) | public static SkillType createInterestPopCulture() { method createInterestAstrology (line 2721) | public static SkillType createInterestAstrology() { method createInterestFishing (line 2738) | public static SkillType createInterestFishing() { method createInterestMythology (line 2755) | public static SkillType createInterestMythology() { method createInterestCartography (line 2772) | public static SkillType createInterestCartography() { method createInterestArcheology (line 2789) | public static SkillType createInterestArcheology() { method createInterestHoloCinema (line 2806) | public static SkillType createInterestHoloCinema() { method createInterestExoticAnimals (line 2823) | public static SkillType createInterestExoticAnimals() { method createInterestLaw (line 2840) | public static SkillType createInterestLaw() { method createInterestOther (line 2857) | public static SkillType createInterestOther() { method createInterrogation (line 2874) | public static SkillType createInterrogation() { method createInvestigation (line 2891) | public static SkillType createInvestigation() { method createLanguage (line 2908) | public static SkillType createLanguage() { method createMartialArts (line 2925) | public static SkillType createMartialArts() { method createPerception (line 2942) | public static SkillType createPerception() { method createSleightOfHand (line 2959) | public static SkillType createSleightOfHand() { method createProtocols (line 2978) | public static SkillType createProtocols() { method createScienceBiology (line 2995) | public static SkillType createScienceBiology() { method createScienceChemistry (line 3012) | public static SkillType createScienceChemistry() { method createScienceMathematics (line 3029) | public static SkillType createScienceMathematics() { method createSciencePhysics (line 3046) | public static SkillType createSciencePhysics() { method createScienceMilitary (line 3063) | public static SkillType createScienceMilitary() { method createScienceGeology (line 3080) | public static SkillType createScienceGeology() { method createScienceXenobiology (line 3097) | public static SkillType createScienceXenobiology() { method createSciencePharmacology (line 3114) | public static SkillType createSciencePharmacology() { method createScienceGenetics (line 3131) | public static SkillType createScienceGenetics() { method createSciencePsychology (line 3148) | public static SkillType createSciencePsychology() { method createScienceOther (line 3165) | public static SkillType createScienceOther() { method createSecuritySystemsElectronic (line 3182) | public static SkillType createSecuritySystemsElectronic() { method createSecuritySystemsMechanical (line 3199) | public static SkillType createSecuritySystemsMechanical() { method createSensorOperations (line 3216) | public static SkillType createSensorOperations() { method createStealth (line 3233) | public static SkillType createStealth() { method createStreetwise (line 3250) | public static SkillType createStreetwise() { method createSurvival (line 3267) | public static SkillType createSurvival() { method createTracking (line 3284) | public static SkillType createTracking() { method createTraining (line 3301) | public static SkillType createTraining() { method createCareer (line 3318) | public static SkillType createCareer() { method createZeroGOperations (line 3335) | public static SkillType createZeroGOperations() { method createMeleeWeapons (line 3352) | public static SkillType createMeleeWeapons() { method createThrownWeapons (line 3369) | public static SkillType createThrownWeapons() { method createSupportWeapons (line 3386) | public static SkillType createSupportWeapons() { method createSwimming (line 3403) | public static SkillType createSwimming() { method createRunning (line 3420) | public static SkillType createRunning() { FILE: MekHQ/src/mekhq/campaign/personnel/skills/Skills.java class Skills (line 46) | public class Skills { method size (line 55) | public int size() { method clear (line 62) | public void clear() { method hasSkill (line 73) | public boolean hasSkill(final @Nullable String name) { method getSkill (line 84) | @Nullable method addSkill (line 95) | public void addSkill(String name, Skill skill) { method removeSkill (line 106) | public boolean removeSkill(String name) { method getSkillNames (line 115) | public Collection getSkillNames() { method getSkills (line 124) | public Collection getSkills() { FILE: MekHQ/src/mekhq/campaign/personnel/skills/VehicleCrewSkills.java class VehicleCrewSkills (line 39) | @Deprecated(since = "0.50.10", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/personnel/skills/enums/AgingMilestone.java type AgingMilestone (line 39) | public enum AgingMilestone { method AgingMilestone (line 111) | AgingMilestone(int milestone, int maximumAge, int strength, int body, ... method getAttribute (line 141) | public int getAttribute(SkillAttribute attribute) { method getMilestone (line 159) | @Deprecated(since = "0.50.07", forRemoval = true) method getMinimumAge (line 164) | public int getMinimumAge() { method getMaximumAge (line 168) | public int getMaximumAge() { method getAttributeModifier (line 172) | public int getAttributeModifier(SkillAttribute attribute) { method getReputation (line 185) | public int getReputation() { method isSlowLearner (line 189) | public boolean isSlowLearner() { method isGlassJaw (line 193) | public boolean isGlassJaw() { method getLabel (line 197) | public String getLabel() { FILE: MekHQ/src/mekhq/campaign/personnel/skills/enums/MarginOfSuccess.java type MarginOfSuccess (line 61) | public enum MarginOfSuccess { method MarginOfSuccess (line 94) | MarginOfSuccess(String lookupName, int lowerBound, int upperBound, int... method getLabel (line 114) | public String getLabel() { method getValue (line 129) | public int getValue() { method getColor (line 144) | public String getColor() { method getMarginOfSuccess (line 162) | public static int getMarginOfSuccess(int differenceBetweenRollAndTarge... method getMarginOfSuccessObject (line 183) | public static MarginOfSuccess getMarginOfSuccessObject(int differenceB... method getMarginOfSuccessObjectFromMarginValue (line 212) | public static MarginOfSuccess getMarginOfSuccessObjectFromMarginValue(... method generateMarginOfSuccessString (line 223) | private String generateMarginOfSuccessString() { FILE: MekHQ/src/mekhq/campaign/personnel/skills/enums/SkillAttribute.java type SkillAttribute (line 46) | public enum SkillAttribute { method SkillAttribute (line 80) | SkillAttribute(String lookupName) { method getLookupName (line 92) | public String getLookupName() { method getLabel (line 96) | public String getLabel() { method getShortName (line 100) | public String getShortName() { method getDescription (line 104) | public String getDescription() { method isNone (line 113) | public boolean isNone() { method generateLabel (line 127) | private String generateLabel() { method generateShortName (line 143) | private String generateShortName() { method generateDescription (line 159) | private String generateDescription() { method fromString (line 183) | public static SkillAttribute fromString(String text) { FILE: MekHQ/src/mekhq/campaign/personnel/skills/enums/SkillSubType.java type SkillSubType (line 45) | public enum SkillSubType { method fromString (line 123) | public static SkillSubType fromString(String text) { FILE: MekHQ/src/mekhq/campaign/personnel/turnoverAndRetention/Fatigue.java class Fatigue (line 71) | public class Fatigue { method checkFieldKitchenCapacity (line 88) | public static int checkFieldKitchenCapacity(List units, int fiel... method checkFieldKitchenUsage (line 120) | public static int checkFieldKitchenUsage(List activePersonnel, method areFieldKitchensWithinCapacity (line 163) | public static boolean areFieldKitchensWithinCapacity(int fieldKitchenC... method processFatigueActions (line 178) | public static void processFatigueActions(Campaign campaign, Person per... method processDeploymentFatigueResponses (line 238) | public static void processDeploymentFatigueResponses(Campaign campaign) { method getEffectiveFatigue (line 315) | public static int getEffectiveFatigue(int fatigue, int permanentFatigu... method processFatigueRecovery (line 332) | @Deprecated(since = "0.50.07", forRemoval = true) method processFatigueRecovery (line 349) | public static void processFatigueRecovery(Campaign campaign, Person pe... FILE: MekHQ/src/mekhq/campaign/personnel/turnoverAndRetention/RetirementDefectionTracker.java class RetirementDefectionTracker (line 82) | public class RetirementDefectionTracker { method RetirementDefectionTracker (line 117) | public RetirementDefectionTracker() { method getTargetNumbers (line 134) | public Map getTargetNumbers(final @Nullable Mission ... method isHostileTerritory (line 442) | private boolean isHostileTerritory(Campaign campaign) { method getManagementSkillModifier (line 473) | private static int getManagementSkillModifier(Person person) { method getCommanderManagementSkill (line 493) | private static int getCommanderManagementSkill(PersonnelRole role) { method getManagementSkillValues (line 516) | private void getManagementSkillValues(Campaign campaign) { method getIndividualCommanderLeadership (line 631) | private static int getIndividualCommanderLeadership(Person commander) { method getAdministrativeStrainModifier (line 644) | @Deprecated(since = "0.50.07", forRemoval = true) method getHRStrainModifier (line 656) | public static int getHRStrainModifier(Campaign campaign) { method getAdministrativeStrain (line 681) | @Deprecated(since = "0.50.07", forRemoval = true) method getHRStrain (line 693) | public static int getHRStrain(Campaign campaign) { method getCombinedSkillValues (line 716) | public static int getCombinedSkillValues(Campaign campaign, String ski... method getBaseTargetNumber (line 750) | private int getBaseTargetNumber(Campaign campaign, Person person) { method getUnitRatingModifier (line 775) | private static int getUnitRatingModifier(Campaign campaign) { method getShareValue (line 793) | public static Money getShareValue(Campaign campaign) { method getAgeMod (line 817) | private static int getAgeMod(int age) { method rollRetirement (line 849) | public void rollRetirement(final @Nullable Mission mission, final Map<... method getLastRetirementRoll (line 912) | public LocalDate getLastRetirementRoll() { method setLastRetirementRoll (line 916) | public void setLastRetirementRoll(LocalDate lastRetirementRoll) { method removeFromCampaign (line 931) | public boolean removeFromCampaign(Person person, boolean killed, boole... method removePayout (line 953) | public void removePayout(Person person) { method removePerson (line 962) | public void removePerson(Person person) { method cleanupOrphans (line 973) | public void cleanupOrphans(Campaign campaign) { method isOutstanding (line 981) | public boolean isOutstanding(int id) { method resolveAllContracts (line 989) | public void resolveAllContracts() { method resolveContract (line 994) | public void resolveContract(final @Nullable Mission mission) { method resolveContract (line 1004) | private void resolveContract(int contractId) { method getRetirees (line 1013) | public Set getRetirees() { method getRetirees (line 1017) | public Set getRetirees(final @Nullable Mission mission) { method getPayout (line 1021) | public Payout getPayout(UUID id) { method getPayoutOrBonusValue (line 1031) | public static Money getPayoutOrBonusValue(final Campaign campaign, Per... method getInjuryTurnoverModifier (line 1056) | static int getInjuryTurnoverModifier(final Person person) { method hasMedicalDischargeInjuries (line 1071) | static boolean hasMedicalDischargeInjuries(final Person person) { class Payout (line 1080) | public static class Payout { method Payout (line 1086) | public Payout() { method Payout (line 1090) | public Payout(final Campaign campaign, final Person person, final Mo... method calculatePayout (line 1105) | private void calculatePayout(final Campaign campaign, final Person p... method getWeightClass (line 1141) | public int getWeightClass() { method setWeightClass (line 1145) | public void setWeightClass(int weight) { method getPayoutAmount (line 1149) | public Money getPayoutAmount() { method setPayoutAmount (line 1153) | public void setPayoutAmount(Money payoutAmount) { method isWasKilled (line 1157) | public boolean isWasKilled() { method setWasKilled (line 1161) | public void setWasKilled(boolean wasKilled) { method isWasSacked (line 1165) | public boolean isWasSacked() { method setWasSacked (line 1169) | public void setWasSacked(boolean wasSacked) { method isBreakingContract (line 1173) | public static boolean isBreakingContract(Person person, LocalDate lo... method createCsv (line 1185) | private String createCsv(Collection coll) { method writeToXML (line 1189) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 1218) | public static RetirementDefectionTracker generateInstanceFromXML(Node ... FILE: MekHQ/src/mekhq/campaign/randomEvents/GrayMonday.java class GrayMonday (line 52) | public class GrayMonday { method GrayMonday (line 74) | public GrayMonday(Campaign campaign, LocalDate today) { method getSpeaker (line 161) | private @Nullable Person getSpeaker() { method getEmployerSpeaker (line 180) | private Person getEmployerSpeaker(AtBContract contract) { method isGrayMonday (line 200) | public static boolean isGrayMonday(LocalDate today, boolean isUseGrayM... FILE: MekHQ/src/mekhq/campaign/randomEvents/MercenaryAuction.java class MercenaryAuction (line 57) | public class MercenaryAuction { method MercenaryAuction (line 75) | public MercenaryAuction(Campaign campaign, int requiredCombatTeams, St... FILE: MekHQ/src/mekhq/campaign/randomEvents/RandomEventLibraries.java class RandomEventLibraries (line 51) | public class RandomEventLibraries { method RandomEventLibraries (line 74) | public RandomEventLibraries() { method getPrisonerEvents (line 85) | public List getPrisonerEvents(boolean isMajor) { method buildPrisonerEventData (line 100) | private void buildPrisonerEventData() { FILE: MekHQ/src/mekhq/campaign/randomEvents/RiotScenario.java class RiotScenario (line 87) | public class RiotScenario { method RiotScenario (line 104) | public RiotScenario(Campaign campaign, AtBContract contract) { method findMobsForRiots (line 125) | private List findMobsForRiots(Faction faction) { method createMobEntity (line 153) | private @Nullable Entity createMobEntity(Faction faction) { method createMob (line 184) | public @Nullable Entity createMob(Faction faction, String mobName) { method createRiotScenario (line 208) | private void createRiotScenario(AtBContract contract, List mobUn... FILE: MekHQ/src/mekhq/campaign/randomEvents/RoninOffer.java class RoninOffer (line 81) | public class RoninOffer { method RoninOffer (line 100) | public RoninOffer(Campaign campaign, @Nullable StratConCampaignState c... method displayAndProcessConversation (line 139) | private void displayAndProcessConversation(Campaign campaign, Person r... method displayInitialMessage (line 181) | private int displayInitialMessage(String commanderAddress, String roni... method displayRoninMessage (line 219) | private int displayRoninMessage(Person ronin, String commanderAddress,... method createRoninMessage (line 242) | private static String createRoninMessage(Person ronin, String commande... method createRoninOutOfCharacterMessage (line 322) | private String createRoninOutOfCharacterMessage(boolean useFallbackHir... method buildCostString (line 339) | private String buildCostString(boolean useFallbackHiringFee, int requi... FILE: MekHQ/src/mekhq/campaign/randomEvents/VoiceOfKerensky.java class VoiceOfKerensky (line 62) | public class VoiceOfKerensky { method shouldTrigger (line 101) | public static boolean shouldTrigger(LocalDate today, @Nullable Planeta... method trigger (line 145) | public static void trigger(Campaign campaign) { method getSpeaker (line 194) | private static @Nullable Person getSpeaker(Campaign campaign) { FILE: MekHQ/src/mekhq/campaign/randomEvents/personalities/PersonalityController.java class PersonalityController (line 60) | public class PersonalityController { method generatePersonality (line 75) | public static void generatePersonality(Person person) { method resetPersonality (line 147) | private static void resetPersonality(Person person) { method getTraitIndex (line 167) | public static String getTraitIndex(final int majorTraitsStartIndex) { method writePersonalityDescription (line 186) | public static void writePersonalityDescription(Person person) { method writeInterviewersNotes (line 223) | public static void writeInterviewersNotes(Person person) { method getTraitDescriptions (line 276) | private static List getTraitDescriptions(Gender gender, String... method getTraitInterviewerNotes (line 320) | private static List getTraitInterviewerNotes(Aggression aggres... method generateReasoning (line 376) | public static Reasoning generateReasoning(int roll) { method getPersonalityValue (line 452) | public static int getPersonalityValue(final boolean isUseRandomPersona... FILE: MekHQ/src/mekhq/campaign/randomEvents/personalities/enums/Aggression.java type Aggression (line 53) | public enum Aggression { method Aggression (line 97) | Aggression(boolean isPositive, boolean isMajor) { method getPersonalityTraitType (line 122) | public PersonalityTraitType getPersonalityTraitType() { method getPersonalityTraitTypeLabel (line 132) | @Deprecated(since = "0.51.0", forRemoval = true) method getLabel (line 137) | public String getLabel() { method generateLabel (line 151) | private String generateLabel() { method getDescription (line 177) | public String getDescription(int aggressionDescriptionIndex, final Gen... method getRoninMessage (line 208) | public String getRoninMessage(String commanderAddress) { method getInterviewersNotes (line 227) | public String getInterviewersNotes(int aggressionDescriptionIndex) { method isTraitPositive (line 236) | public boolean isTraitPositive() { method isTraitMajor (line 243) | public boolean isTraitMajor() { method isNone (line 250) | public boolean isNone() { method fromString (line 268) | public static Aggression fromString(String text) { method toString (line 284) | @Override FILE: MekHQ/src/mekhq/campaign/randomEvents/personalities/enums/Ambition.java type Ambition (line 53) | public enum Ambition { method Ambition (line 96) | Ambition(boolean isPositive, boolean isMajor) { method getPersonalityTraitType (line 123) | public PersonalityTraitType getPersonalityTraitType() { method getPersonalityTraitTypeLabel (line 133) | @Deprecated(since = "0.51.0", forRemoval = true) method getLabel (line 138) | public String getLabel() { method generateLabel (line 150) | private String generateLabel() { method getDescription (line 174) | public String getDescription(int ambitionDescriptionIndex, final Gende... method getRoninMessage (line 205) | public String getRoninMessage(String commanderAddress) { method getInterviewersNotes (line 224) | public String getInterviewersNotes(int ambitionDescriptionIndex) { method isTraitPositive (line 233) | public boolean isTraitPositive() { method isTraitMajor (line 240) | public boolean isTraitMajor() { method isNone (line 246) | public boolean isNone() { method fromString (line 263) | public static Ambition fromString(String text) { method toString (line 279) | @Override FILE: MekHQ/src/mekhq/campaign/randomEvents/personalities/enums/Greed.java type Greed (line 53) | public enum Greed { method Greed (line 96) | Greed(boolean isPositive, boolean isMajor) { method getLabel (line 115) | public String getLabel() { method getPersonalityTraitType (line 125) | public PersonalityTraitType getPersonalityTraitType() { method getPersonalityTraitTypeLabel (line 135) | @Deprecated(since = "0.51.0", forRemoval = true) method generateLabel (line 149) | private String generateLabel() { method getDescription (line 173) | public String getDescription(int greedDescriptionIndex, final Gender g... method getRoninMessage (line 204) | public String getRoninMessage(String commanderAddress) { method getInterviewersNotes (line 223) | public String getInterviewersNotes(int greedDescriptionIndex) { method isTraitPositive (line 232) | public boolean isTraitPositive() { method isTraitMajor (line 239) | public boolean isTraitMajor() { method isNone (line 245) | public boolean isNone() { method fromString (line 261) | public static Greed fromString(String text) { method toString (line 277) | @Override FILE: MekHQ/src/mekhq/campaign/randomEvents/personalities/enums/PersonalityQuirk.java type PersonalityQuirk (line 67) | public enum PersonalityQuirk { method PersonalityQuirk (line 320) | PersonalityQuirk() { method getLabel (line 324) | public String getLabel() { method getPersonalityTraitType (line 343) | public PersonalityTraitType getPersonalityTraitType() { method getPersonalityTraitTypeLabel (line 353) | public String getPersonalityTraitTypeLabel() { method generateLabel (line 366) | private String generateLabel() { method getDescription (line 393) | public String getDescription(final PersonnelRole primaryRole, int pers... method personalityQuirksSortedAlphabetically (line 455) | public static List personalityQuirksSortedAlphabetic... method isNone (line 469) | public boolean isNone() { method fromString (line 487) | public static PersonalityQuirk fromString(String text) { method toString (line 503) | @Override FILE: MekHQ/src/mekhq/campaign/randomEvents/personalities/enums/PersonalityTraitType.java type PersonalityTraitType (line 54) | public enum PersonalityTraitType { method getLabel (line 75) | public String getLabel() { FILE: MekHQ/src/mekhq/campaign/randomEvents/personalities/enums/Reasoning.java type Reasoning (line 59) | public enum Reasoning { type ReasoningComparison (line 97) | public enum ReasoningComparison { method Reasoning (line 127) | Reasoning(ReasoningComparison comparison, int level) { method getLabel (line 133) | public String getLabel() { method getComparison (line 140) | public ReasoningComparison getComparison() { method getLevel (line 147) | public int getLevel() { method generateLabel (line 160) | private String generateLabel() { method getDescription (line 168) | @Deprecated(since = "0.50.07", forRemoval = true) method getExamResults (line 200) | @Deprecated(since = "0.51.00", forRemoval = true) method getExamResults (line 216) | public String getExamResults(final int examScore) { method getExamScore (line 230) | public int getExamScore() { method isAverageType (line 245) | public boolean isAverageType() { method getIntelligenceScore (line 253) | @Deprecated(since = "0.50.5", forRemoval = true) method getReasoningScore (line 263) | public int getReasoningScore() { method getPersonalityTraitType (line 273) | public PersonalityTraitType getPersonalityTraitType() { method getPersonalityTraitTypeLabel (line 283) | @Deprecated(since = "0.51.0", forRemoval = true) method fromString (line 301) | public static Reasoning fromString(String text) { method toString (line 310) | @Override FILE: MekHQ/src/mekhq/campaign/randomEvents/personalities/enums/Social.java type Social (line 53) | public enum Social { method Social (line 96) | Social(boolean isPositive, boolean isMajor) { method getLabel (line 115) | public String getLabel() { method getPersonalityTraitType (line 125) | public PersonalityTraitType getPersonalityTraitType() { method getPersonalityTraitTypeLabel (line 135) | @Deprecated(since = "0.51.0", forRemoval = true) method generateLabel (line 149) | private String generateLabel() { method getDescription (line 173) | public String getDescription(int socialDescriptionIndex, final Gender ... method getRoninMessage (line 204) | public String getRoninMessage(String commanderAddress) { method getInterviewersNotes (line 223) | public String getInterviewersNotes(int socialDescriptionIndex) { method isTraitPositive (line 232) | public boolean isTraitPositive() { method isTraitMajor (line 239) | public boolean isTraitMajor() { method isNone (line 245) | public boolean isNone() { method fromString (line 262) | public static Social fromString(String text) { method toString (line 278) | @Override FILE: MekHQ/src/mekhq/campaign/randomEvents/prisoners/CapturePrisoners.java class CapturePrisoners (line 92) | public class CapturePrisoners { method CapturePrisoners (line 135) | public CapturePrisoners(Campaign campaign, @Nullable Faction searching... method getSarTargetNumber (line 201) | TargetRoll getSarTargetNumber() { method attemptCaptureOfNPC (line 212) | public boolean attemptCaptureOfNPC(boolean wasPickedUp) { method processCaptureOfNPC (line 229) | public void processCaptureOfNPC(Person prisoner) { method createInCharacterMessage (line 292) | private String createInCharacterMessage(Person defector, boolean isBon... method processPrisoner (line 329) | void processPrisoner(Person prisoner, @Nullable Faction capturingFacti... method determineDefectionChance (line 415) | int determineDefectionChance(Person potentialDefector, boolean isNPC) { method attemptCaptureOfPlayerCharacter (line 448) | public void attemptCaptureOfPlayerCharacter(Person prisoner, boolean w... method rollForCapture (line 509) | boolean rollForCapture() { method handlePostCapture (line 530) | private void handlePostCapture(Person prisoner, PrisonerStatus newStat... method setLoyalty (line 562) | private void setLoyalty(Person prisoner) { method d6 (line 583) | protected int d6(int dice) { method randomInt (line 594) | protected int randomInt(int maxValue) { FILE: MekHQ/src/mekhq/campaign/randomEvents/prisoners/EventEffectsManager.java class EventEffectsManager (line 99) | public class EventEffectsManager { method EventEffectsManager (line 121) | public EventEffectsManager(Campaign campaign, PrisonerEventData eventD... method getEventReport (line 166) | public String getEventReport() { method getEscapees (line 179) | public Set getEscapees() { method getRandomTarget (line 193) | private @Nullable Person getRandomTarget(final boolean isGuard) { method getAllPotentialTargets (line 210) | private List getAllPotentialTargets(final boolean isGuard) { method eventEffectPrisonerCapacity (line 248) | String eventEffectPrisonerCapacity(EventResult result) { method eventEffectInjury (line 276) | String eventEffectInjury(EventResult result) { method eventEffectInjuryPercent (line 329) | String eventEffectInjuryPercent(EventResult result) { method eventEffectDeath (line 404) | String eventEffectDeath(EventResult result) { method eventEffectDeathPercent (line 470) | private String eventEffectDeathPercent(EventResult result) { method eventEffectSkill (line 537) | private String eventEffectSkill(EventResult result) { method eventEffectLoyaltyOne (line 605) | String eventEffectLoyaltyOne(EventResult result) { method eventEffectLoyaltyAll (line 654) | private String eventEffectLoyaltyAll(EventResult result) { method eventEffectEscape (line 710) | private String eventEffectEscape(EventResult result) { method eventEffectEscapePercent (line 759) | private String eventEffectEscapePercent(EventResult result) { method eventEffectFatigueOne (line 810) | private String eventEffectFatigueOne(EventResult result) { method eventEffectFatigueAll (line 864) | private String eventEffectFatigueAll(EventResult result) { method eventEffectSupportPoint (line 926) | private String eventEffectSupportPoint(EventResult result) { method eventEffectUnique (line 982) | private String eventEffectUnique(PrisonerEventData eventData, EventRes... method eventEffectUniqueBartering (line 1009) | private String eventEffectUniqueBartering() { method eventEffectUniqueMistake (line 1042) | private String eventEffectUniqueMistake() { method eventEffectUniqueUndercover (line 1067) | private String eventEffectUniqueUndercover() { method eventEffectUniquePoison (line 1098) | private String eventEffectUniquePoison(EventResult result) { method eventEffectUniqueAbandonedToDie (line 1155) | private String eventEffectUniqueAbandonedToDie(EventResult result) { FILE: MekHQ/src/mekhq/campaign/randomEvents/prisoners/NonCombatPrisoners.java class NonCombatPrisoners (line 68) | public class NonCombatPrisoners { method buildSupportRoles (line 84) | private static WeightedIntMap buildSupportRoles() { method getCivilianCaptives (line 129) | public static Hashtable findMobsForEscapees() { method createMobEntity (line 180) | private Entity createMobEntity(int escapeeCount) { method createMob (line 207) | public @Nullable Entity createMob(String mobName) { method createEscapeeScenario (line 238) | private void createEscapeeScenario(List mobUnits) { FILE: MekHQ/src/mekhq/campaign/randomEvents/prisoners/PrisonerEventManager.java class PrisonerEventManager (line 91) | public class PrisonerEventManager { method PrisonerEventManager (line 137) | public PrisonerEventManager(Campaign campaign) { method degradeTemporaryCapacity (line 188) | int degradeTemporaryCapacity() { method checkForRansomEvents (line 219) | List checkForRansomEvents() { method checkForPrisonerEvents (line 274) | List checkForPrisonerEvents(boolean isHeadless, int totalPris... method processRandomEvent (line 327) | private void processRandomEvent(boolean majorEvent) { method showDialog (line 374) | private void showDialog(boolean isSuccessful, int choiceIndex, Prisone... method getChoiceIndex (line 398) | private int getChoiceIndex(PrisonerEvent event) { method processWarning (line 427) | private void processWarning(int overflow) { method checkForIntelBreachEvent (line 501) | public static void checkForIntelBreachEvent(Campaign campaign, int fre... method getChoiceIndex (line 555) | private int getChoiceIndex(int setFree, int executions, String inChara... method pickEvent (line 579) | private PrisonerEventData pickEvent(boolean isMajor) { method makeEventCheck (line 596) | private boolean makeEventCheck(PrisonerEventData eventData, int choice... method processExecutions (line 633) | private void processExecutions(int executions, List prisoners) { method processAdHocExecution (line 664) | public static void processAdHocExecution(Campaign campaign, int victim... method calculatePrisonerCapacityUsage (line 722) | public static int calculatePrisonerCapacityUsage(Campaign campaign) { method calculatePrisonerCapacity (line 753) | public static int calculatePrisonerCapacity(Campaign campaign) { method isProhibitedUnitType (line 833) | private static boolean isProhibitedUnitType(Unit unit) { method getSpeaker (line 851) | private @Nullable Person getSpeaker() { method randomInt (line 888) | protected int randomInt(int maxValue) { method d6 (line 902) | protected int d6(int dice) { FILE: MekHQ/src/mekhq/campaign/randomEvents/prisoners/PrisonerMissionEndEvent.java class PrisonerMissionEndEvent (line 72) | public class PrisonerMissionEndEvent { method PrisonerMissionEndEvent (line 92) | public PrisonerMissionEndEvent(Campaign campaign, Mission mission) { method handlePrisonerDefectors (line 104) | public int handlePrisonerDefectors() { method handlePrisoners (line 135) | public void handlePrisoners(boolean isSuccess, boolean isAllied) { method getEndOfContractDialogButtons (line 188) | private static List getEndOfContractDialogButtons(boolean isAl... method determineGoodEventChance (line 229) | int determineGoodEventChance(boolean isAllied) { method getContractOrMissionStartDate (line 255) | private LocalDate getContractOrMissionStartDate() { method getRansom (line 288) | Money getRansom(List alliedPoWs) { method processPlayerResponse (line 311) | private void processPlayerResponse(Money ransom, boolean isGoodEvent, ... method changeStatusOfAllPrisoners (line 390) | private void changeStatusOfAllPrisoners(List prisoners, LocalD... method performRansom (line 404) | private void performRansom(boolean isCredit, Money ransom, LocalDate t... method removeAllPrisoners (line 422) | private void removeAllPrisoners(List prisoners) { method executePrisoners (line 436) | private void executePrisoners(List prisoners) { FILE: MekHQ/src/mekhq/campaign/randomEvents/prisoners/PrisonerRansomEvent.java class PrisonerRansomEvent (line 58) | public class PrisonerRansomEvent { method PrisonerRansomEvent (line 82) | public PrisonerRansomEvent(Campaign campaign, boolean isFriendlyPOWs) { method getChoiceIndex (line 140) | private static int getChoiceIndex(Campaign campaign, boolean isFriendl... method createInCharacterMessage (line 180) | private static String createInCharacterMessage(String commanderAddress... method calculateRansomCount (line 217) | private int calculateRansomCount(int prisonerCount) { method calculateTotalRansom (line 237) | private Money calculateTotalRansom(List ransomList, Campaign c... method canAffordRansom (line 257) | private boolean canAffordRansom(Campaign campaign, Money ransom) { method handleRansomOutcome (line 278) | private void handleRansomOutcome(Campaign campaign, List ranso... FILE: MekHQ/src/mekhq/campaign/randomEvents/prisoners/RecoverMIAPersonnel.java class RecoverMIAPersonnel (line 59) | public class RecoverMIAPersonnel { method RecoverMIAPersonnel (line 81) | public RecoverMIAPersonnel(Campaign campaign, Faction searchingFaction... method attemptRescueOfPlayerCharacter (line 137) | public void attemptRescueOfPlayerCharacter(Person missingPerson) { method abandonMissingPersonnel (line 154) | public static void abandonMissingPersonnel(Campaign campaign) { FILE: MekHQ/src/mekhq/campaign/randomEvents/prisoners/enums/EventResultEffect.java type EventResultEffect (line 39) | public enum EventResultEffect { FILE: MekHQ/src/mekhq/campaign/randomEvents/prisoners/enums/MobType.java type MobType (line 35) | public enum MobType { method MobType (line 52) | MobType(String name, int minimum, int maximum) { method getName (line 63) | public String getName() { method getMinimum (line 72) | public int getMinimum() { method getMaximum (line 81) | public int getMaximum() { method toString (line 85) | @Override FILE: MekHQ/src/mekhq/campaign/randomEvents/prisoners/enums/PrisonerCaptureStyle.java type PrisonerCaptureStyle (line 52) | public enum PrisonerCaptureStyle { method PrisonerCaptureStyle (line 62) | PrisonerCaptureStyle() { method getLabel (line 69) | public String getLabel() { method getTooltip (line 73) | public String getTooltip() { method generateLabel (line 85) | private String generateLabel() { method generateTooltip (line 99) | private String generateTooltip() { method isNone (line 113) | public boolean isNone() { method isCampaignOperations (line 122) | @Deprecated(since = "0.51.0", forRemoval = true) method isMekHQ (line 132) | public boolean isMekHQ() { method fromString (line 150) | public static PrisonerCaptureStyle fromString(String text) { method toString (line 176) | @Override FILE: MekHQ/src/mekhq/campaign/randomEvents/prisoners/enums/PrisonerEvent.java type PrisonerEvent (line 43) | public enum PrisonerEvent { FILE: MekHQ/src/mekhq/campaign/randomEvents/prisoners/enums/PrisonerStatus.java type PrisonerStatus (line 39) | public enum PrisonerStatus { method PrisonerStatus (line 53) | PrisonerStatus() { method getLabel (line 59) | public String getLabel() { method getTitleExtension (line 63) | public String getTitleExtension() { method generateLabel (line 67) | private String generateLabel() { method generateTitleExtension (line 73) | private String generateTitleExtension() { method isFree (line 81) | public boolean isFree() { method isFreeOrBondsman (line 85) | public boolean isFreeOrBondsman() { method isPrisoner (line 89) | public boolean isPrisoner() { method isPrisonerDefector (line 93) | public boolean isPrisonerDefector() { method isBecomingBondsman (line 97) | public boolean isBecomingBondsman() { method isBondsman (line 101) | public boolean isBondsman() { method isCurrentPrisoner (line 105) | public boolean isCurrentPrisoner() { method parseFromString (line 118) | public static PrisonerStatus parseFromString(final String text) { method toString (line 129) | @Override FILE: MekHQ/src/mekhq/campaign/randomEvents/prisoners/enums/ResponseQuality.java type ResponseQuality (line 42) | public enum ResponseQuality { FILE: MekHQ/src/mekhq/campaign/randomEvents/prisoners/yaml/PrisonerEventDataWrapper.java class PrisonerEventDataWrapper (line 43) | public class PrisonerEventDataWrapper { method getEvents (line 49) | public List getEvents() { method setEvents (line 58) | public void setEvents(List events) { FILE: MekHQ/src/mekhq/campaign/report/AbstractReport.java class AbstractReport (line 44) | public abstract class AbstractReport { method AbstractReport (line 53) | public AbstractReport(final Campaign campaign) { method getCampaign (line 59) | protected Campaign getCampaign() { FILE: MekHQ/src/mekhq/campaign/report/CargoReport.java class CargoReport (line 44) | public class CargoReport extends AbstractReport { method CargoReport (line 46) | public CargoReport(final Campaign campaign) { method getCargoDetails (line 51) | public String getCargoDetails() { FILE: MekHQ/src/mekhq/campaign/report/HangarReport.java class HangarReport (line 54) | public class HangarReport extends AbstractReport { method HangarReport (line 56) | public HangarReport(final Campaign campaign) { method getHangarTree (line 61) | public JTree getHangarTree() { method createNodeName (line 2447) | private String createNodeName(final Unit unit) { FILE: MekHQ/src/mekhq/campaign/report/PersonnelReport.java class PersonnelReport (line 51) | public class PersonnelReport extends AbstractReport { method PersonnelReport (line 53) | public PersonnelReport(final Campaign campaign) { method getCombatPersonnelDetails (line 61) | public String getCombatPersonnelDetails() { method getSupportPersonnelDetails (line 154) | public String getSupportPersonnelDetails() { method getTempCrewPay (line 299) | private double getTempCrewPay(PersonnelRole personnelRole, int tempPer... method getSecondarySupportPersonnelDetails (line 304) | public String getSecondarySupportPersonnelDetails() { method getSecondaryCombatPersonnelDetails (line 334) | public String getSecondaryCombatPersonnelDetails() { FILE: MekHQ/src/mekhq/campaign/report/TransportReport.java class TransportReport (line 44) | public class TransportReport extends AbstractReport { method TransportReport (line 51) | public TransportReport(final Campaign campaign) { method getTransportDetails (line 56) | public String getTransportDetails() { FILE: MekHQ/src/mekhq/campaign/storyArc/Personality.java class Personality (line 56) | public class Personality { method Personality (line 78) | public Personality() { method setTitle (line 84) | public void setTitle(String t) { method getTitle (line 88) | public String getTitle() { method getName (line 92) | public String getName() { method setPortrait (line 96) | public void setPortrait(StoryPortrait p) { method getPortrait (line 100) | public Portrait getPortrait() { method setId (line 104) | public void setId(UUID id) { method getId (line 108) | protected UUID getId() { method getImage (line 112) | public Image getImage() { method updatePersonalityFromCampaign (line 117) | public void updatePersonalityFromCampaign(Campaign c) { method writeToXml (line 131) | public void writeToXml(PrintWriter pw1, int indent) { method generateInstanceFromXML (line 140) | public static Personality generateInstanceFromXML(Node wn, Campaign ca... FILE: MekHQ/src/mekhq/campaign/storyArc/StoryArc.java class StoryArc (line 98) | public class StoryArc { method StoryArc (line 142) | public StoryArc() { method setCampaign (line 149) | public void setCampaign(Campaign c) { method getCampaign (line 153) | public Campaign getCampaign() { method setTitle (line 157) | private void setTitle(String t) { method getTitle (line 161) | public String getTitle() { method getDetails (line 165) | public String getDetails() { method setDetails (line 169) | private void setDetails(String d) { method getDescription (line 173) | public String getDescription() { method setDescription (line 177) | private void setDescription(String d) { method setStoryLoadingType (line 181) | private void setStoryLoadingType(StoryLoadingType type) { method getStoryLoadingType (line 185) | @Deprecated(since = "0.51.0", forRemoval = true) method setStartingPointId (line 190) | private void setStartingPointId(UUID u) { method getStartingPointId (line 194) | private UUID getStartingPointId() { method setInitCampaignPath (line 198) | public void setInitCampaignPath(String s) { method getInitCampaignFile (line 202) | @Deprecated(since = "0.51.0", forRemoval = true) method setDirectoryPath (line 210) | public void setDirectoryPath(String p) { method getDirectoryPath (line 214) | public String getDirectoryPath() { method getStoryPoint (line 218) | public StoryPoint getStoryPoint(UUID id) { method getPersonality (line 225) | public Personality getPersonality(UUID id) { method addCustomStringVariable (line 234) | public void addCustomStringVariable(String key, String value) { method getCustomStringVariable (line 238) | public String getCustomStringVariable(String key) { method getCustomStringVariables (line 242) | public Map getCustomStringVariables() { method begin (line 246) | public void begin() { method initializeDataDirectories (line 254) | public void initializeDataDirectories() { method findStoryPointByScenarioId (line 260) | private ScenarioStoryPoint findStoryPointByScenarioId(int scenarioId) { method getCurrentObjectives (line 271) | public List getCurrentObjectives() { method toString (line 284) | @Override method handleScenarioResolved (line 290) | @Subscribe method handleTransitComplete (line 299) | @Subscribe method handleNewDay (line 316) | @Subscribe method handlePersonChanged (line 345) | @Subscribe method writeToXml (line 369) | public void writeToXml(PrintWriter pw1, int indent) { method parseStoryPoints (line 402) | protected void parseStoryPoints(NodeList nl, Campaign c, Version versi... method parsePersonalities (line 421) | protected void parsePersonalities(NodeList nl, Campaign c) { method parseCustomStringVariables (line 437) | protected void parseCustomStringVariables(NodeList nl) { method parseCustomStringVariable (line 452) | protected void parseCustomStringVariable(NodeList nl) { method parseFromXML (line 472) | public static @Nullable StoryArc parseFromXML(final NodeList nl, Campa... method parseFromFile (line 520) | public static @Nullable StoryArc parseFromFile(final @Nullable File fi... method updateReplacementTokens (line 541) | private static void updateReplacementTokens(Campaign c) { method replaceTokens (line 580) | public static String replaceTokens(String text, Campaign c) { FILE: MekHQ/src/mekhq/campaign/storyArc/StoryArcStub.java class StoryArcStub (line 57) | public class StoryArcStub { method StoryArcStub (line 77) | public StoryArcStub() { method setTitle (line 81) | private void setTitle(String t) { method getTitle (line 85) | public String getTitle() { method getDetails (line 89) | public String getDetails() { method setDetails (line 93) | private void setDetails(String d) { method getDescription (line 97) | public String getDescription() { method setDescription (line 101) | private void setDescription(String d) { method setStoryLoadingType (line 105) | private void setStoryLoadingType(StoryLoadingType type) { method getStoryLoadingType (line 109) | public StoryLoadingType getStoryLoadingType() { method setInitCampaignPath (line 113) | private void setInitCampaignPath(String s) { method getInitCampaignFile (line 117) | public File getInitCampaignFile() { method setDirectoryPath (line 124) | public void setDirectoryPath(String p) { method getDirectoryPath (line 128) | public String getDirectoryPath() { method parseFromXML (line 132) | public static @Nullable StoryArcStub parseFromXML(final NodeList nl, C... method parseFromFile (line 166) | public static @Nullable StoryArcStub parseFromFile(final @Nullable Fil... method getStoryArcStubs (line 184) | public static List getStoryArcStubs(boolean startNew) { method loadStoryArcStubsFromDirectory (line 194) | private static List loadStoryArcStubsFromDirectory(final... method loadStoryArc (line 231) | public StoryArc loadStoryArc(Campaign c) { method toString (line 242) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/StoryOutcome.java class StoryOutcome (line 52) | public class StoryOutcome { method StoryOutcome (line 64) | StoryOutcome() { method getResult (line 68) | public String getResult() { method getNextStoryPointId (line 72) | public UUID getNextStoryPointId() { method getStoryTriggers (line 76) | public List getStoryTriggers() { method setStoryArc (line 85) | public void setStoryArc(StoryArc a) { method writeToXml (line 92) | public void writeToXml(PrintWriter pw1, int indent) { method generateInstanceFromXML (line 103) | public static StoryOutcome generateInstanceFromXML(Node wn, Campaign c... FILE: MekHQ/src/mekhq/campaign/storyArc/StoryPoint.java class StoryPoint (line 80) | public abstract class StoryPoint { method StoryPoint (line 109) | public StoryPoint() { method setStoryArc (line 115) | public void setStoryArc(StoryArc a) { method getStoryArc (line 127) | protected StoryArc getStoryArc() { method setId (line 131) | public void setId(UUID id) { method getId (line 135) | protected UUID getId() { method isActive (line 139) | public Boolean isActive() { method getTitle (line 143) | public abstract String getTitle(); method getName (line 145) | public String getName() { method start (line 152) | public void start() { method complete (line 160) | public void complete() { method processOutcomes (line 174) | private void processOutcomes() { method processTriggers (line 185) | private void processTriggers() { method getResult (line 198) | protected abstract String getResult(); method getObjective (line 205) | protected String getObjective() { method proceedToNextStoryPoint (line 212) | protected void proceedToNextStoryPoint() { method getNextStoryPoint (line 224) | protected StoryPoint getNextStoryPoint() { method getCampaign (line 228) | public Campaign getCampaign() { method writeToXml (line 233) | public abstract void writeToXml(PrintWriter pw1, int indent); method writeToXmlBegin (line 235) | protected void writeToXmlBegin(PrintWriter pw1, int indent) { method writeToXmlEnd (line 254) | protected void writeToXmlEnd(PrintWriter pw1, int indent) { method loadFieldsFromXmlNode (line 258) | protected abstract void loadFieldsFromXmlNode(Node wn, Campaign c, Ver... method generateInstanceFromXML (line 260) | public static StoryPoint generateInstanceFromXML(Node wn, Campaign c, ... FILE: MekHQ/src/mekhq/campaign/storyArc/StoryPortrait.java class StoryPortrait (line 49) | public class StoryPortrait extends Portrait { method StoryPortrait (line 55) | public StoryPortrait() { method StoryPortrait (line 59) | public StoryPortrait(final @Nullable String category, final @Nullable ... method getBaseImage (line 64) | @Override method writeToXML (line 97) | @Override method parseFromXML (line 102) | public static StoryPortrait parseFromXML(final Node wn) { method clone (line 114) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/StorySplash.java class StorySplash (line 47) | public class StorySplash extends AbstractIcon { method StorySplash (line 56) | public StorySplash() { method StorySplash (line 60) | public StorySplash(final @Nullable String category, final @Nullable St... method getBaseImage (line 65) | @Override method writeToXML (line 99) | @Override method parseFromXML (line 104) | public static StorySplash parseFromXML(final Node wn) { method clone (line 116) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/StoryTrigger.java class StoryTrigger (line 50) | public abstract class StoryTrigger { method StoryTrigger (line 56) | public StoryTrigger() { method setStoryArc (line 60) | public void setStoryArc(StoryArc a) { method getStoryArc (line 64) | protected StoryArc getStoryArc() { method getCampaign (line 68) | protected Campaign getCampaign() { method execute (line 75) | protected abstract void execute(); method writeToXml (line 78) | public abstract void writeToXml(PrintWriter pw1, int indent); method writeToXmlBegin (line 80) | protected void writeToXmlBegin(PrintWriter pw1, int indent) { method writeToXmlEnd (line 84) | protected void writeToXmlEnd(PrintWriter pw1, int indent) { method loadFieldsFromXmlNode (line 88) | protected abstract void loadFieldsFromXmlNode(Node wn, Campaign c, Ver... method generateInstanceFromXML (line 90) | public static StoryTrigger generateInstanceFromXML(Node wn, Campaign c... FILE: MekHQ/src/mekhq/campaign/storyArc/enums/StoryLoadingType.java type StoryLoadingType (line 38) | public enum StoryLoadingType { method canStartNew (line 45) | public boolean canStartNew() { method canLoadExisting (line 52) | public boolean canLoadExisting() { FILE: MekHQ/src/mekhq/campaign/storyArc/storypoint/CheckDateReachedStoryPoint.java class CheckDateReachedStoryPoint (line 56) | public class CheckDateReachedStoryPoint extends StoryPoint { method CheckDateReachedStoryPoint (line 65) | public CheckDateReachedStoryPoint() { method getDate (line 69) | public LocalDate getDate() { method setDate (line 73) | public void setDate(LocalDate date) { method getTitle (line 77) | @Override method getResult (line 82) | @Override method start (line 87) | @Override method writeToXml (line 93) | @Override method loadFieldsFromXmlNode (line 100) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storypoint/CheckMoreScenariosStoryPoint.java class CheckMoreScenariosStoryPoint (line 52) | public class CheckMoreScenariosStoryPoint extends StoryPoint { method CheckMoreScenariosStoryPoint (line 58) | public CheckMoreScenariosStoryPoint() { method getTitle (line 62) | @Override method getResult (line 67) | @Override method start (line 79) | @Override method writeToXml (line 85) | @Override method loadFieldsFromXmlNode (line 92) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storypoint/CheckPersonStatusStoryPoint.java class CheckPersonStatusStoryPoint (line 53) | public class CheckPersonStatusStoryPoint extends StoryPoint { method CheckPersonStatusStoryPoint (line 58) | public CheckPersonStatusStoryPoint() { method getTitle (line 62) | @Override method getResult (line 67) | @Override method start (line 77) | @Override method writeToXml (line 83) | @Override method loadFieldsFromXmlNode (line 90) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storypoint/CheckStringVariableStoryPoint.java class CheckStringVariableStoryPoint (line 50) | public class CheckStringVariableStoryPoint extends StoryPoint { method CheckStringVariableStoryPoint (line 58) | public CheckStringVariableStoryPoint() { method getTitle (line 63) | @Override method getResult (line 68) | @Override method start (line 73) | @Override method writeToXml (line 79) | @Override method loadFieldsFromXmlNode (line 86) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storypoint/ChoiceStoryPoint.java class ChoiceStoryPoint (line 53) | public class ChoiceStoryPoint extends DialogStoryPoint { method ChoiceStoryPoint (line 63) | public ChoiceStoryPoint() { method getTitle (line 68) | @Override method getQuestion (line 73) | public String getQuestion() { method getChoices (line 77) | public Map getChoices() { method start (line 81) | @Override method getResult (line 90) | @Override method writeToXml (line 95) | @Override method loadFieldsFromXmlNode (line 113) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storypoint/CreateCharacterStoryPoint.java class CreateCharacterStoryPoint (line 72) | public class CreateCharacterStoryPoint extends StoryPoint { method CreateCharacterStoryPoint (line 113) | public CreateCharacterStoryPoint() { method getTitle (line 131) | @Override method getResult (line 136) | @Override method createPerson (line 141) | public Person createPerson() { method start (line 219) | @Override method setEdgeTriggers (line 251) | private void setEdgeTriggers(Person p) { method writeToXml (line 273) | @Override method loadFieldsFromXmlNode (line 303) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storypoint/DialogStoryPoint.java class DialogStoryPoint (line 50) | public abstract class DialogStoryPoint extends StoryPoint { method DialogStoryPoint (line 61) | public DialogStoryPoint() { method getImage (line 66) | public Image getImage() { method getPersonality (line 78) | public Personality getPersonality() { method writeToXmlBegin (line 85) | @Override method loadFieldsFromXmlNode (line 92) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storypoint/MissionStoryPoint.java class MissionStoryPoint (line 67) | public class MissionStoryPoint extends StoryPoint { method MissionStoryPoint (line 85) | public MissionStoryPoint() { method getTitle (line 92) | @Override method start (line 100) | @Override method complete (line 115) | @Override method getMission (line 133) | public Mission getMission() { method getResult (line 137) | @Override method getObjective (line 145) | @Override method writeToXml (line 150) | @Override method loadFieldsFromXmlNode (line 170) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storypoint/NarrativeStoryPoint.java class NarrativeStoryPoint (line 49) | public class NarrativeStoryPoint extends DialogStoryPoint { method NarrativeStoryPoint (line 55) | public NarrativeStoryPoint() { method getTitle (line 59) | @Override method getNarrative (line 64) | public String getNarrative() { method start (line 68) | @Override method getResult (line 76) | @Override method writeToXml (line 82) | @Override method loadFieldsFromXmlNode (line 90) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storypoint/PersonStatusStoryPoint.java class PersonStatusStoryPoint (line 58) | public class PersonStatusStoryPoint extends StoryPoint { method PersonStatusStoryPoint (line 71) | public PersonStatusStoryPoint() { method getTitle (line 76) | @Override method getPersonId (line 81) | public UUID getPersonId() { method getStatusConditions (line 85) | public List getStatusConditions() { method getResult (line 89) | @Override method start (line 94) | @Override method writeToXml (line 100) | @Override method loadFieldsFromXmlNode (line 110) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storypoint/RollDiceStoryPoint.java class RollDiceStoryPoint (line 50) | public class RollDiceStoryPoint extends StoryPoint { method RollDiceStoryPoint (line 57) | public RollDiceStoryPoint() { method getTitle (line 61) | @Override method start (line 66) | @Override method getResult (line 73) | @Override method writeToXml (line 78) | @Override method loadFieldsFromXmlNode (line 86) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storypoint/ScenarioStoryPoint.java class ScenarioStoryPoint (line 55) | public class ScenarioStoryPoint extends StoryPoint { method ScenarioStoryPoint (line 77) | public ScenarioStoryPoint() { method getTitle (line 83) | @Override method start (line 91) | @Override method setScenario (line 110) | private void setScenario(Scenario s) { method getScenario (line 114) | public Scenario getScenario() { method getResult (line 118) | @Override method getObjective (line 155) | @Override method writeToXml (line 160) | @Override method loadFieldsFromXmlNode (line 179) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storypoint/TravelStoryPoint.java class TravelStoryPoint (line 54) | public class TravelStoryPoint extends StoryPoint { method TravelStoryPoint (line 70) | public TravelStoryPoint() { method getTitle (line 77) | @Override method getDestinationId (line 87) | public String getDestinationId() { method getResult (line 91) | @Override method getObjective (line 97) | @Override method getDestination (line 102) | public PlanetarySystem getDestination() { method start (line 106) | @Override method writeToXml (line 121) | @Override method loadFieldsFromXmlNode (line 129) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storypoint/WaitStoryPoint.java class WaitStoryPoint (line 50) | public class WaitStoryPoint extends StoryPoint { method WaitStoryPoint (line 57) | public WaitStoryPoint() { method getTitle (line 62) | @Override method getResult (line 67) | @Override method getObjective (line 73) | @Override method start (line 78) | @Override method getDate (line 87) | public LocalDate getDate() { method writeToXml (line 91) | @Override method loadFieldsFromXmlNode (line 100) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storytrigger/AddPersonStoryTrigger.java class AddPersonStoryTrigger (line 49) | public class AddPersonStoryTrigger extends StoryTrigger { method execute (line 54) | @Override method writeToXml (line 62) | @Override method loadFieldsFromXmlNode (line 71) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storytrigger/AddUnitStoryTrigger.java class AddUnitStoryTrigger (line 55) | public class AddUnitStoryTrigger extends StoryTrigger { method execute (line 60) | @Override method writeToXml (line 87) | @Override method loadFieldsFromXmlNode (line 94) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storytrigger/AdvanceTimeStoryTrigger.java class AdvanceTimeStoryTrigger (line 49) | public class AdvanceTimeStoryTrigger extends StoryTrigger { method execute (line 54) | @Override method writeToXml (line 63) | @Override method loadFieldsFromXmlNode (line 70) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storytrigger/ChangePersonStoryTrigger.java class ChangePersonStoryTrigger (line 53) | public class ChangePersonStoryTrigger extends StoryTrigger { method execute (line 100) | @Override method writeToXml (line 144) | @Override method loadFieldsFromXmlNode (line 163) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storytrigger/ChangeStringVariableStoryTrigger.java class ChangeStringVariableStoryTrigger (line 49) | public class ChangeStringVariableStoryTrigger extends StoryTrigger { method execute (line 55) | @Override method writeToXml (line 60) | @Override method loadFieldsFromXmlNode (line 68) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storytrigger/CompleteMissionStoryTrigger.java class CompleteMissionStoryTrigger (line 54) | public class CompleteMissionStoryTrigger extends StoryTrigger { method execute (line 60) | @Override method writeToXml (line 71) | @Override method loadFieldsFromXmlNode (line 81) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storytrigger/EndArcStoryTrigger.java class EndArcStoryTrigger (line 47) | public class EndArcStoryTrigger extends StoryTrigger { method execute (line 49) | @Override method writeToXml (line 54) | @Override method loadFieldsFromXmlNode (line 60) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storytrigger/GameOverStoryTrigger.java class GameOverStoryTrigger (line 48) | public class GameOverStoryTrigger extends StoryTrigger { method execute (line 50) | @Override method writeToXml (line 56) | @Override method loadFieldsFromXmlNode (line 62) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storytrigger/RemoveUnitStoryTrigger.java class RemoveUnitStoryTrigger (line 52) | public class RemoveUnitStoryTrigger extends StoryTrigger { method execute (line 61) | @Override method writeToXml (line 75) | @Override method loadFieldsFromXmlNode (line 87) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storytrigger/SetDateStoryTrigger.java class SetDateStoryTrigger (line 55) | public class SetDateStoryTrigger extends StoryTrigger { method SetDateStoryTrigger (line 72) | public SetDateStoryTrigger() { method execute (line 79) | @Override method writeToXml (line 92) | @Override method loadFieldsFromXmlNode (line 101) | @Override FILE: MekHQ/src/mekhq/campaign/storyArc/storytrigger/SwitchTabStoryTrigger.java class SwitchTabStoryTrigger (line 51) | public class SwitchTabStoryTrigger extends StoryTrigger { method execute (line 56) | @Override method writeToXml (line 61) | @Override method loadFieldsFromXmlNode (line 68) | @Override FILE: MekHQ/src/mekhq/campaign/stratCon/IStratConDisplayable.java type IStratConDisplayable (line 43) | public interface IStratConDisplayable { method getInfo (line 44) | String getInfo(); FILE: MekHQ/src/mekhq/campaign/stratCon/MaplessStratCon.java class MaplessStratCon (line 62) | public class MaplessStratCon { method deployWithoutMap (line 96) | public static void deployWithoutMap(StratConPanel stratConPanel, Campa... method buildScenarioData (line 121) | private static @Nullable StratConDeploymentContext buildScenarioData(C... method triggerAssignmentDialog (line 169) | private static void triggerAssignmentDialog(StratConPanel stratConPane... FILE: MekHQ/src/mekhq/campaign/stratCon/StratConBiome.java class StratConBiome (line 42) | public class StratConBiome { FILE: MekHQ/src/mekhq/campaign/stratCon/StratConBiomeManifest.java class StratConBiomeManifest (line 54) | @XmlAccessorType(XmlAccessType.NONE) type ImageType (line 80) | public enum ImageType { class MapTypeList (line 91) | public static class MapTypeList { method getTempMap (line 108) | public TreeMap getTempMap(String category) { method getBiomeMapTypes (line 112) | public Map getBiomeMapTypes() { method getBiomeImage (line 119) | public String getBiomeImage(String biomeType) { method getFacilityImage (line 133) | public String getFacilityImage(String facilityType) { method getInstance (line 153) | public static StratConBiomeManifest getInstance() { method createDefaultInstance (line 169) | private static StratConBiomeManifest createDefaultInstance() { method load (line 191) | private static StratConBiomeManifest load() { FILE: MekHQ/src/mekhq/campaign/stratCon/StratConCampaignState.java class StratConCampaignState (line 63) | @XmlRootElement(name = "StratConCampaignState") method getContract (line 89) | @XmlTransient method setContract (line 94) | public void setContract(AtBContract contract) { method StratConCampaignState (line 98) | public StratConCampaignState() { method StratConCampaignState (line 103) | public StratConCampaignState(AtBContract contract) { method getGlobalOpForBVMultiplier (line 114) | @Deprecated(since = "0.51.0", forRemoval = true) method getTrack (line 119) | public StratConTrackState getTrack(int index) { method getTracks (line 123) | public List getTracks() { method getTrackCount (line 127) | public int getTrackCount() { method addTrack (line 131) | public void addTrack(StratConTrackState track) { method getWeeklyScenarios (line 135) | @XmlJavaTypeAdapter(value = LocalDateAdapter.class) method addWeeklyScenario (line 142) | public void addWeeklyScenario(LocalDate weeklyScenario) { method setWeeklyScenarios (line 146) | @Deprecated(since = "0.51.0", forRemoval = true) method getSupportPoints (line 151) | public int getSupportPoints() { method changeSupportPoints (line 167) | public void changeSupportPoints(int change) { method setSupportPoints (line 171) | @Deprecated(since = "0.51.0", forRemoval = true) method getVictoryPoints (line 176) | public int getVictoryPoints() { method setVictoryPoints (line 180) | @Deprecated(since = "0.51.0", forRemoval = true) method updateVictoryPoints (line 185) | public void updateVictoryPoints(int increment) { method getBriefingText (line 189) | public String getBriefingText() { method setBriefingText (line 193) | public void setBriefingText(String briefingText) { method allowEarlyVictory (line 197) | public boolean allowEarlyVictory() { method setAllowEarlyVictory (line 201) | public void setAllowEarlyVictory(boolean allowEarlyVictory) { method getGlobalScenarioModifiers (line 205) | public List getGlobalScenarioModifiers() { method setGlobalScenarioModifiers (line 209) | @Deprecated(since = "0.51.0", forRemoval = true) method useSupportPoint (line 214) | @Deprecated(since = "0.51.0", forRemoval = true) method useSupportPoints (line 224) | @Deprecated(since = "0.51.0", forRemoval = true) method isForceDeployedHere (line 237) | public boolean isForceDeployedHere(int forceID) { method removeStratConScenario (line 250) | public void removeStratConScenario(int scenarioID) { method getStratConScenarioFromAtBScenario (line 275) | public static @Nullable StratConScenario getStratConScenarioFromAtBSce... method canEndContractEarly (line 313) | public boolean canEndContractEarly() { method Serialize (line 338) | public void Serialize(PrintWriter pw) { method Deserialize (line 360) | public static StratConCampaignState Deserialize(Node xmlNode) { class LocalDateAdapter (line 389) | public static class LocalDateAdapter extends XmlAdapter getGlobalScenarioModifiers() { method setGlobalScenarioModifiers (line 323) | @Deprecated(since = "0.51.0", forRemoval = true) class ObjectiveParameters (line 331) | public static class ObjectiveParameters { method Serialize (line 368) | public void Serialize(File outputFile) { method Deserialize (line 388) | public static StratConContractDefinition Deserialize(File inputFile) { class ContractDefinitionManifest (line 412) | @XmlRootElement(name = "contractDefinitionManifest") method Deserialize (line 423) | public static ContractDefinitionManifest Deserialize(String fileName) { FILE: MekHQ/src/mekhq/campaign/stratCon/StratConContractInitializer.java class StratConContractInitializer (line 68) | public class StratConContractInitializer { method initializeCampaignState (line 77) | public static void initializeCampaignState(AtBContract contract, Campa... method getDeploymentTime (line 292) | private static int getDeploymentTime(StratConContractDefinition contra... method getScenarioOdds (line 312) | public static int getScenarioOdds(StratConContractDefinition contractD... method getContractPlanetTemperature (line 328) | private static int getContractPlanetTemperature(AtBContract contract, ... method initializeTrackState (line 358) | public static StratConTrackState initializeTrackState(int numLances, i... method trackObjectDistribution (line 397) | private static List trackObjectDistribution(int numObjects, i... method initializeTrackFacilities (line 426) | private static void initializeTrackFacilities(StratConTrackState track... method initializeObjectiveScenarios (line 500) | private static void initializeObjectiveScenarios(Campaign campaign, At... method getUnoccupiedCoords (line 588) | public static @Nullable StratConCoords getUnoccupiedCoords(StratConTra... method getUnoccupiedCoords (line 629) | public static @Nullable StratConCoords getUnoccupiedCoords(StratConTra... method restoreTransientStratconInformation (line 669) | public static void restoreTransientStratconInformation(Mission m, Camp... FILE: MekHQ/src/mekhq/campaign/stratCon/StratConCoords.java class StratConCoords (line 45) | public class StratConCoords extends Coords { method StratConCoords (line 49) | public StratConCoords(int x, int y) { method StratConCoords (line 56) | public StratConCoords() { method translate (line 63) | public StratConCoords translate(int direction) { method hashCode (line 81) | @Override method equals (line 89) | @Override method toString (line 101) | @Override method toBTString (line 109) | public String toBTString() { FILE: MekHQ/src/mekhq/campaign/stratCon/StratConFacility.java class StratConFacility (line 55) | @XmlRootElement(name = "StratConFacility") type FacilityType (line 59) | public enum FacilityType { method clone (line 100) | @Override method copyRulesDataFrom (line 124) | public void copyRulesDataFrom(StratConFacility facility) { method getOwner (line 139) | public ForceAlignment getOwner() { method setOwner (line 143) | public void setOwner(ForceAlignment owner) { method isOwnerAlliedToPlayer (line 151) | public boolean isOwnerAlliedToPlayer() { method getFormattedDisplayableName (line 155) | public String getFormattedDisplayableName() { method getDisplayableName (line 159) | public String getDisplayableName() { method setDisplayableName (line 163) | @Deprecated(since = "0.51.0", forRemoval = true) method getFacilityType (line 168) | public FacilityType getFacilityType() { method setFacilityType (line 172) | @Deprecated(since = "0.51.0", forRemoval = true) method getVisible (line 177) | public boolean getVisible() { method setVisible (line 181) | public void setVisible(boolean visible) { method isVisible (line 185) | public boolean isVisible() { method getSharedModifiers (line 192) | public List getSharedModifiers() { method setSharedModifiers (line 196) | public void setSharedModifiers(List sharedModifiers) { method getLocalModifiers (line 203) | public List getLocalModifiers() { method setLocalModifiers (line 207) | public void setLocalModifiers(List localModifiers) { method getAggroRating (line 211) | @Deprecated(since = "0.51.0", forRemoval = true) method setAggroRating (line 216) | @Deprecated(since = "0.51.0", forRemoval = true) method isStrategicObjective (line 221) | public boolean isStrategicObjective() { method setStrategicObjective (line 225) | public void setStrategicObjective(boolean isStrategicObjective) { method getBiomes (line 229) | public List getBiomes() { method setBiomes (line 233) | public void setBiomes(List biomes) { method incrementOwnershipChangeScore (line 237) | public void incrementOwnershipChangeScore() { method decrementOwnershipChangeScore (line 241) | public void decrementOwnershipChangeScore() { method clearOwnershipChangeScore (line 245) | @Deprecated(since = "0.51.0", forRemoval = true) method getOwnershipChangeScore (line 250) | public int getOwnershipChangeScore() { method getCapturedDefinition (line 257) | public String getCapturedDefinition() { method setCapturedDefinition (line 261) | public void setCapturedDefinition(String capturedDefinition) { method getRevealTrack (line 265) | public boolean getRevealTrack() { method setRevealTrack (line 269) | public void setRevealTrack(boolean revealTrack) { method getIncreaseScanRange (line 273) | public boolean getIncreaseScanRange() { method setIncreaseScanRange (line 277) | public void setIncreaseScanRange(boolean increaseScanRange) { method getScenarioOddsModifier (line 281) | public int getScenarioOddsModifier() { method setScenarioOddsModifier (line 285) | public void setScenarioOddsModifier(int scenarioOddsModifier) { method getMonthlySPModifier (line 292) | public int getMonthlySPModifier() { method setMonthlySPModifier (line 301) | public void setMonthlySPModifier(int monthlySPModifier) { method getBiomeTempMap (line 308) | public TreeMap getBiomeTempMap() { method deserialize (line 317) | public static StratConFacility deserialize(String fileName) { method ReconstructTransientData (line 346) | private static void ReconstructTransientData(StratConFacility facility) { method preventAerospace (line 352) | public boolean preventAerospace() { method setPreventAerospace (line 356) | public void setPreventAerospace(boolean preventAerospace) { method getUserDescription (line 360) | public String getUserDescription() { method setUserDescription (line 364) | public void setUserDescription(String userDescription) { FILE: MekHQ/src/mekhq/campaign/stratCon/StratConFacilityFactory.java class StratConFacilityFactory (line 53) | public class StratConFacilityFactory { method reloadFacilities (line 77) | public static void reloadFacilities() { method loadFacilitiesFromManifest (line 105) | private static void loadFacilitiesFromManifest(StratConFacilityManifes... method getFacilityByName (line 136) | public static StratConFacility getFacilityByName(String name) { method getFacilityCloneByName (line 143) | @Nullable method getRandomFacility (line 152) | @Deprecated(since = "0.51.0", forRemoval = true) method getRandomHostileFacility (line 157) | public static StratConFacility getRandomHostileFacility() { method getRandomAlliedFacility (line 161) | public static StratConFacility getRandomAlliedFacility() { method getHostileFacilities (line 165) | public static List getHostileFacilities() { method getAlliedFacilities (line 169) | public static List getAlliedFacilities() { FILE: MekHQ/src/mekhq/campaign/stratCon/StratConFacilityManifest.java class StratConFacilityManifest (line 54) | @XmlRootElement(name = "facilityManifest") method deserialize (line 67) | public static StratConFacilityManifest deserialize(String fileName) { FILE: MekHQ/src/mekhq/campaign/stratCon/StratConPlayType.java type StratConPlayType (line 37) | public enum StratConPlayType { method StratConPlayType (line 49) | StratConPlayType(String lookupName) { method getLookupName (line 55) | public String getLookupName() { method getLabel (line 59) | public String getLabel() { method getTooltip (line 63) | public String getTooltip() { method generateLabel (line 67) | private String generateLabel() { method generateTooltip (line 71) | private String generateTooltip() { method fromLookupName (line 75) | public static StratConPlayType fromLookupName(String lookupName) { method toString (line 85) | @Override FILE: MekHQ/src/mekhq/campaign/stratCon/StratConRulesManager.java class StratConRulesManager (line 136) | public class StratConRulesManager { type ReinforcementEligibilityType (line 145) | public enum ReinforcementEligibilityType { type ReinforcementResultsType (line 171) | public enum ReinforcementResultsType { method generateScenariosDatesForWeek (line 216) | public static void generateScenariosDatesForWeek(Campaign campaign, St... method generateDailyScenariosForTrack (line 258) | public static void generateDailyScenariosForTrack(Campaign campaign, S... method generateExternalScenario (line 340) | public static @Nullable StratConScenario generateExternalScenario(Camp... method generateExternalScenario (line 397) | public static @Nullable StratConScenario generateExternalScenario(Camp... method generateReinforcementInterceptionScenario (line 509) | public static @Nullable void generateReinforcementInterceptionScenario... method addHiddenExternalScenario (line 563) | @Deprecated(since = "0.51.0", forRemoval = true) method getRandomTrack (line 623) | public static @Nullable StratConTrackState getRandomTrack(AtBContract ... method finalizeBackingScenario (line 644) | public static void finalizeBackingScenario(Campaign campaign, AtBContr... method addCadreDutyTrainees (line 708) | private static void addCadreDutyTrainees(AtBDynamicScenario backingSce... method determineIfTurningPointScenario (line 744) | private static void determineIfTurningPointScenario(AtBContract contra... method determineIfCrisisScenario (line 798) | private static void determineIfCrisisScenario(AtBMoraleLevel morale, A... method setScenarioParametersFromBiome (line 815) | public static void setScenarioParametersFromBiome(StratConTrackState t... method swapInPlayerUnits (line 886) | private static void swapInPlayerUnits(StratConScenario scenario, Campa... method calculateUnitCount (line 934) | private static int calculateUnitCount(StratConScenario scenario, Campa... method findPotentialUnits (line 971) | private static Collection findPotentialUnits(Campaign campaign, ... method isValidUnitForScenario (line 1024) | static boolean isValidUnitForScenario(Unit unit, ScenarioForceTemplate... method generateScenarioForExistingForces (line 1070) | public static @Nullable StratConScenario generateScenarioForExistingFo... method generateScenarioForExistingForces (line 1091) | public static @Nullable StratConScenario generateScenarioForExistingFo... method deployForceToCoords (line 1167) | public static void deployForceToCoords(StratConCoords coords, int forc... method assignForceToScenario (line 1278) | public static void assignForceToScenario(StratConCoords coords, int fo... method getUnoccupiedAdjacentCoords (line 1329) | private static StratConCoords getUnoccupiedAdjacentCoords(StratConCoor... method setupScenario (line 1377) | public static @Nullable StratConScenario setupScenario(StratConCoords ... method setupScenario (line 1411) | public static @Nullable StratConScenario setupScenario(StratConCoords ... method setupFacilityScenario (line 1453) | private static void setupFacilityScenario(StratConScenario scenario, S... method processFacilityEffects (line 1493) | private static void processFacilityEffects(StratConTrackState track, S... method processForceDeployment (line 1522) | public static void processForceDeployment(StratConCoords coords, int f... method scanNeighboringCoords (line 1545) | private static void scanNeighboringCoords(StratConCoords coords, int f... method getUnitWeightModifier (line 1733) | private static TargetRollModifier getUnitWeightModifier(double unitWei... method getUnitSpeedModifier (line 1767) | private static TargetRollModifier getUnitSpeedModifier(int unitSpeed) { method getScoutComplementarySPAModifier (line 1791) | private static TargetRollModifier getScoutComplementarySPAModifier(Per... method buildScoutMap (line 1827) | private static List buildScoutMap(Formation formation, Ha... method increaseFatigue (line 1919) | private static void increaseFatigue(int forceID, Campaign campaign) { method processReinforcementDeployment (line 1939) | @Deprecated(since = "0.50.07", forRemoval = true) method processReinforcementDeployment (line 1981) | public static ReinforcementResultsType processReinforcementDeployment(... method getInterceptionScenarioTemplate (line 2170) | private static ScenarioTemplate getInterceptionScenarioTemplate(Format... method calculateReinforcementTargetNumber (line 2227) | public static TargetRoll calculateReinforcementTargetNumber(@Nullable ... method assignAppropriateExtraForceToScenario (line 2275) | private static void assignAppropriateExtraForceToScenario(StratConScen... method commitPrimaryForces (line 2306) | public static void commitPrimaryForces(Campaign campaign, StratConScen... method commanderLanceHasDefensiveAssignment (line 2348) | private static boolean commanderLanceHasDefensiveAssignment(AtBDynamic... method sortForcesByMapType (line 2394) | public static Map> sortForcesByMapType(List... method generateScenario (line 2457) | private static @Nullable StratConScenario generateScenario(Campaign ca... method generateScenario (line 2505) | static @Nullable StratConScenario generateScenario(Campaign campaign, ... method applyGlobalModifiers (line 2576) | private static void applyGlobalModifiers(StratConScenario scenario, St... method applyFacilityModifiers (line 2592) | private static void applyFacilityModifiers(StratConScenario scenario, ... method setAttachedUnitsModifier (line 2637) | public static void setAttachedUnitsModifier(StratConScenario scenario,... method setScenarioDates (line 2669) | private static void setScenarioDates(StratConTrackState track, Campaig... method setScenarioDates (line 2678) | private static void setScenarioDates(int deploymentDelay, StratConTrac... method forceCompositionMatchesDeclaredUnitType (line 2699) | public static boolean forceCompositionMatchesDeclaredUnitType(int prim... method getAvailableForceIDs (line 2734) | public static List getAvailableForceIDs(Campaign campaign, At... method getAvailableForceIDsForManualDeployment (line 2819) | public static List getAvailableForceIDsForManualDeployment(in... method subElementsOrSelfDeployed (line 2907) | private static boolean subElementsOrSelfDeployed(Formation formation, ... method getEligibleFrontlineUnits (line 2934) | public static List getEligibleFrontlineUnits(Campaign campaign, ... method isUnitValidForFrontlineDeployment (line 2974) | private static boolean isUnitValidForFrontlineDeployment(@Nullable Uni... method isForceEligible (line 3007) | private static boolean isForceEligible(Unit unit, Campaign campaign, S... method getEligibleLeadershipUnits (line 3051) | public static List getEligibleLeadershipUnits(Campaign campaign,... method isUnitValidForLeadershipDeployment (line 3113) | private static boolean isUnitValidForLeadershipDeployment(@Nullable Un... method isUnitDeployedToStratCon (line 3143) | public static boolean isUnitDeployedToStratCon(Unit unit) { method isForceDeployedToStratCon (line 3158) | public static boolean isForceDeployedToStratCon(List acti... method getPrimaryUnitType (line 3169) | private static int getPrimaryUnitType(Campaign campaign, List... method getReinforcementType (line 3203) | public static ReinforcementEligibilityType getReinforcementType(int fo... method canManuallyDeployAnyForce (line 3241) | public static boolean canManuallyDeployAnyForce(StratConCoords coords,... method calculateScenarioOdds (line 3295) | public static int calculateScenarioOdds(StratConTrackState track, AtBC... method updateFacilityForScenario (line 3321) | public static void updateFacilityForScenario(AtBScenario scenario, AtB... method processScenarioCompletion (line 3363) | public static void processScenarioCompletion(ResolveScenarioTracker tr... method linkedScenarioProcessing (line 3426) | public static void linkedScenarioProcessing(ResolveScenarioTracker tra... method updateStrategicObjectives (line 3469) | private static void updateStrategicObjectives(boolean victory, StratCo... method switchFacilityOwner (line 3499) | public static void switchFacilityOwner(StratConFacility facility) { method processTrackForceReturnDates (line 3523) | public static void processTrackForceReturnDates(StratConTrackState tra... method processIgnoredDynamicScenario (line 3585) | public static void processIgnoredDynamicScenario(int scenarioId, Strat... method processIgnoredStratConScenario (line 3627) | public static void processIgnoredStratConScenario(StratConScenario sce... method startup (line 3651) | public void startup() { method handleNewDay (line 3658) | @Subscribe method cleanupPhantomScenarios (line 3736) | private void cleanupPhantomScenarios(StratConTrackState track) { method shutdown (line 3749) | @Deprecated(since = "0.51.0", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/stratCon/StratConScenario.java class StratConScenario (line 72) | public class StratConScenario implements IStratConDisplayable { type ScenarioState (line 78) | public enum ScenarioState { method getScenarioStateName (line 102) | public String getScenarioStateName() { method addPrimaryForce (line 130) | public void addPrimaryForce(int forceID) { method addForce (line 139) | public void addForce(Formation formation, String templateID, Campaign ... method addUnit (line 162) | public void addUnit(Unit unit, String templateID, boolean useLeadershi... method addPlayerTransportRelationships (line 187) | private void addPlayerTransportRelationships(Unit unit) { method getAssignedForces (line 206) | public List getAssignedForces() { method getPlayerTemplateForceIDs (line 214) | public List getPlayerTemplateForceIDs() { method getPrimaryForceIDs (line 222) | @XmlElementWrapper(name = "primaryForceIDs") method setPrimaryForceIDs (line 228) | public void setPrimaryForceIDs(ArrayList primaryForceIDs) { method commitPrimaryForces (line 236) | public void commitPrimaryForces() { method getCurrentState (line 244) | public ScenarioState getCurrentState() { method setCurrentState (line 248) | public void setCurrentState(ScenarioState state) { method getInfo (line 252) | @Override method getInfo (line 257) | public String getInfo(@Nullable Campaign campaign) { method updateMinefieldCount (line 314) | public void updateMinefieldCount(int minefieldType, int number) { method getName (line 318) | public String getName() { method getHyperlinkedName (line 334) | public String getHyperlinkedName() { method getRequiredPlayerLances (line 340) | @Deprecated(since = "0.51.0", forRemoval = true) method setRequiredPlayerLances (line 346) | public void setRequiredPlayerLances(int requiredPlayerLances) { method incrementRequiredPlayerLances (line 350) | public void incrementRequiredPlayerLances() { method isTurningPoint (line 354) | public boolean isTurningPoint() { method isSpecial (line 367) | public boolean isSpecial() { method setTurningPoint (line 371) | public void setTurningPoint(boolean turningPoint) { method getBackingScenario (line 375) | @XmlTransient method getBackingContract (line 391) | public @Nullable AtBContract getBackingContract(Campaign campaign) { method getDeploymentDate (line 399) | @XmlJavaTypeAdapter(DateAdapter.class) method setDeploymentDate (line 404) | public void setDeploymentDate(LocalDate deploymentDate) { method getActionDate (line 408) | @XmlJavaTypeAdapter(DateAdapter.class) method setActionDate (line 413) | public void setActionDate(LocalDate actionDate) { method getReturnDate (line 418) | @XmlJavaTypeAdapter(DateAdapter.class) method setReturnDate (line 423) | public void setReturnDate(LocalDate returnDate) { method getCoords (line 427) | public StratConCoords getCoords() { method setCoords (line 431) | public void setCoords(StratConCoords coords) { method isStrategicObjective (line 435) | public boolean isStrategicObjective() { method setStrategicObjective (line 439) | public void setStrategicObjective(boolean value) { method getScenarioTemplate (line 443) | public ScenarioTemplate getScenarioTemplate() { method getBackingScenarioID (line 447) | public int getBackingScenarioID() { method setBackingScenario (line 451) | public void setBackingScenario(AtBDynamicScenario backingScenario) { method setBackingScenarioID (line 457) | public void setBackingScenarioID(int backingScenarioID) { method getNumDefensivePoints (line 461) | public int getNumDefensivePoints() { method setNumDefensivePoints (line 465) | public void setNumDefensivePoints(int numDefensivePoints) { method useDefensivePoint (line 469) | @Deprecated(since = "0.51.0", forRemoval = true) method getFailedReinforcements (line 474) | public Set getFailedReinforcements() { method setFailedReinforcements (line 478) | public void setFailedReinforcements(Set failedReinforcements) { method addFailedReinforcements (line 482) | public void addFailedReinforcements(int forceID) { method removeFailedReinforcements (line 486) | @Deprecated(since = "0.51.0", forRemoval = true) method overrideForceAutoAssignment (line 491) | public boolean overrideForceAutoAssignment() { method setOverrideForceAutoAssignment (line 495) | public void setOverrideForceAutoAssignment(boolean overrideForceAutoAs... method getLeadershipPointsUsed (line 499) | public int getLeadershipPointsUsed() { method setAvailableLeadershipBudget (line 503) | public void setAvailableLeadershipBudget(int leadershipPointsUsed) { method getTrackForScenario (line 538) | public @Nullable StratConTrackState getTrackForScenario(Campaign campa... method resetScenario (line 604) | public void resetScenario(Campaign campaign) { FILE: MekHQ/src/mekhq/campaign/stratCon/StratConScenarioFactory.java class StratConScenarioFactory (line 55) | public class StratConScenarioFactory { method reloadScenarios (line 70) | public static void reloadScenarios() { method loadScenariosFromManifest (line 95) | private static void loadScenariosFromManifest(AtBScenarioManifest mani... method getRandomScenario (line 141) | @Deprecated(since = "0.51.0", forRemoval = true) method getSpecificScenario (line 149) | public static ScenarioTemplate getSpecificScenario(String name) { method getRandomScenario (line 161) | public static ScenarioTemplate getRandomScenario(int unitType) { method getFacilityScenario (line 191) | public static ScenarioTemplate getFacilityScenario(boolean allied) { method convertSpecificUnitTypeToGeneral (line 206) | public static int convertSpecificUnitTypeToGeneral(int unitType) { FILE: MekHQ/src/mekhq/campaign/stratCon/StratConStrategicObjective.java class StratConStrategicObjective (line 42) | public class StratConStrategicObjective { method getObjectiveCoords (line 50) | public StratConCoords getObjectiveCoords() { method setObjectiveCoords (line 54) | public void setObjectiveCoords(StratConCoords objectiveCoords) { method getObjectiveType (line 58) | public StrategicObjectiveType getObjectiveType() { method setObjectiveType (line 62) | public void setObjectiveType(StrategicObjectiveType objectiveType) { method getCurrentObjectiveCount (line 66) | public int getCurrentObjectiveCount() { method setCurrentObjectiveCount (line 70) | public void setCurrentObjectiveCount(int currentObjectiveCount) { method incrementCurrentObjectiveCount (line 74) | public void incrementCurrentObjectiveCount() { method getDesiredObjectiveCount (line 78) | public int getDesiredObjectiveCount() { method setDesiredObjectiveCount (line 82) | public void setDesiredObjectiveCount(int desiredObjectiveCount) { method isObjectiveFailed (line 86) | public boolean isObjectiveFailed(StratConTrackState trackState) { method isObjectiveCompleted (line 108) | public boolean isObjectiveCompleted(StratConTrackState trackState) { method isObjectiveResolved (line 143) | public boolean isObjectiveResolved(StratConTrackState trackState) { FILE: MekHQ/src/mekhq/campaign/stratCon/StratConTerrainPlacer.java class StratConTerrainPlacer (line 41) | public class StratConTerrainPlacer { method InitializeTrackTerrain (line 47) | public static void InitializeTrackTerrain(StratConTrackState track) { method DrawStripe (line 108) | private static void DrawStripe(StratConTrackState track, String terrai... FILE: MekHQ/src/mekhq/campaign/stratCon/StratConTerrainTile.java class StratConTerrainTile (line 37) | @Deprecated(since = "0.51.0", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/stratCon/StratConTrackState.java class StratConTrackState (line 57) | @XmlRootElement(name = "campaignTrack") method StratConTrackState (line 93) | public StratConTrackState() { method getDisplayableName (line 106) | public String getDisplayableName() { method setDisplayableName (line 110) | public void setDisplayableName(String name) { method getWidth (line 114) | public int getWidth() { method setWidth (line 118) | public void setWidth(int width) { method getHeight (line 122) | public int getHeight() { method setHeight (line 126) | public void setHeight(int height) { method getSize (line 133) | public int getSize() { method getFacilities (line 137) | @XmlElementWrapper(name = "trackFacilities") method setFacilities (line 143) | public void setFacilities(Map facili... method getFacility (line 147) | public StratConFacility getFacility(StratConCoords coords) { method getScenarios (line 154) | @XmlElementWrapper(name = "trackScenarios") method setScenarios (line 160) | public void setScenarios(Map scenari... method addScenario (line 168) | public void addScenario(StratConScenario scenario) { method updateScenario (line 177) | public void updateScenario(StratConScenario scenario) { method removeScenario (line 183) | public void removeScenario(int campaignScenarioID) { method removeScenario (line 192) | public void removeScenario(StratConScenario scenario) { method getScenario (line 218) | public StratConScenario getScenario(StratConCoords coords) { method getRequiredLanceCount (line 222) | public int getRequiredLanceCount() { method setRequiredLanceCount (line 226) | public void setRequiredLanceCount(int requiredLanceCount) { method getDeploymentTime (line 230) | public int getDeploymentTime() { method setDeploymentTime (line 234) | public void setDeploymentTime(int deploymentTime) { method getScenarioOdds (line 238) | public int getScenarioOdds() { method setScenarioOdds (line 242) | public void setScenarioOdds(int scenarioOdds) { method isGmRevealed (line 246) | public boolean isGmRevealed() { method setGmRevealed (line 250) | public void setGmRevealed(boolean gmRevealed) { method areAnyForceDeployedTo (line 257) | public boolean areAnyForceDeployedTo(StratConCoords coords) { method assignForce (line 265) | public void assignForce(int forceID, StratConCoords coords, LocalDate ... method unassignFormation (line 292) | public void unassignFormation(int forceID) { method unassignUnit (line 305) | @Deprecated(since = "0.51.0", forRemoval = true) method restoreReturnDates (line 319) | public void restoreReturnDates() { method getAssignedForceCoords (line 326) | public Map getAssignedForceCoords() { method setAssignedForceCoords (line 330) | @Deprecated(since = "0.51.0", forRemoval = true) method getAssignedCoordForces (line 335) | @XmlTransient method setAssignedCoordForces (line 340) | @Deprecated(since = "0.51.0", forRemoval = true) method restoreAssignedCoordForces (line 348) | public void restoreAssignedCoordForces() { method getAssignedForceReturnDates (line 355) | @XmlTransient method setAssignedForceReturnDates (line 360) | @Deprecated(since = "0.51.0", forRemoval = true) method getAssignedForceReturnDatesForStorage (line 365) | public Map getAssignedForceReturnDatesForStorage() { method setAssignedForceReturnDatesForStorage (line 369) | public void setAssignedForceReturnDatesForStorage(Map... method coordsRevealed (line 373) | public boolean coordsRevealed(int x, int y) { method getRevealedCoords (line 377) | public Set getRevealedCoords() { method setRevealedCoords (line 381) | @Deprecated(since = "0.51.0", forRemoval = true) method addFacility (line 386) | public void addFacility(StratConCoords coords, StratConFacility facili... method removeFacility (line 390) | public void removeFacility(StratConCoords coords) { method findClosestAlliedFacilityCoords (line 398) | @Nullable method getBackingScenariosMap (line 421) | public Map getBackingScenariosMap() { method getObjectivesByCoords (line 435) | public Map getObjectivesBy... method moveObjective (line 451) | @Deprecated(since = "0.51.0", forRemoval = true) method failObjective (line 471) | public void failObjective(StratConCoords coords) { method hasActiveTrackReveal (line 483) | public boolean hasActiveTrackReveal() { method getScanRangeIncrease (line 496) | public int getScanRangeIncrease() { method getScenarioOddsAdjustment (line 509) | public int getScenarioOddsAdjustment() { method isForceDeployed (line 521) | @Deprecated(since = "0.51.0", forRemoval = true) method toString (line 526) | @Override method getStickyForces (line 531) | public Set getStickyForces() { method setStickyForces (line 535) | @Deprecated(since = "0.51.0", forRemoval = true) method addStickyForce (line 540) | public void addStickyForce(int forceID) { method removeStickyForce (line 544) | public void removeStickyForce(int forceID) { method getStrategicObjectives (line 548) | @XmlElementWrapper(name = "instantiatedObjectives") method setStrategicObjectives (line 554) | @Deprecated(since = "0.51.0", forRemoval = true) method addStrategicObjective (line 559) | public void addStrategicObjective(StratConStrategicObjective strategic... method getTemperature (line 563) | public int getTemperature() { method setTemperature (line 567) | public void setTemperature(int temp) { method setTerrainTile (line 571) | public void setTerrainTile(StratConCoords coords, String terrainTypeNa... method isOffTrack (line 578) | public boolean isOffTrack(StratConCoords coords) { method getTerrainTile (line 587) | public String getTerrainTile(StratConCoords coords) { method getTerrainTypes (line 591) | @XmlElementWrapper(name = "terrainTypes") method setStrategicObjectives (line 598) | @Deprecated(since = "0.51.0", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/stratCon/SupportPointNegotiation.java class SupportPointNegotiation (line 74) | public class SupportPointNegotiation { method negotiateAdditionalSupportPoints (line 90) | public static void negotiateAdditionalSupportPoints(Campaign campaign) { method negotiateInitialSupportPoints (line 133) | public static void negotiateInitialSupportPoints(Campaign campaign, At... method processContractSupportPoints (line 161) | private static void processContractSupportPoints(Campaign campaign, At... method getSortedAdminTransportPersonnel (line 257) | private static List getSortedAdminTransportPersonnel(Campaign ... method getSortedContractsByStartDate (line 284) | private static List getSortedContractsByStartDate(List addMethod) { method getAddMethod (line 54) | public BiConsumer getAddMethod() { FILE: MekHQ/src/mekhq/campaign/unit/HangarSorter.java class HangarSorter (line 48) | public class HangarSorter { method HangarSorter (line 61) | public HangarSorter(boolean weightClassSorted, boolean weightSorted, method defaultSorting (line 71) | public static HangarSorter defaultSorting() { method weightSorted (line 78) | public static HangarSorter weightSorted() { method getUnits (line 89) | public List getUnits(Hangar hangar) { method forEachUnit (line 99) | public void forEachUnit(Hangar hangar, Consumer consumer) { method sort (line 108) | public Stream sort(final Stream units) { FILE: MekHQ/src/mekhq/campaign/unit/HangarStatistics.java class HangarStatistics (line 52) | public class HangarStatistics { method HangarStatistics (line 60) | public HangarStatistics(Hangar hangar) { method getHangar (line 64) | public Hangar getHangar() { method getNumberOfUnitsByType (line 68) | public int getNumberOfUnitsByType(long type) { method getNumberOfUnitsByType (line 72) | public int getNumberOfUnitsByType(long type, boolean inTransit) { method tallyBaysByType (line 103) | public HashMap tallyBaysByType(boolean inTransit) { method bayTypeToKey (line 149) | private static long bayTypeToKey(BayType bayType) { method isTransportCapacitySource (line 167) | private static boolean isTransportCapacitySource(Unit unit) { method getTotalTransportCapacity (line 176) | private int getTotalTransportCapacity(ToDoubleFunction capacityG... method getNumberOfUnitsByType (line 184) | public int getNumberOfUnitsByType(long type, boolean inTransit, boolea... method getNumberOfSuperHeavyVehicles (line 198) | public int getNumberOfSuperHeavyVehicles() { method getOccupiedSuperHeavyVehicleBays (line 207) | public int getOccupiedSuperHeavyVehicleBays() { method getOccupiedBays (line 212) | public int getOccupiedBays(long type) { method getOccupiedBays (line 216) | public int getOccupiedBays(long type, boolean lv) { method getTotalMekBays (line 261) | public int getTotalMekBays() { method getTotalASFBays (line 265) | public int getTotalASFBays() { method getTotalSmallCraftBays (line 269) | public int getTotalSmallCraftBays() { method getTotalBattleArmorBays (line 273) | public int getTotalBattleArmorBays() { method getTotalInfantryBays (line 277) | public int getTotalInfantryBays() { method getTotalHeavyVehicleBays (line 281) | public int getTotalHeavyVehicleBays() { method getTotalSuperHeavyVehicleBays (line 285) | public int getTotalSuperHeavyVehicleBays() { method getTotalLightVehicleBays (line 289) | public int getTotalLightVehicleBays() { method getTotalProtoMekBays (line 293) | public int getTotalProtoMekBays() { method getTotalDockingCollars (line 297) | public int getTotalDockingCollars() { method getTotalLargeCraftPassengerCapacity (line 306) | @Deprecated(since = "0.51.0", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/unit/ITransportAssignment.java type ITransportAssignment (line 49) | public interface ITransportAssignment { method getTransport (line 55) | Unit getTransport(); method hasTransport (line 57) | boolean hasTransport(); method getTransporterType (line 59) | TransporterType getTransporterType(); method hasTransporterType (line 61) | boolean hasTransporterType(); method getTransportedLocation (line 68) | Transporter getTransportedLocation(); method hasTransportedLocation (line 75) | boolean hasTransportedLocation(); method hashTransportedLocation (line 82) | Optional hashTransportedLocation(); method fixReferences (line 92) | void fixReferences(Campaign campaign, Unit unit); method isTransportedInBay (line 103) | boolean isTransportedInBay(); FILE: MekHQ/src/mekhq/campaign/unit/ITransportedUnitsSummary.java type ITransportedUnitsSummary (line 43) | public interface ITransportedUnitsSummary { method hasTransportedUnits (line 50) | boolean hasTransportedUnits(); method getTransportedUnits (line 55) | Set getTransportedUnits(); method addTransportedUnit (line 62) | void addTransportedUnit(Unit unit); method removeTransportedUnit (line 71) | boolean removeTransportedUnit(Unit unit); method clearTransportedUnits (line 76) | void clearTransportedUnits(); method hasTransportCapacity (line 83) | boolean hasTransportCapacity(); method getTransportCapabilities (line 90) | Set getTransportCapabilities(); method hasTransportCapacity (line 99) | boolean hasTransportCapacity(TransporterType transporterType); method getCurrentTransportCapacity (line 108) | double getCurrentTransportCapacity(TransporterType transporterType); method setCurrentTransportCapacity (line 116) | void setCurrentTransportCapacity(TransporterType transporterType, doub... method recalculateTransportCapacity (line 123) | void recalculateTransportCapacity(Vector transporters); method replaceTransportedUnits (line 130) | void replaceTransportedUnits(Set newTransportedUnits); method clearTransportedUnits (line 138) | void clearTransportedUnits(Campaign campaign); method unloadTransport (line 145) | void unloadTransport(Set transportedUnits); method fixReferences (line 150) | void fixReferences(Campaign campaign, Unit unit); FILE: MekHQ/src/mekhq/campaign/unit/Maintenance.java class Maintenance (line 79) | public class Maintenance { method doMaintenance (line 88) | public static void doMaintenance(Campaign campaign, Unit unit) { method getDamageString (line 247) | private static String getDamageString(Unit unit, int nDamage, int nDes... method doMaintenanceOnUnitPart (line 267) | private static String doMaintenanceOnUnitPart(Campaign campaign, Unit ... method getTargetForMaintenance (line 400) | public static TargetRoll getTargetForMaintenance(Campaign campaign, IP... method addZeroGOperationsModifier (line 512) | private static void addZeroGOperationsModifier(int zeroGSkillLevel, in... method checkAndCorrectMaintenanceSchedule (line 550) | public static void checkAndCorrectMaintenanceSchedule(Campaign campaig... method buildSchedule (line 648) | private static LinkedHashMap> buildSchedule(List... method evaluateMaintenanceSchedule (line 718) | private static void evaluateMaintenanceSchedule(Map.Entry loadTransportShip(Vector transportedUnits, Tran... method loadTransport (line 121) | private @Nullable Unit loadTransport(TransporterType transporterType, ... method unloadFromTransportShip (line 186) | public void unloadFromTransportShip(Unit transportedUnit) { method clearTransportedUnits (line 194) | @Override method fixReferences (line 213) | @Override FILE: MekHQ/src/mekhq/campaign/unit/TacticalTransportedUnitsSummary.java class TacticalTransportedUnitsSummary (line 56) | public class TacticalTransportedUnitsSummary extends AbstractTransported... method TacticalTransportedUnitsSummary (line 59) | public TacticalTransportedUnitsSummary(Unit transport) { method unloadTransport (line 68) | @Override method unloadTransport (line 74) | @Override method loadTransport (line 95) | public void loadTransport(TransporterType transporterType, Set u... method loadTransport (line 111) | public Set loadTransport(Set units, @Nullable Transporter ... method loadTransport (line 137) | public @Nullable Unit loadTransport(@Nullable Transporter transportedL... method unloadFromTransport (line 178) | public void unloadFromTransport(Unit transportedUnit) { method clearTransportedUnits (line 188) | @Override method fixReferences (line 206) | @Override FILE: MekHQ/src/mekhq/campaign/unit/TestUnit.java class TestUnit (line 46) | public class TestUnit extends Unit { method TestUnit (line 47) | public TestUnit() { method TestUnit (line 51) | public TestUnit(Entity en, Campaign c, boolean checkForDestruction) { method initializeParts (line 57) | @Override FILE: MekHQ/src/mekhq/campaign/unit/TowTransportedUnitsSummary.java class TowTransportedUnitsSummary (line 65) | public class TowTransportedUnitsSummary extends AbstractTransportedUnits... method TowTransportedUnitsSummary (line 68) | public TowTransportedUnitsSummary(Unit transport) { method clearTransportedUnits (line 78) | @Override method recalculateTransportCapacity (line 104) | @Override method fixReferences (line 151) | @Override method towTrailer (line 192) | public @Nullable Unit towTrailer(Unit towedUnit, @Nullable Transporter... method init (line 233) | @Override method unloadTransport (line 243) | @Override method getTractor (line 270) | private @Nullable Unit getTractor() { method recalculateTransportCapacity (line 294) | private void recalculateTransportCapacity(Tank tractor) { FILE: MekHQ/src/mekhq/campaign/unit/TransportAssignment.java class TransportAssignment (line 52) | public class TransportAssignment implements ITransportAssignment { method TransportAssignment (line 59) | public TransportAssignment(Unit transport) { method TransportAssignment (line 63) | public TransportAssignment(Unit transport, TransporterType transporter... method TransportAssignment (line 68) | public TransportAssignment(Unit transport, @Nullable Transporter trans... method TransportAssignment (line 76) | public TransportAssignment(Unit transport, int hashedTransportedLocati... method getTransport (line 92) | @Override method hasTransport (line 97) | @Override method setTransport (line 107) | protected void setTransport(Unit newTransport) { method getTransporterType (line 112) | @Override method hasTransporterType (line 117) | @Override method setTransporterType (line 122) | protected void setTransporterType(TransporterType transporterType) { method getTransportedLocation (line 127) | @Override method hasTransportedLocation (line 137) | @Override method setTransportedLocation (line 145) | protected void setTransportedLocation(@Nullable Transporter transporte... method hashTransportedLocation (line 154) | @Override method fixReferences (line 170) | @Override method isTransportedInBay (line 208) | @Override FILE: MekHQ/src/mekhq/campaign/unit/TransportShipAssignment.java class TransportShipAssignment (line 51) | public class TransportShipAssignment extends TransportAssignment { method TransportShipAssignment (line 60) | public TransportShipAssignment(Unit transportShip, int bayNumber) { method getTransportShip (line 89) | public Unit getTransportShip() { method getBayNumber (line 96) | public int getBayNumber() { method fixReferences (line 108) | @Override method equals (line 125) | @Override method hashCode (line 139) | @Override FILE: MekHQ/src/mekhq/campaign/unit/Unit.java class Unit (line 167) | public class Unit implements ITechnology { method Unit (line 247) | public Unit() { method Unit (line 251) | public Unit(Entity en, Campaign c) { method getDamageStateName (line 274) | public static String getDamageStateName(int i) { method getCampaign (line 285) | public Campaign getCampaign() { method setCampaign (line 289) | public void setCampaign(Campaign c) { method isAvailable (line 296) | public boolean isAvailable() { method isAvailable (line 303) | public boolean isAvailable(boolean ignoreRefit) { method getStatus (line 307) | public String getStatus() { method getCondition (line 347) | public String getCondition() { method getCrewState (line 357) | public CrewAssignmentState getCrewState() { method getTypeDisplayableNameWithOmni (line 381) | public String getTypeDisplayableNameWithOmni() { method reCalc (line 396) | public void reCalc() { method initializeShipTransportSpace (line 408) | public void initializeShipTransportSpace() { method initializeTacticalTransportSpace (line 421) | public void initializeTacticalTransportSpace() { method initializeAllTransportSpace (line 433) | public void initializeAllTransportSpace() { method clearAllTransportSpace (line 439) | public void clearAllTransportSpace() { method clearTransportSpace (line 445) | private void clearTransportSpace(CampaignTransportType campaignTranspo... method getShipTransportedUnitsSummary (line 452) | private ShipTransportedUnitsSummary getShipTransportedUnitsSummary() { method getTacticalTransportedUnitsSummary (line 456) | private TacticalTransportedUnitsSummary getTacticalTransportedUnitsSum... method initializeTransportSpace (line 467) | public void initializeTransportSpace(CampaignTransportType campaignTra... method hasTransportedUnitsType (line 497) | private boolean hasTransportedUnitsType(CampaignTransportType campaign... method getTransportedUnitsSummary (line 513) | public @Nullable AbstractTransportedUnitsSummary getTransportedUnitsSu... method addTransportedUnitType (line 523) | private void addTransportedUnitType(AbstractTransportedUnitsSummary tr... method setEntity (line 527) | public void setEntity(Entity en) { method getEntity (line 542) | public Entity getEntity() { method getId (line 546) | public UUID getId() { method setId (line 550) | public void setId(UUID i) { method hasTransportedUnits (line 565) | public boolean hasTransportedUnits(CampaignTransportType campaignTrans... method getTransportedUnits (line 579) | public Set getTransportedUnits(CampaignTransportType campaignTra... method addTransportedUnit (line 592) | void addTransportedUnit(CampaignTransportType campaignTransportType, U... method removeTransportedUnit (line 602) | boolean removeTransportedUnit(CampaignTransportType campaignTransportT... method clearTransportedUnits (line 609) | public void clearTransportedUnits(CampaignTransportType campaignTransp... method hasTransportAssignment (line 620) | public boolean hasTransportAssignment(CampaignTransportType campaignTr... method getTransportAssignment (line 638) | public @Nullable ITransportAssignment getTransportAssignment(CampaignT... method setTransportAssignment (line 657) | public void setTransportAssignment(CampaignTransportType campaignTrans... method unloadFromTransport (line 677) | public Unit unloadFromTransport(CampaignTransportType campaignTranspor... method hasTransportShipAssignment (line 693) | public boolean hasTransportShipAssignment() { method getTransportShipAssignment (line 700) | public @Nullable TransportShipAssignment getTransportShipAssignment() { method setTransportShipAssignment (line 709) | public void setTransportShipAssignment(@Nullable TransportShipAssignme... method hasShipTransportedUnits (line 716) | public boolean hasShipTransportedUnits() { method getShipTransportedUnits (line 723) | public Set getShipTransportedUnits() { method addShipTransportedUnit (line 732) | public void addShipTransportedUnit(Unit unit) { method removeShipTransportedUnit (line 743) | public boolean removeShipTransportedUnit(Unit unit) { method clearShipTransportedUnits (line 750) | public void clearShipTransportedUnits() { method isCarryingSmallerAero (line 757) | public boolean isCarryingSmallerAero() { method isCarryingGround (line 768) | public boolean isCarryingGround() { method getSite (line 772) | public int getSite() { method setSite (line 776) | public void setSite(int i) { method isSalvage (line 780) | public boolean isSalvage() { method setSalvage (line 784) | public void setSalvage(boolean b) { method getHistory (line 788) | public String getHistory() { method setHistory (line 792) | public void setHistory(String s) { method isFunctional (line 796) | public static boolean isFunctional(Entity en) { method isFunctional (line 846) | public boolean isFunctional() { method isRepairable (line 850) | public static boolean isRepairable(Entity en) { method isRepairable (line 874) | public boolean isRepairable() { method isServiceable (line 884) | public boolean isServiceable() { method isLocationDestroyed (line 899) | public boolean isLocationDestroyed(int loc) { method isLocationBreached (line 913) | public boolean isLocationBreached(int loc) { method hasBadHipOrShoulder (line 917) | public boolean hasBadHipOrShoulder(int loc) { method runDiagnostic (line 926) | public void runDiagnostic(boolean checkForDestruction) { method isPartAvailableForRepairs (line 937) | private boolean isPartAvailableForRepairs(IPartWork partWork, boolean ... method getPartsNeedingService (line 945) | public List getPartsNeedingService() { method getPartsNeedingService (line 955) | public List getPartsNeedingService(boolean onlyNotBeingWork... method getPartsNeedingFixing (line 963) | public ArrayList getPartsNeedingFixing() { method hasPartsNeedingFixing (line 972) | public boolean hasPartsNeedingFixing() { method getPartsNeedingFixing (line 989) | public ArrayList getPartsNeedingFixing(boolean onlyNotBeing... method getSalvageableParts (line 1004) | public ArrayList getSalvageableParts() { method hasSalvageableParts (line 1013) | public boolean hasSalvageableParts() { method getSalvageableParts (line 1030) | public ArrayList getSalvageableParts(boolean onlyNotBeingWo... method getPartsNeeded (line 1045) | public ArrayList getPartsNeeded() { method getValueOfAllMissingParts (line 1095) | public Money getValueOfAllMissingParts() { method getValueOfAllDamagedParts (line 1120) | public Money getValueOfAllDamagedParts() { method removePart (line 1131) | public void removePart(Part part) { method hasPilot (line 1135) | public boolean hasPilot() { method getPilotDesc (line 1139) | @Deprecated(since = "0.51.0", forRemoval = true) method getSiteMod (line 1151) | public TargetRoll getSiteMod() { method getSiteName (line 1162) | public static String getSiteName(int loc) { method getSiteToolTipText (line 1173) | public static String getSiteToolTipText(int loc) { method getCurrentSiteName (line 1189) | public String getCurrentSiteName() { method isDeployed (line 1193) | public boolean isDeployed() { method undeploy (line 1197) | public void undeploy() { method checkDeployment (line 1228) | public @Nullable String checkDeployment() { method hasTSM (line 1265) | public boolean hasTSM() { method isSystemMissing (line 1278) | public boolean isSystemMissing(int system, int loc) { method getHitCriticalSlots (line 1294) | public int getHitCriticalSlots(int type, int index) { method getHitCriticalSlots (line 1305) | public int getHitCriticalSlots(int type, int index, int loc) { method damageSystem (line 1335) | public void damageSystem(int type, int equipmentNum, int hits) { method damageSystem (line 1348) | public int damageSystem(int type, int equipmentNum, int loc, int hits) { method destroySystem (line 1372) | public void destroySystem(int type, int equipmentNum) { method destroySystem (line 1378) | public void destroySystem(int type, int equipmentNum, int loc) { method destroySystem (line 1397) | public void destroySystem(int type, int equipmentNum, int loc, int hit... method repairSystem (line 1425) | public void repairSystem(int type, int equipmentNum) { method repairSystem (line 1431) | public void repairSystem(int type, int equipmentNum, int loc) { method isDamaged (line 1451) | public boolean isDamaged() { method getSellValue (line 1455) | public Money getSellValue() { method getSellValueBreakdown (line 1586) | public String getSellValueBreakdown() { method getSellValueBeforeObsolete (line 1631) | private Money getSellValueBeforeObsolete() { method getCargoCapacityForSalvage (line 1729) | public double getCargoCapacityForSalvage() { method getCargoCapacityForConvoy (line 1733) | public double getCargoCapacityForConvoy() { method getCargoCapacity (line 1770) | @Deprecated(since = "0.50.10") method getCargoCapacity (line 1809) | public double getCargoCapacity(int maximumMpPenalty, FormationType for... method getRefrigeratedCargoCapacity (line 1904) | public double getRefrigeratedCargoCapacity() { method getLiquidCargoCapacity (line 1914) | public double getLiquidCargoCapacity() { method getLivestockCargoCapacity (line 1924) | public double getLivestockCargoCapacity() { method getInsulatedCargoCapacity (line 1934) | public double getInsulatedCargoCapacity() { method getTotalWeightOfUnitsAssignedToBeTransported (line 1964) | public double getTotalWeightOfUnitsAssignedToBeTransported(CampaignTra... method getCorrectBayCapacity (line 1989) | public double getCorrectBayCapacity(int unitType, double unitWeight) { method updateBayCapacity (line 2047) | public void updateBayCapacity(int unitType, double unitWeight, boolean... method getDocks (line 2128) | public int getDocks() { method getCurrentDocks (line 2140) | @Deprecated(since = "0.50.04") method setDocks (line 2156) | @Deprecated(since = "0.50.04") method getLightVehicleCapacity (line 2161) | public double getLightVehicleCapacity() { method getCurrentLightVehicleCapacity (line 2181) | @Deprecated(since = "0.50.04") method setLightVehicleCapacity (line 2197) | @Deprecated(since = "0.50.04") method getHeavyVehicleCapacity (line 2202) | public double getHeavyVehicleCapacity() { method getCurrentHeavyVehicleCapacity (line 2222) | @Deprecated(since = "0.50.04") method setHeavyVehicleCapacity (line 2238) | @Deprecated(since = "0.50.04") method getSuperHeavyVehicleCapacity (line 2243) | public double getSuperHeavyVehicleCapacity() { method getCurrentSuperHeavyVehicleCapacity (line 2261) | @Deprecated(since = "0.50.04") method setSuperHeavyVehicleCapacity (line 2277) | @Deprecated(since = "0.50.04") method getBattleArmorCapacity (line 2282) | public double getBattleArmorCapacity() { method getCurrentBattleArmorCapacity (line 2302) | @Deprecated(since = "0.50.04") method setBattleArmorCapacity (line 2318) | @Deprecated(since = "0.50.04") method getInfantryCapacity (line 2323) | public double getInfantryCapacity() { method getCurrentInfantryCapacity (line 2343) | @Deprecated(since = "0.50.04") method setInfantryCapacity (line 2360) | @Deprecated(since = "0.50.04") method getASFCapacity (line 2365) | public double getASFCapacity() { method getCurrentASFCapacity (line 2385) | @Deprecated(since = "0.50.04") method setASFCapacity (line 2401) | @Deprecated(since = "0.50.04") method getSmallCraftCapacity (line 2406) | public double getSmallCraftCapacity() { method getCurrentSmallCraftCapacity (line 2426) | @Deprecated(since = "0.50.04") method setSmallCraftCapacity (line 2442) | @Deprecated(since = "0.50.04") method getMekCapacity (line 2447) | public double getMekCapacity() { method getCurrentMekCapacity (line 2467) | @Deprecated(since = "0.50.04") method setMekCapacity (line 2483) | @Deprecated(since = "0.50.04") method getProtoMekCapacity (line 2488) | public double getProtoMekCapacity() { method getCurrentProtoMekCapacity (line 2508) | @Deprecated(since = "0.50.04") method setProtoCapacity (line 2524) | @Deprecated(since = "0.50.04") method loadShipTransport (line 2537) | public Set loadShipTransport(TransporterType transporterType, Se... method unloadFromTransportShip (line 2549) | public void unloadFromTransportShip(Unit unit) { method getCurrentShipTransportCapacity (line 2562) | public double getCurrentShipTransportCapacity(TransporterType transpor... method hasTacticalTransportAssignment (line 2571) | public boolean hasTacticalTransportAssignment() { method getTacticalTransportAssignment (line 2580) | public @Nullable ITransportAssignment getTacticalTransportAssignment() { method setTacticalTransportAssignment (line 2589) | public void setTacticalTransportAssignment(@Nullable ITransportAssignm... method getCurrentTransportCapacity (line 2603) | public double getCurrentTransportCapacity(CampaignTransportType campai... method setCurrentShipTransportCapacity (line 2614) | public void setCurrentShipTransportCapacity(TransporterType transporte... method getTransportCapabilities (line 2625) | public Set getTransportCapabilities(CampaignTransport... method hasTacticalTransportedUnits (line 2634) | public boolean hasTacticalTransportedUnits() { method unloadTacticalTransport (line 2647) | public void unloadTacticalTransport(Unit transportedUnit) { method loadTacticalTransport (line 2661) | public Set loadTacticalTransport(TransporterType transporterType... method towTrailer (line 2679) | public @Nullable Unit towTrailer(Unit transportedUnit, @Nullable Trans... method unloadTransport (line 2691) | public void unloadTransport(CampaignTransportType campaignTransportTyp... method getBuyCost (line 2696) | public Money getBuyCost() { method writeToXML (line 2712) | public void writeToXML(final PrintWriter pw, int indent) { method generateInstanceFromXML (line 2898) | public static Unit generateInstanceFromXML(final Node wn, final Versio... method getQuirksListHTML (line 3114) | public @Nullable String getQuirksListHTML() { method getQuirks (line 3130) | public List getQuirks() { method getMaintenanceCost (line 3144) | public Money getMaintenanceCost() { method getWeeklyMaintenanceCost (line 3149) | public Money getWeeklyMaintenanceCost() { method addPart (line 3221) | public void addPart(Part part) { method initializeParts (line 3231) | public void initializeParts(boolean addParts) { method getParts (line 4609) | public List getParts() { method findPart (line 4620) | public @Nullable Part findPart(Predicate predicate) { method setParts (line 4630) | public void setParts(ArrayList newParts) { method getPodSpace (line 4634) | public List getPodSpace() { method refreshPodSpace (line 4638) | public void refreshPodSpace() { method getWorkingAmmoBins (line 4642) | public List getWorkingAmmoBins() { method entityHasAmmoEquipment (line 4670) | private boolean entityHasAmmoEquipment() { method getCamouflage (line 4679) | public Camouflage getCamouflage() { method getUtilizedCamouflage (line 4683) | public Camouflage getUtilizedCamouflage(final Campaign campaign) { method getImage (line 4694) | public @Nullable Image getImage(final Component component) { method getImage (line 4698) | public @Nullable Image getImage(final Component component, final Camou... method determineForegroundColor (line 4706) | public Color determineForegroundColor(String type) { method determineBackgroundColor (line 4732) | public Color determineBackgroundColor(String type) { method getColorReasonKeys (line 4764) | public List getColorReasonKeys() { method getCommander (line 4817) | public @Nullable Person getCommander() { method hasCommander (line 4848) | public boolean hasCommander() { method resetPilotAndEntity (line 4852) | public void resetPilotAndEntity() { method updateCrew (line 4888) | private void updateCrew(boolean isOnlyCommandersMatter) { method setTacticsInitiativeBonus (line 4979) | private void setTacticsInitiativeBonus(@Nullable Person commander) { method processUnitSPAs (line 4996) | private void processUnitSPAs(@Nullable Person commander) { method setEdgeForCrew (line 5181) | private void setEdgeForCrew(double crewSize, boolean isCommandersOnly) { method calcCompositeCrew (line 5214) | private void calcCompositeCrew(boolean isOnlyCommandersMatter) { method getCompositeCrew (line 5520) | private List getCompositeCrew(boolean isTankOrInfantry, boolea... method refreshLAMPilot (line 5535) | private void refreshLAMPilot() { method assignToCrewSlot (line 5587) | private void assignToCrewSlot(Person person, int slot, String gunType,... method resetEngineer (line 5663) | public void resetEngineer() { method getAeroCrewNeeds (line 5713) | @Deprecated(since = "0.51.0", forRemoval = true) method getFullCrewSize (line 5718) | public int getFullCrewSize() { method getTotalDriverNeeds (line 5722) | public int getTotalDriverNeeds() { method getTotalCrewNeeds (line 5731) | public int getTotalCrewNeeds() { method canTakeMoreDrivers (line 5743) | public boolean canTakeMoreDrivers() { method needsMoreDrivers (line 5748) | public boolean needsMoreDrivers() { method getTempDrivers (line 5756) | private int getTempDrivers() { method canTakeMoreVesselCrew (line 5765) | public boolean canTakeMoreVesselCrew() { method canTakeNavigator (line 5770) | public boolean canTakeNavigator() { method canTakeTechOfficer (line 5774) | public boolean canTakeTechOfficer() { method canTakeTech (line 5782) | public boolean canTakeTech() { method determineUnitTechSkillType (line 5787) | public String determineUnitTechSkillType() { method canTakeMoreGunners (line 5803) | public boolean canTakeMoreGunners() { method needsMoreGunners (line 5808) | public boolean needsMoreGunners() { method getTempGunners (line 5813) | private int getTempGunners() { method getTotalGunnerNeeds (line 5822) | public int getTotalGunnerNeeds() { method usesSoloPilot (line 5826) | public boolean usesSoloPilot() { method usesSoldiers (line 5851) | public boolean usesSoldiers() { method addDriver (line 5855) | public void addDriver(Person p) { method addDriver (line 5859) | public void addDriver(Person person, boolean useTransfers) { method addGunner (line 5874) | public void addGunner(Person p) { method addGunner (line 5878) | public void addGunner(Person person, boolean useTransfers) { method addVesselCrew (line 5893) | public void addVesselCrew(Person p) { method addVesselCrew (line 5897) | public void addVesselCrew(Person person, boolean useTransfers) { method setNavigator (line 5912) | public void setNavigator(Person p) { method setNavigator (line 5916) | public void setNavigator(Person person, boolean useTransfers) { method isTechOfficer (line 5931) | public boolean isTechOfficer(@Nullable Person p) { method setTechOfficer (line 5935) | public void setTechOfficer(Person p) { method setTechOfficer (line 5939) | public void setTechOfficer(Person person, boolean useTransfers) { method setTech (line 5954) | public void setTech(Person p) { method removeTech (line 5967) | public void removeTech() { method ensurePersonIsRegistered (line 5976) | private void ensurePersonIsRegistered(final Person person) { method addPilotOrSoldier (line 5984) | public void addPilotOrSoldier(final Person person) { method addPilotOrSoldier (line 5988) | public void addPilotOrSoldier(final Person person, final boolean useTr... method addPilotOrSoldier (line 5992) | public void addPilotOrSoldier(final Person person, final @Nullable Uni... method remove (line 6033) | public void remove(final @Nullable Person person, final boolean log) { method isUnmanned (line 6084) | public boolean isUnmanned() { method isUnmannedTrailer (line 6093) | @Deprecated(since = "0.51.0", forRemoval = true) method isHandheldWeapon (line 6102) | @Deprecated(since = "0.51.0", forRemoval = true) method isNotCrewedEntityType (line 6111) | public boolean isNotCrewedEntityType() { method getFormationId (line 6115) | public int getFormationId() { method setFormationId (line 6119) | public void setFormationId(int id) { method getScenarioId (line 6123) | public int getScenarioId() { method setScenarioId (line 6127) | public void setScenarioId(int i) { method getCrew (line 6131) | public List getCrew() { method clearCrew (line 6147) | public void clearCrew() { method getDrivers (line 6163) | public List getDrivers() { method getGunners (line 6167) | public Set getGunners() { method getVesselCrew (line 6171) | public List getVesselCrew() { method getTechOfficer (line 6175) | public @Nullable Person getTechOfficer() { method getNavigator (line 6179) | public @Nullable Person getNavigator() { method getTech (line 6183) | public @Nullable Person getTech() { method isMothballing (line 6194) | public boolean isMothballing() { method getMothballTime (line 6203) | public int getMothballTime() { method setMothballTime (line 6212) | public void setMothballTime(int t) { method isMothballed (line 6221) | public boolean isMothballed() { method setMothballed (line 6233) | public void setMothballed(boolean b) { method startMothballing (line 6256) | public void startMothballing(Person mothballTech) { method startMothballing (line 6266) | public void startMothballing(@Nullable Person mothballTech, boolean is... method engineerResponsible (line 6300) | public Optional engineerResponsible() { method completeMothball (line 6323) | public void completeMothball() { method startActivating (line 6349) | public void startActivating(Person activationTech) { method startActivating (line 6359) | public void startActivating(@Nullable Person activationTech, boolean i... method completeActivation (line 6400) | public void completeActivation() { method getMothballOrActivationTime (line 6437) | private int getMothballOrActivationTime() { method cancelMothballOrActivation (line 6453) | public void cancelMothballOrActivation() { method getAllInfantry (line 6475) | public List getAllInfantry() { method getActiveCrew (line 6479) | public List getActiveCrew() { method getTempCrewByPersonnelRole (line 6506) | public int getTempCrewByPersonnelRole(PersonnelRole personnelRole) { method setTempCrew (line 6516) | public void setTempCrew(PersonnelRole personnelRole, int count) { method getTotalTempCrew (line 6533) | public int getTotalTempCrew() { method isUsingBlobCrew (line 6542) | public boolean isUsingBlobCrew() { method getTotalCrewSize (line 6549) | public int getTotalCrewSize() { method isFullyCrewed (line 6556) | public boolean isFullyCrewed() { method hasPrototypeTSM (line 6565) | public boolean hasPrototypeTSM() { method getMarineCount (line 6579) | public int getMarineCount() { method isDriver (line 6584) | public boolean isDriver(@Nullable Person person) { method isGunner (line 6588) | public boolean isGunner(@Nullable Person person) { method isCommander (line 6604) | public boolean isCommander(@Nullable Person person) { method isNavigator (line 6609) | public boolean isNavigator(@Nullable Person person) { method setRefit (line 6613) | public void setRefit(Refit r) { method getRefit (line 6617) | public @Nullable Refit getRefit() { method isRefitting (line 6621) | public boolean isRefitting() { method getName (line 6625) | public String getName() { method getHyperlinkedName (line 6631) | public String getHyperlinkedName() { method equals (line 6635) | @Override method hashCode (line 6647) | @Override method getEngineer (line 6652) | public Person getEngineer() { method getPartForEquipmentNum (line 6656) | public @Nullable Part getPartForEquipmentNum(int index, int loc) { method getAvailability (line 6665) | public AvailabilityValue getAvailability(int era) { method setDaysToArrival (line 6684) | public void setDaysToArrival(int days) { method getDaysToArrival (line 6688) | public int getDaysToArrival() { method checkArrival (line 6707) | public boolean checkArrival(boolean obstructDelivery) { method isPresent (line 6723) | public boolean isPresent() { method getMaintenanceTime (line 6738) | public int getMaintenanceTime() { method incrementDaysSinceMaintenance (line 6852) | public void incrementDaysSinceMaintenance(Campaign campaign, boolean m... method resetDaysSinceMaintenance (line 6874) | public void resetDaysSinceMaintenance() { method getDaysSinceMaintenance (line 6880) | public double getDaysSinceMaintenance() { method getMaintenanceCycleDuration (line 6896) | public int getMaintenanceCycleDuration(int maintenanceCycleDays) { method getDaysUntilNextMaintenance (line 6925) | public double getDaysUntilNextMaintenance(int maintenanceCycleDays) { method getMaintainedPct (line 6937) | @Deprecated(since = "0.50.06", forRemoval = true) method getAsTechsMaintained (line 6945) | @Deprecated(since = "0.50.06", forRemoval = true) method getMaintenanceMultiplier (line 6950) | public int getMaintenanceMultiplier() { method setMaintenanceMultiplier (line 6954) | public void setMaintenanceMultiplier(int value) { method getQuality (line 6958) | public PartQuality getQuality() { method setQuality (line 6976) | public void setQuality(PartQuality q) { method getQualityName (line 6984) | public String getQualityName() { method requiresMaintenance (line 6988) | public boolean requiresMaintenance() { method isMaintained (line 7002) | public boolean isMaintained() { method isUnmaintained (line 7013) | public boolean isUnmaintained() { method isSelfCrewed (line 7017) | public boolean isSelfCrewed() { method isUnderRepair (line 7021) | public boolean isUnderRepair() { method getLastMaintenanceReport (line 7030) | public String getLastMaintenanceReport() { method setLastMaintenanceReport (line 7034) | public void setLastMaintenanceReport(String r) { method getDamageState (line 7038) | public int getDamageState() { method getDamageState (line 7042) | public static int getDamageState(Entity en) { method removeParts (line 7052) | public void removeParts() { method getFluffName (line 7067) | public String getFluffName() { method setFluffName (line 7074) | public void setFluffName(String fluffName) { method isBattleArmorSuitOperable (line 7082) | public boolean isBattleArmorSuitOperable(int trooper) { method isConventionalInfantry (line 7101) | public boolean isConventionalInfantry() { method isBattleArmor (line 7115) | public boolean isBattleArmor() { method isIntroducedBy (line 7119) | public boolean isIntroducedBy(int year) { method isExtinctIn (line 7123) | public boolean isExtinctIn(int year) { method toString (line 7129) | @Override method displayMonthlyCost (line 7138) | public String displayMonthlyCost() { method getSparePartsCost (line 7150) | public Money getSparePartsCost() { method getAmmoCost (line 7244) | public Money getAmmoCost() { method getFuelCost (line 7275) | public Money getFuelCost(int hydrogenProduction) { method getCraftMonthlyHydrogenUsage (line 7335) | public double getCraftMonthlyHydrogenUsage(Entity entity) { method getTonsBurnMonthCost (line 7388) | @Deprecated(since = "0.50.07", forRemoval = true) method getFighterFuelCost (line 7436) | public Money getFighterFuelCost(Entity entity) { method getVehicleFuelCost (line 7440) | public Money getVehicleFuelCost(Entity e) { method getInfantryFuelCost (line 7461) | public Money getInfantryFuelCost(Entity e) { method getTechProgression (line 7480) | private ITechnology getTechProgression() { method getTechProgression (line 7484) | private ITechnology getTechProgression(Faction techFaction) { method isClan (line 7498) | @Override method isMixedTech (line 7503) | @Override method getTechBase (line 7508) | @Override method getIntroductionDate (line 7513) | @Override method getPrototypeDate (line 7518) | @Override method getProductionDate (line 7523) | @Override method getCommonDate (line 7528) | @Override method getExtinctionDate (line 7533) | @Override method getReintroductionDate (line 7538) | @Override method getTechRating (line 7543) | @Override method getBaseAvailability (line 7548) | @Override method getIntroductionDate (line 7553) | @Override method getPrototypeDate (line 7558) | @Override method getProductionDate (line 7563) | @Override method getExtinctionDate (line 7568) | @Override method getReintroductionDate (line 7573) | @Override method getSimpleTechLevel (line 7578) | public SimpleTechLevel getSimpleTechLevel() { method getSimpleTechLevel (line 7586) | public SimpleTechLevel getSimpleTechLevel(int year) { method getSimpleTechLevel (line 7594) | public SimpleTechLevel getSimpleTechLevel(int year, boolean clan, Fact... method getStaticTechLevel (line 7602) | @Override method calcYearAvailability (line 7607) | @Override class UnitRef (line 7615) | public static class UnitRef extends Unit { method UnitRef (line 7616) | public UnitRef(UUID id) { class UnitPersonRef (line 7624) | public static class UnitPersonRef extends Person { method UnitPersonRef (line 7625) | public UnitPersonRef(UUID id) { method fixReferences (line 7630) | public void fixReferences(Campaign campaign) { method getRandomUnitQuality (line 7731) | public static PartQuality getRandomUnitQuality(int modifier) { method checkForOverCrewing (line 7759) | public List checkForOverCrewing() { method canSalvage (line 7803) | public boolean canSalvage(boolean isInSpace) { method getDriverRole (line 7838) | public @Nullable PersonnelRole getDriverRole() { method getGunnerRole (line 7886) | public @Nullable PersonnelRole getGunnerRole() { FILE: MekHQ/src/mekhq/campaign/unit/UnitOrder.java class UnitOrder (line 64) | public class UnitOrder extends Unit implements IAcquisitionWork { method UnitOrder (line 70) | public UnitOrder() { method UnitOrder (line 74) | public UnitOrder(Entity en, Campaign c) { method needsFixing (line 81) | @Override method getDifficulty (line 87) | @Override method getAllMods (line 93) | @Override method succeed (line 99) | @Override method fail (line 105) | @Override method getTech (line 111) | @Override method getAcquisitionName (line 117) | @Override method getQuantityName (line 131) | @Override method getNewEquipment (line 140) | @Override method getAcquisitionDesc (line 156) | @Override method getAcquisitionDisplayName (line 162) | @Override method getAcquisitionExtraDesc (line 167) | @Override method getAcquisitionBonus (line 172) | @Override method getAcquisitionPart (line 177) | @Override method getUnit (line 182) | @Override method getDaysToWait (line 187) | @Override method resetDaysToWait (line 192) | @Override method decrementDaysToWait (line 197) | @Override method find (line 204) | @Override method failToFind (line 216) | @Override method getAllAcquisitionMods (line 222) | @Override method getAvailability (line 326) | @Override method getQuantity (line 332) | @Override method incrementQuantity (line 337) | @Override method decrementQuantity (line 342) | @Override method getShoppingListReport (line 347) | @Override method writeToXML (line 355) | @Override method generateInstanceFromXML (line 364) | public static UnitOrder generateInstanceFromXML(Node wn, Campaign c) { method isIntroducedBy (line 391) | @Override method isExtinctIn (line 396) | @Override method getTechLevel (line 404) | @Override FILE: MekHQ/src/mekhq/campaign/unit/UnitTechProgression.java class UnitTechProgression (line 60) | public class UnitTechProgression { method loadFaction (line 70) | public static void loadFaction(Faction techFaction) { method getTask (line 82) | private FutureTask> getTask(Faction techF... method getProgression (line 105) | public static ITechnology getProgression(final Unit unit, method getProgression (line 128) | public static ITechnology getProgression(final MekSummary ms, final Fa... method calcTechProgression (line 148) | private static ITechnology calcTechProgression(MekSummary ms, Faction ... method call (line 170) | @Override FILE: MekHQ/src/mekhq/campaign/unit/actions/ActivateUnitAction.java method ActivateUnitAction (line 55) | public ActivateUnitAction(@Nullable Person tech, boolean isGM) { method execute (line 60) | @Override FILE: MekHQ/src/mekhq/campaign/unit/actions/AdjustLargeCraftAmmoAction.java class AdjustLargeCraftAmmoAction (line 50) | public class AdjustLargeCraftAmmoAction implements IUnitAction { method execute (line 52) | @Override FILE: MekHQ/src/mekhq/campaign/unit/actions/CancelMothballUnitAction.java class CancelMothballUnitAction (line 41) | public class CancelMothballUnitAction implements IUnitAction { method execute (line 43) | @Override FILE: MekHQ/src/mekhq/campaign/unit/actions/HirePersonnelUnitAction.java method execute (line 68) | @Override FILE: MekHQ/src/mekhq/campaign/unit/actions/IUnitAction.java type IUnitAction (line 41) | public interface IUnitAction { method execute (line 48) | void execute(Campaign campaign, Unit unit); FILE: MekHQ/src/mekhq/campaign/unit/actions/MothballUnitAction.java method MothballUnitAction (line 55) | public MothballUnitAction(@Nullable Person tech, boolean isGM) { method execute (line 60) | @Override FILE: MekHQ/src/mekhq/campaign/unit/actions/RestoreUnitAction.java method RestoreUnitAction (line 69) | public RestoreUnitAction() { method RestoreUnitAction (line 78) | public RestoreUnitAction(IEntityCopyFactory entityCopyFactory) { method execute (line 82) | @Override method restoreUnit (line 103) | private void restoreUnit(Campaign campaign, Unit unit, Entity newEntity) { method oldUnitRestoration (line 136) | private void oldUnitRestoration(Campaign campaign, Unit unit) { type IEntityCopyFactory (line 212) | public interface IEntityCopyFactory { method copy (line 220) | @Nullable class FileSystemEntityCopyFactory (line 227) | private static class FileSystemEntityCopyFactory implements IEntityCopyF... method copy (line 235) | @Override FILE: MekHQ/src/mekhq/campaign/unit/actions/StripUnitAction.java class StripUnitAction (line 43) | public class StripUnitAction implements IUnitAction { method execute (line 51) | @Override FILE: MekHQ/src/mekhq/campaign/unit/actions/SwapAmmoTypeAction.java method SwapAmmoTypeAction (line 56) | public SwapAmmoTypeAction(AmmoBin ammoBin, AmmoType ammoType) { method execute (line 61) | @Override FILE: MekHQ/src/mekhq/campaign/unit/cleanup/ApproximateMatchStep.java class ApproximateMatchStep (line 40) | public class ApproximateMatchStep extends UnscrambleStep { method visit (line 41) | @Override method visit (line 48) | public void visit(final EquipmentProposal proposal, final AmmoBin ammo... FILE: MekHQ/src/mekhq/campaign/unit/cleanup/BattleArmorEquipmentProposal.java class BattleArmorEquipmentProposal (line 45) | public class BattleArmorEquipmentProposal extends EquipmentProposal { method BattleArmorEquipmentProposal (line 51) | public BattleArmorEquipmentProposal(final Unit unit) { method proposeMapping (line 58) | @Override method apply (line 65) | @Override FILE: MekHQ/src/mekhq/campaign/unit/cleanup/BattleArmorEquipmentUnscrambler.java class BattleArmorEquipmentUnscrambler (line 46) | public class BattleArmorEquipmentUnscrambler extends EquipmentUnscrambler { method BattleArmorEquipmentUnscrambler (line 48) | public BattleArmorEquipmentUnscrambler(final Unit unit) { method unscramble (line 57) | @Override method assignTroopersAndEquipmentNums (line 66) | public static void assignTroopersAndEquipmentNums(final Unit unit) { method createProposal (line 141) | @Override method createSteps (line 155) | @Override method createReport (line 161) | @Override FILE: MekHQ/src/mekhq/campaign/unit/cleanup/DefaultEquipmentUnscrambler.java class DefaultEquipmentUnscrambler (line 41) | public class DefaultEquipmentUnscrambler extends EquipmentUnscrambler { method DefaultEquipmentUnscrambler (line 43) | public DefaultEquipmentUnscrambler(final Unit unit) { method createSteps (line 52) | @Override method createReport (line 58) | @Override FILE: MekHQ/src/mekhq/campaign/unit/cleanup/EquipmentProposal.java class EquipmentProposal (line 48) | public class EquipmentProposal { method EquipmentProposal (line 57) | public EquipmentProposal(final Unit unit) { method getUnit (line 62) | public Unit getUnit() { method consider (line 66) | public void consider(final Part part) { method includeEquipment (line 74) | public void includeEquipment(final int equipmentNum, final Mounted ... method proposeMapping (line 78) | public void proposeMapping(final Part part, final int equipmentNum) { method getParts (line 83) | public Set getParts() { method getEquipment (line 87) | public Set>> getEquipment() { method getEquipment (line 91) | public @Nullable Mounted getEquipment(final int equipmentNum) { method hasProposal (line 95) | public boolean hasProposal(final Part part) { method getOriginalMapping (line 99) | public int getOriginalMapping(final Part part) { method isReduced (line 104) | public boolean isReduced() { method apply (line 114) | public void apply() { FILE: MekHQ/src/mekhq/campaign/unit/cleanup/EquipmentProposalReport.java class EquipmentProposalReport (line 42) | public final class EquipmentProposalReport { method EquipmentProposalReport (line 44) | private EquipmentProposalReport() { method createReport (line 56) | public static String createReport(final EquipmentProposal proposal) { FILE: MekHQ/src/mekhq/campaign/unit/cleanup/EquipmentUnscrambler.java class EquipmentUnscrambler (line 46) | public abstract class EquipmentUnscrambler { method EquipmentUnscrambler (line 52) | protected EquipmentUnscrambler(final Unit unit) { method unscramble (line 57) | public EquipmentUnscramblerResult unscramble() { method createProposal (line 87) | protected EquipmentProposal createProposal() { method createSteps (line 100) | protected abstract List createSteps(); method createReport (line 102) | protected abstract @Nullable String createReport(EquipmentProposal pro... method create (line 104) | public static EquipmentUnscrambler create(final Unit unit) { FILE: MekHQ/src/mekhq/campaign/unit/cleanup/EquipmentUnscramblerResult.java class EquipmentUnscramblerResult (line 40) | public class EquipmentUnscramblerResult { method EquipmentUnscramblerResult (line 48) | public EquipmentUnscramblerResult(final Unit unit) { method getUnit (line 54) | public Unit getUnit() { method succeeded (line 58) | public boolean succeeded() { method setSucceeded (line 62) | public void setSucceeded(final boolean succeeded) { method getMessage (line 66) | public @Nullable String getMessage() { method setMessage (line 70) | public void setMessage(final @Nullable String message) { FILE: MekHQ/src/mekhq/campaign/unit/cleanup/ExactMatchStep.java class ExactMatchStep (line 42) | public class ExactMatchStep extends UnscrambleStep { method visit (line 43) | @Override method visit (line 51) | @Override FILE: MekHQ/src/mekhq/campaign/unit/cleanup/MovedAmmoBinStep.java class MovedAmmoBinStep (line 42) | public class MovedAmmoBinStep extends UnscrambleStep { method visit (line 43) | @Override method visit (line 50) | public void visit(final EquipmentProposal proposal, final AmmoBin ammo... FILE: MekHQ/src/mekhq/campaign/unit/cleanup/MovedEquipmentStep.java class MovedEquipmentStep (line 41) | public class MovedEquipmentStep extends UnscrambleStep { method visit (line 42) | @Override method visit (line 57) | @Override FILE: MekHQ/src/mekhq/campaign/unit/cleanup/UnscrambleStep.java class UnscrambleStep (line 38) | public abstract class UnscrambleStep { method visit (line 39) | public abstract void visit(EquipmentProposal proposal, EquipmentPart p... method visit (line 41) | public void visit(final EquipmentProposal proposal, final MissingEquip... FILE: MekHQ/src/mekhq/campaign/unit/enums/CrewAssignmentState.java type CrewAssignmentState (line 46) | public enum CrewAssignmentState { method CrewAssignmentState (line 61) | CrewAssignmentState(final String name, final String toolTipText) { method getToolTipText (line 69) | public String getToolTipText() { method isUnsupported (line 75) | public boolean isUnsupported() { method isUnmaintained (line 79) | public boolean isUnmaintained() { method isUncrewed (line 83) | public boolean isUncrewed() { method isPartiallyCrewed (line 87) | @Deprecated(since = "0.51.0", forRemoval = true) method isFullyCrewed (line 92) | public boolean isFullyCrewed() { method toString (line 97) | @Override FILE: MekHQ/src/mekhq/campaign/unit/enums/TransporterType.java type TransporterType (line 62) | public enum TransporterType { method TransporterType (line 100) | TransporterType(Class transporterClass) { method getTransporterType (line 116) | public static TransporterType getTransporterTy... method getTransporterClass (line 130) | public Class getTransporterClass() {return tran... FILE: MekHQ/src/mekhq/campaign/universe/AbstractUnitGenerator.java class AbstractUnitGenerator (line 53) | public abstract class AbstractUnitGenerator implements IUnitGenerator { method initializeRatRatingMappings (line 67) | private void initializeRatRatingMappings() { method generateTurrets (line 90) | @Override method generateGunEmplacements (line 152) | @Override FILE: MekHQ/src/mekhq/campaign/universe/Atmosphere.java type Atmosphere (line 35) | public enum Atmosphere { method Atmosphere (line 60) | Atmosphere(String name) { method toString (line 64) | @Override method isNone (line 67) | public boolean isNone() { method isTaintedPoison (line 71) | public boolean isTaintedPoison() { method isTaintedCaustic (line 75) | public boolean isTaintedCaustic() { method isTaintedFlame (line 79) | public boolean isTaintedFlame() { method isToxicPoison (line 83) | public boolean isToxicPoison() { method isToxicCaustic (line 87) | public boolean isToxicCaustic() { method isToxicFlame (line 91) | public boolean isToxicFlame() { method isBreathable (line 95) | @Deprecated(since = "0.51.0", forRemoval = true) method isTainted (line 100) | public boolean isTainted() { method isToxic (line 104) | public boolean isToxic() { FILE: MekHQ/src/mekhq/campaign/universe/Faction.java class Faction (line 59) | public class Faction { method Faction (line 93) | public Faction() { method Faction (line 97) | public Faction(final String shortName, final String fullName) { method Faction (line 113) | public Faction(Faction2 faction2) { method getShortName (line 159) | public String getShortName() { method getFullName (line 163) | public String getFullName(int year) { method getAlternativeFactionCodes (line 172) | public @Nullable String[] getAlternativeFactionCodes() { method isLineageCompatible (line 206) | public boolean isLineageCompatible(final @Nullable Faction other) { method containsNonMetaCode (line 219) | private static boolean containsNonMetaCode(@Nullable String[] codes, S... method isMetaFactionCode (line 231) | private static boolean isMetaFactionCode(String code) { method getColor (line 236) | public Color getColor() { method getNameGenerator (line 240) | public String getNameGenerator() { method getStartingPlanet (line 244) | public @Nullable PlanetarySystem getStartingPlanet(final Campaign camp... method getStartingPlanet (line 248) | public String getStartingPlanet(final LocalDate date) { method getCamosFolder (line 253) | public Optional getCamosFolder(int year) { method getEraMod (line 257) | public int getEraMod(int year) { method is (line 298) | public boolean is(FactionTag tag) { method setTags (line 309) | public void setTags(Set tags) { method validIn (line 313) | public boolean validIn(final LocalDate today) { method validIn (line 317) | public boolean validIn(int year) { method validBetween (line 321) | public boolean validBetween(int startYear, int endYear) { method getStartYear (line 325) | public int getStartYear() { method getEndYear (line 329) | public int getEndYear() { method getCurrencyCode (line 333) | public String getCurrencyCode() { method getLayeredFormationIconBackgroundCategory (line 337) | public String getLayeredFormationIconBackgroundCategory() { method setLayeredFormationIconBackgroundCategory (line 341) | public void setLayeredFormationIconBackgroundCategory(final String lay... method getLayeredFormationIconBackgroundFilename (line 345) | public @Nullable String getLayeredFormationIconBackgroundFilename() { method setLayeredFormationIconBackgroundFilename (line 349) | public void setLayeredFormationIconBackgroundFilename( method getLayeredFormationIconLogoCategory (line 354) | public String getLayeredFormationIconLogoCategory() { method setLayeredFormationIconLogoCategory (line 358) | public void setLayeredFormationIconLogoCategory(final String layeredFo... method getLayeredFormationIconLogoFilename (line 362) | public @Nullable String getLayeredFormationIconLogoFilename() { method setLayeredFormationIconLogoFilename (line 366) | public void setLayeredFormationIconLogoFilename(final @Nullable String... method isPlayable (line 371) | public boolean isPlayable() { method isMercenary (line 375) | public boolean isMercenary() { method isMercenaryOrganization (line 388) | public boolean isMercenaryOrganization() { method getActiveMercenaryOrganization (line 423) | public static Faction getActiveMercenaryOrganization(int gameYear) { method isPirate (line 448) | public boolean isPirate() { method isRebel (line 452) | public boolean isRebel() { method isRebelOrPirate (line 456) | public boolean isRebelOrPirate() { method isGovernment (line 460) | public boolean isGovernment() { method isComStar (line 465) | public boolean isComStar() { method isWoB (line 469) | public boolean isWoB() { method isComStarOrWoB (line 473) | public boolean isComStarOrWoB() { method isMarianHegemony (line 477) | public boolean isMarianHegemony() { method isClan (line 481) | public boolean isClan() { method isInnerSphere (line 485) | public boolean isInnerSphere() { method isPeriphery (line 489) | public boolean isPeriphery() { method isDeepPeriphery (line 493) | public boolean isDeepPeriphery() { method isIndependent (line 497) | public boolean isIndependent() { method isSuperPower (line 502) | public boolean isSuperPower() { method isMajorOrSuperPower (line 506) | public boolean isMajorOrSuperPower() { method isISMajorOrSuperPower (line 510) | public boolean isISMajorOrSuperPower() { method isMajorPower (line 514) | public boolean isMajorPower() { method isMinorPower (line 518) | public boolean isMinorPower() { method isSmall (line 522) | public boolean isSmall() { method isNoble (line 526) | public boolean isNoble() { method isPlanetaryGovt (line 530) | public boolean isPlanetaryGovt() { method isCorporation (line 534) | public boolean isCorporation() { method isInactive (line 538) | public boolean isInactive() { method isActive (line 542) | public boolean isActive() { method isChaos (line 546) | public boolean isChaos() { method isStingy (line 550) | public boolean isStingy() { method isGenerous (line 554) | public boolean isGenerous() { method isControlling (line 558) | public boolean isControlling() { method isLenient (line 562) | public boolean isLenient() { method getFactionNames (line 569) | public static String getFactionNames(Collection factions, int... method hashCode (line 581) | @Override method equals (line 589) | @Override method getHonorRating (line 609) | public HonorRating getHonorRating(Campaign campaign) { method getFormationBaseSize (line 624) | public int getFormationBaseSize() { method getFormationGrouping (line 639) | public int getFormationGrouping() { method getRankSystemCode (line 661) | public String getRankSystemCode() { method getRankSystem (line 678) | public RankSystem getRankSystem() { method performsBatchalls (line 689) | public boolean performsBatchalls() { method isAggregate (line 703) | public boolean isAggregate() { method getLeaderForYear (line 717) | public @Nullable FactionLeaderData getLeaderForYear(final int year) { FILE: MekHQ/src/mekhq/campaign/universe/FactionBorderTracker.java class FactionBorderTracker (line 69) | public class FactionBorderTracker { method FactionBorderTracker (line 94) | public FactionBorderTracker() { method FactionBorderTracker (line 105) | public FactionBorderTracker(double x, double y, double radius) { method getCenterX (line 118) | @Deprecated(since = "0.51.0", forRemoval = true) method getCenterY (line 126) | public double getCenterY() { method getRadius (line 133) | public double getRadius() { method setRegionCenter (line 143) | public void setRegionCenter(double x, double y) { method setRegionRadius (line 160) | public void setRegionRadius(double radius) { method setDate (line 176) | public synchronized void setDate(LocalDate when) { method getLastUpdated (line 186) | public synchronized LocalDate getLastUpdated() { method getFactionsInRegion (line 204) | public synchronized Set getFactionsInRegion() { method getBorders (line 231) | public synchronized @Nullable FactionBorders getBorders(Faction f) { method getBorders (line 258) | @Deprecated(since = "0.51.0", forRemoval = true) method getBorderSystems (line 291) | public synchronized List getBorderSystems(Faction sel... method setDistanceThreshold (line 312) | public void setDistanceThreshold(double distance) { method getDistanceThreshold (line 323) | @Deprecated(since = "0.51.0", forRemoval = true) method setDayThreshold (line 335) | public void setDayThreshold(int days) { method getDayThreshold (line 344) | @Deprecated(since = "0.51.0", forRemoval = true) method getBorderSize (line 359) | public double getBorderSize(Faction f) { method getDefaultBorderSize (line 371) | public double getDefaultBorderSize(Faction f) { method setBorderSize (line 390) | public void setBorderSize(Faction faction, double borderSize) { method setDefaultBorderSize (line 406) | public void setDefaultBorderSize(double is, double periphery, double c... method recalculate (line 415) | private void recalculate() { method getSystemList (line 425) | protected Collection getSystemList() { method rebuildBorderData (line 433) | private synchronized void rebuildBorderData() { method handleNewDayEvent (line 492) | @Subscribe method handleLocationChangedEvent (line 513) | @Subscribe class RegionHex (line 530) | static class RegionHex { method RegionHex (line 543) | RegionHex(double x, double y, double radius) { method calcVertices (line 550) | void calcVertices() { method setCenter (line 561) | void setCenter(double x, double y) { method setRadius (line 567) | void setRadius(double radius) { method contains (line 572) | boolean contains(double x, double y) { method isInside (line 595) | private boolean isInside(double x, double y, double[] p1, double[] p... method distanceTo (line 599) | double distanceTo(double x, double y) { method isCenter (line 603) | boolean isCenter(double x, double y) { FILE: MekHQ/src/mekhq/campaign/universe/FactionBorders.java class FactionBorders (line 50) | public class FactionBorders { method FactionBorders (line 61) | @Deprecated(since = "0.51.0", forRemoval = true) method FactionBorders (line 74) | public FactionBorders(Faction faction, LocalDate when, Collection getSystems() { method getBorder (line 119) | public RegionPerimeter getBorder() { method getBorderSystems (line 132) | List getBorderSystems(FactionBorders other, double bo... FILE: MekHQ/src/mekhq/campaign/universe/Factions.java class Factions (line 55) | public class Factions { method Factions (line 67) | private Factions() { method Factions (line 71) | private Factions(final RATGenerator ratGenerator) { method getInstance (line 76) | public static Factions getInstance() { method setInstance (line 84) | public static void setInstance(@Nullable Factions instance) { method getDefaultFaction (line 88) | public Faction getDefaultFaction() { method getRATGenerator (line 92) | public RATGenerator getRATGenerator() { method setRATGenerator (line 96) | @Deprecated(since = "0.51.0", forRemoval = true) method getChoosableFactions (line 101) | public List getChoosableFactions() { method getFactions (line 105) | public Collection getFactions() { method getActiveFactions (line 119) | public Collection getActiveFactions(LocalDate date) { method getActiveFactions (line 137) | public Collection getActiveFactions(LocalDate date, boolean i... method getFactionList (line 145) | public Collection getFactionList() { method getFaction (line 149) | public Faction getFaction(String name) { method getFactionFromFullNameAndYear (line 154) | public Faction getFactionFromFullNameAndYear(final String factionName,... method getFactionRecordOrFallback (line 169) | public FactionRecord getFactionRecordOrFallback(String faction) { method loadDefault (line 198) | public static Factions loadDefault(boolean isForTesting) { method load (line 209) | public static Factions load(boolean isForTesting) { method getFactionLogo (line 221) | @Deprecated(since = "0.50.06", forRemoval = true) method getFactionLogo (line 244) | public static ImageIcon getFactionLogo(int gameYear, String factionCod... FILE: MekHQ/src/mekhq/campaign/universe/HPGLink.java method equals (line 47) | @Override FILE: MekHQ/src/mekhq/campaign/universe/IUnitGenerator.java type IUnitGenerator (line 54) | public interface IUnitGenerator { method unitTypeSupportsWeightClass (line 95) | static boolean unitTypeSupportsWeightClass(final int unitType) { method isSupportedUnitType (line 104) | boolean isSupportedUnitType(int unitType); method generate (line 117) | default @Nullable MekSummary generate(final String faction, final int ... method generate (line 134) | default @Nullable MekSummary generate(final String faction, final int ... method generate (line 152) | default @Nullable MekSummary generate(final String faction, final int ... method generate (line 172) | default @Nullable MekSummary generate(final String faction, final int ... method generate (line 193) | @Nullable method generate (line 210) | default List generate(final int count, final String factio... method generate (line 228) | default List generate(final int count, final String factio... method generate (line 247) | default List generate(final int count, final String factio... method generate (line 268) | default @Nullable List generate(final int count, final Str... method generate (line 290) | @Nullable method generate (line 305) | @Nullable method generate (line 317) | List generate(int count, UnitGeneratorParameters parameters); method generateTurrets (line 329) | List generateTurrets(int num, SkillLevel skill, int qualit... method generateGunEmplacements (line 341) | List generateGunEmplacements(int num, SkillLevel skill, in... FILE: MekHQ/src/mekhq/campaign/universe/LandMass.java class LandMass (line 43) | @JsonIgnoreProperties(ignoreUnknown = true) method getSourcedName (line 51) | public SourceableValue getSourcedName() { method getSourcedCapital (line 55) | public SourceableValue getSourcedCapital() { FILE: MekHQ/src/mekhq/campaign/universe/LifeForm.java type LifeForm (line 35) | public enum LifeForm { method LifeForm (line 48) | LifeForm(String name) { method toString (line 52) | @Override FILE: MekHQ/src/mekhq/campaign/universe/News.java class News (line 61) | public class News { method News (line 88) | public News(int year, long seed) { method getNewsItem (line 92) | public NewsItem getNewsItem(int id) { method fetchNewsFor (line 98) | public List fetchNewsFor(LocalDate d) { method loadNewsFor (line 107) | public void loadNewsFor(int year, long seed) { FILE: MekHQ/src/mekhq/campaign/universe/NewsItem.java class NewsItem (line 53) | @XmlRootElement(name = "newsItem") method NewsItem (line 72) | public NewsItem() { method getHeadline (line 80) | public String getHeadline() { method setHeadline (line 84) | public void setHeadline(String headline) { method setLocation (line 88) | public void setLocation(String location) { method getDescription (line 92) | public String getDescription() { method setDescription (line 96) | public void setDescription(String description) { method getService (line 100) | public String getService() { method setService (line 104) | public void setService(String service) { method getDate (line 108) | public LocalDate getDate() { method setDate (line 112) | public void setDate(LocalDate date) { method getId (line 116) | public int getId() { method setId (line 120) | public void setId(int i) { method getYear (line 124) | public int getYear() { method finalizeDate (line 131) | public void finalizeDate() { method isInYear (line 155) | public boolean isInYear(int year) { method getPrefix (line 165) | public String getPrefix() { method getHeadlineForReport (line 182) | public String getHeadlineForReport() { method getFullDescription (line 190) | public String getFullDescription() { method afterUnmarshal (line 196) | @SuppressWarnings({ "unused" }) type Precision (line 218) | public enum Precision {DAY, MONTH, YEAR, DECADE} FILE: MekHQ/src/mekhq/campaign/universe/Planet.java class Planet (line 62) | @JsonIgnoreProperties(ignoreUnknown = true) method Planet (line 155) | public Planet() { method Planet (line 158) | public Planet(String id) { method getId (line 164) | public String getId() { method getGravity (line 168) | public Double getGravity() { method getSourcedGravity (line 172) | public SourceableValue getSourcedGravity() { method getSourcedDensity (line 179) | @Deprecated(since = "0.50.06", forRemoval = true) method getDiameter (line 184) | public double getDiameter() { method getSourcedDiameter (line 188) | public SourceableValue getSourcedDiameter() { method getOrbitRadius (line 192) | public Double getOrbitRadius() { method setParentSystem (line 196) | public void setParentSystem(PlanetarySystem system) { method getSatellites (line 200) | public List getSatellites() { method getSmallMoons (line 204) | public Integer getSmallMoons() { method getSourcedSmallMoons (line 208) | public SourceableValue getSourcedSmallMoons() { method hasRing (line 212) | public Boolean hasRing() { method getSourcedRing (line 216) | public SourceableValue getSourcedRing() { method getLandMasses (line 220) | public List getLandMasses() { method getSourcedDayLength (line 224) | public SourceableValue getSourcedDayLength(LocalDate when) { method getSourcedYearLength (line 229) | public SourceableValue getSourcedYearLength() { method getPlanetType (line 233) | public PlanetaryType getPlanetType() { method getSourcedPlanetType (line 241) | public SourceableValue getSourcedPlanetType() { method getSystemPosition (line 245) | public Integer getSystemPosition() { method getSourcedSystemPosition (line 249) | public SourceableValue getSourcedSystemPosition() { method getDisplayableSystemPosition (line 259) | public String getDisplayableSystemPosition() { method getDescription (line 275) | public String getDescription() { method getIcon (line 279) | public String getIcon() { method getX (line 285) | public Double getX() { method getY (line 289) | public Double getY() { method getParentSystem (line 293) | public PlanetarySystem getParentSystem() { method getEvent (line 299) | public PlanetaryEvent getEvent(LocalDate when) { method getEvents (line 306) | public List getEvents() { method getEventData (line 313) | protected T getEventData(LocalDate when, T defaultValue, EventGett... method getCurrentEvent (line 325) | private synchronized PlanetaryEvent getCurrentEvent(LocalDate now) { class CurrentEvents (line 336) | class CurrentEvents { method initialize (line 342) | private void initialize(LocalDate now) { method getCurrentEvent (line 360) | public PlanetaryEvent getCurrentEvent(LocalDate now) { method getName (line 389) | public String getName(LocalDate when) { method getSourcedName (line 393) | public SourceableValue getSourcedName(LocalDate when) { method getShortName (line 397) | public String getShortName(LocalDate when) { method getPrintableName (line 402) | public String getPrintableName(LocalDate when) { method getSocioIndustrial (line 410) | public SocioIndustrialData getSocioIndustrial(LocalDate when) { method getSourcedSocioIndustrial (line 414) | public SourceableValue getSourcedSocioIndustrial(... method getHPG (line 418) | public HPGRating getHPG(LocalDate when) { method getSourcedHPG (line 422) | public SourceableValue getSourcedHPG(LocalDate when) { method getPopulation (line 426) | public Long getPopulation(LocalDate when) { method getSourcedPopulation (line 430) | public SourceableValue getSourcedPopulation(LocalDate when) { method getLifeForm (line 437) | @Deprecated(since = "0.50.06", forRemoval = true) method getSourcedLifeForm (line 442) | public SourceableValue getSourcedLifeForm(LocalDate when) { method getSourcedPercentWater (line 446) | public SourceableValue getSourcedPercentWater(LocalDate when) { method getTemperature (line 450) | public Integer getTemperature(LocalDate when) { method getSourcedTemperature (line 454) | public SourceableValue getSourcedTemperature(LocalDate when) { method getPressure (line 458) | public megamek.common.planetaryConditions.Atmosphere getPressure(Local... method getSourcedPressure (line 462) | public SourceableValue ... method getAtmosphere (line 466) | public Atmosphere getAtmosphere(LocalDate when) { method getSourcedAtmosphere (line 470) | public SourceableValue getSourcedAtmosphere(LocalDate when) { method getSourcedComposition (line 474) | public SourceableValue getSourcedComposition(LocalDate when) { method getFactions (line 478) | public List getFactions(LocalDate when) { method getSourcedFactions (line 482) | public SourceableValue> getSourcedFactions(LocalDate when) { method getFactionsFrom (line 486) | private static Set getFactionsFrom(Collection codes) { method getFactionSet (line 498) | public Set getFactionSet(LocalDate when) { method getFactionDesc (line 503) | public String getFactionDesc(LocalDate when) { method getHiringHallLevel (line 520) | public HiringHallLevel getHiringHallLevel(LocalDate when) { method getSourcedHiringHallLevel (line 545) | public SourceableValue getSourcedHiringHallLevel(Loca... method calculateHiringHallScore (line 549) | private int calculateHiringHallScore(LocalDate when) { method resolveHiringHallLevel (line 556) | private HiringHallLevel resolveHiringHallLevel(int score) { method getHiringHallHpgBonus (line 567) | private int getHiringHallHpgBonus(LocalDate when) { method getHiringHallTechBonus (line 579) | private int getHiringHallTechBonus(LocalDate when) { method getTechRating (line 594) | public @Nullable TechRating getTechRating(LocalDate when) { method getTimeToJumpPoint (line 603) | public double getTimeToJumpPoint(double acceleration) { method getDistanceToJumpPoint (line 609) | public double getDistanceToJumpPoint() { method getOrbitRadiusKm (line 617) | public double getOrbitRadiusKm() { method isEmpty (line 634) | public boolean isEmpty(LocalDate when) { method getAcquisitionMods (line 659) | public TargetRoll getAcquisitionMods(TargetRoll target, LocalDate when... method hashCode (line 740) | @Override method equals (line 745) | @Override class PlanetaryEvent (line 758) | public static final class PlanetaryEvent { method copyDataFrom (line 797) | public void copyDataFrom(PlanetaryEvent other) { method updateFactions (line 819) | private Set updateFactions(Set current, List { method get (line 851) | T get(PlanetaryEvent e); class PlanetPostLoader (line 857) | public static class PlanetPostLoader extends StdConverter getFactions(LocalDate when) { method getFactionSet (line 277) | public Set getFactionSet(LocalDate when) { method getPopulation (line 292) | public long getPopulation(LocalDate when) { method getSocioIndustrial (line 303) | public SocioIndustrialData getSocioIndustrial(LocalDate when) { method getHPG (line 334) | public HPGRating getHPG(LocalDate when) { method getHiringHallLevel (line 345) | public HiringHallLevel getHiringHallLevel(LocalDate when) { method isHiringHall (line 356) | public boolean isHiringHall(LocalDate when) { method getPrintableName (line 363) | public String getPrintableName(LocalDate when) { method getDistanceTo (line 371) | public double getDistanceTo(double x, double y) { method getDistanceTo (line 378) | public double getDistanceTo(PlanetarySystem anotherSystem) { method isNadirCharge (line 382) | public Boolean isNadirCharge(LocalDate when) { method getSourcedNadirCharge (line 386) | public SourceableValue getSourcedNadirCharge(LocalDate when) { method isZenithCharge (line 390) | public boolean isZenithCharge(LocalDate when) { method getSourcedZenithCharge (line 394) | public SourceableValue getSourcedZenithCharge(LocalDate when) { method getNumberRechargeStations (line 398) | public int getNumberRechargeStations(LocalDate when) { method getRechargeStationsText (line 402) | public String getRechargeStationsText(LocalDate when) { method getRechargeTime (line 419) | @Deprecated(since = "0.50.07", forRemoval = true) method getRechargeTime (line 439) | public double getRechargeTime(LocalDate when, boolean isUseCommandCirc... method getSolarRechargeTime (line 449) | public double getSolarRechargeTime() { method getRechargeTimeText (line 456) | @Deprecated(since = "0.50.07", forRemoval = true) method getRechargeTimeText (line 473) | public String getRechargeTimeText(LocalDate when, boolean isUseCommand... method getStarDistanceToJumpPoint (line 482) | public double getStarDistanceToJumpPoint() { method getTimeToJumpPoint (line 494) | public double getTimeToJumpPoint(double acceleration) { method getTimeToJumpPoint (line 502) | public double getTimeToJumpPoint(double acceleration, int sysPos) { method getStar (line 506) | public StarType getStar() { method getSourcedStar (line 511) | public SourceableValue getSourcedStar() { method getSourcedPrimarySlot (line 515) | public SourceableValue getSourcedPrimarySlot() {return primar... method getPrimaryPlanet (line 521) | public Planet getPrimaryPlanet() { method getPrimaryPlanetPosition (line 525) | public int getPrimaryPlanetPosition() { method getPlanet (line 533) | public Planet getPlanet(int pos) { method getPlanetById (line 537) | public Planet getPlanetById(String id) { method getPlanetPositions (line 546) | @Deprecated(since = "0.51.0", forRemoval = true) method getPlanets (line 551) | public Collection getPlanets() { method getIcon (line 555) | public String getIcon() { method equals (line 559) | @Override method hashCode (line 571) | @Override method getEvent (line 576) | @Deprecated(since = "0.51.0", forRemoval = true) method getEventData (line 584) | protected T getEventData(LocalDate when, T defaultValue, EventGett... method getEvents (line 598) | public List getEvents() { type EventGetter (line 605) | protected interface EventGetter { method get (line 606) | T get(PlanetarySystemEvent e); class PlanetarySystemEvent (line 610) | public static final class PlanetarySystemEvent { method isEmpty (line 624) | public boolean isEmpty() { method getFilteredAcademies (line 636) | public List getFilteredAcademies(Campaign campaign) { method getFilteredAcademiesForSet (line 663) | private List getFilteredAcademiesForSet(LocalDate currentDate... method getAcademiesForSystem (line 681) | public String getAcademiesForSystem(List filteredAcademies) { class PlanetarySystemPostLoader (line 693) | public static class PlanetarySystemPostLoader extends StdConverter getCurrentFactions() { method buildEmployerMap (line 183) | protected WeightedIntMap buildEmployerMap() { method getEmployerFaction (line 228) | public @Nullable Faction getEmployerFaction() { method getEmployer (line 236) | @Deprecated(since = "0.50.04") method getEnemy (line 256) | public String getEnemy(String employer, boolean useRebels) { method getEnemy (line 269) | public String getEnemy(Faction employer, boolean useRebels) { method getEnemy (line 285) | public String getEnemy(Faction employer, boolean useRebels, boolean us... method findSuperStateFaction (line 341) | private @Nullable Faction findSuperStateFaction(Faction faction) { method appendMercsToEnemyMap (line 389) | protected void appendMercsToEnemyMap(WeightedIntMap enemyMap) { method buildEnemyMap (line 417) | protected WeightedIntMap buildEnemyMap(Faction employer) { method getEmployerSet (line 489) | public Set getEmployerSet() { method getEnemyList (line 521) | public List getEnemyList(String employerName) { method getEnemyList (line 537) | public List getEnemyList(Faction employer) { method adjustBorderWeight (line 591) | protected double adjustBorderWeight(double count, Faction employer, Fa... method getMissionTarget (line 648) | @Nullable method getMissionTargetList (line 675) | public List getMissionTargetList(String attackerKey, ... method getMissionTargetList (line 699) | public List getMissionTargetList(Faction attacker, Fa... FILE: MekHQ/src/mekhq/campaign/universe/RegionPerimeter.java class RegionPerimeter (line 53) | public class RegionPerimeter { method RegionPerimeter (line 66) | public RegionPerimeter(Collection systems) { method getVertices (line 90) | public List getVertices() { method isInsideRegion (line 101) | public boolean isInsideRegion(Point p) { method isInsideRegion (line 114) | public static boolean isInsideRegion(double x, double y, List r... method isInsideBoundingBox (line 162) | public boolean isInsideBoundingBox(double x, double y) { method isInsideBoundingBox (line 172) | @Deprecated(since = "0.51.0", forRemoval = true) method isInsideBoundingBox (line 182) | @Deprecated(since = "0.51.0", forRemoval = true) method getPaddedRegion (line 195) | public static List getPaddedRegion(List region, double p... method intersection (line 220) | public List intersection(RegionPerimeter other, double padding) { method intersection (line 233) | public static List intersection(List subject, List performGrahamScan(List points) { method vectorCrossProduct (line 358) | static double vectorCrossProduct(Point p1, Point p2, Point p3) { method compare (line 379) | @Override method toString (line 392) | @Override method hashCode (line 398) | @Override method equals (line 407) | @Override FILE: MekHQ/src/mekhq/campaign/universe/Satellite.java class Satellite (line 43) | @JsonIgnoreProperties(ignoreUnknown = true) method getSourcedName (line 52) | public SourceableValue getSourcedName() { method getSize (line 56) | public String getSize() { method getIcon (line 63) | public String getIcon() { FILE: MekHQ/src/mekhq/campaign/universe/SocioIndustrialData.java class SocioIndustrialData (line 48) | public class SocioIndustrialData { method SocioIndustrialData (line 77) | public SocioIndustrialData() { method SocioIndustrialData (line 86) | public SocioIndustrialData(PlanetarySophistication t, PlanetaryRating ... method toString (line 95) | @Override method getHTMLDescription (line 109) | public String getHTMLDescription() { method getEquipmentTechRating (line 240) | public @Nullable TechRating getEquipmentTechRating() { class SocioIndustrialDataDeserializer (line 248) | public static class SocioIndustrialDataDeserializer extends StdDeseria... method SocioIndustrialDataDeserializer (line 250) | public SocioIndustrialDataDeserializer() { method SocioIndustrialDataDeserializer (line 254) | public SocioIndustrialDataDeserializer(final Class vc) { method getSophisticationFromString (line 258) | private PlanetarySophistication getSophisticationFromString(String s... method getRatingFromString (line 275) | private PlanetaryRating getRatingFromString(String rating) { method deserialize (line 291) | @Override FILE: MekHQ/src/mekhq/campaign/universe/SourceableValue.java class SourceableValue (line 53) | @JsonIgnoreProperties(ignoreUnknown = true) method getSource (line 62) | public String getSource() { method getValue (line 66) | public T getValue() { method isCanon (line 70) | public boolean isCanon() { class SourceableValueDeserializer (line 74) | public static class SourceableValueDeserializer extends JsonDeserializ... method SourceableValueDeserializer (line 79) | public SourceableValueDeserializer() {} method SourceableValueDeserializer (line 81) | private SourceableValueDeserializer(JavaType valueType) { method deserialize (line 90) | @Override method createContextual (line 128) | @Override FILE: MekHQ/src/mekhq/campaign/universe/StarType.java class StarType (line 44) | public class StarType { method StarType (line 90) | public StarType() { method StarType (line 94) | @Deprecated(since = "0.51.0", forRemoval = true) method getSpectralClass (line 101) | @Deprecated(since = "0.51.0", forRemoval = true) method setSpectralClass (line 106) | @Deprecated(since = "0.51.0", forRemoval = true) method getSubtype (line 111) | public double getSubtype() { method setSubType (line 115) | public void setSubType(double d) { method getLuminosity (line 119) | @Deprecated(since = "0.51.0", forRemoval = true) method setLuminosity (line 124) | @Deprecated(since = "0.51.0", forRemoval = true) method toString (line 129) | @Override method setValuesFromString (line 169) | public void setValuesFromString(String type) { method getDistanceToJumpPoint (line 240) | public double getDistanceToJumpPoint() { method getSolarRechargeTime (line 248) | public double getSolarRechargeTime() { method getIcon (line 269) | public String getIcon() { method getSpectralClassFrom (line 282) | public static int getSpectralClassFrom(String spectral) { method getSpectralClassName (line 298) | public static String getSpectralClassName(int spectral) { method validateLuminosity (line 320) | private static String validateLuminosity(String lc) { class StarTypeDeserializer (line 400) | public static class StarTypeDeserializer extends StdDeserializer vc) { method deserialize (line 410) | @Override FILE: MekHQ/src/mekhq/campaign/universe/StarUtil.java class StarUtil (line 50) | public final class StarUtil { method generateTemperature (line 253) | @Deprecated(since = "0.51.0", forRemoval = true) method generateMass (line 259) | @Deprecated(since = "0.51.0", forRemoval = true) method generateLuminosity (line 264) | @Deprecated(since = "0.51.0", forRemoval = true) method getTemperatureRange (line 271) | private static double getTemperatureRange(int spectralTypeNumber) { method getMinTemperature (line 278) | public static double getMinTemperature(int spectralTypeNumber) { method getMinTemperature (line 282) | public static double getMinTemperature(int spectral, double subtype) { method getMaxTemperature (line 289) | public static double getMaxTemperature(int spectralTypeNumber) { method getMaxTemperature (line 293) | public static double getMaxTemperature(int spectral, double subtype) { method getMinMass (line 301) | public static double getMinMass(int spectralTypeNumber) { method getMinMass (line 308) | public static double getMinMass(int spectral, double subtype) { method getMaxMass (line 314) | public static double getMaxMass(int spectralTypeNumber) { method getMaxMass (line 321) | public static double getMaxMass(int spectral, double subtype) { method getAvgLuminosity (line 328) | public static double getAvgLuminosity(int spectralTypeNumber) { method getAvgLuminosity (line 335) | public static double getAvgLuminosity(int spectral, double subtype) { method getDistanceToJumpPoint (line 341) | public static double getDistanceToJumpPoint(int spectralTypeNumber) { method getIconImage (line 348) | public static String getIconImage(Planet planet) { method getIconImage (line 375) | public static String getIconImage(PlanetarySystem system) { method estimateStarRadius (line 419) | @Deprecated(since = "0.51.0", forRemoval = true) method getSpectralTypeNumber (line 448) | @Deprecated(since = "0.51.0", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/universe/Systems.java class Systems (line 64) | public class Systems { method getInstance (line 72) | public static Systems getInstance() { method setInstance (line 80) | public static void setInstance(Systems instance) { method Systems (line 96) | protected Systems() { method getSystemGrid (line 99) | private Set getSystemGrid(int x, int y) { method getSystemByName (line 108) | public PlanetarySystem getSystemByName(String name, LocalDate when) { method getNearbySystems (line 127) | public List getNearbySystems(final double centerX, fi... method getNearbySystems (line 136) | public List getNearbySystems(final PlanetarySystem sy... method getSystems (line 140) | public ConcurrentMap getSystems() { method getSystemById (line 144) | public PlanetarySystem getSystemById(String id) { method getShoppingSystems (line 157) | public List getShoppingSystems(final PlanetarySystem ... method getPlanetaryNews (line 180) | public List getPlanetaryNews(LocalDate when) { method getHPGNetwork (line 200) | public Collection getHPGNetwork(LocalDate when) { method loadDefault (line 243) | public static Systems loadDefault() throws DOMException, IOException { method load (line 273) | public void load(String planetsPath) throws DOMException { method parsePlanetarySystemFiles (line 295) | private void parsePlanetarySystemFiles(String dirName, ObjectMapper ma... method loadPlanetarySystem (line 376) | private void loadPlanetarySystem(InputStream source, ObjectMapper mapp... method isConnectorPath (line 392) | private static boolean isConnectorPath(String path) { method cleanupSystems (line 400) | private void cleanupSystems() { method logVeryCloseSystems (line 432) | private void logVeryCloseSystems() { method visitNearbySystems (line 448) | public void visitNearbySystems(final double centerX, final double cent... method visitNearbySystems (line 469) | public void visitNearbySystems(final PlanetarySystem system, final int... FILE: MekHQ/src/mekhq/campaign/universe/UnitGeneratorParameters.java class UnitGeneratorParameters (line 56) | public class UnitGeneratorParameters implements Cloneable { method UnitGeneratorParameters (line 68) | public UnitGeneratorParameters() { method clone (line 76) | @Override method getRATGeneratorParameters (line 107) | public Parameters getRATGeneratorParameters() { method getFaction (line 128) | public String getFaction() { method setFaction (line 132) | public void setFaction(String faction) { method getUnitType (line 136) | public int getUnitType() { method setUnitType (line 140) | public void setUnitType(int unitType) { method getWeightClass (line 144) | public int getWeightClass() { method setWeightClass (line 148) | public void setWeightClass(int weightClass) { method getYear (line 152) | public int getYear() { method setYear (line 156) | public void setYear(int year) { method getQuality (line 160) | public int getQuality() { method setQuality (line 164) | public void setQuality(int quality) { method getMovementModes (line 168) | public Collection getMovementModes() { method setMovementModes (line 172) | public void setMovementModes(Collection movementMo... method clearMovementModes (line 176) | public void clearMovementModes() { method getMissionRoles (line 180) | public Collection getMissionRoles() { method setMissionRoles (line 184) | public void setMissionRoles(Collection missionRoles) { method addMissionRole (line 188) | public void addMissionRole(MissionRole role) { method getFilter (line 192) | public Predicate getFilter() { method setFilter (line 196) | public void setFilter(Predicate filter) { method toString (line 200) | @Override FILE: MekHQ/src/mekhq/campaign/universe/companyGeneration/AtBRandomMekParameters.java class AtBRandomMekParameters (line 43) | public class AtBRandomMekParameters { method AtBRandomMekParameters (line 51) | public AtBRandomMekParameters(final int weight, final int quality) { method getWeight (line 59) | public int getWeight() { method setWeight (line 63) | public void setWeight(final int weight) { method getQuality (line 67) | public int getQuality() { method setQuality (line 71) | public void setQuality(final int quality) { method isStarLeague (line 75) | public boolean isStarLeague() { method setStarLeague (line 79) | public void setStarLeague(final boolean starLeague) { FILE: MekHQ/src/mekhq/campaign/universe/companyGeneration/CompanyGenerationOptions.java class CompanyGenerationOptions (line 74) | public class CompanyGenerationOptions { method CompanyGenerationOptions (line 170) | public CompanyGenerationOptions(final CompanyGenerationMethod method) { method getMethod (line 291) | public CompanyGenerationMethod getMethod() { method setMethod (line 295) | public void setMethod(final CompanyGenerationMethod method) { method getSpecifiedFaction (line 299) | public Faction getSpecifiedFaction() { method setSpecifiedFaction (line 303) | public void setSpecifiedFaction(final Faction specifiedFaction) { method isGenerateMercenaryCompanyCommandLance (line 307) | public boolean isGenerateMercenaryCompanyCommandLance() { method setGenerateMercenaryCompanyCommandLance (line 311) | public void setGenerateMercenaryCompanyCommandLance(final boolean gene... method getCompanyCount (line 315) | public int getCompanyCount() { method setCompanyCount (line 319) | public void setCompanyCount(final int companyCount) { method getIndividualLanceCount (line 323) | public int getIndividualLanceCount() { method setIndividualLanceCount (line 327) | public void setIndividualLanceCount(final int individualLanceCount) { method getLancesPerCompany (line 331) | public int getLancesPerCompany() { method setLancesPerCompany (line 335) | public void setLancesPerCompany(final int lancesPerCompany) { method getLanceSize (line 339) | public int getLanceSize() { method setLanceSize (line 343) | public void setLanceSize(final int lanceSize) { method getStarLeagueYear (line 347) | public int getStarLeagueYear() { method setStarLeagueYear (line 351) | public void setStarLeagueYear(final int starLeagueYear) { method getSupportPersonnel (line 357) | public Map getSupportPersonnel() { method setSupportPersonnel (line 361) | public void setSupportPersonnel(final Map supp... method isPoolAssistants (line 365) | public boolean isPoolAssistants() { method setPoolAssistants (line 369) | public void setPoolAssistants(final boolean poolAssistants) { method isGenerateCaptains (line 373) | public boolean isGenerateCaptains() { method setGenerateCaptains (line 377) | public void setGenerateCaptains(final boolean generateCaptains) { method isAssignCompanyCommanderFlag (line 381) | public boolean isAssignCompanyCommanderFlag() { method setAssignCompanyCommanderFlag (line 385) | public void setAssignCompanyCommanderFlag(final boolean assignCompanyC... method isApplyOfficerStatBonusToWorstSkill (line 389) | public boolean isApplyOfficerStatBonusToWorstSkill() { method setApplyOfficerStatBonusToWorstSkill (line 393) | public void setApplyOfficerStatBonusToWorstSkill(final boolean applyOf... method isAssignBestCompanyCommander (line 397) | public boolean isAssignBestCompanyCommander() { method setAssignBestCompanyCommander (line 401) | public void setAssignBestCompanyCommander(final boolean assignBestComp... method isPrioritizeCompanyCommanderCombatSkills (line 405) | public boolean isPrioritizeCompanyCommanderCombatSkills() { method setPrioritizeCompanyCommanderCombatSkills (line 409) | public void setPrioritizeCompanyCommanderCombatSkills(final boolean pr... method isAssignBestOfficers (line 413) | public boolean isAssignBestOfficers() { method setAssignBestOfficers (line 417) | public void setAssignBestOfficers(final boolean assignBestOfficers) { method isPrioritizeOfficerCombatSkills (line 421) | public boolean isPrioritizeOfficerCombatSkills() { method setPrioritizeOfficerCombatSkills (line 425) | public void setPrioritizeOfficerCombatSkills(final boolean prioritizeO... method isAssignMostSkilledToPrimaryLances (line 429) | public boolean isAssignMostSkilledToPrimaryLances() { method setAssignMostSkilledToPrimaryLances (line 433) | public void setAssignMostSkilledToPrimaryLances(final boolean assignMo... method isAutomaticallyAssignRanks (line 437) | public boolean isAutomaticallyAssignRanks() { method setAutomaticallyAssignRanks (line 441) | public void setAutomaticallyAssignRanks(final boolean automaticallyAss... method isUseSpecifiedFactionToAssignRanks (line 445) | public boolean isUseSpecifiedFactionToAssignRanks() { method setUseSpecifiedFactionToAssignRanks (line 449) | public void setUseSpecifiedFactionToAssignRanks(final boolean useSpeci... method isAssignMekWarriorsCallSigns (line 453) | public boolean isAssignMekWarriorsCallSigns() { method setAssignMekWarriorsCallSigns (line 457) | public void setAssignMekWarriorsCallSigns(final boolean assignMekWarri... method isAssignFounderFlag (line 461) | public boolean isAssignFounderFlag() { method setAssignFounderFlag (line 465) | public void setAssignFounderFlag(final boolean assignFounderFlag) { method getRandomOriginOptions (line 471) | public RandomOriginOptions getRandomOriginOptions() { method setRandomOriginOptions (line 475) | public void setRandomOriginOptions(final RandomOriginOptions randomOri... method isRunStartingSimulation (line 481) | public boolean isRunStartingSimulation() { method setRunStartingSimulation (line 485) | public void setRunStartingSimulation(final boolean runStartingSimulati... method getSimulationDuration (line 489) | public int getSimulationDuration() { method setSimulationDuration (line 493) | public void setSimulationDuration(final int simulationDuration) { method isSimulateRandomMarriages (line 497) | public boolean isSimulateRandomMarriages() { method setSimulateRandomMarriages (line 501) | public void setSimulateRandomMarriages(final boolean simulateRandomMar... method isSimulateRandomProcreation (line 505) | public boolean isSimulateRandomProcreation() { method setSimulateRandomProcreation (line 509) | public void setSimulateRandomProcreation(final boolean simulateRandomP... method getBattleMekFactionGenerationMethod (line 515) | public BattleMekFactionGenerationMethod getBattleMekFactionGenerationM... method setBattleMekFactionGenerationMethod (line 519) | public void setBattleMekFactionGenerationMethod( method getBattleMekWeightClassGenerationMethod (line 524) | public BattleMekWeightClassGenerationMethod getBattleMekWeightClassGen... method setBattleMekWeightClassGenerationMethod (line 528) | public void setBattleMekWeightClassGenerationMethod( method getBattleMekQualityGenerationMethod (line 533) | public BattleMekQualityGenerationMethod getBattleMekQualityGenerationM... method setBattleMekQualityGenerationMethod (line 537) | public void setBattleMekQualityGenerationMethod( method isNeverGenerateStarLeagueMeks (line 542) | public boolean isNeverGenerateStarLeagueMeks() { method setNeverGenerateStarLeagueMeks (line 546) | public void setNeverGenerateStarLeagueMeks(final boolean neverGenerate... method isOnlyGenerateStarLeagueMeks (line 550) | public boolean isOnlyGenerateStarLeagueMeks() { method setOnlyGenerateStarLeagueMeks (line 554) | public void setOnlyGenerateStarLeagueMeks(final boolean onlyGenerateSt... method isOnlyGenerateOmniMeks (line 558) | public boolean isOnlyGenerateOmniMeks() { method setOnlyGenerateOmniMeks (line 562) | public void setOnlyGenerateOmniMeks(final boolean onlyGenerateOmniMeks) { method isGenerateUnitsAsAttached (line 566) | public boolean isGenerateUnitsAsAttached() { method setGenerateUnitsAsAttached (line 570) | public void setGenerateUnitsAsAttached(final boolean generateUnitsAsAt... method isAssignBestRollToCompanyCommander (line 574) | public boolean isAssignBestRollToCompanyCommander() { method setAssignBestRollToCompanyCommander (line 578) | public void setAssignBestRollToCompanyCommander(final boolean assignBe... method isSortStarLeagueUnitsFirst (line 582) | public boolean isSortStarLeagueUnitsFirst() { method setSortStarLeagueUnitsFirst (line 586) | public void setSortStarLeagueUnitsFirst(final boolean sortStarLeagueUn... method isGroupByWeight (line 590) | public boolean isGroupByWeight() { method setGroupByWeight (line 594) | public void setGroupByWeight(final boolean groupByWeight) { method isGroupByQuality (line 598) | public boolean isGroupByQuality() { method setGroupByQuality (line 602) | public void setGroupByQuality(final boolean groupByQuality) { method isKeepOfficerRollsSeparate (line 606) | public boolean isKeepOfficerRollsSeparate() { method setKeepOfficerRollsSeparate (line 610) | public void setKeepOfficerRollsSeparate(final boolean keepOfficerRolls... method isAssignTechsToUnits (line 614) | public boolean isAssignTechsToUnits() { method setAssignTechsToUnits (line 618) | public void setAssignTechsToUnits(final boolean assignTechsToUnits) { method getForceNamingMethod (line 624) | public ForceNamingMethod getForceNamingMethod() { method setForceNamingMethod (line 628) | public void setForceNamingMethod(final ForceNamingMethod forceNamingMe... method isGenerateFormationIcons (line 632) | public boolean isGenerateFormationIcons() { method setGenerateFormationIcons (line 636) | public void setGenerateFormationIcons(final boolean generateFormationI... method isUseSpecifiedFactionToGenerateFormationIcons (line 640) | public boolean isUseSpecifiedFactionToGenerateFormationIcons() { method setUseSpecifiedFactionToGenerateFormationIcons (line 644) | public void setUseSpecifiedFactionToGenerateFormationIcons(final boole... method isGenerateOriginNodeFormationIcon (line 648) | public boolean isGenerateOriginNodeFormationIcon() { method setGenerateOriginNodeFormationIcon (line 652) | public void setGenerateOriginNodeFormationIcon(final boolean generateO... method isUseOriginNodeFormationIconLogo (line 656) | public boolean isUseOriginNodeFormationIconLogo() { method setUseOriginNodeFormationIconLogo (line 660) | public void setUseOriginNodeFormationIconLogo(final boolean useOriginN... method getForceWeightLimits (line 664) | public TreeMap getForceWeightLimits() { method setForceWeightLimits (line 668) | public void setForceWeightLimits(final TreeMap force... method isGenerateMothballedSpareUnits (line 674) | public boolean isGenerateMothballedSpareUnits() { method setGenerateMothballedSpareUnits (line 678) | public void setGenerateMothballedSpareUnits(final boolean generateMoth... method getSparesPercentOfActiveUnits (line 682) | public int getSparesPercentOfActiveUnits() { method setSparesPercentOfActiveUnits (line 686) | public void setSparesPercentOfActiveUnits(final int sparesPercentOfAct... method getPartGenerationMethod (line 690) | public PartGenerationMethod getPartGenerationMethod() { method setPartGenerationMethod (line 694) | public void setPartGenerationMethod(final PartGenerationMethod partGen... method getStartingArmourWeight (line 698) | public int getStartingArmourWeight() { method setStartingArmourWeight (line 702) | public void setStartingArmourWeight(final int startingArmourWeight) { method isGenerateSpareAmmunition (line 706) | public boolean isGenerateSpareAmmunition() { method setGenerateSpareAmmunition (line 710) | public void setGenerateSpareAmmunition(final boolean generateSpareAmmu... method getNumberReloadsPerWeapon (line 714) | public int getNumberReloadsPerWeapon() { method setNumberReloadsPerWeapon (line 718) | public void setNumberReloadsPerWeapon(final int numberReloadsPerWeapon) { method isGenerateFractionalMachineGunAmmunition (line 722) | public boolean isGenerateFractionalMachineGunAmmunition() { method setGenerateFractionalMachineGunAmmunition (line 726) | public void setGenerateFractionalMachineGunAmmunition(final boolean ge... method isSelectStartingContract (line 732) | public boolean isSelectStartingContract() { method setSelectStartingContract (line 736) | public void setSelectStartingContract(final boolean selectStartingCont... method isStartCourseToContractPlanet (line 740) | public boolean isStartCourseToContractPlanet() { method setStartCourseToContractPlanet (line 744) | public void setStartCourseToContractPlanet(final boolean startCourseTo... method isProcessFinances (line 750) | public boolean isProcessFinances() { method setProcessFinances (line 754) | public void setProcessFinances(final boolean processFinances) { method getStartingCash (line 758) | public int getStartingCash() { method setStartingCash (line 762) | public void setStartingCash(final int startingCash) { method isRandomizeStartingCash (line 766) | public boolean isRandomizeStartingCash() { method setRandomizeStartingCash (line 770) | public void setRandomizeStartingCash(final boolean randomizeStartingCa... method getRandomStartingCashDiceCount (line 774) | public int getRandomStartingCashDiceCount() { method setRandomStartingCashDiceCount (line 778) | public void setRandomStartingCashDiceCount(final int randomStartingCas... method getMinimumStartingFloat (line 782) | public int getMinimumStartingFloat() { method setMinimumStartingFloat (line 786) | public void setMinimumStartingFloat(final int minimumStartingFloat) { method isIncludeInitialContractPayment (line 790) | public boolean isIncludeInitialContractPayment() { method setIncludeInitialContractPayment (line 794) | public void setIncludeInitialContractPayment(final boolean includeInit... method isStartingLoan (line 798) | public boolean isStartingLoan() { method setStartingLoan (line 802) | public void setStartingLoan(final boolean startingLoan) { method isPayForSetup (line 806) | public boolean isPayForSetup() { method setPayForSetup (line 810) | public void setPayForSetup(final boolean payForSetup) { method isPayForPersonnel (line 814) | public boolean isPayForPersonnel() { method setPayForPersonnel (line 818) | public void setPayForPersonnel(final boolean payForPersonnel) { method isPayForUnits (line 822) | public boolean isPayForUnits() { method setPayForUnits (line 826) | public void setPayForUnits(final boolean payForUnits) { method isPayForParts (line 830) | public boolean isPayForParts() { method setPayForParts (line 834) | public void setPayForParts(final boolean payForParts) { method isPayForArmour (line 838) | public boolean isPayForArmour() { method setPayForArmour (line 842) | public void setPayForArmour(final boolean payForArmour) { method isPayForAmmunition (line 846) | public boolean isPayForAmmunition() { method setPayForAmmunition (line 850) | public void setPayForAmmunition(final boolean payForAmmunition) { method isGenerateSurprises (line 856) | public boolean isGenerateSurprises() { method setGenerateSurprises (line 860) | public void setGenerateSurprises(final boolean generateSurprises) { method isGenerateMysteryBoxes (line 864) | public boolean isGenerateMysteryBoxes() { method setGenerateMysteryBoxes (line 868) | public void setGenerateMysteryBoxes(final boolean generateMysteryBoxes) { method getGenerateMysteryBoxTypes (line 872) | public Map getGenerateMysteryBoxTypes() { method setGenerateMysteryBoxTypes (line 876) | public void setGenerateMysteryBoxTypes(final Map getFlags() { method setFlags (line 91) | public void setFlags(final Set flags) { method hasFlag (line 96) | public boolean hasFlag(final EraFlag... flags) { method generateInstanceFromXML (line 101) | public static @Nullable Era generateInstanceFromXML(final NodeList nl) { method toString (line 131) | @Override method equals (line 136) | @Override method hashCode (line 147) | @Override FILE: MekHQ/src/mekhq/campaign/universe/eras/Eras.java class Eras (line 51) | public class Eras { method Eras (line 59) | private Eras() { method getInstance (line 65) | public static Eras getInstance() { method setInstance (line 73) | public static void setInstance(final @Nullable Eras instance) { method getEras (line 77) | public TreeMap getEras() { method setEras (line 81) | private void setEras(final TreeMap eras) { method getEra (line 85) | public Era getEra(final LocalDate today) { method initializeEras (line 91) | public static void initializeEras() throws Exception { FILE: MekHQ/src/mekhq/campaign/universe/factionHints/AltLocation.java class AltLocation (line 42) | class AltLocation extends FactionHint { method AltLocation (line 46) | public AltLocation(final @Nullable LocalDate start, final @Nullable Lo... method getFraction (line 53) | public double getFraction() { method getOpponents (line 57) | public List getOpponents() { FILE: MekHQ/src/mekhq/campaign/universe/factionHints/DiplomacyLabel.java class DiplomacyLabel (line 62) | public final class DiplomacyLabel { method getDiplomacyEventsStartingOn (line 83) | public static List getDiplomacyEventsStartingOn(LocalDate today, method buildUnorderedFactionKey (line 145) | private static String buildUnorderedFactionKey(Faction outerFaction, F... FILE: MekHQ/src/mekhq/campaign/universe/factionHints/DiplomacyType.java type DiplomacyType (line 64) | public enum DiplomacyType { method DiplomacyType (line 85) | DiplomacyType(String lookupName, String displayColor) { method generateDisplayText (line 99) | private String generateDisplayText() { method getDisplayText (line 115) | public String getDisplayText(String factionName1, String factionName2) { FILE: MekHQ/src/mekhq/campaign/universe/factionHints/FactionHint.java class FactionHint (line 42) | public class FactionHint { method FactionHint (line 47) | public FactionHint(final String name, final @Nullable LocalDate start,... method isInDateRange (line 69) | public boolean isInDateRange(final LocalDate date) { method hintStartsToday (line 80) | public boolean hintStartsToday(final LocalDate today) { method hintEndsToday (line 91) | public boolean hintEndsToday(final LocalDate today) { method toString (line 95) | @Override FILE: MekHQ/src/mekhq/campaign/universe/factionHints/FactionHints.java class FactionHints (line 63) | public class FactionHints { method getInstance (line 84) | public static FactionHints getInstance() { method initializeTestInstance (line 92) | public static FactionHints initializeTestInstance() { method getOrInitializeInstance (line 106) | private static FactionHints getOrInitializeInstance(boolean useTestDir... method FactionHints (line 124) | public FactionHints() { method getWars (line 133) | public Map>> getWars() { method getAlliances (line 137) | public Map>> getAlliances() { method getRivals (line 141) | public Map>> getRivals() { method getNeutralExceptions (line 145) | public Map>> getNeutralExcepti... method defaultFactionHints (line 152) | @Deprecated(since = "0.50.10", forRemoval = true) method defaultFactionHints (line 160) | @Deprecated(since = "0.50.10", forRemoval = true) method loadData (line 167) | private void loadData(boolean useTestDirectory) { method isEmptyFaction (line 183) | public static boolean isEmptyFaction(Faction f) { method isAlliedWith (line 193) | public boolean isAlliedWith(Faction f1, Faction f2, method isRivalOf (line 204) | public boolean isRivalOf(Faction f1, Faction f2, LocalDate date) { method isAtWarWith (line 214) | public boolean isAtWarWith(Faction f1, Faction f2, LocalDate date) { method getCurrentWar (line 227) | @Nullable method isNeutral (line 255) | public boolean isNeutral(Faction faction) { method isNeutral (line 270) | public boolean isNeutral(Faction faction, Faction opponent, method hintApplies (line 277) | private boolean hintApplies( method getContainedFactions (line 307) | public Set getContainedFactions(Faction f, method getContainedFactionHost (line 330) | @Nullable method getAltLocationFraction (line 355) | public double getAltLocationFraction(Faction host, method isContainedFactionOpponent (line 382) | public boolean isContainedFactionOpponent(Faction outer, method addAlliance (line 410) | public void addAlliance(String allianceName, @Nullable LocalDate start... method addWar (line 424) | public void addWar(String warName, @Nullable LocalDate start, @Nullabl... method addRivalry (line 437) | protected void addRivalry(String rivalryName, @Nullable LocalDate star... method addNeutralExceptions (line 450) | public void addNeutralExceptions(String exceptionName, @Nullable Local... method addNeutralFaction (line 464) | public void addNeutralFaction(Faction faction) { method addContainedFaction (line 479) | public void addContainedFaction(Faction host, Faction contained, method addContainedFaction (line 497) | public void addContainedFaction(Faction host, Faction contained, method addFactionHint (line 505) | private void addFactionHint( method loadFactionHints (line 521) | private void loadFactionHints(boolean useTestDirectory) throws DOMExce... method setFactionHint (line 628) | private void setFactionHint( method addNeutralExceptions (line 672) | private void addNeutralExceptions(Faction faction, Node node) throws D... FILE: MekHQ/src/mekhq/campaign/universe/factionHints/WarAndPeaceProcessor.java class WarAndPeaceProcessor (line 71) | public class WarAndPeaceProcessor { method WarAndPeaceProcessor (line 110) | public WarAndPeaceProcessor(final Campaign campaign, final boolean act... method triggerAllMessages (line 128) | private void triggerAllMessages(Faction campaignFaction) { method triggerMessage (line 161) | private void triggerMessage(Faction campaignFaction, String keyAffix, ... method processFactionHints (line 196) | private void processFactionHints(final Faction campaignFaction, boolea... method processFactions (line 241) | private void processFactions(final Collection activeFactions, FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/AccoladeEntry.java method canImprove (line 74) | public boolean canImprove(LocalDate today, FactionStandingLevel currentF... FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/BatchallFactions.java class BatchallFactions (line 42) | @Deprecated(since = "0.50.07", forRemoval = true) method usesBatchalls (line 56) | public static boolean usesBatchalls(String factionCode) { method getGreeting (line 74) | public static String getGreeting(Campaign campaign, String factionCode) { FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/CensureEntry.java method hasExpired (line 74) | public boolean hasExpired(LocalDate today) { method canEscalate (line 93) | public boolean canEscalate(LocalDate today) { FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/FactionAccoladeEvent.java class FactionAccoladeEvent (line 87) | public class FactionAccoladeEvent { method FactionAccoladeEvent (line 118) | public FactionAccoladeEvent(Campaign campaign, Faction accoladingFacti... method triggerTakingNoticeNotification (line 229) | private static void triggerTakingNoticeNotification(Campaign campaign,... method getSpeaker (line 254) | private static Person getSpeaker(Campaign campaign, Faction accolading... method isTriggerNewsArticle (line 314) | private static boolean isTriggerNewsArticle(Faction accoladingFaction,... method generateUnits (line 344) | private List generateUnits() { method isSuitable (line 406) | private static boolean isSuitable(MekSummary mekSummary, int gameYear,... FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/FactionAccoladeLevel.java type FactionAccoladeLevel (line 57) | public enum FactionAccoladeLevel { method FactionAccoladeLevel (line 150) | FactionAccoladeLevel(String lookupName, int recognition, int requiredS... method getLookupName (line 167) | public String getLookupName() { method getRecognition (line 179) | public int getRecognition() { method getRequiredStandingLevel (line 191) | public int getRequiredStandingLevel() { method isMercenarySuitable (line 200) | public boolean isMercenarySuitable() { method isPirateSuitable (line 209) | public boolean isPirateSuitable() { method is (line 223) | public boolean is(FactionAccoladeLevel other) { method getAccoladeRecognitionFromRecognition (line 238) | public static FactionAccoladeLevel getAccoladeRecognitionFromRecogniti... method getAccoladeRecognitionFromString (line 260) | public static FactionAccoladeLevel getAccoladeRecognitionFromString(St... method toString (line 278) | @Override FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/FactionCensureAction.java type FactionCensureAction (line 43) | public enum FactionCensureAction { method FactionCensureAction (line 77) | FactionCensureAction(String lookupName, boolean validOnContract, boole... method getLookupName (line 91) | public String getLookupName() { method isValidOnContract (line 103) | public boolean isValidOnContract() { method isValidInTransit (line 115) | public boolean isValidInTransit() { method toString (line 119) | @Override FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/FactionCensureEvent.java class FactionCensureEvent (line 88) | public class FactionCensureEvent { method FactionCensureEvent (line 113) | public FactionCensureEvent(Campaign campaign, FactionCensureLevel cens... method getOutOfCharacterMessage (line 230) | private static String getOutOfCharacterMessage(FactionCensureAction ce... method processPerformingSeppuku (line 248) | private void processPerformingSeppuku(Campaign campaign, Faction censu... method processGoingRogue (line 267) | private void processGoingRogue(Campaign campaign, FactionCensureLevel ... method handleCensureEffects (line 276) | private void handleCensureEffects(FactionCensureAction censureAction, ... method processClanTrial (line 336) | private void processClanTrial(boolean isSuccessful) { method processFactionStandingChange (line 380) | private void processFactionStandingChange(boolean isMajor) { method processSeniorPersonnelConsequences (line 391) | private void processSeniorPersonnelConsequences(boolean isImprisoned) { method getSeniorPersonnel (line 411) | private Set getSeniorPersonnel(LocalDate today) { method getReplacementCharacter (line 447) | private @Nullable Person getReplacementCharacter(Person seniorPerson) { method getPoliticalRole (line 494) | private PersonnelRole getPoliticalRole() { FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/FactionCensureLevel.java type FactionCensureLevel (line 52) | public enum FactionCensureLevel { method FactionCensureLevel (line 86) | FactionCensureLevel(int severity, FactionCensureAction innerSphereActi... method getSeverity (line 103) | public int getSeverity() { method getFactionAppropriateAction (line 126) | public FactionCensureAction getFactionAppropriateAction(Faction censur... method is (line 152) | public boolean is(FactionCensureLevel other) { method getCensureLevelFromSeverity (line 170) | public static FactionCensureLevel getCensureLevelFromSeverity(int seve... method getCensureLevelFromCensureString (line 195) | public static FactionCensureLevel getCensureLevelFromCensureString(Str... FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/FactionJudgment.java class FactionJudgment (line 68) | public class FactionJudgment { method FactionJudgment (line 83) | public FactionJudgment() { method setFactionCensures (line 94) | public void setFactionCensures(final Map faction... method factionHasCensure (line 109) | public boolean factionHasCensure(final String factionCode) { method getCensureLevelForFaction (line 126) | public FactionCensureLevel getCensureLevelForFaction(final String fact... method setCensureForFaction (line 144) | public void setCensureForFaction(final String factionCode, final Facti... method processCensureDegradation (line 162) | public void processCensureDegradation(final LocalDate today) { method decreaseCensureForFaction (line 185) | public void decreaseCensureForFaction(final String factionCode, final ... method increaseCensureForFaction (line 219) | public @Nullable FactionCensureLevel increaseCensureForFaction(final F... method setFactionAccolades (line 258) | public void setFactionAccolades(final Map facti... method setAccoladeForFaction (line 276) | public void setAccoladeForFaction(final String factionCode, final Fact... method getAccoladeForFaction (line 296) | public FactionAccoladeLevel getAccoladeForFaction(final String faction... method increaseAccoladeForFaction (line 323) | public @Nullable FactionAccoladeLevel increaseAccoladeForFaction(final... method writeFactionJudgmentToXML (line 370) | public void writeFactionJudgmentToXML(final PrintWriter writer, int in... method generateInstanceFromXML (line 408) | public static FactionJudgment generateInstanceFromXML(final Node paren... method processCensureEntries (line 441) | static Map processCensureEntries(Node parentNode) { method readCensureEntryFromFactionNode (line 466) | private static CensureEntry readCensureEntryFromFactionNode(Node codeN... method processAccoladeEntries (line 498) | static Map processAccoladeEntries(Node parentNo... method readAccoladeEntryFromFactionNode (line 523) | private static AccoladeEntry readAccoladeEntryFromFactionNode(Node cod... FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/FactionJudgmentSceneType.java type FactionJudgmentSceneType (line 45) | public enum FactionJudgmentSceneType { method FactionJudgmentSceneType (line 73) | FactionJudgmentSceneType(String lookUp) { method getLookUpName (line 85) | public String getLookUpName() { FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/FactionStandingJudgmentType.java type FactionStandingJudgmentType (line 43) | public enum FactionStandingJudgmentType { method FactionStandingJudgmentType (line 58) | FactionStandingJudgmentType(String lookupName) { method getLookupName (line 67) | public String getLookupName() { FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/FactionStandingLevel.java type FactionStandingLevel (line 67) | public enum FactionStandingLevel { method FactionStandingLevel (line 125) | FactionStandingLevel(int standingLevel, int minimumRegard, int maximum... method getMinimumStandingLevel (line 150) | @Deprecated(since = "0.51.0", forRemoval = true) method getMaximumStandingLevel (line 158) | @Deprecated(since = "0.51.0", forRemoval = true) method getStandingLevel (line 168) | public int getStandingLevel() { method getMinimumRegard (line 180) | public double getMinimumRegard() { method getMaximumRegard (line 192) | public double getMaximumRegard() { method getNegotiationModifier (line 206) | public int getNegotiationModifier() { method getResupplyWeightModifier (line 220) | public double getResupplyWeightModifier() { method hasCommandCircuitAccess (line 232) | public boolean hasCommandCircuitAccess() { method isOutlawed (line 244) | public boolean isOutlawed() { method isBatchallAllowed (line 256) | public boolean isBatchallAllowed() { method getRecruitmentTickets (line 270) | public int getRecruitmentTickets() { method getRecruitmentRollsModifier (line 286) | public double getRecruitmentRollsModifier() { method getBarrackCostsMultiplier (line 300) | public double getBarrackCostsMultiplier() { method getUnitMarketRarityModifier (line 315) | public int getUnitMarketRarityModifier() { method getContractPayMultiplier (line 327) | public double getContractPayMultiplier() { method getSupportPointModifierContractStart (line 342) | public int getSupportPointModifierContractStart() { method getSupportPointModifierPeriodic (line 357) | public int getSupportPointModifierPeriodic() { method getLabel (line 372) | public String getLabel(Faction relevantFaction) { method getDescription (line 396) | public String getDescription(Faction relevantFaction) { method getEffectsDescription (line 416) | @Deprecated(since = "0.50.07", forRemoval = true) method getEffectsDescription (line 424) | @Deprecated(since = "0.50.07", forRemoval = true) method getEffectsDescription (line 456) | public String getEffectsDescription(boolean isClan, boolean isPirateOr... method getPolarityOfModifier (line 535) | static String getPolarityOfModifier(int modifier) { method getFallbackSuffix (line 555) | static String getFallbackSuffix(Faction relevantFaction) { method fromString (line 584) | public static FactionStandingLevel fromString(String text) { method toString (line 603) | @Override FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/FactionStandingUltimatum.java class FactionStandingUltimatum (line 67) | public class FactionStandingUltimatum { method checkUltimatumForDate (line 84) | public static boolean checkUltimatumForDate(final LocalDate date, fina... method FactionStandingUltimatum (line 110) | public FactionStandingUltimatum(final LocalDate date, final Campaign c... method createAgitator (line 143) | private Person createAgitator(FactionStandingAgitatorData agitator) { FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/FactionStandingUltimatumData.java method getDate (line 68) | public LocalDate getDate() { FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/FactionStandingUltimatumsLibrary.java class FactionStandingUltimatumsLibrary (line 57) | public class FactionStandingUltimatumsLibrary { method FactionStandingUltimatumsLibrary (line 74) | public FactionStandingUltimatumsLibrary() { method getUltimatums (line 88) | public Map> getUl... method getUltimatums (line 109) | public @Nullable FactionStandingUltimatumData getUltimatums(LocalDate ... method loadUltimatums (line 126) | private void loadUltimatums() { FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/FactionStandingUltimatumsWrapper.java class FactionStandingUltimatumsWrapper (line 45) | class FactionStandingUltimatumsWrapper { method getUltimatums (line 54) | List getUltimatums() { method setUltimatums (line 66) | @Deprecated(since = "0.51.0", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/FactionStandingUtilities.java class FactionStandingUtilities (line 57) | public class FactionStandingUtilities { method calculateFactionStandingLevel (line 92) | public static FactionStandingLevel calculateFactionStandingLevel(doubl... method getStandingLevel (line 126) | @Deprecated(since = "0.51.0", forRemoval = true) method getNegotiationModifier (line 144) | public static int getNegotiationModifier(final double regard) { method getResupplyWeightModifier (line 161) | public static double getResupplyWeightModifier(final double regard) { method hasCommandCircuitAccess (line 178) | public static boolean hasCommandCircuitAccess(final double regard) { method isOutlawed (line 195) | public static boolean isOutlawed(final double regard) { method isBatchallAllowed (line 212) | public static boolean isBatchallAllowed(final double regard) { method getRecruitmentTickets (line 229) | public static int getRecruitmentTickets(final double regard) { method getRecruitmentRollsModifier (line 246) | public static double getRecruitmentRollsModifier(final double regard) { method getBarrackCostsMultiplier (line 263) | public static double getBarrackCostsMultiplier(final double regard) { method getUnitMarketRarityModifier (line 280) | public static int getUnitMarketRarityModifier(final double regard) { method getContractPayMultiplier (line 297) | public static double getContractPayMultiplier(final double regard) { method getSupportPointModifierContractStart (line 314) | public static int getSupportPointModifierContractStart(final double re... method getSupportPointModifierPeriodic (line 331) | public static int getSupportPointModifierPeriodic(final double regard) { method isUseCommandCircuit (line 358) | public static boolean isUseCommandCircuit(boolean overridingCommandCir... method canEnterTargetSystem (line 414) | public static boolean canEnterTargetSystem(Faction campaignFaction, Fa... method isOutlawedInSystem (line 485) | private static boolean isOutlawedInSystem(FactionStandings factionStan... method isIsOnMission (line 526) | @Deprecated(since = "0.50.11", forRemoval = true) method processMassLoyaltyChange (line 570) | static void processMassLoyaltyChange(Campaign campaign, boolean isMajo... method isExempt (line 596) | static boolean isExempt(Person person, LocalDate today) { method getFactionName (line 627) | public static String getFactionName(Faction faction, int gameYear) { method getCharacterFullName (line 659) | public static String getCharacterFullName(Person person) { method getInCharacterText (line 713) | public static String getInCharacterText(@Nullable String resourceBundl... method getFallbackFactionKey (line 819) | public static String getFallbackFactionKey(String dialogKey, Faction j... FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/FactionStandings.java class FactionStandings (line 92) | public class FactionStandings { method FactionStandings (line 295) | public FactionStandings() { method getMaximumSameFactionRegard (line 304) | public static double getMaximumSameFactionRegard() { method getMaximumOtherFactionRegard (line 314) | @Deprecated(since = "0.51.0", forRemoval = true) method getMinimumRegard (line 325) | public static double getMinimumRegard() { method initializeStartingRegardValues (line 357) | @Deprecated(since = "0.50.07", forRemoval = true) method isUntrackedFaction (line 452) | @Deprecated(since = "0.50.07", forRemoval = true) method setFactionRegard (line 478) | public void setFactionRegard(Map factionRegard) { method setClimateRegard (line 492) | public void setClimateRegard(Map climateRegard) { method setFactionJudgment (line 506) | public void setFactionJudgment(FactionJudgment factionJudgment) { method getAllFactionStandings (line 518) | public Map getAllFactionStandings() { method getAllClimateRegard (line 530) | public Map getAllClimateRegard() { method getFactionJudgments (line 545) | public FactionJudgment getFactionJudgments() { method getRegardForFaction (line 560) | public double getRegardForFaction(final String factionCode, final bool... method setRegardForFaction (line 573) | @Deprecated(since = "0.50.07", forRemoval = true) method setRegardForFaction (line 603) | public String setRegardForFaction(@Nullable String campaignFactionCode... method convertSpecialFaction (line 641) | private static String convertSpecialFaction(String factionCode, int ga... method changeRegardForFaction (line 654) | @Deprecated(since = "0.50.07", forRemoval = true) method changeRegardForFaction (line 686) | public String changeRegardForFaction(@Nullable String campaignFactionC... method checkForCensure (line 729) | public @Nullable FactionCensureLevel checkForCensure(Faction faction, ... method processCensureDegradation (line 761) | public void processCensureDegradation(final LocalDate today) { method checkForAccolade (line 783) | public @Nullable FactionAccoladeLevel checkForAccolade(Faction faction... method updateClimateRegard (line 807) | @Deprecated(since = "0.50.07", forRemoval = true) method updateClimateRegard (line 835) | public String updateClimateRegard(final Faction campaignFaction, final... method updateClimateRegard (line 864) | public String updateClimateRegard(final Faction campaignFaction, final... method buildClimateReport (line 958) | private StringBuilder buildClimateReport(boolean campaignIsPirate, boo... method getRegardChangedReport (line 1037) | private String getRegardChangedReport(final double delta, final int ga... method resetAllFactionStandings (line 1102) | public void resetAllFactionStandings() { method resetFactionStanding (line 1114) | @Deprecated(since = "0.51.0", forRemoval = true) method processRegardDegradation (line 1122) | @Deprecated(since = "0.50.07", forRemoval = true) method processRegardDegradation (line 1149) | public List processRegardDegradation(@Nullable String campaign... method processContractAccept (line 1193) | @Deprecated(since = "0.50.08", forRemoval = true) method processContractAccept (line 1222) | public @Nullable String processContractAccept(@Nullable final String c... method processContractCompletion (line 1252) | @Deprecated(since = "0.50.07", forRemoval = true) method processContractCompletion (line 1282) | public List processContractCompletion(@Nullable final Faction ... method getRegardDeltaEmployer (line 1338) | private static double getRegardDeltaEmployer(MissionStatus missionStat... method processMercenaryOrganizationRegardUpdate (line 1380) | private String processMercenaryOrganizationRegardUpdate(int gameYear, ... method isNotValidForTracking (line 1456) | private boolean isNotValidForTracking(Faction otherFaction, int gameYe... method getMissingFactionReport (line 1474) | private static String getMissingFactionReport() { method processRefusedBatchall (line 1481) | @Deprecated(since = "0.50.07", forRemoval = true) method processRefusedBatchall (line 1506) | public List processRefusedBatchall(final String campaignFactio... method executePrisonersOfWar (line 1537) | public List executePrisonersOfWar(@Nullable String campaignFac... method writeFactionStandingsToXML (line 1578) | public void writeFactionStandingsToXML(final PrintWriter writer, int i... method generateInstanceFromXML (line 1618) | public static FactionStandings generateInstanceFromXML(final Node pare... method processRegardNode (line 1657) | private static Map processRegardNode(Node childNode, S... method updateCampaignForPastMissions (line 1676) | @Deprecated(since = "0.50.07", forRemoval = true) method updateCampaignForPastMissions (line 1701) | public List updateCampaignForPastMissions(List missio... method sortMissionsBasedOnStartDateAndClass (line 1791) | private static void sortMissionsBasedOnStartDateAndClass(List... FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/GoingRogue.java class GoingRogue (line 74) | public class GoingRogue { method wasCanceled (line 93) | public boolean wasCanceled() { method GoingRogue (line 111) | public GoingRogue(Campaign campaign, Person commander, @Nullable Perso... method processGoingRogue (line 150) | public static void processGoingRogue(Campaign campaign, Faction chosen... method processGoingRogue (line 179) | public static void processGoingRogue(Campaign campaign, Faction chosen... method processPersonnel (line 230) | private static void processPersonnel(Campaign campaign, boolean isDefe... method processGenealogicallyLinkedPersonnel (line 307) | private static void processGenealogicallyLinkedPersonnel(Campaign camp... method processFactionStandingChangeForOldFaction (line 345) | private static void processFactionStandingChangeForOldFaction(Campaign... method processFactionStandingChangeForOldFaction (line 359) | public static void processFactionStandingChangeForOldFaction(Campaign ... method processRegardBump (line 400) | public static void processRegardBump(Campaign campaign) { method processFactionStandingChangeForNewFaction (line 448) | private static void processFactionStandingChangeForNewFaction(Campaign... method isExempt (line 481) | private static boolean isExempt(Person person, LocalDate today) { FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/MercenaryRelations.java class MercenaryRelations (line 65) | public class MercenaryRelations { type StandingModifier (line 179) | enum StandingModifier { method StandingModifier (line 197) | StandingModifier(double modifier) { method getModifier (line 209) | public double getModifier() { method getMercenaryRelationsModifier (line 244) | public static double getMercenaryRelationsModifier(@Nullable Faction f... method isDateEqualOrBefore (line 282) | private static boolean isDateEqualOrBefore(LocalDate firstDate, LocalD... method isDateEqualOrAfter (line 297) | private static boolean isDateEqualOrAfter(LocalDate firstDate, LocalDa... FILE: MekHQ/src/mekhq/campaign/universe/factionStanding/PerformBatchall.java class PerformBatchall (line 61) | public class PerformBatchall { method PerformBatchall (line 89) | public PerformBatchall(Campaign campaign, Person clanOpponent, String ... method getFactionStandingLevel (line 128) | private FactionStandingLevel getFactionStandingLevel(FactionStandings ... method isBatchallAccepted (line 141) | public boolean isBatchallAccepted() { method getBatchallStandingTooLowDialog (line 151) | private void getBatchallStandingTooLowDialog() { method getBatchallForbiddenText (line 171) | private String getBatchallForbiddenText() { method getInitialChallengeDialog (line 195) | private int getInitialChallengeDialog() { method getBatchallIntroText (line 217) | private String getBatchallIntroText() { method getInitialChallengeDialogOptions (line 245) | private List getInitialChallengeDialogOptions() { method getBatchallFollowUpDialog (line 265) | private void getBatchallFollowUpDialog(boolean isRefuse) { method getBatchallPostIntroText (line 282) | private String getBatchallPostIntroText(boolean isRefuse) { method getAreYouSureDialog (line 303) | private int getAreYouSureDialog() { method getAreYouSureDialogText (line 324) | private String getAreYouSureDialogText() { method getAreYouSureDialogOptions (line 337) | private List getAreYouSureDialogOptions() { FILE: MekHQ/src/mekhq/campaign/universe/fameAndInfamy/FameAndInfamyController.java class FameAndInfamyController (line 56) | @Deprecated(since = "0.50.07") method FameAndInfamyController (line 68) | @Deprecated(since = "0.50.07", forRemoval = true) method getAllFactionShortnames (line 85) | @Deprecated(since = "0.50.07", forRemoval = true) method getFameForFaction (line 124) | @Deprecated(since = "0.50.07", forRemoval = true) method getFameLevelForFaction (line 137) | @Deprecated(since = "0.50.07", forRemoval = true) method getFameName (line 150) | @Deprecated(since = "0.50.07", forRemoval = true) method setFameForFaction (line 185) | @Deprecated(since = "0.50.07", forRemoval = true) method updateFameForFaction (line 199) | @Deprecated(since = "0.50.07", forRemoval = true) method writeToXml (line 216) | @Deprecated(since = "0.50.07", forRemoval = true) method parseFromXML (line 236) | @Deprecated(since = "0.50.07", forRemoval = true) FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekQualityGenerators/ABattleMekQualityGenerator.java class ABattleMekQualityGenerator (line 41) | public class ABattleMekQualityGenerator extends AbstractBattleMekQuality... method ABattleMekQualityGenerator (line 43) | public ABattleMekQualityGenerator() { method generate (line 48) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekQualityGenerators/AStarBattleMekQualityGenerator.java class AStarBattleMekQualityGenerator (line 41) | public class AStarBattleMekQualityGenerator extends AbstractBattleMekQua... method AStarBattleMekQualityGenerator (line 43) | public AStarBattleMekQualityGenerator() { method generate (line 48) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekQualityGenerators/AbstractBattleMekQualityGenerator.java class AbstractBattleMekQualityGenerator (line 43) | public abstract class AbstractBattleMekQualityGenerator { method AbstractBattleMekQualityGenerator (line 49) | protected AbstractBattleMekQualityGenerator(final BattleMekQualityGene... method getMethod (line 55) | public BattleMekQualityGenerationMethod getMethod() { method generate (line 65) | public abstract int generate(int roll); FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekQualityGenerators/AtBBattleMekQualityGenerator.java class AtBBattleMekQualityGenerator (line 41) | public class AtBBattleMekQualityGenerator extends AbstractBattleMekQuali... method AtBBattleMekQualityGenerator (line 43) | public AtBBattleMekQualityGenerator() { method generate (line 48) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekQualityGenerators/BBattleMekQualityGenerator.java class BBattleMekQualityGenerator (line 41) | public class BBattleMekQualityGenerator extends AbstractBattleMekQuality... method BBattleMekQualityGenerator (line 43) | public BBattleMekQualityGenerator() { method generate (line 48) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekQualityGenerators/CBattleMekQualityGenerator.java class CBattleMekQualityGenerator (line 41) | public class CBattleMekQualityGenerator extends AbstractBattleMekQuality... method CBattleMekQualityGenerator (line 43) | public CBattleMekQualityGenerator() { method generate (line 48) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekQualityGenerators/DBattleMekQualityGenerator.java class DBattleMekQualityGenerator (line 41) | public class DBattleMekQualityGenerator extends AbstractBattleMekQuality... method DBattleMekQualityGenerator (line 43) | public DBattleMekQualityGenerator() { method generate (line 48) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekQualityGenerators/FBattleMekQualityGenerator.java class FBattleMekQualityGenerator (line 41) | public class FBattleMekQualityGenerator extends AbstractBattleMekQuality... method FBattleMekQualityGenerator (line 43) | public FBattleMekQualityGenerator() { method generate (line 48) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekQualityGenerators/WindchildBattleMekQualityGenerator.java class WindchildBattleMekQualityGenerator (line 41) | public class WindchildBattleMekQualityGenerator extends AbstractBattleMe... method WindchildBattleMekQualityGenerator (line 43) | public WindchildBattleMekQualityGenerator() { method generate (line 48) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekWeightClassGenerators/AbstractBattleMekWeightClassGenerator.java class AbstractBattleMekWeightClassGenerator (line 43) | public abstract class AbstractBattleMekWeightClassGenerator { method AbstractBattleMekWeightClassGenerator (line 49) | protected AbstractBattleMekWeightClassGenerator(final BattleMekWeightC... method getMethod (line 55) | public BattleMekWeightClassGenerationMethod getMethod() { method generate (line 66) | public abstract int generate(int roll); FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekWeightClassGenerators/AssaultBattleMekWeightClassGenerator.java class AssaultBattleMekWeightClassGenerator (line 41) | public class AssaultBattleMekWeightClassGenerator extends AbstractBattle... method AssaultBattleMekWeightClassGenerator (line 43) | public AssaultBattleMekWeightClassGenerator() { method generate (line 48) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekWeightClassGenerators/AtBBattleMekWeightClassGenerator.java class AtBBattleMekWeightClassGenerator (line 41) | public class AtBBattleMekWeightClassGenerator extends AbstractBattleMekW... method AtBBattleMekWeightClassGenerator (line 43) | public AtBBattleMekWeightClassGenerator() { method generate (line 48) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekWeightClassGenerators/HeavyBattleMekWeightClassGenerator.java class HeavyBattleMekWeightClassGenerator (line 41) | public class HeavyBattleMekWeightClassGenerator extends AbstractBattleMe... method HeavyBattleMekWeightClassGenerator (line 43) | public HeavyBattleMekWeightClassGenerator() { method generate (line 48) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekWeightClassGenerators/LightBattleMekWeightClassGenerator.java class LightBattleMekWeightClassGenerator (line 41) | public class LightBattleMekWeightClassGenerator extends AbstractBattleMe... method LightBattleMekWeightClassGenerator (line 43) | public LightBattleMekWeightClassGenerator() { method generate (line 48) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekWeightClassGenerators/MediumBattleMekWeightClassGenerator.java class MediumBattleMekWeightClassGenerator (line 41) | public class MediumBattleMekWeightClassGenerator extends AbstractBattleM... method MediumBattleMekWeightClassGenerator (line 43) | public MediumBattleMekWeightClassGenerator() { method generate (line 48) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekWeightClassGenerators/WindchildAssaultBattleMekWeightClassGenerator.java class WindchildAssaultBattleMekWeightClassGenerator (line 41) | public class WindchildAssaultBattleMekWeightClassGenerator extends Abstr... method WindchildAssaultBattleMekWeightClassGenerator (line 43) | public WindchildAssaultBattleMekWeightClassGenerator() { method generate (line 48) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekWeightClassGenerators/WindchildBattleMekWeightClassGenerator.java class WindchildBattleMekWeightClassGenerator (line 41) | public class WindchildBattleMekWeightClassGenerator extends AbstractBatt... method WindchildBattleMekWeightClassGenerator (line 43) | public WindchildBattleMekWeightClassGenerator() { method generate (line 48) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekWeightClassGenerators/WindchildHeavyBattleMekWeightClassGenerator.java class WindchildHeavyBattleMekWeightClassGenerator (line 41) | public class WindchildHeavyBattleMekWeightClassGenerator extends Abstrac... method WindchildHeavyBattleMekWeightClassGenerator (line 43) | public WindchildHeavyBattleMekWeightClassGenerator() { method generate (line 48) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekWeightClassGenerators/WindchildLightBattleMekWeightClassGenerator.java class WindchildLightBattleMekWeightClassGenerator (line 41) | public class WindchildLightBattleMekWeightClassGenerator extends Abstrac... method WindchildLightBattleMekWeightClassGenerator (line 43) | public WindchildLightBattleMekWeightClassGenerator() { method generate (line 48) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/battleMekWeightClassGenerators/WindchildMediumBattleMekWeightClassGenerator.java class WindchildMediumBattleMekWeightClassGenerator (line 41) | public class WindchildMediumBattleMekWeightClassGenerator extends Abstra... method WindchildMediumBattleMekWeightClassGenerator (line 43) | public WindchildMediumBattleMekWeightClassGenerator() { method generate (line 48) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/companyGenerators/AbstractCompanyGenerator.java class AbstractCompanyGenerator (line 151) | public abstract class AbstractCompanyGenerator { method AbstractCompanyGenerator (line 166) | protected AbstractCompanyGenerator(final CompanyGenerationMethod metho... method getMethod (line 177) | public CompanyGenerationMethod getMethod() { method getOptions (line 181) | public CompanyGenerationOptions getOptions() { method getPersonnelGenerator (line 185) | public AbstractPersonnelGenerator getPersonnelGenerator() { method createFactionSelector (line 192) | private AbstractFactionSelector createFactionSelector() { method createPlanetSelector (line 202) | private AbstractPlanetSelector createPlanetSelector() { method getBattleMekWeightClassGenerator (line 208) | public AbstractBattleMekWeightClassGenerator getBattleMekWeightClassGe... method getBattleMekQualityGenerator (line 212) | public AbstractBattleMekQualityGenerator getBattleMekQualityGenerator() { method determineNumberOfLances (line 222) | private int determineNumberOfLances() { method determineNumberOfCaptains (line 231) | private int determineNumberOfCaptains() { method generatePersonnel (line 246) | public List generatePersonnel(final Ca... method generateCombatPersonnel (line 259) | private List generateCombatPersonnel(f... method generateCommandingOfficer (line 417) | private void generateCommandingOfficer(final Campaign campaign, method generateCommandingOfficerRank (line 439) | protected abstract void generateCommandingOfficerRank(Faction faction, method generateOfficers (line 448) | private void generateOfficers(final List generateSupportPersonnel(... method generateSupportPerson (line 617) | private Person generateSupportPerson(final Campaign campaign, final Pe... method generateAssistants (line 642) | private void generateAssistants(final Campaign campaign, method finalizePersonnel (line 680) | private void finalizePersonnel(final Campaign campaign, method generateUnitGenerationParameters (line 726) | public void generateUnitGenerationParameters(List getAtBRandomMekParametersCo... method getBestIndex (line 790) | private static int getBestIndex(List parameter... method createUnitGenerationParameters (line 818) | private List createUnitGenerationParameters( method createUnitGenerationParameter (line 832) | private AtBRandomMekParameters createUnitGenerationParameter( method rollBattleMekWeight (line 852) | private int rollBattleMekWeight(final CompanyGenerationPersonTracker t... method rollBattleMekQuality (line 864) | private int rollBattleMekQuality(final CompanyGenerationPersonTracker ... method getUnitGenerationParameterModifier (line 874) | private int getUnitGenerationParameterModifier(final CompanyGeneration... method sortPersonnelIntoLances (line 893) | private List sortPersonnelIntoLances( method organizeTrackersIntoLance (line 945) | private void organizeTrackersIntoLance(final List createUnits(final Campaign campaign, method assignTechsToUnits (line 1102) | private void assignTechsToUnits(final List generateMothballedEntities(final Campaign campaign, method createMothballedSpareUnits (line 1448) | private List createMothballedSpareUnits(final Campaign campaign, method generateSpareParts (line 1470) | public List generateSpareParts(final List units) { method generateArmour (line 1480) | public List generateArmour(final List units) { method mergeIdenticalArmour (line 1504) | private List mergeIdenticalArmour(final List unmergedArm... method areSameArmour (line 1534) | private boolean areSameArmour(final Armor a1, final Armor a2) { method generateAmmunition (line 1549) | public List generateAmmunition(final Campaign campaign, f... method ammoBinIsMachineGun (line 1581) | private boolean ammoBinIsMachineGun(final AmmoBin ammoBin) { method processContract (line 1597) | private void processContract(final Campaign campaign, final @Nullable ... method processFinances (line 1621) | private void processFinances(final Campaign campaign, method generateStartingCash (line 1708) | private Money generateStartingCash() { method rollRandomStartingCash (line 1716) | private Money rollRandomStartingCash() { method calculateHiringCosts (line 1729) | private Money calculateHiringCosts(final Campaign campaign, method calculateUnitCosts (line 1747) | private Money calculateUnitCosts(final List units) { method calculatePartCosts (line 1770) | private Money calculatePartCosts(final List parts) { method calculateArmourCosts (line 1787) | private Money calculateArmourCosts(final List armours) { method calculateAmmunitionCosts (line 1804) | private Money calculateAmmunitionCosts(final List ammunit... method applyPhaseOneToCampaign (line 1856) | public List applyPhaseOneToCampaign(final Campaign campaign, method applyPhaseTwoToCampaign (line 1899) | public List applyPhaseTwoToCampaign(final Campaign campaign, method applyPhaseThreeToCampaign (line 1921) | public void applyPhaseThreeToCampaign(final Campaign campaign, FILE: MekHQ/src/mekhq/campaign/universe/generators/companyGenerators/AtBCompanyGenerator.java class AtBCompanyGenerator (line 49) | public class AtBCompanyGenerator extends AbstractCompanyGenerator { method AtBCompanyGenerator (line 51) | public AtBCompanyGenerator(final Campaign campaign, final CompanyGener... method generateCommandingOfficerRank (line 63) | @Override method generateMekSummary (line 88) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/companyGenerators/WindchildCompanyGenerator.java class WindchildCompanyGenerator (line 49) | public class WindchildCompanyGenerator extends AbstractCompanyGenerator { method WindchildCompanyGenerator (line 51) | public WindchildCompanyGenerator(final Campaign campaign, final Compan... method generateCommandingOfficerRank (line 65) | @Override method generateMekSummary (line 92) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/partGenerators/AbstractPartGenerator.java class AbstractPartGenerator (line 50) | public abstract class AbstractPartGenerator { method AbstractPartGenerator (line 56) | protected AbstractPartGenerator(final PartGenerationMethod method) { method getMethod (line 62) | public PartGenerationMethod getMethod() { method generate (line 76) | public List generate(final List units, final boolean inclu... method generate (line 92) | public List generate(final List inputParts) { method generateWarehouse (line 106) | public abstract Warehouse generateWarehouse(List inputParts); method clonePart (line 115) | protected Part clonePart(final Part inputPart) { FILE: MekHQ/src/mekhq/campaign/universe/generators/partGenerators/MishraPartGenerator.java class MishraPartGenerator (line 58) | public class MishraPartGenerator extends MultiplePartGenerator { method MishraPartGenerator (line 60) | public MishraPartGenerator() { method generate (line 65) | @Override method generateWarehouse (line 72) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/partGenerators/MultiplePartGenerator.java class MultiplePartGenerator (line 44) | public class MultiplePartGenerator extends AbstractPartGenerator { method MultiplePartGenerator (line 50) | public MultiplePartGenerator(final PartGenerationMethod method, final ... method getMultiple (line 57) | public int getMultiple() { method generateWarehouse (line 62) | @Override FILE: MekHQ/src/mekhq/campaign/universe/generators/partGenerators/WindchildPartGenerator.java class WindchildPartGenerator (line 47) | public class WindchildPartGenerator extends AbstractPartGenerator { method WindchildPartGenerator (line 49) | public WindchildPartGenerator() { method generateWarehouse (line 54) | @Override FILE: MekHQ/src/mekhq/campaign/universe/selectors/factionSelectors/AbstractFactionSelector.java class AbstractFactionSelector (line 43) | public abstract class AbstractFactionSelector { method AbstractFactionSelector (line 49) | protected AbstractFactionSelector(final RandomOriginOptions options) { method getOptions (line 55) | public RandomOriginOptions getOptions() { method setOptions (line 59) | public void setOptions(final RandomOriginOptions options) { method setOptionsDirect (line 64) | public void setOptionsDirect(final RandomOriginOptions options) { method selectFaction (line 76) | public abstract @Nullable Faction selectFaction(Campaign campaign); method clearCache (line 81) | public void clearCache() { FILE: MekHQ/src/mekhq/campaign/universe/selectors/factionSelectors/DefaultFactionSelector.java class DefaultFactionSelector (line 43) | public class DefaultFactionSelector extends AbstractFactionSelector { method DefaultFactionSelector (line 55) | public DefaultFactionSelector(final RandomOriginOptions options) { method DefaultFactionSelector (line 65) | public DefaultFactionSelector(final RandomOriginOptions options, final... method getFaction (line 72) | public @Nullable Faction getFaction() { method setFaction (line 76) | public void setFaction(final @Nullable Faction faction) { method selectFaction (line 81) | @Override FILE: MekHQ/src/mekhq/campaign/universe/selectors/factionSelectors/RangedFactionSelector.java class RangedFactionSelector (line 56) | public class RangedFactionSelector extends AbstractFactionSelector { method RangedFactionSelector (line 75) | public RangedFactionSelector(final RandomOriginOptions options) { method getCachedDate (line 84) | public @Nullable LocalDate getCachedDate() { method setCachedDate (line 88) | public void setCachedDate(final @Nullable LocalDate cachedDate) { method getCachedPlanet (line 92) | public @Nullable Planet getCachedPlanet() { method setCachedPlanet (line 96) | public void setCachedPlanet(final @Nullable Planet cachedPlanet) { method getCachedFactions (line 100) | public @Nullable WeightedDoubleMap getCachedFactions() { method setCachedFactions (line 104) | public void setCachedFactions(final @Nullable WeightedDoubleMap getEnemies(final Campaign campaign) { method getFactionWeight (line 253) | private double getFactionWeight(final Faction faction) { FILE: MekHQ/src/mekhq/campaign/universe/selectors/planetSelectors/AbstractPlanetSelector.java class AbstractPlanetSelector (line 44) | public abstract class AbstractPlanetSelector { method AbstractPlanetSelector (line 50) | protected AbstractPlanetSelector(final RandomOriginOptions options) { method getOptions (line 56) | public RandomOriginOptions getOptions() { method setOptions (line 60) | public void setOptions(final RandomOriginOptions options) { method setOptionsDirect (line 65) | public void setOptionsDirect(final RandomOriginOptions options) { method selectPlanet (line 77) | public abstract @Nullable Planet selectPlanet(Campaign campaign); method selectPlanet (line 87) | public abstract @Nullable Planet selectPlanet(Campaign campaign, @Null... method clearCache (line 92) | public void clearCache() { FILE: MekHQ/src/mekhq/campaign/universe/selectors/planetSelectors/DefaultPlanetSelector.java class DefaultPlanetSelector (line 44) | public class DefaultPlanetSelector extends AbstractPlanetSelector { method DefaultPlanetSelector (line 54) | public DefaultPlanetSelector(final RandomOriginOptions options) { method DefaultPlanetSelector (line 63) | public DefaultPlanetSelector(final RandomOriginOptions options, final ... method getPlanet (line 70) | public @Nullable Planet getPlanet() { method setPlanet (line 74) | public void setPlanet(final @Nullable Planet planet) { method selectPlanet (line 79) | @Override method selectPlanet (line 84) | @Override FILE: MekHQ/src/mekhq/campaign/universe/selectors/planetSelectors/RangedPlanetSelector.java class RangedPlanetSelector (line 53) | public class RangedPlanetSelector extends AbstractPlanetSelector { method RangedPlanetSelector (line 72) | public RangedPlanetSelector(final RandomOriginOptions options) { method getCachedDate (line 78) | public @Nullable LocalDate getCachedDate() { method setCachedDate (line 82) | public void setCachedDate(final @Nullable LocalDate cachedDate) { method getCachedPlanet (line 86) | public @Nullable Planet getCachedPlanet() { method setCachedPlanet (line 90) | public void setCachedPlanet(final @Nullable Planet cachedPlanet) { method getCachedPlanets (line 94) | public @Nullable Map> getCachedPlan... method setCachedPlanets (line 98) | public void setCachedPlanets(final @Nullable Map p... method getPersonnelToCleanUp (line 84) | public List getPersonnelToCleanUp() { method processPersonnel (line 94) | private void processPersonnel() { method shouldRemovePerson (line 120) | private boolean shouldRemovePerson(Person person) { FILE: MekHQ/src/mekhq/campaign/utilities/AutomatedTechAssignments.java class AutomatedTechAssignments (line 95) | public class AutomatedTechAssignments { method getReports (line 110) | public List getReports() { method AutomatedTechAssignments (line 124) | public AutomatedTechAssignments(List techs, Collection u... method arrangeTechsIntoBuckets (line 150) | private void arrangeTechsIntoBuckets(List techs) { method assignUnmaintainedUnitsTechs (line 231) | private void assignUnmaintainedUnitsTechs(List techs, List getPersonPriorityQueue(String t... method sortUnitBuckets (line 330) | private void sortUnitBuckets() { method sortTechBuckets (line 343) | private void sortTechBuckets() { method sortTechList (line 366) | private void sortTechList(List techs, String skillType) { method arrangeUnitsIntoBuckets (line 400) | private void arrangeUnitsIntoBuckets(Collection units) { method sortByBattleValue (line 442) | private static void sortByBattleValue(List units) { method getTechLevel (line 465) | public int getTechLevel(Person person, String skillType) { method handleTheAutomaticAssignmentOfUnmaintainedUnits (line 489) | public static void handleTheAutomaticAssignmentOfUnmaintainedUnits(Cam... FILE: MekHQ/src/mekhq/campaign/utilities/CampaignTransportUtilities.java class CampaignTransportUtilities (line 53) | public class CampaignTransportUtilities { type Visitor (line 61) | interface Visitor { method isInterestedIn (line 62) | boolean isInterestedIn(ICarryable entity); method getTransporterTypes (line 64) | EnumSet getTransporterTypes(T entity, CampaignTrans... method mapICarryableToTransporters (line 82) | public static EnumSet mapICarryableToTransporters(Cam... method transportCapacityUsage (line 105) | public static double transportCapacityUsage(TransporterType transporte... method calcInfantryBayWeight (line 129) | private static double calcInfantryBayWeight(Entity entity) { method calcInfantryCompartmentWeight (line 146) | private static double calcInfantryCompartmentWeight(Entity entity) { method isInterestedIn (line 153) | @Override method getTransporterTypes (line 158) | @Override method isInterestedIn (line 174) | @Override method getTransporterTypes (line 179) | @Override method isInterestedIn (line 205) | @Override method getTransporterTypes (line 210) | @Override method isInterestedIn (line 232) | @Override method getTransporterTypes (line 237) | @Override method isInterestedIn (line 271) | @Override method getTransporterTypes (line 276) | @Override method isInterestedIn (line 311) | @Override method getTransporterTypes (line 316) | @Override method isInterestedIn (line 336) | @Override method getTransporterTypes (line 341) | @Override method getTransportTypeClassifier (line 358) | private static Optional getTransportTypeClassifier(ICarryable... method getLeadershipDropdownVectorPair (line 367) | public static Vector> getLeadershi... FILE: MekHQ/src/mekhq/campaign/utilities/EasyBugReport.java class EasyBugReport (line 82) | public class EasyBugReport { method saveCampaignForBugReport (line 128) | public static void saveCampaignForBugReport(JFrame frame, Campaign cam... method createBugReportArchive (line 218) | private static void createBugReportArchive(File campaignFile, File arc... method showTooMuchDataDialog (line 338) | public static void showTooMuchDataDialog() { method addFileToZip (line 368) | private static void addFileToZip(File source, String entryName, ZipOut... FILE: MekHQ/src/mekhq/campaign/utilities/JumpBlockers.java class JumpBlockers (line 57) | public class JumpBlockers { method areAllUnitsJumpCapable (line 76) | public static boolean areAllUnitsJumpCapable(Campaign campaign) { method collectNonJumpCapableUnits (line 107) | private static Set collectNonJumpCapableUnits(Campaign campaign) { method notifyPlayerAndProcessResponse (line 162) | private static boolean notifyPlayerAndProcessResponse(Campaign campaig... FILE: MekHQ/src/mekhq/campaign/utilities/glossary/DocumentationEntry.java type DocumentationEntry (line 54) | public enum DocumentationEntry { method DocumentationEntry (line 99) | DocumentationEntry(String lookUpName, String fileAddress, Version vers... method getTitle (line 113) | public String getTitle() { method getTitleWithVersionUpdateIcon (line 132) | public String getTitleWithVersionUpdateIcon() { method getFileAddress (line 157) | public String getFileAddress() { method getLookUpNamesSortedByTitle (line 169) | public static List getLookUpNamesSortedByTitle() { method getDocumentationEntryFromLookUpName (line 186) | public static DocumentationEntry getDocumentationEntryFromLookUpName(S... FILE: MekHQ/src/mekhq/campaign/utilities/glossary/GlossaryEntry.java type GlossaryEntry (line 54) | public enum GlossaryEntry { method GlossaryEntry (line 171) | GlossaryEntry(String lookUpName, Version versionAddedOrLastUpdated) { method getLookUpName (line 184) | public String getLookUpName() { method getTitle (line 196) | public String getTitle() { method getTitleWithVersionUpdateIcon (line 215) | public String getTitleWithVersionUpdateIcon() { method getDefinition (line 239) | public String getDefinition() { method getLookUpNamesSortedByTitle (line 251) | public static List getLookUpNamesSortedByTitle() { method getGlossaryEntryFromLookUpName (line 268) | public static @Nullable GlossaryEntry getGlossaryEntryFromLookUpName(S... FILE: MekHQ/src/mekhq/campaign/work/IAcquisitionWork.java type IAcquisitionWork (line 44) | public interface IAcquisitionWork extends IWork { method getAcquisitionName (line 45) | String getAcquisitionName(); method getAcquisitionDisplayName (line 47) | String getAcquisitionDisplayName(); method getNewEquipment (line 49) | Object getNewEquipment(); method getAcquisitionDesc (line 51) | String getAcquisitionDesc(); method getAcquisitionExtraDesc (line 53) | String getAcquisitionExtraDesc(); method getAcquisitionBonus (line 55) | String getAcquisitionBonus(); method getAcquisitionPart (line 57) | Part getAcquisitionPart(); method getUnit (line 59) | Unit getUnit(); method getDaysToWait (line 61) | int getDaysToWait(); method resetDaysToWait (line 63) | void resetDaysToWait(); method decrementDaysToWait (line 65) | void decrementDaysToWait(); method find (line 67) | String find(int transitDays, double timeMultiplier); method failToFind (line 69) | String failToFind(); method getAllAcquisitionMods (line 71) | TargetRoll getAllAcquisitionMods(); method getTechBase (line 73) | TechBase getTechBase(); method getTechLevel (line 75) | int getTechLevel(); method getQuantity (line 77) | int getQuantity(); method getQuantityName (line 79) | String getQuantityName(int quantity); method getTotalQuantity (line 85) | default int getTotalQuantity() { method incrementQuantity (line 89) | void incrementQuantity(); method decrementQuantity (line 91) | void decrementQuantity(); method getBuyCost (line 93) | Money getBuyCost(); method getTotalBuyCost (line 95) | default Money getTotalBuyCost() { method isIntroducedBy (line 99) | boolean isIntroducedBy(int year, boolean clan, Faction techFaction); method isExtinctIn (line 101) | boolean isExtinctIn(int year, boolean clan, Faction techFaction); method getAvailability (line 103) | AvailabilityValue getAvailability(); method getShoppingListReport (line 105) | String getShoppingListReport(int quantity); FILE: MekHQ/src/mekhq/campaign/work/IPartWork.java type IPartWork (line 48) | public interface IPartWork extends IWork { method getPartName (line 50) | String getPartName(); method getSkillMin (line 52) | int getSkillMin(); method getBaseTime (line 54) | int getBaseTime(); method getActualTime (line 56) | int getActualTime(); method getTimeSpent (line 58) | int getTimeSpent(); method getTimeLeft (line 60) | int getTimeLeft(); method addTimeSpent (line 62) | void addTimeSpent(int time); method resetTimeSpent (line 64) | void resetTimeSpent(); method resetOvertime (line 66) | void resetOvertime(); method isRightTechType (line 68) | boolean isRightTechType(String skillType); method canChangeWorkMode (line 70) | default boolean canChangeWorkMode() { method getAllModsForMaintenance (line 74) | TargetRoll getAllModsForMaintenance(); method setTech (line 76) | void setTech(@Nullable Person tech); method hasWorkedOvertime (line 78) | boolean hasWorkedOvertime(); method setWorkedOvertime (line 80) | void setWorkedOvertime(boolean b); method getShorthandedMod (line 82) | int getShorthandedMod(); method setShorthandedMod (line 84) | void setShorthandedMod(int i); method updateConditionFromEntity (line 86) | void updateConditionFromEntity(boolean checkForDestruction); method updateConditionFromPart (line 88) | void updateConditionFromPart(); method fix (line 90) | void fix(); method remove (line 92) | void remove(boolean salvage); method getMissingPart (line 94) | MissingPart getMissingPart(); method getDesc (line 96) | String getDesc(); method getDetails (line 104) | String getDetails(); method getDetails (line 114) | String getDetails(boolean includeRepairDetails); method getLocation (line 116) | int getLocation(); method getUnit (line 118) | @Nullable method isSalvaging (line 121) | boolean isSalvaging(); method checkFixable (line 123) | @Nullable method reservePart (line 126) | void reservePart(); method cancelReservation (line 128) | void cancelReservation(); method isBeingWorkedOn (line 130) | boolean isBeingWorkedOn(); method getMRMSOptionType (line 132) | PartRepairType getMRMSOptionType(); method getRepairPartType (line 134) | PartRepairType getRepairPartType(); method cancelAssignment (line 153) | default void cancelAssignment(boolean resetTime) { method findCorrectMRMSType (line 164) | static PartRepairType findCorrectMRMSType(IPartWork part) { method findCorrectRepairType (line 172) | static PartRepairType findCorrectRepairType(IPartWork part) { method getStickerPrice (line 192) | Money getStickerPrice(); method getActualValue (line 199) | Money getActualValue(); method getUndamagedValue (line 207) | Money getUndamagedValue(); method isPriceAdjustedForAmount (line 210) | boolean isPriceAdjustedForAmount(); FILE: MekHQ/src/mekhq/campaign/work/IWork.java type IWork (line 40) | public interface IWork { method needsFixing (line 41) | boolean needsFixing(); method getDifficulty (line 46) | int getDifficulty(); method getAllMods (line 48) | TargetRoll getAllMods(Person p); method succeed (line 50) | String succeed(); method fail (line 52) | String fail(int rating); method getTech (line 57) | @Nullable method getMode (line 64) | default WorkTime getMode() { FILE: MekHQ/src/mekhq/campaign/work/RefitType.java type RefitType (line 38) | @Deprecated(since = "0.51.0", forRemoval = true) method of (line 70) | public static RefitType of(int id) { method of (line 75) | public static RefitType of(String str) { method RefitType (line 91) | RefitType(int id, String name, double timeMultiplier, int mod) { FILE: MekHQ/src/mekhq/campaign/work/WorkTime.java type WorkTime (line 42) | public enum WorkTime { method of (line 86) | public static WorkTime of(int id) { method of (line 93) | public static WorkTime of(String str) { method WorkTime (line 114) | WorkTime(int id, String name, int mod, boolean isRushed, int expReduct... method getMod (line 126) | public int getMod(boolean includeRush) { method moveTimeToNextLevel (line 130) | public @Nullable WorkTime moveTimeToNextLevel(boolean increase) { method parseFromString (line 160) | public static WorkTime parseFromString(final String text) { FILE: MekHQ/src/mekhq/gui/ActionScheduler.java class ActionScheduler (line 47) | public class ActionScheduler { type Action (line 49) | @FunctionalInterface method act (line 51) | void act(); method ActionScheduler (line 58) | public ActionScheduler(Action action) { method ActionScheduler (line 63) | public ActionScheduler(Action action, int delay) { method schedule (line 68) | public void schedule() { FILE: MekHQ/src/mekhq/gui/BasicInfo.java class BasicInfo (line 52) | public class BasicInfo extends JPanel { method BasicInfo (line 56) | public BasicInfo() { method setText (line 91) | public void setText(String s, String color) { method setText (line 95) | public void setText(String s) { method setHtmlText (line 99) | public void setHtmlText(String s) { method highlightBorder (line 103) | public void highlightBorder() { method unhighlightBorder (line 107) | public void unhighlightBorder() { method clearImage (line 111) | public void clearImage() { method setImage (line 115) | public void setImage(Image img) { method getLabel (line 119) | public JLabel getLabel() { method setLoad (line 123) | public void setLoad(boolean load) { FILE: MekHQ/src/mekhq/gui/BriefingTab.java class BriefingTab (line 159) | public final class BriefingTab extends CampaignGuiTab { method BriefingTab (line 193) | public BriefingTab(CampaignGUI gui, String tabName) { method tabType (line 200) | @Override method initTab (line 210) | @Override method addMission (line 403) | private void addMission() { method editMission (line 420) | private void editMission() { method completeMission (line 441) | private void completeMission() { method getSimulateMissionDialog (line 673) | private SimulateMissionDialog getSimulateMissionDialog(Mission mission... method getMissionXpAward (line 708) | private int getMissionXpAward(MissionStatus missionStatus, Mission mis... method deleteMission (line 729) | private void deleteMission() { method gmGenerateScenarios (line 759) | private void gmGenerateScenarios() { method addScenario (line 791) | private void addScenario() { method clearAssignedUnits (line 805) | private void clearAssignedUnits() { method printRecordSheets (line 833) | private void printRecordSheets() { method loadScenario (line 892) | private void loadScenario() { method startScenario (line 906) | private void startScenario() { method handleSalvageAssignments (line 923) | private boolean handleSalvageAssignments(Scenario scenario) { method isHasSalvageOpportunity (line 946) | private boolean isHasSalvageOpportunity(int missionId) { method displaySalvageFormationPicker (line 969) | private boolean displaySalvageFormationPicker(Scenario scenario) { method displaySalvageTechPicker (line 1033) | private boolean displaySalvageTechPicker(Scenario scenario) { method getAvailableTechs (line 1110) | private List getAvailableTechs() { method getSalvageFormations (line 1150) | private List getSalvageFormations(Campaign campa... method createBriefingDialog (line 1233) | private boolean createBriefingDialog() { method resolveScenario (line 1305) | private void resolveScenario() { method autoResolveScenario (line 1316) | private void autoResolveScenario() { method runAbstractCombatAutoResolve (line 1324) | private void runAbstractCombatAutoResolve(Scenario scenario) { method runPrincessAutoResolve (line 1336) | private void runPrincessAutoResolve() { method getScenario (line 1349) | private @Nullable Scenario getScenario() { method promptAutoResolve (line 1357) | private void promptAutoResolve(Scenario scenario) { method playerUnits (line 1388) | private List playerUnits(Scenario scenario, StringBuilder unDepl... method getSelectedScenario (line 1410) | private Scenario getSelectedScenario() { method startScenario (line 1418) | private void startScenario(Scenario scenario, BehaviorSettings autoRes... method configureBotAi (line 1604) | private void configureBotAi(AtBScenario scenario) { method getEnemyFactionFromScenario (line 1619) | private Faction getEnemyFactionFromScenario(Scenario scenario) { method autoconfigureBotMunitions (line 1645) | private void autoconfigureBotMunitions(AtBScenario scenario, List chosen) { method determineMULFilePath (line 1908) | private @Nullable File determineMULFilePath(final Scenario scenario, f... method refreshMissions (line 1927) | public void refreshMissions() { method refreshScenarioView (line 1944) | public void refreshScenarioView() { method refreshLanceAssignments (line 1996) | public void refreshLanceAssignments() { method refreshAll (line 2005) | @Override method changeMission (line 2011) | public void changeMission() { method refreshScenarioTableData (line 2036) | public void refreshScenarioTableData() { method focusOnScenario (line 2065) | public void focusOnScenario(int targetId) { method focusOnMission (line 2129) | public void focusOnMission(int targetId) { method handle (line 2150) | @Subscribe method handle (line 2156) | @Subscribe method handle (line 2169) | @Subscribe method handle (line 2174) | @Subscribe method handle (line 2182) | @Subscribe method handle (line 2187) | @Subscribe method handle (line 2192) | @Subscribe method handle (line 2197) | @Subscribe method handle (line 2202) | @Subscribe method handle (line 2207) | @Subscribe method handle (line 2215) | @Subscribe FILE: MekHQ/src/mekhq/gui/CampaignGUI.java class CampaignGUI (line 168) | public class CampaignGUI extends JPanel { method CampaignGUI (line 251) | public CampaignGUI(MekHQ app) { method getFrame (line 262) | public JFrame getFrame() { method getApplication (line 266) | protected MekHQ getApplication() { method getCampaign (line 270) | public Campaign getCampaign() { method getCampaignController (line 274) | public CampaignController getCampaignController() { method getIconPackage (line 278) | public IconPackage getIconPackage() { method getResourceMap (line 282) | public ResourceBundle getResourceMap() { method getTabMain (line 286) | public EnhancedTabbedPane getTabMain() { method getReportHLL (line 290) | public ReportHyperlinkListener getReportHLL() { method getCopyFormationIcon (line 297) | public @Nullable StandardFormationIcon getCopyFormationIcon() { method setCopyFormationIcon (line 301) | public void setCopyFormationIcon(final @Nullable StandardFormationIcon... method initComponents (line 307) | private void initComponents() { method setUserPreferences (line 416) | private void setUserPreferences() { method initMenu (line 439) | private void initMenu() { method handleInAppNewCampaign (line 1509) | private void handleInAppNewCampaign() { method initStatusBar (line 1548) | private void initStatusBar() { method initTopButtons (line 1594) | private void initTopButtons() { method getMarketButtons (line 1643) | private JPanel getMarketButtons() { method refreshDynamicButtons (line 1698) | @Deprecated(since = "0.50.07", forRemoval = true) method refreshMarketButtonLabels (line 1703) | public void refreshMarketButtonLabels() { method getButtonPanel (line 1722) | private JPanel getButtonPanel() { method getTab (line 1866) | public @Nullable CampaignGuiTab getTab(final MHQTabType tabType) { method getCommandCenterTab (line 1870) | public @Nullable CommandCenterTab getCommandCenterTab() { method getTOETab (line 1874) | public @Nullable TOETab getTOETab() { method getMapTab (line 1878) | public @Nullable MapTab getMapTab() { method getPersonnelTab (line 1882) | public @Nullable PersonnelTab getPersonnelTab() { method getWarehouseTab (line 1886) | public @Nullable WarehouseTab getWarehouseTab() { method hasTab (line 1890) | public boolean hasTab(MHQTabType tabType) { method setSelectedTab (line 1899) | public void setSelectedTab(MHQTabType tabType) { method addStandardTab (line 1914) | public void addStandardTab(MHQTabType tab) { method removeStandardTab (line 1933) | public void removeStandardTab(MHQTabType tabType) { method removeTab (line 1946) | public void removeTab(CampaignGuiTab tab) { method removeTab (line 1956) | public void removeTab(String tabName) { method showRetirementDefectionDialog (line 1965) | public boolean showRetirementDefectionDialog() { method showAwardEligibilityDialog (line 1982) | public void showAwardEligibilityDialog() { method changeTheme (line 1988) | private void changeTheme(ActionEvent evt) { method refreshThemeChoices (line 1993) | private void refreshThemeChoices() { method focusOnUnit (line 2012) | public void focusOnUnit(UUID id) { method focusOnScenario (line 2039) | public void focusOnScenario(int targetId) { method focusOnMission (line 2066) | public void focusOnMission(int targetId) { method focusOnUnitInRepairBay (line 2075) | public void focusOnUnitInRepairBay(UUID id) { method focusOnPerson (line 2085) | public void focusOnPerson(Person person) { method focusOnPerson (line 2091) | public void focusOnPerson(UUID id) { method showNews (line 2103) | public void showNews(int id) { method addBlankPerson (line 2110) | private void addBlankPerson(final ActionEvent evt) { method hirePerson (line 2118) | private void hirePerson(final ActionEvent evt) { method hirePersonMarket (line 2135) | public void hirePersonMarket() { method hireBulkPersonnel (line 2152) | private void hireBulkPersonnel() { method showContractMarket (line 2157) | public void showContractMarket() { method getMissionTypeDialog (line 2174) | private MissionTypeDialog getMissionTypeDialog(CampaignOptions campaig... method showUnitMarket (line 2187) | public void showUnitMarket() { method showPartsMarket (line 2201) | public void showPartsMarket() { method saveCampaign (line 2206) | public boolean saveCampaign(ActionEvent evt) { method saveCampaign (line 2218) | public static boolean saveCampaign(JFrame frame, Campaign campaign, Fi... method saveCampaign (line 2227) | public static boolean saveCampaign(JFrame frame, Campaign campaign, Fi... method menuOptionsActionPerformed (line 2291) | private void menuOptionsActionPerformed(final ActionEvent evt) { method refitUnit (line 2399) | public void refitUnit(Refit r, boolean selectModelName) { method getRefitRefurbish (line 2522) | private static String getRefitRefurbish(Refit r) { method selectTech (line 2545) | public @Nullable UUID selectTech(Unit unit, String desc, boolean ignor... method exportPlanets (line 2608) | protected void exportPlanets(FileType format, String dialogTitle, Stri... method exportPersonnel (line 2644) | protected void exportPersonnel(FileType format, String dialogTitle, St... method exportUnits (line 2676) | protected void exportUnits(FileType format, String dialogTitle, String... method exportFinances (line 2707) | protected void exportFinances(FileType format, String dialogTitle, Str... method checkToBackupFile (line 2738) | private void checkToBackupFile(File file, String path) { method checkFileEnding (line 2755) | private File checkFileEnding(File file, String format) { method loadListFile (line 2764) | protected void loadListFile(final boolean allowNewPilots) { method loadPersonFile (line 2784) | protected void loadPersonFile() { method savePersonFile (line 2876) | public void savePersonFile() { method loadPartsFile (line 2954) | protected void loadPartsFile() { method savePartsFile (line 3016) | public void savePartsFile() { method checkDailyLogNag (line 3111) | public void checkDailyLogNag(DailyReportType logType) { method refreshAllTabs (line 3175) | public void refreshAllTabs() { method refreshLab (line 3181) | public void refreshLab() { method refreshCalendar (line 3204) | public void refreshCalendar() { method refreshFunds (line 3211) | private void refreshFunds() { method refreshTempAsTechs (line 3223) | private void refreshTempAsTechs() { method refreshTempMedics (line 3229) | private void refreshTempMedics() { method refreshTempSoldiers (line 3235) | private void refreshTempSoldiers() { method refreshTempBattleArmor (line 3246) | private void refreshTempBattleArmor() { method refreshTempVehicleCrewGround (line 3258) | private void refreshTempVehicleCrewGround() { method refreshTempVehicleCrewVTOL (line 3271) | private void refreshTempVehicleCrewVTOL() { method refreshTempVehicleCrewNaval (line 3284) | private void refreshTempVehicleCrewNaval() { method refreshTempVesselPilot (line 3297) | private void refreshTempVesselPilot() { method refreshTempVesselGunner (line 3310) | private void refreshTempVesselGunner() { method refreshTempVesselCrew (line 3323) | private void refreshTempVesselCrew() { method refreshPartsAvailability (line 3336) | private void refreshPartsAvailability() { method refreshLocation (line 3349) | public void refreshLocation() { method getTabIndexByName (line 3361) | public int getTabIndexByName(String tabTitle) { method undeployUnit (line 3372) | public void undeployUnit(Unit u) { method undeployForce (line 3383) | public void undeployForce(Formation f) { method undeployForce (line 3387) | public void undeployForce(Formation f, boolean killSubs) { method handleDayEnding (line 3449) | @Subscribe method handleLocationChanged (line 3511) | @Subscribe method handleMissionChanged (line 3526) | @Subscribe method handlePersonUpdate (line 3542) | @Subscribe method checkForDueScenarios (line 3560) | private boolean checkForDueScenarios(DayEndingEvent dayEndingEvent) { method checkForOverdueLoans (line 3589) | private boolean checkForOverdueLoans(DayEndingEvent dayEndingEvent) { method checkForInvalidFaction (line 3631) | private boolean checkForInvalidFaction(DayEndingEvent dayEndingEvent) { method handleNewDay (line 3671) | @Subscribe method handle (line 3693) | @Subscribe method handle (line 3747) | @Subscribe method handle (line 3763) | @Subscribe method handle (line 3779) | @Subscribe method handle (line 3794) | @Subscribe method handle (line 3809) | @Subscribe method handle (line 3824) | @Subscribe method handle (line 3839) | @Subscribe method handle (line 3854) | @Subscribe method handle (line 3869) | @Subscribe method handle (line 3884) | @Subscribe method handle (line 3899) | @Subscribe method handle (line 3914) | @Subscribe method handle (line 3929) | @Subscribe method handle (line 3944) | @Subscribe FILE: MekHQ/src/mekhq/gui/CampaignGuiTab.java class CampaignGuiTab (line 50) | public abstract class CampaignGuiTab extends JPanel { method CampaignGuiTab (line 55) | CampaignGuiTab(CampaignGUI gui, String tabName) { method getCampaignGui (line 61) | public CampaignGUI getCampaignGui() { method getCampaign (line 66) | public Campaign getCampaign() { method getCampaignOptions (line 70) | public CampaignOptions getCampaignOptions() { method getFrame (line 74) | public JFrame getFrame() { method getIconPackage (line 78) | public IconPackage getIconPackage() { method getTabName (line 82) | public String getTabName() { method initTab (line 86) | abstract public void initTab(); method refreshAll (line 88) | abstract public void refreshAll(); method tabType (line 90) | abstract public MHQTabType tabType(); method disposeTab (line 95) | public void disposeTab() { FILE: MekHQ/src/mekhq/gui/CommandCenterTab.java class CommandCenterTab (line 125) | public final class CommandCenterTab extends CampaignGuiTab { method CommandCenterTab (line 192) | public CommandCenterTab(CampaignGUI gui, String name) { method getGeneralLog (line 198) | public DailyReportLogPanel getGeneralLog() { method getSkillLog (line 202) | public DailyReportLogPanel getSkillLog() { method getBattleLog (line 206) | public DailyReportLogPanel getBattleLog() { method getPoliticsLog (line 210) | public DailyReportLogPanel getPoliticsLog() { method getPersonnelLog (line 214) | public DailyReportLogPanel getPersonnelLog() { method getMedicalLog (line 218) | public DailyReportLogPanel getMedicalLog() { method getFinancesLog (line 222) | public DailyReportLogPanel getFinancesLog() { method getAcquisitionsLog (line 226) | public DailyReportLogPanel getAcquisitionsLog() { method getTechnicalLog (line 230) | public DailyReportLogPanel getTechnicalLog() { method initTab (line 238) | @Override method getAndScaleCampaignIcon (line 321) | private ImageIcon getAndScaleCampaignIcon() { method initInfoPanel (line 327) | private void initInfoPanel() { method initObjectivesPanel (line 496) | private void initObjectivesPanel() { method initLogPanel (line 511) | private void initLogPanel() { method clearDailyReportNag (line 586) | public void clearDailyReportNag(int selectedIndex) { method getTabLogs (line 594) | public EnhancedTabbedPane getTabLogs() { method isLogNagActive (line 598) | public boolean isLogNagActive(DailyReportType logType) { method setLogNagActive (line 612) | public void setLogNagActive(DailyReportType logType, boolean isActive) { method nagLogTab (line 626) | public void nagLogTab(int logIndex) { method initProcurementPanel (line 635) | private void initProcurementPanel() { method initReportsPanel (line 754) | private void initReportsPanel() { method tabType (line 813) | @Override method refreshAll (line 821) | @Override method refreshBasicInfo (line 841) | private void refreshBasicInfo() { method refreshObjectives (line 879) | private void refreshObjectives() { method getAbridgedFinancialReport (line 931) | public List getAbridgedFinancialReport() { method refreshProcurementList (line 957) | private void refreshProcurementList() { method refreshProcurementTotalCost (line 965) | private void refreshProcurementTotalCost() { method initLog (line 985) | private void initLog() { method refreshGeneralLog (line 1026) | synchronized private void refreshGeneralLog() { method refreshSkillLog (line 1030) | synchronized private void refreshSkillLog() { method refreshBattleLog (line 1034) | synchronized private void refreshBattleLog() { method refreshPoliticsLog (line 1038) | synchronized private void refreshPoliticsLog() { method refreshPersonnelLog (line 1042) | synchronized private void refreshPersonnelLog() { method refreshMedicalLog (line 1046) | synchronized private void refreshMedicalLog() { method refreshFinancesLog (line 1050) | synchronized private void refreshFinancesLog() { method refreshAcquisitionsLog (line 1054) | synchronized private void refreshAcquisitionsLog() { method refreshTechnicalLog (line 1058) | synchronized private void refreshTechnicalLog() { method handle (line 1066) | @Subscribe method handle (line 1071) | @Subscribe method handle (line 1077) | @Subscribe method handle (line 1082) | @Subscribe method handleNewDay (line 1095) | @Subscribe method handle (line 1103) | @Subscribe method handle (line 1109) | @Subscribe method handle (line 1114) | @Subscribe method handle (line 1119) | @Subscribe method handle (line 1124) | @Subscribe method handle (line 1129) | @Subscribe method handle (line 1137) | @Subscribe method handle (line 1143) | @Subscribe method handle (line 1148) | @Subscribe method handle (line 1153) | @Subscribe FILE: MekHQ/src/mekhq/gui/DailyReportLogPanel.java class DailyReportLogPanel (line 63) | public class DailyReportLogPanel extends JPanel { method DailyReportLogPanel (line 71) | public DailyReportLogPanel(final CampaignGUI gui) { method getGUI (line 77) | public CampaignGUI getGUI() { method getTxtLog (line 81) | public JTextPane getTxtLog() { method setTxtLog (line 85) | public void setTxtLog(final JTextPane txtLog) { method getLogText (line 89) | public String getLogText() { method setLogText (line 93) | public void setLogText(final String logText) { method initialize (line 99) | private void initialize() { method clearLogPanel (line 121) | public void clearLogPanel() { method refreshLog (line 127) | public void refreshLog(final String text, DailyReportType type) { method appendLog (line 152) | public void appendLog(final List newReports, final DailyReport... method isDateOnly (line 201) | public static boolean isDateOnly(List reports) { FILE: MekHQ/src/mekhq/gui/FactionComboBox.java class FactionComboBox (line 56) | public class FactionComboBox extends JComboBox> { method FactionComboBox (line 57) | public FactionComboBox() { method addFactionEntries (line 73) | public void addFactionEntries(Collection list, int year) { method getSelectedItemKey (line 93) | public @Nullable String getSelectedItemKey() { method setSelectedItemByKey (line 100) | public void setSelectedItemByKey(final @Nullable String key) { FILE: MekHQ/src/mekhq/gui/FileDialogs.java class FileDialogs (line 51) | public class FileDialogs { method FileDialogs (line 53) | private FileDialogs() { method openPersonnel (line 62) | public static Optional openPersonnel(JFrame frame) { method savePersonnel (line 78) | public static Optional savePersonnel(JFrame frame, Campaign camp... method openRankSystems (line 102) | public static Optional openRankSystems(final JFrame frame) { method saveRankSystems (line 114) | public static Optional saveRankSystems(final JFrame frame) { method openIndividualRankSystem (line 126) | public static Optional openIndividualRankSystem(final JFrame fra... method saveIndividualRankSystem (line 138) | public static Optional saveIndividualRankSystem(final JFrame fra... method exportLayeredFormationIcon (line 151) | public static Optional exportLayeredFormationIcon(final JFrame f... method saveCampaignPreset (line 164) | public static Optional saveCampaignPreset(final JFrame frame, fi... method openParts (line 174) | public static Optional openParts(JFrame frame) { method saveParts (line 190) | public static Optional saveParts(JFrame frame, Campaign campaign) { method openUnits (line 213) | public static Optional openUnits(JFrame frame) { method saveDeployUnits (line 229) | public static Optional saveDeployUnits(JFrame frame, Scenario sc... method saveUnits (line 246) | public static Optional saveUnits(JFrame frame, String name) { method openCampaign (line 263) | public static Optional openCampaign(JFrame frame) { method saveCampaign (line 279) | public static Optional saveCampaign(JFrame frame, Campaign campa... method openScenarioTemplate (line 297) | public static Optional openScenarioTemplate(JFrame frame) { method saveScenarioTemplate (line 313) | public static Optional saveScenarioTemplate(JFrame frame, Scenar... method openPlanetsTsv (line 334) | @Deprecated(since = "0.51.0", forRemoval = true) method saveStarMap (line 351) | public static Optional saveStarMap(JFrame frame) { method openCompanyGenerationOptions (line 368) | public static Optional openCompanyGenerationOptions(final JFrame... method saveCompanyGenerationOptions (line 381) | public static Optional saveCompanyGenerationOptions(final JFrame... FILE: MekHQ/src/mekhq/gui/FinancesTab.java class FinancesTab (line 111) | public final class FinancesTab extends CampaignGuiTab { method FinancesTab (line 123) | public FinancesTab(CampaignGUI gui, String name) { type GraphType (line 129) | private enum GraphType { method initTab (line 138) | @Override method setupFinanceDataset (line 261) | private XYDataset setupFinanceDataset() { method setupMonthlyDataset (line 282) | private CategoryDataset setupMonthlyDataset() { method createGraphPanel (line 334) | private JPanel createGraphPanel(GraphType gt) { method createAmountChart (line 347) | private JFreeChart createAmountChart(XYDataset dataset) { method createMonthlyChart (line 378) | private JFreeChart createMonthlyChart(CategoryDataset dataset) { method refreshAll (line 396) | @Override method tabType (line 406) | @Override method addFundsActionPerformed (line 411) | private void addFundsActionPerformed() { method showNewLoanDialog (line 421) | private void showNewLoanDialog() { method manageAssets (line 426) | private void manageAssets() { method refreshFinancialTransactions (line 431) | public void refreshFinancialTransactions() { method refreshFinancialReport (line 439) | public void refreshFinancialReport() { method getFormattedFinancialReport (line 446) | public String getFormattedFinancialReport() { method handle (line 571) | @Subscribe method handle (line 577) | @Subscribe method handle (line 582) | @Subscribe method handle (line 589) | @Subscribe method handle (line 596) | @Subscribe method handle (line 601) | @Subscribe method handle (line 606) | @Subscribe method handle (line 611) | @Subscribe method handle (line 616) | @Subscribe method handle (line 621) | @Subscribe FILE: MekHQ/src/mekhq/gui/ForceRenderer.java class ForceRenderer (line 55) | public class ForceRenderer extends DefaultTreeCellRenderer { method ForceRenderer (line 59) | public ForceRenderer() { method getTreeCellRendererComponent (line 64) | @Override method getFormattedForceName (line 196) | private static String getFormattedForceName(Formation formation) { method getIcon (line 210) | protected Icon getIcon(Object node) { FILE: MekHQ/src/mekhq/gui/GUI.java class GUI (line 47) | public class GUI { method GUI (line 48) | private GUI() { method fileDialogOpen (line 57) | public static Optional fileDialogOpen(JFrame parent, String titl... method fileDialogSave (line 66) | public static Optional fileDialogSave(JFrame parent, String titl... method fileDialog (line 71) | private static Optional fileDialog(JFrame parent, String title, ... method awtFileDialog (line 76) | private static Optional awtFileDialog(JFrame parent, String titl... FILE: MekHQ/src/mekhq/gui/HangarTab.java class HangarTab (line 97) | public final class HangarTab extends CampaignGuiTab { method HangarTab (line 128) | public HangarTab(CampaignGUI gui, String name) { method tabType (line 136) | @Override method initTab (line 146) | @Override method quickAssignTechs (line 290) | private void quickAssignTechs() { method setUserPreferences (line 309) | private void setUserPreferences() { method getUnitTable (line 330) | public JTable getUnitTable() { method refreshAll (line 339) | @Override method filterUnits (line 344) | public void filterUnits() { method getUnitViewName (line 388) | public static String getUnitViewName(int group) { method changeUnitView (line 399) | public void changeUnitView() { method disposeTab (line 552) | @Override method focusOnUnit (line 558) | public void focusOnUnit(UUID id) { method refreshUnitView (line 584) | public void refreshUnitView() { method refreshUnitList (line 598) | public void refreshUnitList() { method handle (line 623) | @Subscribe method handle (line 628) | @Subscribe method handle (line 633) | @Subscribe method handle (line 638) | @Subscribe method handle (line 643) | @Subscribe method handle (line 648) | @Subscribe method handle (line 653) | @Subscribe method handle (line 658) | @Subscribe method handle (line 665) | @Subscribe method handle (line 672) | @Subscribe method handle (line 679) | @Subscribe FILE: MekHQ/src/mekhq/gui/ITechWorkPanel.java type ITechWorkPanel (line 44) | public interface ITechWorkPanel { method getSelectedTask (line 46) | IPartWork getSelectedTask(); method getSelectedTech (line 48) | Person getSelectedTech(); FILE: MekHQ/src/mekhq/gui/InfirmaryTab.java class InfirmaryTab (line 84) | public final class InfirmaryTab extends CampaignGuiTab { method InfirmaryTab (line 99) | public InfirmaryTab(CampaignGUI gui, String name) { method initTab (line 110) | @Override method refreshAll (line 323) | @Override method tabType (line 334) | @Override method paintComponent (line 339) | @Override method getSelectedDoctor (line 355) | private Person getSelectedDoctor() { method getSelectedAssignedPatients (line 363) | private ArrayList getSelectedAssignedPatients() { method getSelectedUnassignedPatients (line 379) | private ArrayList getSelectedUnassignedPatients() { method getAllSelectedPatients (line 395) | private Set getAllSelectedPatients() { method updateAssignDoctorEnabled (line 419) | private void updateAssignDoctorEnabled() { method canAssignToDoctor (line 449) | private boolean canAssignToDoctor(Person doctor) { method docTableValueChanged (line 467) | private void docTableValueChanged() { method assignDoctor (line 472) | private void assignDoctor() { method unassignDoctor (line 507) | private void unassignDoctor() { method refreshDoctorsList (line 519) | public void refreshDoctorsList() { method refreshPatientList (line 529) | public void refreshPatientList() { method handle (line 575) | @Subscribe method handle (line 581) | @Subscribe method handle (line 587) | @Subscribe FILE: MekHQ/src/mekhq/gui/InnerStellarMapConfig.java class InnerStellarMapConfig (line 40) | public final class InnerStellarMapConfig { FILE: MekHQ/src/mekhq/gui/InterstellarMapPanel.java class InterstellarMapPanel (line 98) | public class InterstellarMapPanel extends JPanel { method InterstellarMapPanel (line 152) | public InterstellarMapPanel(Campaign campaign, CampaignGUI view) { method getOptionButton (line 957) | private JButton getOptionButton() { method setCampaign (line 972) | public void setCampaign(Campaign c) { method setJumpPath (line 978) | public void setJumpPath(JumpPath path) { method paintComponent (line 983) | @Override method createLabel (line 995) | private JLabel createLabel(String text) { method createOptionCheckBox (line 1003) | private JCheckBox createOptionCheckBox(String text, Icon checkboxIcon,... method createOptionRadioButton (line 1017) | private JRadioButton createOptionRadioButton(String text, Icon checkbo... method setupHexPath (line 1031) | private void setupHexPath(@Nullable GeneralPath path, double centerX, ... method scr2mapX (line 1047) | private double scr2mapX(double x) { method map2scrX (line 1051) | private double map2scrX(double x) { method scr2mapY (line 1055) | private double scr2mapY(double y) { method map2scrY (line 1059) | private double map2scrY(double y) { method getMap2ScrTransform (line 1063) | private AffineTransform getMap2ScrTransform() { method setSelectedSystem (line 1071) | public void setSelectedSystem(PlanetarySystem p) { method nearestNeighbour (line 1085) | private PlanetarySystem nearestNeighbour(double x, double y) { method isSystemEmpty (line 1099) | private boolean isSystemEmpty(PlanetarySystem system) { method isSystemVisible (line 1109) | private boolean isSystemVisible(PlanetarySystem system, boolean hideEm... method center (line 1133) | private void center(PlanetarySystem p) { method zoom (line 1142) | private void zoom(double percent, Point pos) { method getSelectedSystem (line 1148) | public PlanetarySystem getSelectedSystem() { method getJumpPath (line 1152) | public JumpPath getJumpPath() { method changeSelectedSystem (line 1156) | public void changeSelectedSystem(PlanetarySystem p) { method getSystemColor (line 1169) | public Color getSystemColor(PlanetarySystem system) { method addActionListener (line 1338) | public void addActionListener(ActionListener l) { method removeActionListener (line 1344) | @Deprecated(since = "0.51.0", forRemoval = true) method notifyListeners (line 1349) | private void notifyListeners() { method isFactionsSelected (line 1354) | public boolean isFactionsSelected() { FILE: MekHQ/src/mekhq/gui/MapTab.java class MapTab (line 90) | public final class MapTab extends CampaignGuiTab implements ActionListen... method MapTab (line 101) | public MapTab(CampaignGUI gui, String tabName) { method tabType (line 107) | @Override method initTab (line 117) | @Override method refreshAll (line 260) | @Override method calculateJumpPath (line 265) | private void calculateJumpPath() { method beginTransit (line 273) | private void beginTransit() { method refreshSystemView (line 328) | private void refreshSystemView() { method refreshPlanetView (line 342) | private void refreshPlanetView() { method switchPlanetaryMap (line 362) | public void switchPlanetaryMap(Planet p) { method switchPlanetaryMap (line 375) | public void switchPlanetaryMap(PlanetarySystem s) { method switchSystemsMap (line 387) | public void switchSystemsMap(PlanetarySystem s) { method switchSystemsMap (line 393) | public void switchSystemsMap() { method actionPerformed (line 398) | @Override method handle (line 407) | @Subscribe method handle (line 413) | @Subscribe FILE: MekHQ/src/mekhq/gui/MekLabTab.java class MekLabTab (line 114) | public class MekLabTab extends CampaignGuiTab { method MekLabTab (line 146) | public MekLabTab(CampaignGUI gui, String name) { method initTab (line 154) | @Override method refreshAll (line 250) | @Override method tabType (line 255) | @Override method getUnit (line 260) | public Unit getUnit() { method loadUnit (line 264) | public void loadUnit(Unit u) { method clearUnit (line 297) | public void clearUnit() { method resetUnit (line 304) | public void resetUnit() { method refreshRefitSummary (line 329) | public void refreshRefitSummary() { method calculateTotalHeat (line 451) | public double calculateTotalHeat() { method getCorrectLab (line 516) | private EntityPanel getCorrectLab(Entity en) { class EntityPanel (line 540) | private abstract static class EntityPanel extends JTabbedPane method getEntity (line 547) | @Override method setTechFaction (line 550) | abstract void setTechFaction(Faction techFaction); method scheduleRefresh (line 552) | @Override method getFileName (line 558) | @Override method hasEntityNameChanged (line 563) | @Override method setFileName (line 568) | @Override method performRefresh (line 575) | private void performRefresh() { class AeroPanel (line 583) | private class AeroPanel extends EntityPanel { method AeroPanel (line 590) | public AeroPanel(Aero a) { method getEntity (line 595) | @Override method reloadTabs (line 600) | public void reloadTabs() { method refreshAll (line 622) | @Override method refreshArmor (line 631) | @Override method refreshBuild (line 636) | @Override method refreshEquipment (line 642) | @Override method refreshTransport (line 648) | @Override method refreshStatus (line 653) | @Override method refreshStructure (line 658) | @Override method refreshWeapons (line 664) | @Override method refreshHeader (line 669) | @Override method refreshPreview (line 674) | @Override method refreshSummary (line 679) | @Override method refreshEquipmentTable (line 684) | @Override method createNewUnit (line 689) | @Override method getTechManager (line 694) | @Override method setTechFaction (line 702) | @Override class DropshipPanel (line 709) | private class DropshipPanel extends EntityPanel { method DropshipPanel (line 717) | public DropshipPanel(SmallCraft a) { method getEntity (line 722) | @Override method reloadTabs (line 727) | public void reloadTabs() { method refreshAll (line 752) | @Override method refreshArmor (line 762) | @Override method refreshBuild (line 767) | @Override method refreshEquipment (line 773) | @Override method refreshTransport (line 779) | @Override method refreshStatus (line 784) | @Override method refreshStructure (line 789) | @Override method refreshWeapons (line 795) | @Override method refreshHeader (line 800) | @Override method refreshPreview (line 805) | @Override method refreshSummary (line 810) | @Override method refreshEquipmentTable (line 815) | @Override method createNewUnit (line 820) | @Override method getTechManager (line 825) | @Override method setTechFaction (line 833) | @Override class MekPanel (line 840) | private class MekPanel extends EntityPanel { method MekPanel (line 847) | public MekPanel(Mek m) { method getEntity (line 852) | @Override method reloadTabs (line 857) | public void reloadTabs() { method refreshAll (line 879) | @Override method refreshArmor (line 888) | @Override method refreshBuild (line 893) | @Override method refreshEquipment (line 899) | @Override method refreshTransport (line 905) | @Override method refreshStatus (line 909) | @Override method refreshStructure (line 914) | @Override method refreshWeapons (line 920) | @Override method refreshHeader (line 925) | @Override method refreshPreview (line 930) | @Override method refreshSummary (line 935) | @Override method refreshEquipmentTable (line 940) | @Override method createNewUnit (line 945) | @Override method getTechManager (line 950) | @Override method setTechFaction (line 958) | @Override class TankPanel (line 964) | private class TankPanel extends EntityPanel { method TankPanel (line 971) | public TankPanel(Tank t) { method getEntity (line 976) | @Override method reloadTabs (line 981) | public void reloadTabs() { method refreshAll (line 1003) | @Override method refreshArmor (line 1012) | @Override method refreshBuild (line 1017) | @Override method refreshEquipment (line 1023) | @Override method refreshTransport (line 1029) | @Override method refreshStatus (line 1034) | @Override method refreshStructure (line 1039) | @Override method refreshWeapons (line 1045) | @Override method refreshHeader (line 1050) | @Override method refreshPreview (line 1054) | @Override method refreshSummary (line 1059) | @Override method refreshEquipmentTable (line 1064) | @Override method createNewUnit (line 1069) | @Override method getTechManager (line 1074) | @Override method setTechFaction (line 1082) | @Override class supportVehiclePanel (line 1088) | private class supportVehiclePanel extends EntityPanel { method supportVehiclePanel (line 1097) | supportVehiclePanel(Entity en) { method getEntity (line 1102) | @Override method reloadTabs (line 1107) | void reloadTabs() { method refreshAll (line 1135) | @Override method refreshArmor (line 1146) | @Override method refreshBuild (line 1152) | @Override method refreshEquipment (line 1158) | @Override method refreshTransport (line 1164) | @Override method refreshStatus (line 1170) | @Override method refreshStructure (line 1175) | @Override method refreshWeapons (line 1181) | @Override method refreshHeader (line 1186) | @Override method refreshPreview (line 1190) | @Override method refreshSummary (line 1195) | @Override method refreshEquipmentTable (line 1200) | @Override method createNewUnit (line 1205) | @Override method getTechManager (line 1210) | @Override method setTechFaction (line 1218) | @Override class BattleArmorPanel (line 1224) | private class BattleArmorPanel extends EntityPanel { method BattleArmorPanel (line 1231) | public BattleArmorPanel(BattleArmor ba) { method getEntity (line 1236) | @Override method reloadTabs (line 1241) | public void reloadTabs() { method refreshAll (line 1263) | @Override method refreshArmor (line 1272) | @Override method refreshBuild (line 1277) | @Override method refreshEquipment (line 1283) | @Override method refreshTransport (line 1289) | @Override method refreshStatus (line 1294) | @Override method refreshStructure (line 1299) | @Override method refreshWeapons (line 1305) | @Override method refreshHeader (line 1310) | @Override method refreshPreview (line 1314) | @Override method refreshSummary (line 1319) | @Override method refreshEquipmentTable (line 1324) | @Override method createNewUnit (line 1329) | @Override method getTechManager (line 1334) | @Override method setTechFaction (line 1342) | @Override class InfantryPanel (line 1348) | private class InfantryPanel extends EntityPanel { method InfantryPanel (line 1353) | public InfantryPanel(Infantry inf) { method getEntity (line 1358) | @Override method reloadTabs (line 1363) | public void reloadTabs() { method refreshAll (line 1379) | @Override method refreshArmor (line 1386) | @Override method refreshBuild (line 1391) | @Override method refreshEquipment (line 1396) | @Override method refreshTransport (line 1401) | @Override method refreshStatus (line 1406) | @Override method refreshStructure (line 1411) | @Override method refreshWeapons (line 1417) | @Override method refreshHeader (line 1422) | @Override method refreshPreview (line 1426) | @Override method refreshSummary (line 1431) | @Override method refreshEquipmentTable (line 1436) | @Override method createNewUnit (line 1441) | @Override method getTechManager (line 1446) | @Override method setTechFaction (line 1454) | @Override class ProtoMekPanel (line 1460) | private class ProtoMekPanel extends EntityPanel { method ProtoMekPanel (line 1467) | ProtoMekPanel(ProtoMek m) { method getEntity (line 1472) | @Override method reloadTabs (line 1477) | void reloadTabs() { method refreshAll (line 1499) | @Override method refreshArmor (line 1508) | @Override method refreshBuild (line 1513) | @Override method refreshEquipment (line 1522) | @Override method refreshTransport (line 1528) | @Override method refreshStatus (line 1532) | @Override method refreshStructure (line 1537) | @Override method refreshWeapons (line 1543) | @Override method refreshHeader (line 1548) | @Override method refreshPreview (line 1553) | @Override method refreshSummary (line 1558) | @Override method refreshEquipmentTable (line 1563) | @Override method createNewUnit (line 1568) | @Override method getTechManager (line 1573) | @Override method setTechFaction (line 1581) | @Override class AdvancedAeroPanel (line 1587) | private class AdvancedAeroPanel extends EntityPanel { method AdvancedAeroPanel (line 1595) | AdvancedAeroPanel(Jumpship a) { method getEntity (line 1600) | @Override method reloadTabs (line 1605) | void reloadTabs() { method refreshAll (line 1630) | @Override method refreshArmor (line 1640) | @Override method refreshBuild (line 1645) | @Override method refreshEquipment (line 1651) | @Override method refreshTransport (line 1657) | @Override method refreshStatus (line 1662) | @Override method refreshStructure (line 1667) | @Override method refreshWeapons (line 1673) | @Override method refreshHeader (line 1678) | @Override method refreshPreview (line 1683) | @Override method refreshSummary (line 1688) | @Override method refreshEquipmentTable (line 1693) | @Override method createNewUnit (line 1698) | @Override method getTechManager (line 1703) | @Override method setTechFaction (line 1711) | @Override FILE: MekHQ/src/mekhq/gui/PersonnelTab.java class PersonnelTab (line 94) | public final class PersonnelTab extends CampaignGuiTab { method PersonnelTab (line 113) | public PersonnelTab(CampaignGUI gui, String name) { method tabType (line 121) | @Override method initTab (line 131) | @Override method disposeTab (line 300) | @Override method createPersonGroupModel (line 306) | private DefaultComboBoxModel createPersonGroupModel() { method setUserPreferences (line 317) | private void setUserPreferences() { method getPersonnelTable (line 339) | public JTable getPersonnelTable() { method getPersonModel (line 343) | public PersonnelTableModel getPersonModel() { method refreshAll (line 352) | @Override method filterPersonnel (line 358) | public void filterPersonnel() { method changePersonnelView (line 371) | private void changePersonnelView() { method focusOnPerson (line 387) | public void focusOnPerson(UUID id) { method refreshPersonnelList (line 416) | public void refreshPersonnelList() { method refreshPersonnelView (line 438) | public void refreshPersonnelView() { method getSelectedPersons (line 451) | public List getSelectedPersons() { method handle (line 467) | @Subscribe method handle (line 473) | @Subscribe method handle (line 479) | @Subscribe method handle (line 484) | @Subscribe method handle (line 489) | @Subscribe method handle (line 494) | @Subscribe method handle (line 499) | @Subscribe method handle (line 504) | @Subscribe method handle (line 509) | @Subscribe method handle (line 514) | @Subscribe method handle (line 519) | @Subscribe FILE: MekHQ/src/mekhq/gui/PlanetEditorGUI.java class PlanetEditorGUI (line 46) | @SuppressWarnings("unused") // FIXME! method PlanetEditorGUI (line 111) | public PlanetEditorGUI(boolean fullEditor) { method initializeComponents (line 116) | public void initializeComponents(boolean fullEditor) { FILE: MekHQ/src/mekhq/gui/PlanetarySystemMapPanel.java class PlanetarySystemMapPanel (line 78) | public class PlanetarySystemMapPanel extends JPanel { method PlanetarySystemMapPanel (line 104) | public PlanetarySystemMapPanel(Campaign campaign, CampaignGUI view) { method paintComponent (line 446) | @Override method chooseFont (line 464) | private void chooseFont(Graphics g, PlanetarySystem system, Campaign c... method areNamesTooBig (line 483) | private boolean areNamesTooBig(Graphics g, PlanetarySystem system, Loc... method drawCenteredString (line 517) | private void drawCenteredString(Graphics2D g, String text, int x, int ... method updatePlanetarySystem (line 547) | public void updatePlanetarySystem(PlanetarySystem s) { method updatePlanetarySystem (line 561) | public void updatePlanetarySystem(Planet p) { method getSelectedPlanetPosition (line 574) | public int getSelectedPlanetPosition() { method changeSelectedPlanet (line 583) | private void changeSelectedPlanet(int pos) { method nearestNeighbour (line 597) | private int nearestNeighbour(double x, double y) { method drawRotatedImage (line 628) | private void drawRotatedImage(Graphics2D g, BufferedImage image, doubl... method drawRing (line 649) | private void drawRing(Graphics2D g, int x, int y, int radius, Color c) { method getFlightRotation (line 677) | private double getFlightRotation(int lengthX, int lengthY, boolean inb... method getBestDropship (line 693) | private Unit getBestDropship() { method getBestJumpship (line 711) | private Unit getBestJumpship() { method updateShipImages (line 727) | public void updateShipImages() { method addActionListener (line 744) | public void addActionListener(ActionListener l) { method removeActionListener (line 750) | @Deprecated(since = "0.51.0", forRemoval = true) method notifyListeners (line 755) | private void notifyListeners() { method back (line 763) | private void back() { FILE: MekHQ/src/mekhq/gui/RepairTab.java class RepairTab (line 113) | public final class RepairTab extends CampaignGuiTab implements ITechWork... method RepairTab (line 145) | public RepairTab(CampaignGUI gui, String name) { method initTab (line 157) | @Override method getBtnMRMSInstantAll (line 490) | private RoundedJButton getBtnMRMSInstantAll() { method setUserPreferences (line 508) | private void setUserPreferences() { method updateTechTarget (line 519) | private void updateTechTarget() { method refreshAll (line 565) | @Override method tabType (line 578) | @Override method getSelectedTech (line 583) | @Override method getSelectedTask (line 603) | @Override method getSelectedServicedUnit (line 612) | private Unit getSelectedServicedUnit() { method taskTableValueChanged (line 620) | private void taskTableValueChanged() { method servicedUnitTableValueChanged (line 625) | private void servicedUnitTableValueChanged(ListSelectionEvent evt) { method techTableValueChanged (line 654) | private void techTableValueChanged(ListSelectionEvent evt) { method doTask (line 660) | private void doTask() { method filterTasks (line 745) | public void filterTasks() { method filterTechs (line 772) | public void filterTechs() { method focusOnUnit (line 827) | public boolean focusOnUnit(UUID id) { method refreshServicedUnitList (line 843) | public void refreshServicedUnitList() { method refreshTaskList (line 858) | public void refreshTaskList() { method refreshTechsList (line 939) | public void refreshTechsList() { method refreshPartsAcquisition (line 979) | public void refreshPartsAcquisition() { method refreshPartsAcquisitionService (line 983) | public void refreshPartsAcquisitionService(boolean rebuildPartsList) { method handle (line 996) | @Subscribe method handle (line 1001) | @Subscribe method handle (line 1006) | @Subscribe method handle (line 1011) | @Subscribe method handle (line 1016) | @Subscribe method handle (line 1021) | @Subscribe method handle (line 1026) | @Subscribe method handle (line 1036) | @Subscribe method handle (line 1042) | @Subscribe method handle (line 1048) | @Subscribe method handle (line 1059) | @Subscribe method handle (line 1064) | @Subscribe FILE: MekHQ/src/mekhq/gui/RepairTaskInfo.java class RepairTaskInfo (line 54) | public class RepairTaskInfo extends JPanel { method RepairTaskInfo (line 58) | public RepairTaskInfo(IconPackage iconPackage) { method setText (line 95) | public void setText(String s) { method highlightBorder (line 99) | public void highlightBorder() { method unhighlightBorder (line 104) | public void unhighlightBorder() { method setImage (line 108) | public void setImage(Image img) { method setSecondaryImage (line 116) | public void setSecondaryImage(Image img) { FILE: MekHQ/src/mekhq/gui/ReportHyperlinkListener.java method hyperlinkUpdate (line 69) | @Override FILE: MekHQ/src/mekhq/gui/StratConPanel.java class StratConPanel (line 90) | public class StratConPanel extends JPanel implements ActionListener { type DrawHexType (line 110) | private enum DrawHexType { method getStratConScenarioWizard (line 152) | public StratConScenarioWizard getStratConScenarioWizard() { method getAssignmentUI (line 156) | public TrackForceAssignmentUI getAssignmentUI() { method StratConPanel (line 163) | public StratConPanel(CampaignGUI gui, JLabel infoArea) { method selectTrack (line 183) | public void selectTrack(StratConCampaignState campaignState, StratConT... method buildRightClickMenu (line 198) | private void buildRightClickMenu(StratConCoords coords) { method paintComponent (line 320) | @Override method generateGraphHex (line 359) | private Polygon generateGraphHex() { method drawHexes (line 382) | private boolean drawHexes(Graphics2D g2D, DrawHexType drawHexType) { method getFacilityImage (line 525) | private BufferedImage getFacilityImage(StratConFacility facility) { method getImage (line 537) | private BufferedImage getImage(String imageKey, ImageType imageType) { method drawScenarios (line 570) | private void drawScenarios(Graphics2D g2D) { method drawFacilities (line 639) | private void drawFacilities(Graphics2D g2D) { method drawForces (line 689) | private void drawForces(Graphics2D g2D) { method drawTextEffect (line 755) | private void drawTextEffect(Graphics2D g2D, Shape marker, String text,... method getDownwardYVector (line 801) | private int[] getDownwardYVector() { method getRightAndUpVector (line 813) | private int[] getRightAndUpVector(boolean evenColumn) { method performInitialTransform (line 829) | private void performInitialTransform(Graphics2D g2D) { method detectClickedHex (line 845) | private boolean detectClickedHex() { method mouseReleasedHandler (line 858) | public void mouseReleasedHandler(MouseEvent e) { method getSelectedScenario (line 889) | public StratConScenario getSelectedScenario() { method getCurrentTrack (line 893) | public StratConTrackState getCurrentTrack() { method setCurrentTrack (line 897) | public void setCurrentTrack(StratConTrackState track) { method getSelectedCoords (line 901) | public StratConCoords getSelectedCoords() { method setSelectedCoords (line 905) | public void setSelectedCoords(StratConCoords coords) { method buildSelectedHexInfo (line 913) | private String buildSelectedHexInfo(Campaign campaign) { class BoardState (line 997) | private static class BoardState { method getSelectedCoords (line 1001) | public StratConCoords getSelectedCoords() { method setSelectedCoords (line 1009) | public void setSelectedCoords(StratConCoords coords) { method actionPerformed (line 1063) | @Override method getPreferredSize (line 1171) | @Override method isCommitForces (line 1183) | @Deprecated(since = "0.51.0", forRemoval = true) method setCommitForces (line 1188) | public void setCommitForces(boolean commitForces) { FILE: MekHQ/src/mekhq/gui/StratConTab.java class StratConTab (line 81) | public class StratConTab extends CampaignGuiTab { method StratConTab (line 103) | public StratConTab(CampaignGUI gui, String tabName) { method getStratconPanel (line 109) | public StratConPanel getStratconPanel() { method initTab (line 116) | @Override method initializeInfoPanel (line 177) | private void initializeInfoPanel() { method trackSelectionHandler (line 255) | private void trackSelectionHandler() { method repaint (line 263) | @Override method refreshAll (line 269) | @Override method tabType (line 275) | @Override method updateCampaignState (line 284) | public void updateCampaignState() { method getStrategicObjectiveText (line 336) | private String getStrategicObjectiveText(StratConCampaignState campaig... method buildShortStrategicObjectiveText (line 356) | private String buildShortStrategicObjectiveText(StratConCampaignState ... method buildStrategicObjectiveText (line 396) | private String buildStrategicObjectiveText(StratConCampaignState campa... method repopulateTrackList (line 513) | private void repopulateTrackList() { method showCampaignStateManagement (line 551) | private void showCampaignStateManagement(ActionEvent e) { method handleNewDay (line 562) | @Subscribe method handle (line 568) | @Subscribe method handle (line 574) | @Subscribe method handle (line 580) | @Subscribe class TrackDropdownItem (line 590) | private static class TrackDropdownItem { method TrackDropdownItem (line 594) | public TrackDropdownItem(AtBContract contract, StratConTrackState tr... method toString (line 599) | @Override method equals (line 604) | @Override method hashCode (line 613) | @Override FILE: MekHQ/src/mekhq/gui/TOETab.java class TOETab (line 88) | public final class TOETab extends CampaignGuiTab { method TOETab (line 96) | public TOETab(CampaignGUI gui, String name) { method tabType (line 102) | @Override method initTab (line 107) | @Override method deploymentButton (line 176) | private void deploymentButton() { method deployToStratCon (line 223) | private void deployToStratCon(Scenario selectedScenario) { method deployToRegularScenario (line 242) | private void deployToRegularScenario(Scenario selectedScenario) { method refreshAll (line 275) | @Override method refreshOrganization (line 280) | public void refreshOrganization() { method forceViewTabChange (line 288) | public void forceViewTabChange() { method refreshForceView (line 292) | public void refreshForceView() { method getCrewList (line 348) | private JList getCrewList(CrewListModel model, JScrollPane scr... method deploymentChanged (line 373) | @Subscribe method organizationChanged (line 378) | @Subscribe method networkChanged (line 383) | @Subscribe method scenarioResolved (line 388) | @Subscribe method personChanged (line 393) | @Subscribe method personRemoved (line 399) | @Subscribe method unitChanged (line 405) | @Subscribe method unitRemoved (line 410) | @Subscribe FILE: MekHQ/src/mekhq/gui/WarehouseTab.java class WarehouseTab (line 108) | public final class WarehouseTab extends CampaignGuiTab implements ITechW... method WarehouseTab (line 156) | public WarehouseTab(CampaignGUI gui, String name) { method initTab (line 168) | @Override method setUserPreferences (line 395) | private void setUserPreferences() { method getPartsTable (line 413) | public JTable getPartsTable() { method getPartsModel (line 417) | public PartsTableModel getPartsModel() { method refreshAll (line 426) | @Override method tabType (line 437) | @Override method filterParts (line 442) | public void filterParts() { method getPartsGroupName (line 502) | public static String getPartsGroupName(int group) { method getPartsGroupViewName (line 519) | public static String getPartsGroupViewName(int view) { method filterTechs (line 531) | public void filterTechs() { method updateTechTarget (line 567) | private void updateTechTarget() { method refreshTechsList (line 608) | public void refreshTechsList() { method refreshPartsList (line 635) | public void refreshPartsList() { method doTask (line 668) | private void doTask() { method getSelectedTech (line 690) | @Override method getSelectedTask (line 699) | @Override method refreshAsTechPool (line 708) | public void refreshAsTechPool(String astechString) { method handle (line 715) | @Subscribe method handle (line 720) | @Subscribe method handle (line 725) | @Subscribe method handle (line 730) | @Subscribe method handle (line 735) | @Subscribe method handle (line 740) | @Subscribe method handle (line 745) | @Subscribe method handle (line 750) | @Subscribe method handle (line 755) | @Subscribe method handle (line 763) | @Subscribe method handle (line 768) | @Subscribe method handle (line 773) | @Subscribe FILE: MekHQ/src/mekhq/gui/adapter/FinanceTableMouseAdapter.java class FinanceTableMouseAdapter (line 52) | public class FinanceTableMouseAdapter extends JPopupMenuAdapter { method FinanceTableMouseAdapter (line 57) | protected FinanceTableMouseAdapter(CampaignGUI gui, JTable financeTabl... method connect (line 63) | public static void connect(CampaignGUI gui, JTable financeTable, Finan... method actionPerformed (line 68) | @Override method createPopupMenu (line 93) | @Override FILE: MekHQ/src/mekhq/gui/adapter/JPopupMenuAdapter.java class JPopupMenuAdapter (line 51) | public abstract class JPopupMenuAdapter extends MouseInputAdapter implem... method connect (line 60) | protected void connect(JComponent component) { method actionPerformed (line 75) | @Override method mousePressed (line 80) | @Override method mouseReleased (line 87) | @Override method maybeShowPopup (line 94) | private void maybeShowPopup(MouseEvent e) { method createPopupMenu (line 105) | protected abstract Optional createPopupMenu(); FILE: MekHQ/src/mekhq/gui/adapter/LoanTableMouseAdapter.java class LoanTableMouseAdapter (line 53) | public class LoanTableMouseAdapter extends JPopupMenuAdapter { method LoanTableMouseAdapter (line 58) | protected LoanTableMouseAdapter(CampaignGUI gui, JTable loanTable, Loa... method connect (line 64) | public static void connect(CampaignGUI gui, JTable loanTable, LoanTabl... method actionPerformed (line 69) | @Override method createPopupMenu (line 122) | @Override FILE: MekHQ/src/mekhq/gui/adapter/PartsTableMouseAdapter.java class PartsTableMouseAdapter (line 61) | public class PartsTableMouseAdapter extends JPopupMenuAdapter { method PartsTableMouseAdapter (line 67) | protected PartsTableMouseAdapter(CampaignGUI gui, JTable partsTable, P... method connect (line 73) | public static void connect(CampaignGUI gui, JTable partsTable, PartsTa... method actionPerformed (line 77) | @Override method getPopupValueChoiceDialog (line 271) | private PopupValueChoiceDialog getPopupValueChoiceDialog(Part selected... method areAllPartsArmor (line 289) | public boolean areAllPartsArmor(Part[] parts) { method areAllPartsAmmo (line 298) | public boolean areAllPartsAmmo(Part[] parts) { method areAllPartsNotAmmo (line 307) | public boolean areAllPartsNotAmmo(Part[] parts) { method areAllPartsPresent (line 316) | public boolean areAllPartsPresent(Part[] parts) { method areAllPartsInTransit (line 325) | public boolean areAllPartsInTransit(Part[] parts) { method areAllPartsPodded (line 334) | public boolean areAllPartsPodded(Part[] parts) { method createPopupMenu (line 343) | @Override FILE: MekHQ/src/mekhq/gui/adapter/PersonnelTableMouseAdapter.java class PersonnelTableMouseAdapter (line 175) | public class PersonnelTableMouseAdapter extends JPopupMenuAdapter { method PersonnelTableMouseAdapter (line 320) | protected PersonnelTableMouseAdapter(CampaignGUI gui, JTable personnel... method getFrame (line 326) | private JFrame getFrame() { method getCampaign (line 330) | private Campaign getCampaign() { method getCampaignOptions (line 334) | private CampaignOptions getCampaignOptions() { method connect (line 338) | public static void connect(CampaignGUI gui, JTable personnelTable, Per... method makeCommand (line 359) | private String makeCommand(String... parts) { method actionPerformed (line 363) | @Override method replaceLimb (line 1872) | private void replaceLimb(String selectedInjury, Person selectedPerson,... method processApplication (line 1950) | private void processApplication(Person[] people, String[] data, boolea... method processPrisonerResolutionCommand (line 2014) | private void processPrisonerResolutionCommand(Person[] prisoners, Stri... method loadGMToolsForPerson (line 2056) | private void loadGMToolsForPerson(Person person) { method getSelectedPeople (line 2062) | private Person[] getSelectedPeople() { method createPopupMenu (line 2072) | @Override method addSPAToMenu (line 4421) | private void addSPAToMenu(SpecialAbility spa, double reasoningXpCostMu... method addAlreadyPurchasedFlawToMenu (line 4848) | private void addAlreadyPurchasedFlawToMenu(SpecialAbility flaw, double... method addRoleToMenu (line 4876) | private static void addRoleToMenu(PersonnelRole role, JMenu menuCombat... method getPersonOptionString (line 4899) | private String getPersonOptionString(Person person) { method placeInAppropriateSPASubMenu (line 4906) | private static void placeInAppropriateSPASubMenu(SpecialAbility spa, J... method buildEducationMenusSingleton (line 4928) | private void buildEducationMenusSingleton(Campaign campaign, Person pe... method buildEducationMenusMassEnroll (line 5117) | private void buildEducationMenusMassEnroll(Campaign campaign, List unitsToUpdate) { method clearTransportAssignment (line 1690) | public static void clearTransportAssignment(Campaign campaign, @Nullab... method unassignShipTransportMenuClass (line 1706) | private void unassignShipTransportMenuClass(Vector units, JPopup... method unassignTacticalTransportMenuClass (line 1717) | private void unassignTacticalTransportMenuClass(Vector units, JP... method detachTrailerTransportMenuClass (line 1728) | private void detachTrailerTransportMenuClass(Vector units, JPopu... method unassignTransportAction (line 1741) | private void unassignTransportAction(CampaignTransportType campaignTra... method unassignFromTransportAction (line 1755) | private void unassignFromTransportAction(CampaignTransportType campaig... method unassignFromShipTransportMenuClass (line 1764) | private void unassignFromShipTransportMenuClass(Vector units, JP... method unassignFromTacticalTransportMenuClass (line 1775) | private void unassignFromTacticalTransportMenuClass(Vector units... method detachFromTractorTransportMenuClass (line 1787) | private void detachFromTractorTransportMenuClass(Vector units, J... FILE: MekHQ/src/mekhq/gui/adapter/TaskTableMouseAdapter.java class TaskTableMouseAdapter (line 59) | public class TaskTableMouseAdapter extends JPopupMenuAdapter { method TaskTableMouseAdapter (line 67) | protected TaskTableMouseAdapter(CampaignGUI gui, JTable taskTable, Tas... method connect (line 74) | public static void connect(CampaignGUI gui, JTable taskTable, TaskTabl... method actionPerformed (line 78) | @Override method createPopupMenu (line 136) | @Override FILE: MekHQ/src/mekhq/gui/adapter/UnitTableMouseAdapter.java class UnitTableMouseAdapter (line 144) | public class UnitTableMouseAdapter extends JPopupMenuAdapter { method UnitTableMouseAdapter (line 223) | protected UnitTableMouseAdapter(CampaignGUI gui, JTable unitTable, Uni... method connect (line 229) | public static void connect(CampaignGUI gui, JTable unitTable, UnitTabl... method actionPerformed (line 249) | @Override method pickTechForMothballOrActivation (line 750) | private @Nullable Person pickTechForMothballOrActivation(Unit unit, St... method isSelfCrewedButHasNoTech (line 786) | private boolean isSelfCrewedButHasNoTech(Unit unit) { method createPopupMenu (line 790) | @Override method addCustomUnitTag (line 1366) | private void addCustomUnitTag(Unit... units) { method canUnitUseTempCrew (line 1430) | private boolean canUnitUseTempCrew(Unit unit) { FILE: MekHQ/src/mekhq/gui/baseComponents/AbstractMHQButtonDialog.java class AbstractMHQButtonDialog (line 52) | public abstract class AbstractMHQButtonDialog extends AbstractButtonDial... method AbstractMHQButtonDialog (line 59) | protected AbstractMHQButtonDialog(final JFrame frame, final String nam... method AbstractMHQButtonDialog (line 63) | @Deprecated(since = "0.51.0", forRemoval = true) method AbstractMHQButtonDialog (line 72) | protected AbstractMHQButtonDialog(final JFrame frame, final boolean mo... method AbstractMHQButtonDialog (line 78) | protected AbstractMHQButtonDialog(final JDialog dialog, final JFrame f... method AbstractMHQButtonDialog (line 87) | protected AbstractMHQButtonDialog(final JFrame frame, final boolean mo... method AbstractMHQButtonDialog (line 92) | protected AbstractMHQButtonDialog(final JDialog dialog, final JFrame f... method setPreferences (line 106) | @Override FILE: MekHQ/src/mekhq/gui/baseComponents/AbstractMHQDialogBasic.java class AbstractMHQDialogBasic (line 47) | public abstract class AbstractMHQDialogBasic extends AbstractDialog { method AbstractMHQDialogBasic (line 54) | protected AbstractMHQDialogBasic(final JFrame frame, final String name... method AbstractMHQDialogBasic (line 61) | protected AbstractMHQDialogBasic(final JFrame frame, final boolean mod... method AbstractMHQDialogBasic (line 69) | protected AbstractMHQDialogBasic(final JFrame frame, final boolean mod... method setPreferences (line 81) | @Override FILE: MekHQ/src/mekhq/gui/baseComponents/AbstractMHQPanel.java class AbstractMHQPanel (line 48) | public abstract class AbstractMHQPanel extends AbstractPanel { method AbstractMHQPanel (line 54) | protected AbstractMHQPanel(final JFrame frame, final String name) { method AbstractMHQPanel (line 61) | protected AbstractMHQPanel(final JFrame frame, final String name, fina... method AbstractMHQPanel (line 70) | protected AbstractMHQPanel(final JFrame frame, final String name, method AbstractMHQPanel (line 79) | protected AbstractMHQPanel(final JFrame frame, final String name, method AbstractMHQPanel (line 90) | protected AbstractMHQPanel(final JFrame frame, final ResourceBundle re... method setPreferences (line 102) | @Override FILE: MekHQ/src/mekhq/gui/baseComponents/AbstractMHQScrollPane.java class AbstractMHQScrollPane (line 47) | public abstract class AbstractMHQScrollPane extends AbstractScrollPane { method AbstractMHQScrollPane (line 54) | protected AbstractMHQScrollPane(final JFrame frame, final String name) { method AbstractMHQScrollPane (line 62) | protected AbstractMHQScrollPane(final JFrame frame, final String name, method AbstractMHQScrollPane (line 73) | protected AbstractMHQScrollPane(final JFrame frame, final ResourceBund... method setPreferences (line 85) | @Override FILE: MekHQ/src/mekhq/gui/baseComponents/AbstractMHQScrollablePanel.java class AbstractMHQScrollablePanel (line 49) | public abstract class AbstractMHQScrollablePanel extends AbstractScrolla... method AbstractMHQScrollablePanel (line 55) | protected AbstractMHQScrollablePanel(final JFrame frame, final String ... method AbstractMHQScrollablePanel (line 63) | protected AbstractMHQScrollablePanel(final JFrame frame, final String ... method AbstractMHQScrollablePanel (line 73) | protected AbstractMHQScrollablePanel(final JFrame frame, final String ... method AbstractMHQScrollablePanel (line 82) | protected AbstractMHQScrollablePanel(final JFrame frame, final String ... method AbstractMHQScrollablePanel (line 94) | protected AbstractMHQScrollablePanel(final JFrame frame, final Resourc... method setPreferences (line 109) | @Override FILE: MekHQ/src/mekhq/gui/baseComponents/AbstractMHQSplitPane.java class AbstractMHQSplitPane (line 47) | public abstract class AbstractMHQSplitPane extends AbstractSplitPane { method AbstractMHQSplitPane (line 54) | protected AbstractMHQSplitPane(final JFrame frame, final String name) { method AbstractMHQSplitPane (line 62) | protected AbstractMHQSplitPane(final JFrame frame, final ResourceBundl... method setPreferences (line 73) | @Override FILE: MekHQ/src/mekhq/gui/baseComponents/AbstractMHQTabbedPane.java class AbstractMHQTabbedPane (line 46) | public abstract class AbstractMHQTabbedPane extends AbstractTabbedPane { method AbstractMHQTabbedPane (line 53) | @Deprecated(since = "0.51.0", forRemoval = true) method AbstractMHQTabbedPane (line 62) | protected AbstractMHQTabbedPane(final JFrame frame, final ResourceBund... method setPreferences (line 70) | @Override FILE: MekHQ/src/mekhq/gui/baseComponents/AbstractMHQValidationButtonDialog.java class AbstractMHQValidationButtonDialog (line 57) | public abstract class AbstractMHQValidationButtonDialog extends Abstract... method AbstractMHQValidationButtonDialog (line 64) | protected AbstractMHQValidationButtonDialog(final JFrame frame, final ... method AbstractMHQValidationButtonDialog (line 72) | protected AbstractMHQValidationButtonDialog(final JFrame frame, final ... method AbstractMHQValidationButtonDialog (line 82) | protected AbstractMHQValidationButtonDialog(final JFrame frame, final ... method AbstractMHQValidationButtonDialog (line 92) | @Deprecated(since = "0.51.0", forRemoval = true) method setPreferences (line 106) | @Override FILE: MekHQ/src/mekhq/gui/baseComponents/DefaultMHQScrollablePanel.java class DefaultMHQScrollablePanel (line 44) | public final class DefaultMHQScrollablePanel extends AbstractMHQScrollab... method DefaultMHQScrollablePanel (line 50) | public DefaultMHQScrollablePanel(final JFrame frame, final String name) { method DefaultMHQScrollablePanel (line 58) | public DefaultMHQScrollablePanel(final JFrame frame, final String name, method DefaultMHQScrollablePanel (line 66) | public DefaultMHQScrollablePanel(final JFrame frame, final String name, method DefaultMHQScrollablePanel (line 75) | public DefaultMHQScrollablePanel(final JFrame frame, final String name, method DefaultMHQScrollablePanel (line 85) | public DefaultMHQScrollablePanel(final JFrame frame, final ResourceBun... method initialize (line 93) | @Override FILE: MekHQ/src/mekhq/gui/baseComponents/JScrollableMenu.java class JScrollableMenu (line 51) | public class JScrollableMenu extends JMenu { method JScrollableMenu (line 58) | public JScrollableMenu(final String name) { method JScrollableMenu (line 63) | public JScrollableMenu(final String name, final String text) { method JScrollableMenu (line 68) | @Deprecated(since = "0.51.0", forRemoval = true) method JScrollableMenu (line 74) | @Deprecated(since = "0.51.0", forRemoval = true) method add (line 87) | public void add(final JMenu child) { method add (line 98) | public void add(final JMenu child, final int scrollerThreshold) { FILE: MekHQ/src/mekhq/gui/baseComponents/JScrollablePanel.java class JScrollablePanel (line 47) | public class JScrollablePanel extends JPanel implements Scrollable { method JScrollablePanel (line 58) | public JScrollablePanel() { method setTracksViewportWidth (line 64) | public void setTracksViewportWidth(final boolean trackViewportWidth) { method getPreferredScrollableViewportSize (line 69) | @Override method getScrollableUnitIncrement (line 76) | @Override method getScrollableBlockIncrement (line 82) | @Override method getScrollableTracksViewportWidth (line 88) | @Override method getScrollableTracksViewportHeight (line 93) | @Override FILE: MekHQ/src/mekhq/gui/baseComponents/JScrollablePopupMenu.java class JScrollablePopupMenu (line 51) | public class JScrollablePopupMenu extends JPopupMenu { method JScrollablePopupMenu (line 58) | @Deprecated(since = "0.51.0", forRemoval = true) method JScrollablePopupMenu (line 64) | @Deprecated(since = "0.51.0", forRemoval = true) method add (line 77) | public void add(final JMenu child) { method add (line 88) | public void add(final JMenu child, final int scrollerThreshold) { FILE: MekHQ/src/mekhq/gui/baseComponents/SortedComboBoxModel.java class SortedComboBoxModel (line 51) | public class SortedComboBoxModel extends DefaultComboBoxModel { method SortedComboBoxModel (line 61) | public SortedComboBoxModel() { method SortedComboBoxModel (line 73) | @SafeVarargs method SortedComboBoxModel (line 84) | @Deprecated(since = "0.51.0", forRemoval = true) method SortedComboBoxModel (line 94) | public SortedComboBoxModel(final Comparator comparator) { method SortedComboBoxModel (line 104) | @SafeVarargs method SortedComboBoxModel (line 115) | public SortedComboBoxModel(final Comparator comparator, final Colle... method getComparator (line 127) | public @Nullable Comparator getComparator() { method addElement (line 138) | @Override method insertElementAt (line 149) | @Override method addAll (line 179) | @Override method addAll (line 190) | @Override method setElements (line 204) | public void setElements(final @Nullable Collection elements) { method getSelectedItem (line 226) | @Override FILE: MekHQ/src/mekhq/gui/baseComponents/SourceableValueLabel.java class SourceableValueLabel (line 43) | public class SourceableValueLabel extends JLabel { method SourceableValueLabel (line 49) | public SourceableValueLabel(SourceableValue v) { method SourceableValueLabel (line 54) | public SourceableValueLabel(SourceableValue v, String f) { method initialize (line 61) | private void initialize() { FILE: MekHQ/src/mekhq/gui/baseComponents/immersiveDialogs/ImmersiveDialogConfirmation.java class ImmersiveDialogConfirmation (line 55) | public class ImmersiveDialogConfirmation extends ImmersiveDialogCore { method wasConfirmed (line 72) | public boolean wasConfirmed() { method ImmersiveDialogConfirmation (line 89) | public ImmersiveDialogConfirmation(Campaign campaign, String nagKey) { method getPrimaryText (line 120) | private static String getPrimaryText(String nagKey) { method getSecondaryText (line 138) | private static String getSecondaryText() { method getNoText (line 153) | private static String getNoText() { method getYesText (line 168) | private static String getYesText() { method getSupplementalPanel (line 186) | private static JPanel getSupplementalPanel(String nagKey) { FILE: MekHQ/src/mekhq/gui/baseComponents/immersiveDialogs/ImmersiveDialogCore.java class ImmersiveDialogCore (line 97) | public class ImmersiveDialogCore extends JDialog { method getDialogChoice (line 134) | public int getDialogChoice() { method setDialogChoice (line 143) | public void setDialogChoice(int dialogChoice) { method getSpinnerValue (line 154) | public int getSpinnerValue() { method setSpinnerValue (line 165) | public void setSpinnerValue(int spinnerValue) { method getComboBoxChoiceIndex (line 175) | public int getComboBoxChoiceIndex() { method setComboBoxChoiceIndex (line 184) | public void setComboBoxChoiceIndex(int comboBoxChoiceIndex) { method getPadding (line 193) | protected int getPadding() { method ImmersiveDialogCore (line 220) | public ImmersiveDialogCore(Campaign campaign, @Nullable Person leftSpe... method setTitle (line 307) | protected void setTitle() { method createCenterBox (line 328) | private JPanel createCenterBox(String centerMessage, List butt... method fetchSpinnerFromPanel (line 683) | private void fetchSpinnerFromPanel(JPanel supplementalPanel) { method fetchComboBoxFromPanel (line 691) | private void fetchComboBoxFromPanel(JPanel supplementalPanel) { method buildLeftSpeakerPanel (line 711) | protected JPanel buildLeftSpeakerPanel(@Nullable Person speaker, Campa... method buildRightSpeakerPanel (line 762) | protected JPanel buildRightSpeakerPanel(@Nullable Person speaker, Camp... method getSpeakerDescription (line 783) | public static StringBuilder getSpeakerDescription(Campaign campaign, P... method getSpeakerIcon (line 829) | public static @Nullable ImageIcon getSpeakerIcon(@Nullable Campaign ca... method ButtonLabelTooltipPair (line 879) | public ButtonLabelTooltipPair(String btnLabel, @Nullable String btnToo... method btnLabel (line 892) | @Override method btnTooltip (line 902) | @Override FILE: MekHQ/src/mekhq/gui/baseComponents/immersiveDialogs/ImmersiveDialogNag.java class ImmersiveDialogNag (line 65) | public class ImmersiveDialogNag { type DialogChoice (line 69) | private enum DialogChoice { method DialogChoice (line 74) | DialogChoice(int choiceIndex) { method fromIndex (line 87) | public static DialogChoice fromIndex(int choiceIndex) { method getResourceBundle (line 102) | protected String getResourceBundle() { method ImmersiveDialogNag (line 124) | public ImmersiveDialogNag(final Campaign campaign, final @Nullable Adm... method constructDialog (line 146) | protected ImmersiveDialogCore constructDialog(Campaign campaign, Admin... method getInCharacterMessage (line 173) | protected String getInCharacterMessage(Campaign campaign, String key, ... method getOutOfCharacterMessage (line 187) | protected String getOutOfCharacterMessage(String key) { method processDialogChoice (line 210) | private void processDialogChoice(int choiceIndex, String nagConstant) { method createButtons (line 234) | protected List createButtons() { method getSpeaker (line 268) | protected @Nullable Person getSpeaker(Campaign campaign, @Nullable Adm... method shouldCancelAdvanceDay (line 287) | public boolean shouldCancelAdvanceDay() { FILE: MekHQ/src/mekhq/gui/baseComponents/immersiveDialogs/ImmersiveDialogNotification.java class ImmersiveDialogNotification (line 51) | public class ImmersiveDialogNotification extends ImmersiveDialogCore { method ImmersiveDialogNotification (line 62) | public ImmersiveDialogNotification(Campaign campaign, String centerMes... method ImmersiveDialogNotification (line 87) | public ImmersiveDialogNotification(Campaign campaign, String centerMes... method ImmersiveDialogNotification (line 113) | public ImmersiveDialogNotification(Campaign campaign, String centerMes... method createButtons (line 137) | private static List createButtons() { FILE: MekHQ/src/mekhq/gui/baseComponents/immersiveDialogs/ImmersiveDialogSimple.java class ImmersiveDialogSimple (line 56) | public class ImmersiveDialogSimple extends ImmersiveDialogCore { method ImmersiveDialogSimple (line 87) | public ImmersiveDialogSimple(Campaign campaign, @Nullable Person leftS... method ImmersiveDialogSimple (line 132) | public ImmersiveDialogSimple(Campaign campaign, @Nullable Person leftS... method createButtons (line 160) | private static List createButtons(@Nullable Li... FILE: MekHQ/src/mekhq/gui/baseComponents/immersiveDialogs/ImmersiveDialogWidth.java type ImmersiveDialogWidth (line 46) | public enum ImmersiveDialogWidth { method ImmersiveDialogWidth (line 72) | ImmersiveDialogWidth(int width) { method getWidth (line 81) | public int getWidth() { FILE: MekHQ/src/mekhq/gui/baseComponents/roundedComponents/RoundedJButton.java class RoundedJButton (line 52) | public class RoundedJButton extends JButton { method RoundedJButton (line 78) | public RoundedJButton() { method RoundedJButton (line 101) | public RoundedJButton(final String text) { method paintComponent (line 124) | @Override class RoundedButtonBorder (line 157) | public static class RoundedButtonBorder extends RoundedLineBorder { method RoundedButtonBorder (line 164) | public RoundedButtonBorder() { FILE: MekHQ/src/mekhq/gui/baseComponents/roundedComponents/RoundedLineBorder.java class RoundedLineBorder (line 59) | public class RoundedLineBorder extends AbstractBorder { method createRoundedLineBorder (line 75) | public static CompoundBorder createRoundedLineBorder() { method createRoundedLineBorder (line 94) | public static TitledBorder createRoundedLineBorder(String borderTitle) { method RoundedLineBorder (line 109) | public RoundedLineBorder(final Color color, final int thickness, final... method paintBorder (line 128) | @Override FILE: MekHQ/src/mekhq/gui/baseComponents/roundedComponents/RoundedMMToggleButton.java class RoundedMMToggleButton (line 53) | public class RoundedMMToggleButton extends MMToggleButton { method RoundedMMToggleButton (line 81) | public RoundedMMToggleButton(final String text) { method paintComponent (line 104) | @Override class RoundedButtonBorder (line 137) | public static class RoundedButtonBorder extends RoundedLineBorder { method RoundedButtonBorder (line 144) | public RoundedButtonBorder() { FILE: MekHQ/src/mekhq/gui/campaignOptions/CampaignOptionFlag.java type CampaignOptionFlag (line 43) | public enum CampaignOptionFlag { method CampaignOptionFlag (line 60) | CampaignOptionFlag(String key) { method loadSymbol (line 69) | private String loadSymbol() { method loadDescription (line 82) | private String loadDescription() { method getSymbol (line 95) | public String getSymbol() { method getDescription (line 104) | public String getDescription() { FILE: MekHQ/src/mekhq/gui/campaignOptions/CampaignOptionsAbilityInfo.java class CampaignOptionsAbilityInfo (line 42) | public class CampaignOptionsAbilityInfo { method CampaignOptionsAbilityInfo (line 56) | public CampaignOptionsAbilityInfo(String name, SpecialAbility ability,... method getName (line 69) | public String getName() { method setName (line 78) | public void setName(String name) { method getAbility (line 87) | public SpecialAbility getAbility() { method setAbility (line 96) | public void setAbility(SpecialAbility ability) { method isEnabled (line 105) | public boolean isEnabled() { method setEnabled (line 114) | public void setEnabled(boolean enabled) { method getCategory (line 123) | public AbilityCategory getCategory() { method setCategory (line 132) | public void setCategory(AbilityCategory category) { method toString (line 141) | @Override FILE: MekHQ/src/mekhq/gui/campaignOptions/CampaignOptionsDialog.java class CampaignOptionsDialog (line 76) | public class CampaignOptionsDialog extends AbstractMHQButtonDialog { type CampaignOptionsDialogMode (line 83) | public enum CampaignOptionsDialogMode { method CampaignOptionsDialog (line 94) | public CampaignOptionsDialog(final JFrame frame, final Campaign campai... method CampaignOptionsDialog (line 118) | public CampaignOptionsDialog(final JFrame frame, final Campaign campai... method CampaignOptionsDialog (line 148) | @Deprecated(since = "0.51.0", forRemoval = true) method wasCanceled (line 173) | public boolean wasCanceled() { method createCenterPane (line 182) | @Override method createButtonPanel (line 193) | @Override method processApplyAction (line 236) | public void processApplyAction() { method btnSaveActionPerformed (line 253) | private void btnSaveActionPerformed() { method btnLoadActionPerformed (line 274) | private void btnLoadActionPerformed() { method applyPreset (line 288) | @Deprecated(since = "0.50.07", forRemoval = true) method applyPreset (line 304) | public void applyPreset(CampaignPreset preset, boolean isStartup) { method showStratConNotice (line 316) | private void showStratConNotice() { FILE: MekHQ/src/mekhq/gui/campaignOptions/CampaignOptionsMetadata.java type AddedSinceBadge (line 60) | private enum AddedSinceBadge { method AddedSinceBadge (line 71) | AddedSinceBadge(String key) { method getColor (line 80) | String getColor() { method getSymbol (line 93) | String getSymbol() { method hasFlag (line 121) | public boolean hasFlag(CampaignOptionFlag flag) { method getBadgeType (line 134) | private AddedSinceBadge getBadgeType() { method getAddedSinceBadgeHtml (line 158) | String getAddedSinceBadgeHtml() { FILE: MekHQ/src/mekhq/gui/campaignOptions/CampaignOptionsPane.java class CampaignOptionsPane (line 109) | public class CampaignOptionsPane extends AbstractMHQTabbedPane { method CampaignOptionsPane (line 142) | public CampaignOptionsPane(final JFrame frame, final Campaign campaign... method initialize (line 157) | @Override method createTab (line 189) | private void createTab(String resourceName, JTabbedPane tab) { method createGeneralTab (line 218) | private JScrollPane createGeneralTab(CampaignOptionsDialogMode mode) { method createHumanResourcesParentTab (line 232) | private JTabbedPane createHumanResourcesParentTab() { method createAdvancementParentTab (line 326) | private JTabbedPane createAdvancementParentTab() { method createEquipmentAndSuppliesParentTab (line 392) | private JTabbedPane createEquipmentAndSuppliesParentTab() { method createStrategicOperationsParentTab (line 437) | private JTabbedPane createStrategicOperationsParentTab() { method applyCampaignOptionsToCampaign (line 511) | public void applyCampaignOptionsToCampaign(@Nullable CampaignPreset pr... method triggerUpgradeFreebies (line 597) | public static void triggerUpgradeFreebies(Campaign campaign, CampaignO... method inoculateAllCharacters (line 712) | private static void inoculateAllCharacters(Campaign campaign) { method inoculate (line 745) | private static void inoculate(Person person, Planet planet, String pla... method applyPreset (line 766) | @Deprecated(since = "0.50.07", forRemoval = true) method applyPreset (line 779) | public void applyPreset(@Nullable CampaignPreset campaignPreset, boole... FILE: MekHQ/src/mekhq/gui/campaignOptions/CampaignOptionsPresetPicker.java class CampaignOptionsPresetPicker (line 59) | public class CampaignOptionsPresetPicker extends JDialog { type PresetSelection (line 88) | private enum PresetSelection { method PresetSelection (line 95) | PresetSelection(int value) { method getValue (line 104) | public int getValue() { method wasCanceled (line 114) | public boolean wasCanceled() { method wasApplied (line 123) | public boolean wasApplied() { method wasCustomized (line 132) | @Deprecated(since = "0.51.0", forRemoval = true) method getSelectedPreset (line 142) | public CampaignPreset getSelectedPreset() { method CampaignOptionsPresetPicker (line 152) | public CampaignOptionsPresetPicker(JFrame parentFrame, boolean include... method updateDescription (line 276) | private void updateDescription(JComboBox cboPresets, J... method convertPresetListModelToComboBoxModel (line 294) | private DefaultComboBoxModel convertPresetListModelToC... FILE: MekHQ/src/mekhq/gui/campaignOptions/CampaignOptionsUtilities.java class CampaignOptionsUtilities (line 89) | public class CampaignOptionsUtilities { method getMetadata (line 123) | public static CampaignOptionsMetadata getMetadata(@Nullable Version ve... method buildMetadataKey (line 136) | private static String buildMetadataKey(@Nullable Version version, Camp... method getCampaignOptionsResourceBundle (line 146) | public static String getCampaignOptionsResourceBundle() { method getImageDirectory (line 155) | public static String getImageDirectory() { method createGroupLayout (line 171) | public static GroupLayout createGroupLayout(JPanel panel) { method createParentPanel (line 188) | public static JPanel createParentPanel(JPanel panel, String name) { method createSubTabs (line 226) | static JTabbedPane createSubTabs(Map panels) { method processWrapSize (line 300) | public static int processWrapSize(@Nullable Integer customWrapSize) { method createTipPanelUpdater (line 323) | public static MouseAdapter createTipPanelUpdater(CampaignOptionsHeader... method createTipPanelUpdater (line 349) | public static MouseAdapter createTipPanelUpdater(CampaignOptionsHeader... method tipLineCounter (line 421) | private static int tipLineCounter(String tip) { method formatBadges (line 452) | public static String formatBadges(@Nullable CampaignOptionsMetadata me... FILE: MekHQ/src/mekhq/gui/campaignOptions/CreateCampaignPreset.java class CreateCampaignPreset (line 81) | public class CreateCampaignPreset extends AbstractMHQValidationButtonDia... method CreateCampaignPreset (line 118) | public CreateCampaignPreset(final JFrame frame, final Campaign campaign, method getCampaign (line 140) | public Campaign getCampaign() { method getPreset (line 144) | public @Nullable CampaignPreset getPreset() { method setPreset (line 148) | public void setPreset(final @Nullable CampaignPreset preset) { method getTxtPresetName (line 152) | public JTextField getTxtPresetName() { method setTxtPresetName (line 156) | public void setTxtPresetName(final JTextField txtPresetName) { method getTxtPresetDescription (line 160) | public JTextArea getTxtPresetDescription() { method setTxtPresetDescription (line 164) | public void setTxtPresetDescription(final JTextArea txtPresetDescripti... method getChkSpecifyDate (line 169) | public JCheckBox getChkSpecifyDate() { method setChkSpecifyDate (line 173) | public void setChkSpecifyDate(final JCheckBox chkSpecifyDate) { method getDate (line 177) | public LocalDate getDate() { method setDate (line 181) | public void setDate(final LocalDate date) { method getChkSpecifyFaction (line 185) | public JCheckBox getChkSpecifyFaction() { method setChkSpecifyFaction (line 189) | public void setChkSpecifyFaction(final JCheckBox chkSpecifyFaction) { method getComboFaction (line 193) | public MMComboBox getComboFaction() { method setComboFaction (line 197) | public void setComboFaction(final MMComboBox comboFact... method getChkSpecifyPlanet (line 201) | public JCheckBox getChkSpecifyPlanet() { method setChkSpecifyPlanet (line 205) | public void setChkSpecifyPlanet(final JCheckBox chkSpecifyPlanet) { method getChkStartingSystemFactionSpecific (line 209) | public JCheckBox getChkStartingSystemFactionSpecific() { method setChkStartingSystemFactionSpecific (line 213) | public void setChkStartingSystemFactionSpecific(final JCheckBox chkSta... method getComboStartingSystem (line 217) | public MMComboBox getComboStartingSystem() { method setComboStartingSystem (line 221) | public void setComboStartingSystem(final MMComboBox c... method restoreComboStartingSystem (line 225) | private void restoreComboStartingSystem() { method getComboStartingPlanet (line 232) | public MMComboBox getComboStartingPlanet() { method setComboStartingPlanet (line 236) | public void setComboStartingPlanet(final MMComboBox comboStart... method restoreComboStartingPlanet (line 240) | private void restoreComboStartingPlanet() { method getChkSpecifyRankSystem (line 251) | public JCheckBox getChkSpecifyRankSystem() { method setChkSpecifyRankSystem (line 255) | public void setChkSpecifyRankSystem(final JCheckBox chkSpecifyRankSyst... method getComboRankSystem (line 259) | public MMComboBox getComboRankSystem() { method setComboRankSystem (line 263) | public void setComboRankSystem(final MMComboBox comboRankS... method getSpnContractCount (line 267) | public JSpinner getSpnContractCount() { method setSpnContractCount (line 271) | public void setSpnContractCount(final JSpinner spnContractCount) { method getChkGM (line 275) | public JCheckBox getChkGM() { method setChkGM (line 279) | public void setChkGM(final JCheckBox chkGM) { method getChkSpecifyCompanyGenerationOptions (line 283) | public JCheckBox getChkSpecifyCompanyGenerationOptions() { method setChkSpecifyCompanyGenerationOptions (line 287) | public void setChkSpecifyCompanyGenerationOptions(final JCheckBox chkS... method getCompanyGenerationOptions (line 291) | public @Nullable CompanyGenerationOptions getCompanyGenerationOptions() { method setCompanyGenerationOptions (line 295) | public void setCompanyGenerationOptions(final @Nullable CompanyGenerat... method getChkSpecifyGameOptions (line 301) | public JCheckBox getChkSpecifyGameOptions() { method setChkSpecifyGameOptions (line 305) | public void setChkSpecifyGameOptions(final JCheckBox chkSpecifyGameOpt... method getGameOptions (line 309) | public GameOptions getGameOptions() { method getChkSpecifyCampaignOptions (line 313) | public JCheckBox getChkSpecifyCampaignOptions() { method setChkSpecifyCampaignOptions (line 317) | public void setChkSpecifyCampaignOptions(final JCheckBox chkSpecifyCam... method getCampaignOptions (line 321) | public CampaignOptions getCampaignOptions() { method getRandomSkillPreferences (line 325) | public RandomSkillPreferences getRandomSkillPreferences() { method getSkills (line 329) | public Map getSkills() { method getSpecialAbilities (line 333) | public Map getSpecialAbilities() { method createCenterPane (line 340) | @Override method createStartupPanel (line 390) | private JPanel createStartupPanel() { method createContinuousPanel (line 622) | private JPanel createContinuousPanel() { method finalizeInitialization (line 673) | @Override method setCustomPreferences (line 699) | @Override method okAction (line 714) | @Override method validateAction (line 760) | @Override method getPlanetarySystems (line 820) | private PlanetarySystem[] getPlanetarySystems(final @Nullable FactionD... FILE: MekHQ/src/mekhq/gui/campaignOptions/components/CampaignOptionsButton.java class CampaignOptionsButton (line 54) | public class CampaignOptionsButton extends RoundedJButton { method CampaignOptionsButton (line 66) | public CampaignOptionsButton(String name) { method CampaignOptionsButton (line 85) | public CampaignOptionsButton(String name, @Nullable Integer customWrap... method CampaignOptionsButton (line 97) | public CampaignOptionsButton(String name, @Nullable CampaignOptionsMet... method CampaignOptionsButton (line 119) | public CampaignOptionsButton(String name, @Nullable Integer customWrap... FILE: MekHQ/src/mekhq/gui/campaignOptions/components/CampaignOptionsCheckBox.java class CampaignOptionsCheckBox (line 55) | public class CampaignOptionsCheckBox extends JCheckBox { method CampaignOptionsCheckBox (line 70) | public CampaignOptionsCheckBox(String name) { method CampaignOptionsCheckBox (line 89) | public CampaignOptionsCheckBox(String name, @Nullable Integer customWr... method CampaignOptionsCheckBox (line 101) | public CampaignOptionsCheckBox(String name, @Nullable CampaignOptionsM... method CampaignOptionsCheckBox (line 123) | public CampaignOptionsCheckBox(String name, @Nullable Integer customWr... FILE: MekHQ/src/mekhq/gui/campaignOptions/components/CampaignOptionsGridBagConstraints.java class CampaignOptionsGridBagConstraints (line 52) | public class CampaignOptionsGridBagConstraints extends GridBagConstraints { method CampaignOptionsGridBagConstraints (line 67) | public CampaignOptionsGridBagConstraints(JPanel panel) { method CampaignOptionsGridBagConstraints (line 91) | public CampaignOptionsGridBagConstraints(JPanel panel, @Nullable Integ... FILE: MekHQ/src/mekhq/gui/campaignOptions/components/CampaignOptionsHeaderPanel.java class CampaignOptionsHeaderPanel (line 61) | public class CampaignOptionsHeaderPanel extends JPanel { method getTipPanelHeight (line 66) | public int getTipPanelHeight() { method getTipPanelName (line 70) | public static String getTipPanelName() { method CampaignOptionsHeaderPanel (line 74) | @Deprecated(since = "0.50.06", forRemoval = true) method CampaignOptionsHeaderPanel (line 89) | public CampaignOptionsHeaderPanel(String name, String imageAddress) { method CampaignOptionsHeaderPanel (line 104) | public CampaignOptionsHeaderPanel(String name, String imageAddress, in... method CampaignOptionsHeaderPanel (line 122) | public CampaignOptionsHeaderPanel(String name, String imageAddress, bo... method getTooltipJLabel (line 185) | private JLabel getTooltipJLabel(String name, boolean includeTipPanel, ... FILE: MekHQ/src/mekhq/gui/campaignOptions/components/CampaignOptionsLabel.java class CampaignOptionsLabel (line 54) | public class CampaignOptionsLabel extends JLabel { method CampaignOptionsLabel (line 66) | public CampaignOptionsLabel(String name) { method CampaignOptionsLabel (line 86) | public CampaignOptionsLabel(String name, @Nullable Integer customWrapS... method CampaignOptionsLabel (line 98) | public CampaignOptionsLabel(String name, @Nullable CampaignOptionsMeta... method CampaignOptionsLabel (line 121) | public CampaignOptionsLabel(String name, @Nullable Integer customWrapS... method buildLabelText (line 146) | private static String buildLabelText(String name, @Nullable CampaignOp... FILE: MekHQ/src/mekhq/gui/campaignOptions/components/CampaignOptionsSpinner.java class CampaignOptionsSpinner (line 55) | public class CampaignOptionsSpinner extends JSpinner { method CampaignOptionsSpinner (line 74) | public CampaignOptionsSpinner(String name, @Nullable Integer customWra... method CampaignOptionsSpinner (line 100) | public CampaignOptionsSpinner(String name, int defaultValue, int minimum, method CampaignOptionsSpinner (line 117) | public CampaignOptionsSpinner(String name, double defaultValue, double... method CampaignOptionsSpinner (line 132) | public CampaignOptionsSpinner(String name, int defaultValue, int minimum, method CampaignOptionsSpinner (line 147) | public CampaignOptionsSpinner(String name, double defaultValue, double... method CampaignOptionsSpinner (line 164) | public CampaignOptionsSpinner(String name, @Nullable Integer customWra... method CampaignOptionsSpinner (line 181) | public CampaignOptionsSpinner(String name, @Nullable Integer customWra... method createSpinnerModel (line 197) | private static SpinnerNumberModel createSpinnerModel(Number defaultVal... method configureSpinner (line 218) | private void configureSpinner(String name) { FILE: MekHQ/src/mekhq/gui/campaignOptions/components/CampaignOptionsStandardPanel.java class CampaignOptionsStandardPanel (line 55) | public class CampaignOptionsStandardPanel extends JPanel { method CampaignOptionsStandardPanel (line 64) | public CampaignOptionsStandardPanel(String name) { method CampaignOptionsStandardPanel (line 78) | public CampaignOptionsStandardPanel(String name, boolean includeBorder) { method CampaignOptionsStandardPanel (line 94) | public CampaignOptionsStandardPanel(String name, boolean includeBorder... method CampaignOptionsStandardPanel (line 112) | public CampaignOptionsStandardPanel(String name, boolean includeBorder... FILE: MekHQ/src/mekhq/gui/campaignOptions/components/CampaignOptionsTextField.java class CampaignOptionsTextField (line 51) | public class CampaignOptionsTextField extends JTextField { method CampaignOptionsTextField (line 61) | public CampaignOptionsTextField(String name) { method CampaignOptionsTextField (line 76) | public CampaignOptionsTextField(String name, @Nullable Integer customW... FILE: MekHQ/src/mekhq/gui/campaignOptions/contents/AbilitiesTab.java class AbilitiesTab (line 84) | public class AbilitiesTab { method AbilitiesTab (line 97) | public AbilitiesTab() { method initialize (line 106) | private void initialize() { method buildAllAbilityInfo (line 123) | public void buildAllAbilityInfo(Map abilities) { method refreshAll (line 166) | private void refreshAll() { method refreshTabContents (line 181) | private void refreshTabContents(JPanel tab, AbilityCategory category) { method buildAbilityInfo (line 200) | private void buildAbilityInfo(Map abilities, b... method createAbilitiesTab (line 224) | public JPanel createAbilitiesTab(AbilityCategory abilityCategory) { method toggleAbilitiesAction (line 334) | private void toggleAbilitiesAction(@Nullable AbilityCategory abilityCa... method createSPAPanel (line 353) | private JPanel createSPAPanel(CampaignOptionsAbilityInfo abilityInfo) { method editSPA (line 442) | private boolean editSPA(SpecialAbility ability) { class AbilitiesTabStandardPanel (line 459) | static class AbilitiesTabStandardPanel extends JPanel { method AbilitiesTabStandardPanel (line 466) | public AbilitiesTabStandardPanel(SpecialAbility ability) { method createAbilityLabel (line 491) | private JLabel createAbilityLabel(String resourceKey, String descripti... method buildAbilityDescription (line 503) | private static String buildAbilityDescription(String description) { method applyCampaignOptionsToCampaign (line 514) | public void applyCampaignOptionsToCampaign(@Nullable CampaignPreset pr... FILE: MekHQ/src/mekhq/gui/campaignOptions/contents/AdvancementTab.java class AdvancementTab (line 73) | public class AdvancementTab { method AdvancementTab (line 220) | public AdvancementTab(Campaign campaign) { method initialize (line 233) | private void initialize() { method initializeXPAwardsTab (line 242) | private void initializeXPAwardsTab() { method xpAwardsTab (line 293) | public JPanel xpAwardsTab() { method createTasksPanel (line 351) | private JPanel createTasksPanel() { method createScenariosPanel (line 415) | private JPanel createScenariosPanel() { method createMissionsPanel (line 463) | private JPanel createMissionsPanel() { method createAdministratorsPanel (line 546) | private JPanel createAdministratorsPanel() { method initializeSkillRandomizationTab (line 594) | private void initializeSkillRandomizationTab() { method skillRandomizationTab (line 690) | public JPanel skillRandomizationTab() { method createPhenotypePanel (line 735) | private JPanel createPhenotypePanel() { method createAbilityPanel (line 773) | private JPanel createAbilityPanel() { method createSkillGroupPanel (line 865) | private JPanel createSkillGroupPanel() { method createGunnerySkillsContainer (line 892) | private JPanel createGunnerySkillsContainer() { method createCommandSkillsPanel (line 910) | private JPanel createCommandSkillsPanel() { method createUtilitySkillsPanel (line 1007) | private JPanel createUtilitySkillsPanel() { method createSmallArmsPanel (line 1104) | private JPanel createSmallArmsPanel() { method createArtilleryPanel (line 1141) | private JPanel createArtilleryPanel() { method createSecondarySkillPanel (line 1178) | private JPanel createSecondarySkillPanel() { method recruitmentBonusesTab (line 1241) | public JPanel recruitmentBonusesTab() { method createRecruitmentBonusesCombatPanel (line 1281) | private JPanel createRecruitmentBonusesCombatPanel() { method createRecruitmentBonusesSupportPanel (line 1323) | private JPanel createRecruitmentBonusesSupportPanel() { method loadValuesFromCampaignOptions (line 1360) | public void loadValuesFromCampaignOptions() { method loadValuesFromCampaignOptions (line 1373) | public void loadValuesFromCampaignOptions(@Nullable CampaignOptions pr... method applyCampaignOptionsToCampaign (line 1477) | public void applyCampaignOptionsToCampaign(@Nullable CampaignOptions p... FILE: MekHQ/src/mekhq/gui/campaignOptions/contents/BiographyTab.java class BiographyTab (line 97) | public class BiographyTab { method BiographyTab (line 223) | public BiographyTab(Campaign campaign, GeneralTab generalTab) { method initialize (line 245) | private void initialize() { method initializeNameAndPortraitTab (line 263) | private void initializeNameAndPortraitTab() { method initializeEducationTab (line 288) | private void initializeEducationTab() { method initializeDeathTab (line 330) | private void initializeDeathTab() { method initializeBackgroundsTab (line 347) | private void initializeBackgroundsTab() { method initializeGeneralTab (line 379) | private void initializeGeneralTab() { method getFactionNamesModel (line 411) | private static DefaultComboBoxModel getFactionNamesModel() { method createGeneralTab (line 429) | public JPanel createGeneralTab() { method createAnniversariesPanel (line 524) | private JPanel createAnniversariesPanel() { method createLifeEventsPanel (line 559) | private JPanel createLifeEventsPanel() { method createComingOfAgePanel (line 589) | private JPanel createComingOfAgePanel() { method createBackgroundsTab (line 631) | public JPanel createBackgroundsTab() { method createRandomBackgroundsPanel (line 675) | JPanel createRandomBackgroundsPanel() { method createRandomOriginOptionsPanel (line 722) | private JPanel createRandomOriginOptionsPanel() { method refreshSystemsAndPlanets (line 875) | private void refreshSystemsAndPlanets() { method restoreComboSpecifiedPlanet (line 891) | private void restoreComboSpecifiedPlanet() { method restoreComboSpecifiedSystem (line 906) | private void restoreComboSpecifiedSystem() { method getPlanetarySystems (line 923) | private PlanetarySystem[] getPlanetarySystems(final @Nullable Faction ... method createDeathTab (line 951) | public JPanel createDeathTab() { method createDeathAgeGroupsPanel (line 1012) | private JPanel createDeathAgeGroupsPanel() { method createEducationTab (line 1046) | public JPanel createEducationTab() { method createEnableStandardSetsPanel (line 1182) | private JPanel createEnableStandardSetsPanel() { method createXpAndSkillBonusesPanel (line 1222) | private JPanel createXpAndSkillBonusesPanel() { method createDropoutChancePanel (line 1261) | private JPanel createDropoutChancePanel() { method createAccidentsAndEventsPanel (line 1304) | private JPanel createAccidentsAndEventsPanel() { method createNameAndPortraitGenerationTab (line 1347) | public JPanel createNameAndPortraitGenerationTab() { method createRandomPortraitPanel (line 1429) | private JPanel createRandomPortraitPanel() { method createRankTab (line 1491) | public JPanel createRankTab() { method loadValuesFromCampaignOptions (line 1518) | public void loadValuesFromCampaignOptions() { method loadValuesFromCampaignOptions (line 1530) | public void loadValuesFromCampaignOptions(@Nullable CampaignOptions pr... method applyCampaignOptionsToCampaign (line 1632) | public void applyCampaignOptionsToCampaign(@Nullable CampaignOptions p... FILE: MekHQ/src/mekhq/gui/campaignOptions/contents/EquipmentAndSuppliesTab.java class EquipmentAndSuppliesTab (line 87) | public class EquipmentAndSuppliesTab { method EquipmentAndSuppliesTab (line 185) | public EquipmentAndSuppliesTab(CampaignOptions campaignOptions) { method initialize (line 195) | void initialize() { method initializePlanetaryAcquisitionsTab (line 214) | private void initializePlanetaryAcquisitionsTab() { method initializeDelivery (line 257) | private void initializeDelivery() { method initializeAcquisitionTab (line 268) | private void initializeAcquisitionTab() { method initializeAutoLogisticsTab (line 297) | private void initializeAutoLogisticsTab() { method initializeTechLimitsTab (line 327) | private void initializeTechLimitsTab() { method createAcquisitionTab (line 347) | public JPanel createAcquisitionTab() { method createAcquisitionPanel (line 384) | private JPanel createAcquisitionPanel() { method createAutoLogisticsPanel (line 491) | private JPanel createAutoLogisticsPanel() { method addSpinnerToPanel (line 580) | private void addSpinnerToPanel(JPanel panel, GridBagConstraints layout... method createPlanetaryAcquisitionTab (line 596) | public JPanel createPlanetaryAcquisitionTab() { method createOptionsPanel (line 634) | private JPanel createOptionsPanel() { method createModifiersPanel (line 723) | private JPanel createModifiersPanel() { method createTechModifiersPanel (line 781) | private JPanel createTechModifiersPanel() { method getSpinnerHeight (line 814) | private int getSpinnerHeight() { method createIndustryModifiersPanel (line 834) | private JPanel createIndustryModifiersPanel() { method createOutputModifiersPanel (line 884) | private JPanel createOutputModifiersPanel() { method setSpinnerWidth (line 934) | private void setSpinnerWidth(JSpinner spinner) { method getTransitUnitOptions (line 944) | private static DefaultComboBoxModel getTransitUnitOptions() { method getTransitUnitName (line 960) | private static String getTransitUnitName(final int unit) { method buildProcurementPersonnelPickComboOptions (line 982) | private static DefaultComboBoxModel buildProcurementPersonnelP... method createTechLimitsTab (line 1000) | public JPanel createTechLimitsTab() { method getMaximumTechLevelOptions (line 1092) | private static DefaultComboBoxModel getMaximumTechLevelOptions... method applyCampaignOptionsToCampaign (line 1111) | public void applyCampaignOptionsToCampaign(@Nullable CampaignOptions p... method loadValuesFromCampaignOptions (line 1183) | public void loadValuesFromCampaignOptions() { method loadValuesFromCampaignOptions (line 1194) | public void loadValuesFromCampaignOptions(@Nullable CampaignOptions pr... FILE: MekHQ/src/mekhq/gui/campaignOptions/contents/FinancesTab.java class FinancesTab (line 74) | public class FinancesTab { method FinancesTab (line 165) | public FinancesTab(Campaign campaign) { method initialize (line 176) | private void initialize() { method initializeGeneralOptionsTab (line 191) | private void initializeGeneralOptionsTab() { method createFinancesGeneralOptionsTab (line 257) | public JPanel createFinancesGeneralOptionsTab() { method createPaymentsPanel (line 310) | private JPanel createPaymentsPanel() { method createOtherSystemsPanel (line 378) | private JPanel createOtherSystemsPanel() { method createGeneralOptionsPanel (line 409) | private JPanel createGeneralOptionsPanel() { method createSalesPanel (line 485) | private JPanel createSalesPanel() { method createTaxesPanel (line 513) | private JPanel createTaxesPanel() { method createSharesPanel (line 550) | private JPanel createSharesPanel() { method createRentedFacilitiesPanel (line 573) | private JPanel createRentedFacilitiesPanel() { method initializePriceMultipliersTab (line 652) | private void initializePriceMultipliersTab() { method createPriceMultipliersTab (line 687) | public JPanel createPriceMultipliersTab() { method createGeneralMultipliersPanel (line 725) | private JPanel createGeneralMultipliersPanel() { method createUsedPartsMultiplierPanel (line 833) | private JPanel createUsedPartsMultiplierPanel() { method createOtherMultipliersPanel (line 880) | private JPanel createOtherMultipliersPanel() { method applyCampaignOptionsToCampaign (line 947) | public void applyCampaignOptionsToCampaign(@Nullable CampaignOptions p... method loadValuesFromCampaignOptions (line 1006) | public void loadValuesFromCampaignOptions() { method loadValuesFromCampaignOptions (line 1018) | public void loadValuesFromCampaignOptions(@Nullable CampaignOptions pr... FILE: MekHQ/src/mekhq/gui/campaignOptions/contents/GeneralTab.java class GeneralTab (line 104) | public class GeneralTab { method GeneralTab (line 137) | public GeneralTab(Campaign campaign, JFrame frame, CampaignOptionsDial... method getDate (line 152) | public LocalDate getDate() { method getFaction (line 164) | public Faction getFaction() { method createGeneralTab (line 187) | public AbstractMHQScrollablePanel createGeneralTab() { method createGeneralHeader (line 312) | private static JPanel createGeneralHeader() { method initialize (line 355) | private void initialize() { method buildFactionDisplayOptions (line 392) | private DefaultComboBoxModel buildFactionDisplayOption... method pickRandomFaction (line 414) | private @Nullable FactionDisplay pickRandomFaction() { method btnDateActionPerformed (line 426) | private void btnDateActionPerformed(ActionEvent actionEvent) { method setDate (line 440) | private void setDate(final @Nullable LocalDate date) { method btnCamoActionPerformed (line 464) | private void btnCamoActionPerformed(ActionEvent actionEvent) { method btnIconActionPerformed (line 478) | private void btnIconActionPerformed(ActionEvent actionEvent) { method createFurtherReadingPanel (line 492) | private JPanel createFurtherReadingPanel() { method loadValuesFromCampaignOptions (line 516) | public void loadValuesFromCampaignOptions() { method loadValuesFromCampaignOptions (line 543) | public void loadValuesFromCampaignOptions(@Nullable LocalDate presetDa... method applyCampaignOptionsToCampaign (line 564) | public void applyCampaignOptionsToCampaign(boolean isStartUp, boolean ... FILE: MekHQ/src/mekhq/gui/campaignOptions/contents/MarketsTab.java class MarketsTab (line 102) | public class MarketsTab { method MarketsTab (line 189) | public MarketsTab(Campaign campaign) { method initialize (line 203) | private void initialize() { method initializePersonnelMarket (line 215) | private void initializePersonnelMarket() { method getPersonnelMarketTypeOptions (line 239) | @Deprecated(since = "0.50.06") method createPersonnelMarketTab (line 256) | public JPanel createPersonnelMarketTab() { method createPersonnelMarketGeneralOptionsPanel (line 293) | private JPanel createPersonnelMarketGeneralOptionsPanel() { method createPersonnelMarketRemovalOptionsPanel (line 364) | private JPanel createPersonnelMarketRemovalOptionsPanel() { method initializeUnitMarket (line 434) | private void initializeUnitMarket() { method createUnitMarketTab (line 454) | public JPanel createUnitMarketTab() { method initializeContractMarket (line 549) | private void initializeContractMarket() { method createContractMarketTab (line 596) | public JPanel createContractMarketTab() { method createContractMarketGeneralOptionsPanel (line 630) | private JPanel createContractMarketGeneralOptionsPanel() { method createContractPayPanel (line 761) | private JPanel createContractPayPanel() { method loadValuesFromCampaignOptions (line 915) | public void loadValuesFromCampaignOptions() { method loadValuesFromCampaignOptions (line 928) | public void loadValuesFromCampaignOptions(@Nullable CampaignOptions pr... method applyCampaignOptionsToCampaign (line 984) | public void applyCampaignOptionsToCampaign(@Nullable CampaignOptions p... FILE: MekHQ/src/mekhq/gui/campaignOptions/contents/PersonnelTab.java class PersonnelTab (line 98) | public class PersonnelTab { method PersonnelTab (line 239) | public PersonnelTab(CampaignOptions campaignOptions) { method initialize (line 248) | private void initialize() { method initializePrisonersAndDependentsTab (line 261) | private void initializePrisonersAndDependentsTab() { method initializeMedicalTab (line 281) | private void initializeMedicalTab() { method initializeAwardsTab (line 312) | private void initializeAwardsTab() { method initializePersonnelInformationTab (line 344) | private void initializePersonnelInformationTab() { method initializePersonnelLogsTab (line 365) | private void initializePersonnelLogsTab() { method initializeGeneralTab (line 384) | private void initializeGeneralTab() { method createGeneralTab (line 426) | public JPanel createGeneralTab() { method createGeneralOptionsPanel (line 477) | private JPanel createGeneralOptionsPanel() { method createPersonnelCleanUpPanel (line 574) | private JPanel createPersonnelCleanUpPanel() { method createAdministratorsPanel (line 615) | private JPanel createAdministratorsPanel() { method createBlobCrewPanel (line 643) | private JPanel createBlobCrewPanel() { method createAwardsTab (line 700) | public JPanel createAwardsTab() { method createAwardsGeneralOptionsPanel (line 770) | JPanel createAwardsGeneralOptionsPanel() { method createAutoAwardsFilterPanel (line 842) | private JPanel createAutoAwardsFilterPanel() { method createMedicalTab (line 919) | public JPanel createMedicalTab() { method createPersonnelInformationTab (line 1085) | public JPanel createPersonnelInformationTab() { method createPersonnelLogsPanel (line 1172) | JPanel createPersonnelLogsPanel() { method createPrisonersAndDependentsTab (line 1261) | public JPanel createPrisonersAndDependentsTab() { method createPrisonersPanel (line 1297) | private JPanel createPrisonersPanel() { method createDependentsPanel (line 1354) | private JPanel createDependentsPanel() { method createSalariesTab (line 1411) | @Deprecated(since = "0.50.06", forRemoval = true) method loadValuesFromCampaignOptions (line 1423) | @Deprecated(since = "0.50.06", forRemoval = true) method loadValuesFromCampaignOptions (line 1431) | public void loadValuesFromCampaignOptions(Version version) { method loadValuesFromCampaignOptions (line 1438) | @Deprecated(since = "0.50.06", forRemoval = true) method loadValuesFromCampaignOptions (line 1453) | public void loadValuesFromCampaignOptions(@Nullable CampaignOptions pr... method applyCampaignOptionsToCampaign (line 1563) | public void applyCampaignOptionsToCampaign(Campaign campaign, @Nullabl... FILE: MekHQ/src/mekhq/gui/campaignOptions/contents/RelationshipsTab.java class RelationshipsTab (line 82) | public class RelationshipsTab { method RelationshipsTab (line 169) | public RelationshipsTab(CampaignOptions campaignOptions) { method initialize (line 178) | private void initialize() { method initializeProcreationTab (line 188) | private void initializeProcreationTab() { method initializeDivorceTab (line 223) | private void initializeDivorceTab() { method initializeMarriageTab (line 243) | private void initializeMarriageTab() { method createMarriageTab (line 284) | public JPanel createMarriageTab() { method createMarriageGeneralOptionsPanel (line 320) | private JPanel createMarriageGeneralOptionsPanel() { method createRandomMarriagePanel (line 375) | private JPanel createRandomMarriagePanel() { method createDivorceTab (line 469) | public JPanel createDivorceTab() { method createRandomDivorcePanel (line 525) | private JPanel createRandomDivorcePanel() { method createProcreationTab (line 601) | public JPanel createProcreationTab() { method createProcreationGeneralOptionsPanel (line 647) | private JPanel createProcreationGeneralOptionsPanel() { method createRandomProcreationPanel (line 767) | private JPanel createRandomProcreationPanel() { method createRandomSexualityPanel (line 857) | private JPanel createRandomSexualityPanel() { method loadValuesFromCampaignOptions (line 917) | public void loadValuesFromCampaignOptions() { method loadValuesFromCampaignOptions (line 928) | public void loadValuesFromCampaignOptions(@Nullable CampaignOptions pr... method applyCampaignOptionsToCampaign (line 989) | public void applyCampaignOptionsToCampaign(@Nullable CampaignOptions p... FILE: MekHQ/src/mekhq/gui/campaignOptions/contents/RepairAndMaintenanceTab.java class RepairAndMaintenanceTab (line 75) | public class RepairAndMaintenanceTab { method RepairAndMaintenanceTab (line 113) | public RepairAndMaintenanceTab(CampaignOptions campaignOptions) { method initialize (line 122) | void initialize() { method initializeRepairTab (line 134) | private void initializeRepairTab() { method initializeMaintenanceTab (line 162) | private void initializeMaintenanceTab() { method createRepairTab (line 196) | public JPanel createRepairTab() { method createMaintenanceTab (line 316) | public JPanel createMaintenanceTab() { method applyCampaignOptionsToCampaign (line 450) | public void applyCampaignOptionsToCampaign(@Nullable CampaignOptions p... method loadValuesFromCampaignOptions (line 484) | public void loadValuesFromCampaignOptions() { method loadValuesFromCampaignOptions (line 498) | public void loadValuesFromCampaignOptions(@Nullable CampaignOptions pr... FILE: MekHQ/src/mekhq/gui/campaignOptions/contents/RulesetsTab.java class RulesetsTab (line 89) | public class RulesetsTab { method RulesetsTab (line 182) | public RulesetsTab(CampaignOptions campaignOptions) { method initialize (line 196) | private void initialize() { method initializeUniversalOptions (line 209) | private void initializeUniversalOptions() { method substantializeUniversalOptions (line 298) | private void substantializeUniversalOptions() { method getSkillLevelOptions (line 345) | private static DefaultComboBoxModel getSkillLevelOptions() { method createUniversalScenarioGenerationPanel (line 363) | private JPanel createUniversalScenarioGenerationPanel() { method createAutoResolvePanel (line 419) | private JPanel createAutoResolvePanel() { method createUniversalUnitRatioPanel (line 472) | private JPanel createUniversalUnitRatioPanel() { method createCallSignsPanel (line 507) | private JPanel createCallSignsPanel() { method createUniversalModifiersPanel (line 540) | private JPanel createUniversalModifiersPanel() { method createUniversalMapGenerationPanel (line 588) | private JPanel createUniversalMapGenerationPanel() { method createUniversalCampaignOptionsPanel (line 636) | private JPanel createUniversalCampaignOptionsPanel() { method createUniversalMoralePanel (line 653) | private JPanel createUniversalMoralePanel() { method createUniversalPartsPanel (line 721) | private JPanel createUniversalPartsPanel() { method initializeStratConTab (line 741) | private void initializeStratConTab() { method createStratConTab (line 779) | public JPanel createStratConTab() { method initializeLegacyTab (line 926) | private void initializeLegacyTab() {} method createLegacyTab (line 937) | @Deprecated(since = "0.51.0", forRemoval = true) method applyCampaignOptionsToCampaign (line 967) | public void applyCampaignOptionsToCampaign(@Nullable CampaignOptions p... method loadValuesFromCampaignOptions (line 1018) | public void loadValuesFromCampaignOptions() { method loadValuesFromCampaignOptions (line 1032) | public void loadValuesFromCampaignOptions(@Nullable CampaignOptions pr... FILE: MekHQ/src/mekhq/gui/campaignOptions/contents/SalariesTab.java class SalariesTab (line 83) | public class SalariesTab { method SalariesTab (line 121) | public SalariesTab(CampaignOptions campaignOptions) { method initialize (line 130) | private void initialize() { method createSalariesTab (line 172) | public JPanel createSalariesTab(PersonnelRoleSubType type) { method createSalaryMultipliersPanel (line 229) | private JPanel createSalaryMultipliersPanel() { method createExperienceMultipliersPanel (line 268) | private JPanel createExperienceMultipliersPanel() { method createBaseSalariesPanel (line 353) | private JPanel createBaseSalariesPanel(PersonnelRoleSubType type) { method loadValuesFromCampaignOptions (line 473) | public void loadValuesFromCampaignOptions() { method loadValuesFromCampaignOptions (line 486) | public void loadValuesFromCampaignOptions(@Nullable CampaignOptions pr... method applyCampaignOptionsToCampaign (line 524) | public void applyCampaignOptionsToCampaign(@Nullable CampaignOptions p... FILE: MekHQ/src/mekhq/gui/campaignOptions/contents/SkillsTab.java class SkillsTab (line 92) | public class SkillsTab { method SkillsTab (line 118) | public SkillsTab(CampaignOptions campaignOptions) { method initialize (line 127) | private void initialize() { method initializeGeneral (line 135) | private void initializeGeneral() { method createSkillsTab (line 166) | public JPanel createSkillsTab(SkillSubType category) { method createEdgeCostPanel (line 309) | private JPanel createEdgeCostPanel() { method setVisibleForAll (line 345) | private void setVisibleForAll(boolean visible) { method setVisibleForAll (line 363) | private void setVisibleForAll(Map... method loadValuesFromCampaignOptions (line 562) | public void loadValuesFromCampaignOptions() { method loadValuesFromCampaignOptions (line 576) | public void loadValuesFromCampaignOptions(@Nullable CampaignOptions pr... method determineMilestoneLevel (line 652) | private SkillLevel determineMilestoneLevel(int currentIndex, int green... method applyCampaignOptionsToCampaign (line 687) | public void applyCampaignOptionsToCampaign(@Nullable CampaignOptions p... method updateTargetNumber (line 729) | private void updateTargetNumber(SkillType type) { method updateSkillCosts (line 744) | private void updateSkillCosts(String skillName) { method updateSkillMilestones (line 765) | private void updateSkillMilestones(SkillType type) { FILE: MekHQ/src/mekhq/gui/campaignOptions/contents/SystemsTab.java class SystemsTab (line 71) | public class SystemsTab { method SystemsTab (line 124) | public SystemsTab(Campaign campaign) { method createReputationTab (line 138) | public JPanel createReputationTab() { method createReputationGeneralPanel (line 177) | private JPanel createReputationGeneralPanel() { method createReputationSanityPanel (line 216) | private JPanel createReputationSanityPanel() { method createFactionStandingTab (line 260) | public JPanel createFactionStandingTab() { method createFactionStandingModifiersPanel (line 323) | private JPanel createFactionStandingModifiersPanel() { method createATOWTab (line 421) | public JPanel createATOWTab() { method createATOWAttributesPanel (line 453) | private JPanel createATOWAttributesPanel() { method loadValuesFromCampaignOptions (line 523) | public void loadValuesFromCampaignOptions() { method loadValuesFromCampaignOptions (line 539) | public void loadValuesFromCampaignOptions(@Nullable CampaignOptions pr... method applyCampaignOptionsToCampaign (line 597) | public void applyCampaignOptionsToCampaign(@Nullable CampaignOptions p... FILE: MekHQ/src/mekhq/gui/campaignOptions/contents/TurnoverAndRetentionTab.java class TurnoverAndRetentionTab (line 83) | public class TurnoverAndRetentionTab { method TurnoverAndRetentionTab (line 170) | public TurnoverAndRetentionTab(CampaignOptions campaignOptions) { method initialize (line 180) | private void initialize() { method initializeFatigueTab (line 189) | private void initializeFatigueTab() { method initializeTurnoverTab (line 207) | private void initializeTurnoverTab() { method createFatigueTab (line 276) | public JPanel createFatigueTab() { method createTurnoverTab (line 391) | public JPanel createTurnoverTab() { method createSettingsPanel (line 437) | private JPanel createSettingsPanel() { method createModifiersPanel (line 571) | private JPanel createModifiersPanel() { method createPayoutsPanel (line 648) | private JPanel createPayoutsPanel() { method createUnitCohesionPanel (line 724) | private JPanel createUnitCohesionPanel() { method createHRStrainWrapperPanel (line 751) | private JPanel createHRStrainWrapperPanel() { method createHRStrainPanel (line 778) | private JPanel createHRStrainPanel() { method createManagementSkillWrapperPanel (line 807) | private JPanel createManagementSkillWrapperPanel() { method createManagementSkillPanel (line 834) | private JPanel createManagementSkillPanel() { method loadValuesFromCampaignOptions (line 869) | public void loadValuesFromCampaignOptions() { method loadValuesFromCampaignOptions (line 881) | public void loadValuesFromCampaignOptions(@Nullable CampaignOptions pr... method applyCampaignOptionsToCampaign (line 939) | public void applyCampaignOptionsToCampaign(@Nullable CampaignOptions p... FILE: MekHQ/src/mekhq/gui/campaignOptions/enums/ProcurementPersonnelPick.java type ProcurementPersonnelPick (line 54) | public enum ProcurementPersonnelPick { method ProcurementPersonnelPick (line 62) | ProcurementPersonnelPick() { method getLabel (line 67) | public String getLabel() { method getDescription (line 71) | public String getDescription() { method generateLabel (line 83) | private String generateLabel() { method generateDescription (line 97) | private String generateDescription() { method isIneligibleToPerformProcurement (line 123) | public static boolean isIneligibleToPerformProcurement(Person person, method fromString (line 158) | public static ProcurementPersonnelPick fromString(String text) { method toString (line 176) | @Override FILE: MekHQ/src/mekhq/gui/campaignOptions/optionChangeDialogs/AdvancedScoutingCampaignOptionsChangedConfirmationDialog.java class AdvancedScoutingCampaignOptionsChangedConfirmationDialog (line 76) | public class AdvancedScoutingCampaignOptionsChangedConfirmationDialog ex... method AdvancedScoutingCampaignOptionsChangedConfirmationDialog (line 87) | public AdvancedScoutingCampaignOptionsChangedConfirmationDialog(Campai... method initializeDialog (line 95) | void initializeDialog() { method populateDialog (line 106) | void populateDialog() { method buildLeftPanel (line 135) | private JPanel buildLeftPanel() { method populateCenterPanel (line 151) | private JPanel populateCenterPanel() { method createButtonPanel (line 176) | private JPanel createButtonPanel() { method processFreeSkills (line 199) | public static void processFreeSkills(Campaign campaign, boolean isSile... FILE: MekHQ/src/mekhq/gui/campaignOptions/optionChangeDialogs/AltAdvancedMedicalCampaignOptionsChangedConfirmationDialog.java class AltAdvancedMedicalCampaignOptionsChangedConfirmationDialog (line 78) | public class AltAdvancedMedicalCampaignOptionsChangedConfirmationDialog ... method AltAdvancedMedicalCampaignOptionsChangedConfirmationDialog (line 102) | public AltAdvancedMedicalCampaignOptionsChangedConfirmationDialog(Camp... method initializeDialog (line 110) | void initializeDialog() { method populateDialog (line 120) | void populateDialog() { method buildLeftPanel (line 149) | private JPanel buildLeftPanel() { method populateCenterPanel (line 165) | private JPanel populateCenterPanel() { method createButtonPanel (line 209) | private JPanel createButtonPanel() { method processFreeEnhancedImaging (line 231) | public static void processFreeEnhancedImaging(Campaign campaign) { method processInjuryTransferral (line 248) | public static void processInjuryTransferral(Campaign campaign) { FILE: MekHQ/src/mekhq/gui/campaignOptions/optionChangeDialogs/DiminishingReturnsCampaignOptionsChangedConfirmationDialog.java class DiminishingReturnsCampaignOptionsChangedConfirmationDialog (line 43) | public class DiminishingReturnsCampaignOptionsChangedConfirmationDialog { method DiminishingReturnsCampaignOptionsChangedConfirmationDialog (line 46) | public DiminishingReturnsCampaignOptionsChangedConfirmationDialog(Camp... FILE: MekHQ/src/mekhq/gui/campaignOptions/optionChangeDialogs/FactionStandingCampaignOptionsChangedConfirmationDialog.java class FactionStandingCampaignOptionsChangedConfirmationDialog (line 84) | public class FactionStandingCampaignOptionsChangedConfirmationDialog ext... method FactionStandingCampaignOptionsChangedConfirmationDialog (line 120) | public FactionStandingCampaignOptionsChangedConfirmationDialog(JDialog... method getReports (line 144) | public List getReports() { method initializeDialog (line 157) | void initializeDialog(JDialog parent) { method populateDialog (line 175) | void populateDialog() { method buildLeftPanel (line 212) | private JPanel buildLeftPanel() { method populateCenterPanel (line 241) | private JPanel populateCenterPanel() { method createButtonPanel (line 277) | private JPanel createButtonPanel() { method hyperlinkEventListenerActions (line 320) | private void hyperlinkEventListenerActions(HyperlinkEvent evt) { FILE: MekHQ/src/mekhq/gui/campaignOptions/optionChangeDialogs/FatigueTrackingCampaignOptionsChangedConfirmationDialog.java class FatigueTrackingCampaignOptionsChangedConfirmationDialog (line 70) | public class FatigueTrackingCampaignOptionsChangedConfirmationDialog ext... method FatigueTrackingCampaignOptionsChangedConfirmationDialog (line 81) | public FatigueTrackingCampaignOptionsChangedConfirmationDialog(Campaig... method initializeDialog (line 89) | void initializeDialog() { method populateDialog (line 100) | void populateDialog() { method buildLeftPanel (line 129) | private JPanel buildLeftPanel() { method populateCenterPanel (line 145) | private JPanel populateCenterPanel() { method createButtonPanel (line 170) | private JPanel createButtonPanel() { method processFreeUnit (line 193) | public static void processFreeUnit(Campaign campaign) { FILE: MekHQ/src/mekhq/gui/campaignOptions/optionChangeDialogs/MASHTheaterTrackingCampaignOptionsChangedConfirmationDialog.java class MASHTheaterTrackingCampaignOptionsChangedConfirmationDialog (line 70) | public class MASHTheaterTrackingCampaignOptionsChangedConfirmationDialog... method MASHTheaterTrackingCampaignOptionsChangedConfirmationDialog (line 81) | public MASHTheaterTrackingCampaignOptionsChangedConfirmationDialog(Cam... method initializeDialog (line 89) | void initializeDialog() { method populateDialog (line 100) | void populateDialog() { method buildLeftPanel (line 129) | private JPanel buildLeftPanel() { method populateCenterPanel (line 145) | private JPanel populateCenterPanel() { method createButtonPanel (line 170) | private JPanel createButtonPanel() { method processFreeUnit (line 193) | public static void processFreeUnit(Campaign campaign) { FILE: MekHQ/src/mekhq/gui/campaignOptions/optionChangeDialogs/NormalizedContractPayCampaignOptionsChangedConfirmationDialog.java class NormalizedContractPayCampaignOptionsChangedConfirmationDialog (line 43) | public class NormalizedContractPayCampaignOptionsChangedConfirmationDial... method NormalizedContractPayCampaignOptionsChangedConfirmationDialog (line 46) | public NormalizedContractPayCampaignOptionsChangedConfirmationDialog(C... FILE: MekHQ/src/mekhq/gui/campaignOptions/optionChangeDialogs/PrisonerTrackingCampaignOptionsChangedConfirmationDialog.java class PrisonerTrackingCampaignOptionsChangedConfirmationDialog (line 70) | public class PrisonerTrackingCampaignOptionsChangedConfirmationDialog ex... method PrisonerTrackingCampaignOptionsChangedConfirmationDialog (line 81) | public PrisonerTrackingCampaignOptionsChangedConfirmationDialog(Campai... method initializeDialog (line 89) | void initializeDialog() { method populateDialog (line 100) | void populateDialog() { method buildLeftPanel (line 129) | private JPanel buildLeftPanel() { method populateCenterPanel (line 145) | private JPanel populateCenterPanel() { method createButtonPanel (line 170) | private JPanel createButtonPanel() { method processFreeUnit (line 193) | public static void processFreeUnit(Campaign campaign) { FILE: MekHQ/src/mekhq/gui/campaignOptions/optionChangeDialogs/SalvageCampaignOptionsChangedConfirmationDialog.java class SalvageCampaignOptionsChangedConfirmationDialog (line 70) | public class SalvageCampaignOptionsChangedConfirmationDialog extends JDi... method SalvageCampaignOptionsChangedConfirmationDialog (line 81) | public SalvageCampaignOptionsChangedConfirmationDialog(Campaign campai... method initializeDialog (line 89) | void initializeDialog() { method populateDialog (line 100) | void populateDialog() { method buildLeftPanel (line 129) | private JPanel buildLeftPanel() { method populateCenterPanel (line 145) | private JPanel populateCenterPanel() { method createButtonPanel (line 170) | private JPanel createButtonPanel() { method processFreeUnits (line 193) | public static void processFreeUnits(Campaign campaign) { FILE: MekHQ/src/mekhq/gui/campaignOptions/optionChangeDialogs/StratConConvoyCampaignOptionsChangedConfirmationDialog.java class StratConConvoyCampaignOptionsChangedConfirmationDialog (line 70) | public class StratConConvoyCampaignOptionsChangedConfirmationDialog exte... method StratConConvoyCampaignOptionsChangedConfirmationDialog (line 81) | public StratConConvoyCampaignOptionsChangedConfirmationDialog(Campaign... method initializeDialog (line 89) | void initializeDialog() { method populateDialog (line 100) | void populateDialog() { method buildLeftPanel (line 129) | private JPanel buildLeftPanel() { method populateCenterPanel (line 145) | private JPanel populateCenterPanel() { method createButtonPanel (line 170) | private JPanel createButtonPanel() { method processFreeUnits (line 193) | public static void processFreeUnits(Campaign campaign) { FILE: MekHQ/src/mekhq/gui/campaignOptions/optionChangeDialogs/StratConMaplessCampaignOptionsChangedConfirmationDialog.java class StratConMaplessCampaignOptionsChangedConfirmationDialog (line 58) | public class StratConMaplessCampaignOptionsChangedConfirmationDialog { method StratConMaplessCampaignOptionsChangedConfirmationDialog (line 63) | public StratConMaplessCampaignOptionsChangedConfirmationDialog(Campaig... method getBanner (line 78) | private static ImageIcon getBanner() { method createButton (line 83) | private static List create... method getPanel (line 87) | private static JPanel getPanel() { method buildUrlButton (line 109) | private static void buildUrlButton(JPanel pnlUpgrades, JButton btnDisc... FILE: MekHQ/src/mekhq/gui/campaignOptions/optionChangeDialogs/VeterancyAwardsCampaignOptionsChangedConfirmationDialog.java class VeterancyAwardsCampaignOptionsChangedConfirmationDialog (line 68) | public class VeterancyAwardsCampaignOptionsChangedConfirmationDialog ext... method VeterancyAwardsCampaignOptionsChangedConfirmationDialog (line 80) | public VeterancyAwardsCampaignOptionsChangedConfirmationDialog(Campaig... method initializeDialog (line 88) | void initializeDialog() { method populateDialog (line 99) | void populateDialog() { method buildLeftPanel (line 128) | private JPanel buildLeftPanel() { method populateCenterPanel (line 144) | private JPanel populateCenterPanel() { method createButtonPanel (line 168) | private JPanel createButtonPanel() { method processAwards (line 189) | private void processAwards() { FILE: MekHQ/src/mekhq/gui/control/EditKillLogControl.java class EditKillLogControl (line 56) | public class EditKillLogControl extends JPanel { method EditKillLogControl (line 66) | public EditKillLogControl(JFrame parent, Campaign campaign, Person per... method initComponents (line 76) | private void initComponents() { method killTableValueChanged (line 125) | private void killTableValueChanged(ListSelectionEvent evt) { method addKill (line 131) | private void addKill() { method editKill (line 141) | private void editKill() { method deleteKill (line 150) | private void deleteKill() { method refreshTable (line 156) | private void refreshTable() { FILE: MekHQ/src/mekhq/gui/control/EditLogControl.java class EditLogControl (line 67) | public class EditLogControl extends JPanel { type LogType (line 89) | public enum LogType { method EditLogControl (line 125) | public EditLogControl(JFrame parent, Person person, LocalDate today, L... method initComponents (line 148) | private void initComponents() { method initButtonPanel (line 160) | private void initButtonPanel() { method createButton (line 185) | private JButton createButton(String textKey, String name, boolean enab... method initLogsTable (line 196) | private void initLogsTable() { method configureTableColumns (line 216) | private void configureTableColumns() { method logTableValueChanged (line 231) | private void logTableValueChanged(ListSelectionEvent evt) { method addEntry (line 247) | private void addEntry() { method editEntry (line 267) | private void editEntry() { method deleteEntry (line 285) | private void deleteEntry() { method refreshTable (line 308) | private void refreshTable() { FILE: MekHQ/src/mekhq/gui/control/EditScenarioLogControl.java class EditScenarioLogControl (line 56) | public class EditScenarioLogControl extends JPanel { method EditScenarioLogControl (line 66) | public EditScenarioLogControl(JFrame parent, Campaign campaign, Person... method initComponents (line 76) | private void initComponents() { method logTableValueChanged (line 125) | private void logTableValueChanged(ListSelectionEvent evt) { method addEntry (line 131) | private void addEntry() { method editEntry (line 140) | private void editEntry() { method deleteEntry (line 149) | private void deleteEntry() { method refreshTable (line 154) | private void refreshTable() { FILE: MekHQ/src/mekhq/gui/dialog/AbstractMHQIconChooserDialog.java class AbstractMHQIconChooserDialog (line 48) | public abstract class AbstractMHQIconChooserDialog extends AbstractIconC... method AbstractMHQIconChooserDialog (line 50) | protected AbstractMHQIconChooserDialog(final JFrame frame, final Strin... method setPreferences (line 59) | @Override FILE: MekHQ/src/mekhq/gui/dialog/AcquisitionsDialog.java class AcquisitionsDialog (line 82) | public class AcquisitionsDialog extends JDialog { method AcquisitionsDialog (line 92) | public AcquisitionsDialog(JFrame parent, boolean modal, CampaignGUI ca... method initComponents (line 102) | private void initComponents() { method createSummaryPanel (line 146) | private JPanel createSummaryPanel() { method generateSummaryText (line 206) | private String generateSummaryText() { method setUserPreferences (line 259) | private void setUserPreferences() { class AcquisitionPanel (line 269) | public class AcquisitionPanel extends JPanel { method AcquisitionPanel (line 281) | public AcquisitionPanel(List awList, int idx) { method orderAllMissing (line 290) | public void orderAllMissing() { method refresh (line 306) | private void refresh() { method generateText (line 331) | private String generateText() { method getInventoryInfo (line 390) | private String getInventoryInfo() { method initComponents (line 411) | private void initComponents() { method createActionButtons (line 499) | private JPanel createActionButtons() { method getBtnGM (line 612) | private JButton getBtnGM() { FILE: MekHQ/src/mekhq/gui/dialog/AddFundsDialog.java class AddFundsDialog (line 65) | public class AddFundsDialog extends JDialog implements FocusListener { method AddFundsDialog (line 75) | public AddFundsDialog(final JFrame frame, final boolean modal) { method initComponents (line 81) | private void initComponents() { method setUserPreferences (line 102) | private void setUserPreferences() { method buildFieldsPanel (line 112) | private JPanel buildFieldsPanel() { method getFundsQuantityField (line 138) | public Money getFundsQuantityField() { method getFundsDescription (line 142) | public String getFundsDescription() { method getTransactionType (line 146) | public TransactionType getTransactionType() { method focusGained (line 150) | @Override method focusLost (line 157) | @Override method getClosedType (line 162) | public int getClosedType() { method btnAddFundsActionPerformed (line 166) | private void btnAddFundsActionPerformed(ActionEvent evt) { method main (line 174) | public static void main(String[] args) { FILE: MekHQ/src/mekhq/gui/dialog/AddOrEditKillEntryDialog.java class AddOrEditKillEntryDialog (line 68) | public class AddOrEditKillEntryDialog extends JDialog { method AddOrEditKillEntryDialog (line 91) | public AddOrEditKillEntryDialog(JFrame parent, boolean modal, UUID kil... method AddOrEditKillEntryDialog (line 97) | public AddOrEditKillEntryDialog(JFrame parent, boolean modal, Kill kil... method AddOrEditKillEntryDialog (line 101) | private AddOrEditKillEntryDialog(JFrame parent, boolean modal, int ope... method getKill (line 118) | public Optional getKill() { method initComponents (line 122) | private void initComponents() { method setUserPreferences (line 310) | private void setUserPreferences() { method btnOKActionPerformed (line 320) | private void btnOKActionPerformed(ActionEvent evt) { method btnCloseActionPerformed (line 350) | private void btnCloseActionPerformed(ActionEvent evt) { method changeDate (line 355) | private void changeDate() { method createIdList (line 363) | private ArrayList createIdList(boolean isMission) { FILE: MekHQ/src/mekhq/gui/dialog/AddOrEditLogEntryDialog.java class AddOrEditLogEntryDialog (line 64) | public class AddOrEditLogEntryDialog extends AbstractMHQButtonDialog { method AddOrEditLogEntryDialog (line 83) | public AddOrEditLogEntryDialog(final JFrame parent, final @Nullable Pe... method AddOrEditLogEntryDialog (line 94) | public AddOrEditLogEntryDialog(final JFrame parent, final @Nullable Pe... method AddOrEditLogEntryDialog (line 106) | private AddOrEditLogEntryDialog(final JFrame parent, final int operati... method getEntry (line 120) | public LogEntry getEntry() { method createCenterPane (line 129) | @Override method okAction (line 165) | @Override method changeDate (line 179) | private void changeDate() { FILE: MekHQ/src/mekhq/gui/dialog/AddOrEditScenarioEntryDialog.java class AddOrEditScenarioEntryDialog (line 62) | public class AddOrEditScenarioEntryDialog extends JDialog { method AddOrEditScenarioEntryDialog (line 78) | public AddOrEditScenarioEntryDialog(JFrame parent, boolean modal, Loca... method AddOrEditScenarioEntryDialog (line 82) | public AddOrEditScenarioEntryDialog(JFrame parent, boolean modal, LogE... method AddOrEditScenarioEntryDialog (line 86) | private AddOrEditScenarioEntryDialog(JFrame parent, boolean modal, int... method getEntry (line 103) | public Optional getEntry() { method initComponents (line 107) | private void initComponents() { method setUserPreferences (line 180) | private void setUserPreferences() { method changeDate (line 190) | private void changeDate() { method btnOKActionPerformed (line 198) | private void btnOKActionPerformed(ActionEvent evt) { method btnCloseActionPerformed (line 205) | private void btnCloseActionPerformed(ActionEvent evt) { FILE: MekHQ/src/mekhq/gui/dialog/AdvanceDaysDialog.java class AdvanceDaysDialog (line 77) | public class AdvanceDaysDialog extends AbstractMHQDialogBasic { method AdvanceDaysDialog (line 104) | public AdvanceDaysDialog(final JFrame frame, final CampaignGUI gui) { method getGUI (line 112) | public CampaignGUI getGUI() { method isRunning (line 116) | public boolean isRunning() { method setRunning (line 120) | public void setRunning(final boolean running) { method getSpnDays (line 124) | public JSpinner getSpnDays() { method setSpnDays (line 128) | public void setSpnDays(final JSpinner spnDays) { method getBtnStartAdvancement (line 132) | public JButton getBtnStartAdvancement() { method setBtnStartAdvancement (line 136) | public void setBtnStartAdvancement(final JButton btnStartAdvancement) { method getBtnNewDay (line 140) | public JButton getBtnNewDay() { method setBtnNewDay (line 144) | public void setBtnNewDay(final JButton btnNewDay) { method getBtnNewWeek (line 148) | public JButton getBtnNewWeek() { method setBtnNewWeek (line 152) | public void setBtnNewWeek(final JButton btnNewWeek) { method getBtnNewMonth (line 156) | public JButton getBtnNewMonth() { method setBtnNewMonth (line 160) | public void setBtnNewMonth(final JButton btnNewMonth) { method getBtnNewQuarter (line 164) | public JButton getBtnNewQuarter() { method setBtnNewQuarter (line 168) | public void setBtnNewQuarter(final JButton btnNewQuarter) { method getBtnNewYear (line 172) | public JButton getBtnNewYear() { method setBtnNewYear (line 176) | public void setBtnNewYear(final JButton btnNewYear) { method getBtnNewQuinquennial (line 180) | public JButton getBtnNewQuinquennial() { method setBtnNewQuinquennial (line 184) | public void setBtnNewQuinquennial(final JButton btnNewQuinquennial) { method getDailyLogPanel (line 188) | public DailyReportLogPanel getDailyLogPanel() { method setDailyLogPanel (line 192) | public void setDailyLogPanel(final DailyReportLogPanel dailyLogPanel) { method getSkillLogPanel (line 196) | public DailyReportLogPanel getSkillLogPanel() { method setSkillLogPanel (line 200) | public void setSkillLogPanel(final DailyReportLogPanel skillLogPanel) { method getBattleLogPanel (line 204) | public DailyReportLogPanel getBattleLogPanel() { method setBattleLogPanel (line 208) | public void setBattleLogPanel(final DailyReportLogPanel battleLogPanel) { method getPoliticsLogPanel (line 212) | public DailyReportLogPanel getPoliticsLogPanel() { method setPoliticsLogPanel (line 216) | public void setPoliticsLogPanel(final DailyReportLogPanel politicsLogP... method getPersonnelLogPanel (line 220) | public DailyReportLogPanel getPersonnelLogPanel() { method setPersonnelLogPanel (line 224) | public void setPersonnelLogPanel(final DailyReportLogPanel personnelLo... method getMedicalLogPanel (line 228) | public DailyReportLogPanel getMedicalLogPanel() { method setMedicalLogPanel (line 232) | public void setMedicalLogPanel(final DailyReportLogPanel medicalLogPan... method getFinancesLogPanel (line 236) | public DailyReportLogPanel getFinancesLogPanel() { method setFinancesLogPanel (line 240) | public void setFinancesLogPanel(final DailyReportLogPanel financesLogP... method getAcquisitionsLogPanel (line 244) | public DailyReportLogPanel getAcquisitionsLogPanel() { method setAcquisitionsLogPanel (line 248) | public void setAcquisitionsLogPanel(final DailyReportLogPanel acquisit... method getTechnicalLogPanel (line 252) | public DailyReportLogPanel getTechnicalLogPanel() { method setTechnicalLogPanel (line 256) | public void setTechnicalLogPanel(final DailyReportLogPanel technicalLo... method createCenterPane (line 262) | @Override method createDurationPanel (line 337) | private JPanel createDurationPanel() { method finalizeInitialization (line 385) | @Override method setCustomPreferences (line 400) | @Override method startAdvancement (line 407) | public void startAdvancement(final ActionEvent evt) { method reportOverride (line 551) | @Subscribe(priority = 1) FILE: MekHQ/src/mekhq/gui/dialog/AdvancedReplacementLimbDialog.java class AdvancedReplacementLimbDialog (line 124) | public class AdvancedReplacementLimbDialog extends JDialog { method getLabel (line 199) | public String getLabel() { method AdvancedReplacementLimbDialog (line 216) | public AdvancedReplacementLimbDialog(Campaign campaign, @Nullable Pers... method initializeUI (line 246) | private void initializeUI() { method addSurgeryComboBoxes (line 372) | private void addSurgeryComboBoxes(GridBagConstraints gridBagConstraint... method createTreatmentComboBox (line 405) | private JComboBox createTreatmentComboBox(List prioritize... method getPrioritizedSurgeries (line 1050) | private List getPrioritizedSurgeries() { method getPlannedSurgeries (line 1077) | private List getPlannedSurgeries() { method getSurgeon (line 1098) | private @Nullable Person getSurgeon(List activePersonnel) { method gatherRelevantInjuries (line 1126) | private void gatherRelevantInjuries(List injuries) { method gatherTreatmentOptions (line 1171) | private void gatherTreatmentOptions() { method getEligibleTreatments (line 1189) | private static List getEligibleTreatments( method getSelectedTreatments (line 1209) | public Map getSelectedTreatments() { method paperDoll (line 1233) | public void paperDoll() { method fillDoll (line 1299) | private void fillDoll(JPanel panel) { method setPreferences (line 1352) | private void setPreferences(JDialog dialog) { FILE: MekHQ/src/mekhq/gui/dialog/AttributeCheckDialog.java class AttributeCheckDialog (line 78) | public class AttributeCheckDialog { method AttributeCheckDialog (line 144) | public AttributeCheckDialog(Campaign campaign, Person character) { method getInitialDialog (line 175) | private ImmersiveDialogCore getInitialDialog() { method performAttributeCheck (line 201) | private String performAttributeCheck(int selectedOption, int selectedM... method showResultsDialog (line 228) | private void showResultsDialog(String results) { method getInCharacterMessage (line 247) | private String getInCharacterMessage() { method getButtons (line 265) | private List getButtons(boolean hasEdge, boole... method getSupplementalPanel (line 289) | private JPanel getSupplementalPanel() { method createBaseConstraints (line 321) | private GridBagConstraints createBaseConstraints() { method addComponent (line 343) | private void addComponent(JPanel panel, JComponent component, GridBagC... method getComboListItems (line 362) | private String[] getComboListItems() { method deriveAttributesFromOption (line 395) | private List deriveAttributesFromOption(String option) { FILE: MekHQ/src/mekhq/gui/dialog/AutoAwardsDialog.java class AutoAwardsDialog (line 68) | public class AutoAwardsDialog extends JDialog { method AutoAwardsDialog (line 93) | public AutoAwardsDialog(Campaign c, Map sort... FILE: MekHQ/src/mekhq/gui/dialog/AutoAwardsTable.java class AutoAwardsTable (line 45) | class AutoAwardsTable extends JTable { method AutoAwardsTable (line 46) | public AutoAwardsTable(AutoAwardsTableModel model) { FILE: MekHQ/src/mekhq/gui/dialog/AutoResolveBehaviorSettingsDialog.java class AutoResolveBehaviorSettingsDialog (line 52) | public class AutoResolveBehaviorSettingsDialog method AutoResolveBehaviorSettingsDialog (line 74) | public AutoResolveBehaviorSettingsDialog(final JFrame frame, final Cam... method getAutoResolveHelpButton (line 80) | private JButton getAutoResolveHelpButton() { method setAutoResolveHelpButton (line 84) | private void setAutoResolveHelpButton(JButton autoResolveHelpButton) { method createCenterPane (line 88) | @Override method createAutoResolveHelpButton (line 95) | protected JPanel createAutoResolveHelpButton() { method setCampaign (line 108) | private void setCampaign(final Campaign campaign) { method updateBehaviorSettings (line 112) | private void updateBehaviorSettings() { method autoResolveHelpActionPerformed (line 131) | protected void autoResolveHelpActionPerformed(ActionEvent evt) { method showAutoResolveHelp (line 135) | private void showAutoResolveHelp() { method okAction (line 141) | @Override FILE: MekHQ/src/mekhq/gui/dialog/BatchXPDialog.java class BatchXPDialog (line 69) | public final class BatchXPDialog extends JDialog { method BatchXPDialog (line 101) | public BatchXPDialog(JFrame parent, Campaign campaign) { method initComponents (line 114) | private void initComponents() { method getPersonnelTable (line 124) | private JComponent getPersonnelTable() { method getRenderer (line 165) | private TableCellRenderer getRenderer() { method getButtonPanel (line 169) | private JComponent getButtonPanel() { method updatePersonnelTable (line 350) | private void updatePersonnelTable() { method spendXP (line 371) | private void spendXP() { class PersonnelFilter (line 423) | public static class PersonnelFilter extends RowFilter getButtons() { method getOutOfCharacterMessage (line 92) | private static String getOutOfCharacterMessage() { method showNoFacilitiesAvailableDialog (line 96) | public static void showNoFacilitiesAvailableDialog(Campaign campaign) { FILE: MekHQ/src/mekhq/gui/dialog/BombsDialog.java class BombsDialog (line 71) | public class BombsDialog extends JDialog implements ActionListener { method BombsDialog (line 88) | public BombsDialog(IBomber iBomber, Campaign campaign, JFrame parent) { method initGUI (line 101) | private void initGUI() { method buildBombInventory (line 124) | private void buildBombInventory() { method isBombAmmoStorage (line 149) | private boolean isBombAmmoStorage(Object spare) { method calculateMaxAvailable (line 158) | private void calculateMaxAvailable() { method buildButtonPanel (line 172) | private JPanel buildButtonPanel() { method setUserPreferences (line 191) | private void setUserPreferences() { method actionPerformed (line 201) | @Override method handleOkayAction (line 213) | private void handleOkayAction() { method calculateWarehouseDelta (line 235) | private Map calculateWarehouseDelta(BombLoadout... method updateWarehouse (line 259) | private void updateWarehouse(Map delta) { method updateWarehouseBombType (line 273) | private void updateWarehouseBombType(BombTypeEnum bombType, int deltaC... method updateExistingWarehouseEntry (line 292) | private void updateExistingWarehouseEntry(int partId, int deltaCount) { method createNewWarehouseEntry (line 306) | private void createNewWarehouseEntry(BombTypeEnum bombType, int count) { FILE: MekHQ/src/mekhq/gui/dialog/CampaignExportWizard.java class CampaignExportWizard (line 86) | public class CampaignExportWizard extends JDialog { type CampaignExportWizardState (line 112) | public enum CampaignExportWizardState { method CampaignExportWizard (line 122) | public CampaignExportWizard(Campaign c) { method display (line 141) | public void display(CampaignExportWizardState state) { method setupForceList (line 279) | private void setupForceList() { method setupPersonList (line 289) | private void setupPersonList() { method setupUnitList (line 305) | private void setupUnitList() { method setupPartList (line 317) | private void setupPartList() { method setupPartCountList (line 336) | private void setupPartCountList() { method updatePersonList (line 368) | private void updatePersonList() { method updateUnitList (line 417) | private void updateUnitList() { method nextButtonHandler (line 443) | private void nextButtonHandler(CampaignExportWizardState state) { method parseExportMoney (line 470) | static double parseExportMoney(String text, Locale locale) { method exportToCampaign (line 496) | private boolean exportToCampaign(File file) { method attemptToAssignToForce (line 714) | private void attemptToAssignToForce(Unit unit, int sourceForceID, Camp... method getDestinationFullName (line 768) | private String getDestinationFullName(Formation sourceFormation, Campa... method findForce (line 777) | private Formation findForce(String forceName, Formation formation) { method getForceAndParents (line 797) | private List getForceAndParents(Formation formation) { method getPersonSelectionStatus (line 816) | private String getPersonSelectionStatus() { method getUnitSelectionStatus (line 837) | private String getUnitSelectionStatus() { method getPartCountSelectionStatus (line 858) | private String getPartCountSelectionStatus() { class UnitListCellRenderer (line 870) | private static class UnitListCellRenderer extends DefaultListCellRende... method getListCellRendererComponent (line 871) | @Override class PersonListCellRenderer (line 880) | private static class PersonListCellRenderer extends DefaultListCellRen... method getListCellRendererComponent (line 881) | @Override class ForceListCellRenderer (line 897) | private static class ForceListCellRenderer extends DefaultListCellRend... method getListCellRendererComponent (line 898) | @Override class PartCount (line 909) | private static class PartCount { method PartCount (line 913) | public PartCount(Part part) { method getMaxPartCount (line 925) | public int getMaxPartCount() { method getCurrentTonnage (line 935) | public double getCurrentTonnage() { method toString (line 946) | @Override FILE: MekHQ/src/mekhq/gui/dialog/CampaignHasProblemOnLoad.java class CampaignHasProblemOnLoad (line 56) | public class CampaignHasProblemOnLoad { method CampaignHasProblemOnLoad (line 78) | public CampaignHasProblemOnLoad(Campaign campaign, CampaignProblemType... method wasCanceled (line 99) | public boolean wasCanceled() { method createButtons (line 127) | private List createButtons(CampaignProblemType problemType) { method getSpeaker (line 146) | private @Nullable Person getSpeaker() { method createInCharacterMessage (line 160) | private String createInCharacterMessage(CampaignProblemType problemTyp... method createOutOfCharacterMessage (line 177) | private String createOutOfCharacterMessage(CampaignProblemType problem... FILE: MekHQ/src/mekhq/gui/dialog/CampaignUpgradeDialog.java class CampaignUpgradeDialog (line 92) | public class CampaignUpgradeDialog { method campaignUpgradeDialog (line 122) | public static void campaignUpgradeDialog(Campaign campaign) { method exitApp (line 247) | private static void exitApp(MekHQ mekHQ) { method createSupplementalPanel (line 262) | private static @Nullable JPanel createSupplementalPanel() { FILE: MekHQ/src/mekhq/gui/dialog/ChooseMulFilesDialog.java class ChooseMulFilesDialog (line 53) | public class ChooseMulFilesDialog extends JDialog { method ChooseMulFilesDialog (line 61) | public ChooseMulFilesDialog(JFrame parent, boolean modal, ResolveScena... method initComponents (line 73) | private void initComponents() { method setUserPreferences (line 185) | private void setUserPreferences() { method btnNextActionPerformed (line 195) | private void btnNextActionPerformed() { method btnCancelActionPerformed (line 200) | private void btnCancelActionPerformed() { method wasCancelled (line 205) | public boolean wasCancelled() { FILE: MekHQ/src/mekhq/gui/dialog/ChooseRefitDialog.java class ChooseRefitDialog (line 72) | public class ChooseRefitDialog extends JDialog { method ChooseRefitDialog (line 95) | public ChooseRefitDialog(JFrame parent, boolean modal, Campaign c, Uni... method initComponents (line 107) | private void initComponents() { method setUserPreferences (line 225) | private void setUserPreferences() { method confirmRefit (line 236) | private void confirmRefit() { method confirmCustomize (line 242) | private void confirmCustomize() { method cancel (line 248) | private void cancel() { method isConfirmed (line 252) | public boolean isConfirmed() { method isCustomize (line 256) | public boolean isCustomize() { method getSelectedRefit (line 260) | public Refit getSelectedRefit() { method refitTableValueChanged (line 268) | private void refitTableValueChanged() { method populateRefits (line 288) | private void populateRefits() { class RefitTableModel (line 313) | public class RefitTableModel extends AbstractTableModel { method RefitTableModel (line 326) | public RefitTableModel(List refits) { method getRowCount (line 330) | @Override method getColumnCount (line 335) | @Override method getColumnName (line 340) | @Override method getValueAt (line 354) | @Override method getColumnClass (line 380) | @Override method getRefitAt (line 385) | public Refit getRefitAt(int row) { method getColumnWidth (line 389) | public int getColumnWidth(int c) { method getAlignment (line 398) | public int getAlignment(int col) { method getTooltip (line 405) | public String getTooltip(int row, int col) { method setData (line 421) | public void setData(ArrayList refits) { method getRenderer (line 426) | public Renderer getRenderer() { class Renderer (line 430) | public class Renderer extends DefaultTableCellRenderer { method getTableCellRendererComponent (line 431) | @Override class FormattedNumberSorter (line 451) | public static class FormattedNumberSorter implements Comparator { method compare (line 452) | @Override class ClassSorter (line 477) | public static class ClassSorter implements Comparator { method compare (line 478) | @Override FILE: MekHQ/src/mekhq/gui/dialog/CompanyGenerationDialog.java class CompanyGenerationDialog (line 90) | public class CompanyGenerationDialog extends AbstractMHQValidationButton... method CompanyGenerationDialog (line 98) | public CompanyGenerationDialog(final JFrame frame, final Campaign camp... method getCampaign (line 107) | public Campaign getCampaign() { method setCampaign (line 111) | public void setCampaign(final Campaign campaign) { method getCompanyGenerationOptions (line 115) | public @Nullable CompanyGenerationOptions getCompanyGenerationOptions() { method setCompanyGenerationOptions (line 119) | public void setCompanyGenerationOptions(final @Nullable CompanyGenerat... method getCompanyGenerationOptionsPanel (line 123) | public CompanyGenerationOptionsPanel getCompanyGenerationOptionsPanel() { method setCompanyGenerationOptionsPanel (line 127) | public void setCompanyGenerationOptionsPanel(final CompanyGenerationOp... method createCenterPane (line 133) | @Override method createButtonPanel (line 140) | @Override method confirmationActionListener (line 169) | private void confirmationActionListener(final ActionEvent evt) { method okAction (line 188) | @Override method processBonusUnitsBasedOnCampaignOptions (line 221) | private void processBonusUnitsBasedOnCampaignOptions(List getComboOutcomeStatus() { method getStatus (line 66) | public MissionStatus getStatus() { method setComboOutcomeStatus (line 71) | public void setComboOutcomeStatus(final MMComboBox comb... method createCenterPane (line 77) | @Override FILE: MekHQ/src/mekhq/gui/dialog/ContractMarketDialog.java class ContractMarketDialog (line 91) | public class ContractMarketDialog extends JDialog { method ContractMarketDialog (line 123) | public ContractMarketDialog(final JFrame frame, final Campaign campaig... method countSuccessfulContracts (line 140) | private void countSuccessfulContracts() { method getPossibleRetainerContracts (line 153) | private static List getPossibleRetainerContracts(Campaign camp... method getAvailableContractsCount (line 179) | @Deprecated(since = "0.51.0", forRemoval = true) method initComponents (line 197) | private void initComponents() { method setUserPreferences (line 565) | private void setUserPreferences() { method getContract (line 591) | public Contract getContract() { method acceptContract (line 595) | private void acceptContract(ActionEvent evt) { method triggerConfirmationDialog (line 666) | private boolean triggerConfirmationDialog() { method btnCloseActionPerformed (line 720) | private void btnCloseActionPerformed(ActionEvent evt) { method contractChanged (line 725) | private void contractChanged() { method refreshContractView (line 742) | void refreshContractView() { FILE: MekHQ/src/mekhq/gui/dialog/ContractStartRentalDialog.java class ContractStartRentalDialog (line 62) | public class ContractStartRentalDialog extends ImmersiveDialogCore { method getHospitalSpinnerValue (line 75) | public static int getHospitalSpinnerValue() { method getKitchensSpinnerValue (line 84) | public static int getKitchensSpinnerValue() { method getSecuritySpinnerValue (line 93) | public static int getSecuritySpinnerValue() { method ContractStartRentalDialog (line 97) | public ContractStartRentalDialog(Campaign campaign, Contract contract,... method getCenterMessage (line 112) | private static String getCenterMessage(String commanderAddress, Contra... method getButtons (line 130) | private static List getButtons() { method getOutOfCharacterMessage (line 136) | private static String getOutOfCharacterMessage(int hospitalBedCost, in... method getSupplementalPanel (line 158) | private static JPanel getSupplementalPanel(int hospitalBedCost, int ki... method updateTotal (line 222) | private static void updateTotal(long hospitalBedCost, long kitchenCost... FILE: MekHQ/src/mekhq/gui/dialog/CreateCharacterDialog.java class CreateCharacterDialog (line 109) | public class CreateCharacterDialog extends JDialog implements DialogOpti... type NameRestrictions (line 112) | public enum NameRestrictions { method CreateCharacterDialog (line 190) | public CreateCharacterDialog(JFrame parent, boolean modal, Person pers... method initializePilotAndOptions (line 214) | private void initializePilotAndOptions() { method initComponents (line 225) | private void initComponents() { method getDemographicPanel (line 243) | private JScrollPane getDemographicPanel() { method getRightPanel (line 1063) | private JPanel getRightPanel() { method getPortraitButton (line 1120) | private JButton getPortraitButton() { method getButtonPanel (line 1138) | private JPanel getButtonPanel() { method setUserPreferences (line 1148) | private void setUserPreferences() throws Exception { method rebuildFactionsModelPreservingSelection (line 1161) | private void rebuildFactionsModelPreservingSelection() { method getPlanetarySystemsComboBoxModel (line 1171) | private DefaultComboBoxModel getPlanetarySystemsCombo... method getPlanetarySystemsComboBoxModel (line 1184) | private DefaultComboBoxModel getPlanetarySystemsCombo... method filterPlanetarySystemsForOurFaction (line 1200) | private void filterPlanetarySystemsForOurFaction(boolean onlyOurFactio... method updatePlanetsComboBoxModel (line 1223) | private void updatePlanetsComboBoxModel(DefaultComboBoxModel p... method refreshSkills (line 1236) | public void refreshSkills() { method setSkills (line 1334) | private void setSkills() { method refreshOptions (line 1356) | public void refreshOptions() { method addGroup (line 1400) | private void addGroup(IOptionGroup group, GridBagLayout gridBag, GridB... method addOption (line 1407) | private void addOption(IOption option, GridBagLayout gridBag, GridBagC... method setOptions (line 1472) | private void setOptions() { method getSkillXpSpent (line 1484) | private int getSkillXpSpent() { method refreshXpSpent (line 1508) | private void refreshXpSpent() { method getAge (line 1523) | public int getAge() { method increasePhenotypeBonus (line 1528) | private void increasePhenotypeBonus(String skillType) { method decreasePhenotypeBonus (line 1533) | private void decreasePhenotypeBonus(String skillType) { method optionClicked (line 1540) | @Override method optionSwitched (line 1545) | @Override method changeSkillValue (line 1550) | private void changeSkillValue(String type) { method changeValueEnabled (line 1575) | private void changeValueEnabled(String type) { method btnDateActionPerformed (line 1579) | private void btnDateActionPerformed(ActionEvent evt) { method backgroundChanged (line 1590) | private void backgroundChanged() { method randomName (line 1671) | private void randomName() { method randomBloodname (line 1684) | private void randomBloodname() { method done (line 1695) | private void done() { FILE: MekHQ/src/mekhq/gui/dialog/CustomRankSystemCreationDialog.java class CustomRankSystemCreationDialog (line 55) | public class CustomRankSystemCreationDialog extends AbstractMHQValidatio... method CustomRankSystemCreationDialog (line 71) | public CustomRankSystemCreationDialog(final JFrame frame, final List getRankSystems() { method getRankSystem (line 87) | public @Nullable RankSystem getRankSystem() { method setRankSystem (line 91) | public void setRankSystem(final @Nullable RankSystem rankSystem) { method getRanks (line 95) | public List getRanks() { method getTxtRankSystemCode (line 99) | public JTextField getTxtRankSystemCode() { method setTxtRankSystemCode (line 103) | public void setTxtRankSystemCode(final JTextField txtRankSystemCode) { method getComboRankSystemType (line 107) | public MMComboBox getComboRankSystemType() { method setComboRankSystemType (line 111) | public void setComboRankSystemType(final MMComboBox co... method getTxtRankSystemName (line 115) | public JTextField getTxtRankSystemName() { method setTxtRankSystemName (line 119) | public void setTxtRankSystemName(final JTextField txtRankSystemName) { method getTxtRankSystemDescription (line 123) | public JTextField getTxtRankSystemDescription() { method setTxtRankSystemDescription (line 127) | public void setTxtRankSystemDescription(final JTextField txtRankSystem... method getChkUseROMDesignation (line 131) | public JCheckBox getChkUseROMDesignation() { method setChkUseROMDesignation (line 135) | public void setChkUseROMDesignation(final JCheckBox chkUseROMDesignati... method getChkUseManeiDomini (line 139) | public JCheckBox getChkUseManeiDomini() { method setChkUseManeiDomini (line 143) | public void setChkUseManeiDomini(final JCheckBox chkUseManeiDomini) { method getChkSwapToRankSystem (line 147) | public JCheckBox getChkSwapToRankSystem() { method setChkSwapToRankSystem (line 151) | public void setChkSwapToRankSystem(final JCheckBox chkSwapToRankSystem) { method createCenterPane (line 157) | @Override method setCustomPreferences (line 306) | @Override method okAction (line 315) | @Override method validateAction (line 334) | @Override FILE: MekHQ/src/mekhq/gui/dialog/CustomizeAtBContractDialog.java class CustomizeAtBContractDialog (line 75) | @Deprecated(since = "0.51.0", forRemoval = true) method CustomizeAtBContractDialog (line 114) | public CustomizeAtBContractDialog(JFrame parent, boolean modal, AtBCon... method getAtBContract (line 129) | public AtBContract getAtBContract() { method initComponents (line 133) | private void initComponents() { method setUserPreferences (line 580) | private void setUserPreferences() { method actionPerformed (line 591) | @Override method btnOKActionPerformed (line 610) | private void btnOKActionPerformed(ActionEvent evt) { method btnCloseActionPerformed (line 646) | private void btnCloseActionPerformed(ActionEvent evt) { method showAllFactions (line 650) | private void showAllFactions(boolean allFactions) { FILE: MekHQ/src/mekhq/gui/dialog/CustomizeBotForceDialog.java class CustomizeBotForceDialog (line 77) | public class CustomizeBotForceDialog extends JDialog { method CustomizeBotForceDialog (line 117) | public CustomizeBotForceDialog(JFrame parent, boolean modal, BotForce ... method initComponents (line 149) | private void initComponents() { method intBehaviorPanel (line 288) | private void intBehaviorPanel(ResourceBundle resourceMap) { method initRandomForcesPanel (line 354) | private void initRandomForcesPanel(ResourceBundle resourceMap) { method refreshFixedEntityPanel (line 539) | private void refreshFixedEntityPanel() { method getBotForce (line 557) | public BotForce getBotForce() { method editBehavior (line 561) | private void editBehavior(ActionEvent evt) { method editCamo (line 576) | private void editCamo(ActionEvent evt) { method changeDeployment (line 584) | private void changeDeployment() { method loadUnits (line 590) | private void loadUnits(ActionEvent evt) { method saveUnits (line 605) | private void saveUnits(ActionEvent evt) { method deleteUnits (line 618) | private void deleteUnits(ActionEvent evt) { method getForcedWithdrawalDescription (line 623) | private String getForcedWithdrawalDescription(BehaviorSettings behavio... method getAutoFleeDescription (line 631) | private String getAutoFleeDescription(BehaviorSettings behavior) { method done (line 639) | private void done(ActionEvent evt) { method cancel (line 671) | private void cancel(ActionEvent evt) { FILE: MekHQ/src/mekhq/gui/dialog/CustomizeMissionDialog.java class CustomizeMissionDialog (line 63) | public class CustomizeMissionDialog extends JDialog { method CustomizeMissionDialog (line 75) | public CustomizeMissionDialog(JFrame parent, boolean modal, Mission m,... method getMission (line 91) | public Mission getMission() { method initComponents (line 95) | private void initComponents() { method setUserPreferences (line 226) | private void setUserPreferences() { method btnOKActionPerformed (line 236) | private void btnOKActionPerformed(ActionEvent evt) { method btnCloseActionPerformed (line 258) | private void btnCloseActionPerformed(ActionEvent evt) { FILE: MekHQ/src/mekhq/gui/dialog/CustomizePersonDialog.java class CustomizePersonDialog (line 118) | public class CustomizePersonDialog extends JDialog implements DialogOpti... method CustomizePersonDialog (line 207) | public CustomizePersonDialog(JFrame parent, boolean modal, Person pers... method initializePilotAndOptions (line 217) | private void initializePilotAndOptions() { method initComponents (line 236) | private void initComponents() { method populateUnitChoiceCombo (line 1379) | private void populateUnitChoiceCombo() { method setUserPreferences (line 1413) | private void setUserPreferences() { method rebuildFactionsModelPreservingSelection (line 1430) | private void rebuildFactionsModelPreservingSelection() { method getPlanetarySystemsComboBoxModel (line 1501) | private DefaultComboBoxModel getPlanetarySystemsCombo... method getPlanetarySystemsComboBoxModel (line 1519) | private DefaultComboBoxModel getPlanetarySystemsCombo... method cachedOwnersAt (line 1546) | private Set cachedOwnersAt(PlanetarySystem system) { method formatSystemForBirthdate (line 1563) | private String formatSystemForBirthdate(PlanetarySystem system) { method ownersAt (line 1625) | private static Set ownersAt(PlanetarySystem system, LocalDate... method anyDissolvesNear (line 1668) | private static boolean anyDissolvesNear(java.util.List codes, ... method isDisputedOnly (line 1682) | private static boolean isDisputedOnly(java.util.List codes) { method sameCodes (line 1694) | private static boolean sameCodes(java.util.List a, java.util.L... method addCodes (line 1701) | private static void addCodes(Set sink, java.util.List... method isFactionMatch (line 1719) | private static boolean isFactionMatch(Set owners, Faction cho... method containsRealCode (line 1741) | private static boolean containsRealCode(String[] codes, String target) { method isMetaFactionCode (line 1756) | private static boolean isMetaFactionCode(String code) { method isInhabitedAt (line 1767) | private static boolean isInhabitedAt(Set owners) { method filterPlanetarySystemsForOurFaction (line 1778) | private void filterPlanetarySystemsForOurFaction(boolean onlyOurFactio... method updatePlanetsComboBoxModel (line 1801) | private void updatePlanetsComboBoxModel(DefaultComboBoxModel p... method btnCloseActionPerformed (line 1814) | private void btnCloseActionPerformed(ActionEvent evt) { method btnOkActionPerformed (line 1818) | private void btnOkActionPerformed(ActionEvent evt) { method randomName (line 1941) | private void randomName() { method randomBloodname (line 1954) | private void randomBloodname() { method refreshSkills (line 1965) | public void refreshSkills() { method getSortedSkills (line 2073) | private List getSortedSkills() { method setSkills (line 2091) | private void setSkills() { method refreshOptions (line 2113) | public void refreshOptions() { method addGroup (line 2153) | private void addGroup(IOptionGroup group, GridBagLayout gridBag, GridB... method addOption (line 2160) | private void addOption(IOption option, GridBagLayout gridBag, GridBagC... method setOptions (line 2225) | private void setOptions() { method changeSkillValue (line 2237) | private void changeSkillValue(String type) { method changeValueEnabled (line 2260) | private void changeValueEnabled(String type) { method btnDateActionPerformed (line 2265) | private void btnDateActionPerformed(ActionEvent evt) { method btnServiceDateActionPerformed (line 2280) | private void btnServiceDateActionPerformed(ActionEvent evt) { method btnRankDateActionPerformed (line 2290) | private void btnRankDateActionPerformed() { method btnRetirementDateActionPerformed (line 2300) | private void btnRetirementDateActionPerformed() { method getAge (line 2310) | public int getAge() { method backgroundChanged (line 2315) | private void backgroundChanged() { method increasePhenotypeBonus (line 2396) | private void increasePhenotypeBonus(String skillType) { method decreasePhenotypeBonus (line 2401) | private void decreasePhenotypeBonus(String skillType) { method optionClicked (line 2406) | @Override method optionSwitched (line 2411) | @Override FILE: MekHQ/src/mekhq/gui/dialog/CustomizeScenarioDialog.java class CustomizeScenarioDialog (line 80) | public class CustomizeScenarioDialog extends JDialog { method CustomizeScenarioDialog (line 165) | public CustomizeScenarioDialog(JFrame parent, boolean modal, Scenario ... method initComponents (line 220) | private void initComponents(CampaignGUI gui) { method setUserPreferences (line 452) | private void setUserPreferences() { method btnOKActionPerformed (line 462) | private void btnOKActionPerformed(ActionEvent evt) { method btnLoadActionPerformed (line 496) | private void btnLoadActionPerformed(ActionEvent evt) { method btnFinalizeActionPerformed (line 526) | private void btnFinalizeActionPerformed(ActionEvent evt) { method getMissionId (line 531) | public int getMissionId() { method btnCloseActionPerformed (line 535) | private void btnCloseActionPerformed(ActionEvent evt) { method changeDate (line 539) | private void changeDate() { method changeDeployment (line 558) | private void changeDeployment() { method initDeployLimitPanel (line 564) | private void initDeployLimitPanel(ResourceBundle resourceMap) { method refreshDeploymentLimits (line 640) | private void refreshDeploymentLimits() { method editLimits (line 658) | private void editLimits(ActionEvent evt) { method removeLimits (line 668) | private void removeLimits(ActionEvent evt) { method initPlanetaryConditionsPanel (line 673) | private void initPlanetaryConditionsPanel(ResourceBundle resourceMap) { method refreshPlanetaryConditions (line 785) | private void refreshPlanetaryConditions() { method changePlanetaryConditions (line 807) | private void changePlanetaryConditions() { method initMapPanel (line 815) | private void initMapPanel(ResourceBundle resourceMap) { method refreshMapSettings (line 877) | private void refreshMapSettings() { method changeMapSettings (line 891) | private void changeMapSettings() { method initObjectivesPanel (line 908) | private void initObjectivesPanel(ResourceBundle resourceMap) { method objectiveTableValueChanged (line 944) | private void objectiveTableValueChanged(ListSelectionEvent evt) { method getBotForceNames (line 950) | private List getBotForceNames() { method addObjective (line 954) | private void addObjective() { method editObjective (line 966) | private void editObjective() { method deleteObjective (line 979) | private void deleteObjective() { method refreshObjectiveTable (line 987) | private void refreshObjectiveTable() { method initLootPanel (line 1001) | private void initLootPanel(ResourceBundle resourceMap, CampaignGUI gui) { method lootTableValueChanged (line 1036) | private void lootTableValueChanged(ListSelectionEvent evt) { method addLoot (line 1042) | private void addLoot(CampaignGUI gui) { method editLoot (line 1051) | private void editLoot(CampaignGUI gui) { method deleteLoot (line 1060) | private void deleteLoot() { method refreshLootTable (line 1068) | private void refreshLootTable() { method initOtherForcesPanel (line 1082) | private void initOtherForcesPanel(ResourceBundle resourceMap) { method forcesTableValueChanged (line 1119) | private void forcesTableValueChanged(ListSelectionEvent evt) { method addForce (line 1125) | private void addForce() { method editForce (line 1134) | private void editForce() { method deleteForce (line 1146) | private void deleteForce() { method refreshForcesTable (line 1158) | private void refreshForcesTable() { method checkForceRename (line 1175) | private void checkForceRename(String nameOld, String nameNew) { method checkForceDelete (line 1187) | private void checkForceDelete(String nameRemove) { method btnAddModifierActionPerformed (line 1198) | private void btnAddModifierActionPerformed(ActionEvent event) { FILE: MekHQ/src/mekhq/gui/dialog/CustomizeScenarioObjectiveDialog.java class CustomizeScenarioObjectiveDialog (line 59) | public class CustomizeScenarioObjectiveDialog extends JDialog { method CustomizeScenarioObjectiveDialog (line 101) | public CustomizeScenarioObjectiveDialog(JFrame parent, boolean modal, ... method initialize (line 148) | private void initialize() { method initObjectiveTypePanel (line 281) | private void initObjectiveTypePanel() { method initForcePanel (line 323) | private void initForcePanel(ResourceBundle resourceMap) { method initObjectiveEffectPanel (line 365) | private void initObjectiveEffectPanel(ResourceBundle resourceMap) { method initTimeLimitPanel (line 477) | private void initTimeLimitPanel() { method switchNumberModel (line 506) | private void switchNumberModel() { method addEffect (line 523) | private void addEffect() { method removeEffect (line 540) | private void removeEffect(ObjectiveEffectConditionType conditionType) { method addForce (line 559) | private void addForce() { method removeForce (line 569) | private void removeForce() { method addDetail (line 577) | private void addDetail(JTextField field) { method removeDetails (line 581) | private void removeDetails() { method setDirectionDropdownVisibility (line 587) | private void setDirectionDropdownVisibility() { method updateTimeLimitUI (line 603) | private void updateTimeLimitUI() { method getObjective (line 613) | public ScenarioObjective getObjective() { method saveObjectiveAndClose (line 617) | private void saveObjectiveAndClose() { FILE: MekHQ/src/mekhq/gui/dialog/DataLoadingDialog.java class DataLoadingDialog (line 103) | public class DataLoadingDialog extends AbstractMHQDialogBasic implements... method DataLoadingDialog (line 120) | public DataLoadingDialog(final JFrame frame, final MekHQ application, ... method DataLoadingDialog (line 124) | public DataLoadingDialog(final JFrame frame, final MekHQ application, ... method getApplication (line 139) | public MekHQ getApplication() { method getCampaignFile (line 143) | public @Nullable File getCampaignFile() { method getTask (line 147) | public Task getTask() { method getSplash (line 151) | public RawImagePanel getSplash() { method setSplash (line 155) | public void setSplash(final RawImagePanel splash) { method getProgressBar (line 159) | public JProgressBar getProgressBar() { method setProgressBar (line 163) | public void setProgressBar(final JProgressBar progressBar) { method initialize (line 169) | @Override method createCenterPane (line 178) | @Override method createProgressBar (line 184) | private JProgressBar createProgressBar() { method finalizeInitialization (line 193) | @Override method propertyChange (line 204) | @Override class Task (line 252) | public class Task extends SwingWorker { method Task (line 255) | public Task(JDialog dialog) { method doInBackground (line 276) | @Override method handleCampaignUpgrading (line 503) | private static void handleCampaignUpgrading(Campaign campaign) { method unassignCrewFromUnsupportedUnits (line 518) | private void unassignCrewFromUnsupportedUnits(Collection units) { method done (line 535) | @Override FILE: MekHQ/src/mekhq/gui/dialog/DateChooser.java class DateChooser (line 88) | public class DateChooser extends JDialog implements ActionListener, Focu... method DateChooser (line 131) | public DateChooser(JDialog parentDialog, LocalDate date) { method DateChooser (line 142) | public DateChooser(JFrame owner, LocalDate date) { method initialize (line 153) | private void initialize(Component owner, LocalDate date) { method setUserPreferences (line 300) | private void setUserPreferences() { method getDate (line 313) | public LocalDate getDate() { method showDateChooser (line 321) | public int showDateChooser() { method actionPerformed (line 336) | @Override method setDate (line 401) | private void setDate(LocalDate date) { method updateDayGrid (line 415) | private void updateDayGrid(boolean fromDateField) { method nextMonth (line 480) | private int nextMonth(int month) { method prevMonth (line 493) | private int prevMonth(int month) { method getLastDay (line 503) | private int getLastDay() { method focusGained (line 520) | @Override method focusLost (line 527) | @Override method parseDate (line 539) | private LocalDate parseDate(String dateString) { method keyTyped (line 562) | @Override method keyPressed (line 566) | @Override method keyReleased (line 570) | @Override method updateDateFromDateField (line 580) | private boolean updateDateFromDateField() { method createEraButton (line 617) | private JButton createEraButton(int era) { method turningPointsDialog (line 657) | private void turningPointsDialog(int era, String reference) { method getTurningPoints (line 722) | private static TurningPoints getTurningPoints(int era) { FILE: MekHQ/src/mekhq/gui/dialog/DiplomacyReport.java class DiplomacyReport (line 73) | public class DiplomacyReport extends JDialog { method isCellEditable (line 96) | @Override method DiplomacyReport (line 115) | public DiplomacyReport(Frame owner, boolean isClanCampaign, LocalDate ... method populateTable (line 156) | private void populateTable() { method addRows (line 181) | private void addRows(Map>> rel... method processEntry (line 201) | private void processEntry(String relationType, Map.Entry getBut... method getSupplementalPanel (line 155) | private static JPanel getSupplementalPanel(JFrame frame, Campaign camp... method buildUrlButton (line 212) | private static void buildUrlButton(JButton btnURL, String address) { FILE: MekHQ/src/mekhq/gui/dialog/EditAssetDialog.java class EditAssetDialog (line 61) | public class EditAssetDialog extends JDialog { method EditAssetDialog (line 75) | public EditAssetDialog(final JFrame frame, final Asset asset) { method initComponents (line 84) | private void initComponents() { method setUserPreferences (line 207) | private void setUserPreferences() { method btnOKActionPerformed (line 217) | private void btnOKActionPerformed(ActionEvent evt) { method btnCloseActionPerformed (line 234) | private void btnCloseActionPerformed(ActionEvent evt) { method wasCancelled (line 239) | public boolean wasCancelled() { FILE: MekHQ/src/mekhq/gui/dialog/EditDeploymentDialog.java class EditDeploymentDialog (line 65) | public class EditDeploymentDialog extends JDialog { method EditDeploymentDialog (line 82) | public EditDeploymentDialog(JFrame parent, boolean modal, Player playe... method initComponents (line 91) | private void initComponents() { method updateStartGrid (line 168) | private void updateStartGrid() { method actionPerformed (line 195) | @Override method done (line 207) | private void done(ActionEvent evt) { method cancel (line 222) | private void cancel(ActionEvent evt) { method parseField (line 229) | private int parseField(JTextField field) { FILE: MekHQ/src/mekhq/gui/dialog/EditInjuryEntryDialog.java class EditInjuryEntryDialog (line 69) | public class EditInjuryEntryDialog extends JDialog { method EditInjuryEntryDialog (line 85) | public EditInjuryEntryDialog(final JFrame frame, final boolean modal, ... method initComponents (line 93) | private void initComponents() { method setUserPreferences (line 316) | private void setUserPreferences() { method btnOKActionPerformed (line 326) | private void btnOKActionPerformed(ActionEvent evt) { method btnCloseActionPerformed (line 343) | private void btnCloseActionPerformed(ActionEvent evt) { method getEntry (line 348) | public Injury getEntry() { method toString (line 354) | @Override method toString (line 363) | @Override FILE: MekHQ/src/mekhq/gui/dialog/EditKillLogDialog.java class EditKillLogDialog (line 55) | public class EditKillLogDialog extends JDialog { method EditKillLogDialog (line 62) | public EditKillLogDialog(JFrame parent, boolean modal, Campaign campai... method initComponents (line 76) | private void initComponents() { method setUserPreferences (line 100) | private void setUserPreferences() { FILE: MekHQ/src/mekhq/gui/dialog/EditLogDialog.java class EditLogDialog (line 61) | public class EditLogDialog extends JDialog { method EditLogDialog (line 76) | public EditLogDialog(JFrame parent, LocalDate today, Person person, Lo... method initComponents (line 95) | private void initComponents() { method setUserPreferences (line 116) | private void setUserPreferences() { FILE: MekHQ/src/mekhq/gui/dialog/EditMapSettingsDialog.java class EditMapSettingsDialog (line 74) | public class EditMapSettingsDialog extends JDialog { method EditMapSettingsDialog (line 102) | public EditMapSettingsDialog(JFrame parent, boolean modal, int boardTy... method getBoardType (line 119) | public int getBoardType() { method getUsingFixedMap (line 123) | public boolean getUsingFixedMap() { method getMap (line 127) | public String getMap() { method getMapSizeX (line 131) | public int getMapSizeX() { method getMapSizeY (line 135) | public int getMapSizeY() { method initComponents (line 139) | private void initComponents() { method changeBoardType (line 275) | private void changeBoardType() { method changeMapType (line 292) | private void changeMapType() { method refreshBoardList (line 304) | private void refreshBoardList() { method done (line 320) | public void done() { method cancel (line 341) | public void cancel() { class BoardNameRenderer (line 348) | private class BoardNameRenderer extends DefaultListCellRenderer { method getListCellRendererComponent (line 350) | @Override class ImageLoader (line 407) | private class ImageLoader extends SwingWorker { method add (line 411) | private synchronized void add(String name) { method prepareImage (line 421) | private Image prepareImage(String boardName) { method doInBackground (line 486) | @Override method redrawMapTable (line 500) | private void redrawMapTable(Image image) { FILE: MekHQ/src/mekhq/gui/dialog/EditPersonnelHitsDialog.java class EditPersonnelHitsDialog (line 56) | public class EditPersonnelHitsDialog extends JDialog { method EditPersonnelHitsDialog (line 62) | public EditPersonnelHitsDialog(final Frame frame, final boolean modal,... method initComponents (line 70) | private void initComponents() { method setUserPreferences (line 99) | private void setUserPreferences() { method btnOKActionPerformed (line 109) | private void btnOKActionPerformed(ActionEvent evt) { FILE: MekHQ/src/mekhq/gui/dialog/EditPersonnelInjuriesDialog.java class EditPersonnelInjuriesDialog (line 69) | public class EditPersonnelInjuriesDialog extends JDialog { method EditPersonnelInjuriesDialog (line 81) | public EditPersonnelInjuriesDialog(final JFrame frame, final boolean m... method initComponents (line 93) | private void initComponents() { method setUserPreferences (line 155) | private void setUserPreferences() { method btnOKActionPerformed (line 165) | private void btnOKActionPerformed(ActionEvent evt) { method injuriesTableValueChanged (line 169) | private void injuriesTableValueChanged(ListSelectionEvent evt) { method addEntry (line 175) | private void addEntry() { method editEntry (line 187) | private void editEntry() { method deleteEntry (line 197) | private void deleteEntry() { method refreshTable (line 203) | private void refreshTable() { class InjuryTableModel (line 220) | public static class InjuryTableModel extends AbstractTableModel { method InjuryTableModel (line 234) | public InjuryTableModel(List entries) { method getRowCount (line 238) | @Override method getColumnCount (line 243) | @Override method getColumnName (line 248) | @Override method getValueAt (line 263) | @Override method getColumnClass (line 285) | @Override method getEntryAt (line 290) | public Injury getEntryAt(int row) { method getColumnWidth (line 294) | public int getColumnWidth(int c) { method getAlignment (line 303) | public int getAlignment(int col) { method getTooltip (line 310) | public String getTooltip(int row, int col) { method setData (line 315) | public void setData(List entries) { method getRenderer (line 320) | public Renderer getRenderer() { class Renderer (line 324) | public class Renderer extends DefaultTableCellRenderer { method getTableCellRendererComponent (line 325) | @Override FILE: MekHQ/src/mekhq/gui/dialog/EditScenarioDeploymentLimitDialog.java class EditScenarioDeploymentLimitDialog (line 53) | public class EditScenarioDeploymentLimitDialog extends JDialog { method EditScenarioDeploymentLimitDialog (line 64) | public EditScenarioDeploymentLimitDialog(JFrame parent, boolean modal,... method initComponents (line 78) | private void initComponents() { method checkAllUnits (line 171) | private void checkAllUnits(ActionEvent evt) { method setQuantityModel (line 182) | private void setQuantityModel(ActionEvent evt) { method complete (line 203) | private void complete(ActionEvent evt) { method cancel (line 219) | private void cancel(ActionEvent evt) { method getDeploymentLimit (line 226) | public ScenarioDeploymentLimit getDeploymentLimit() { FILE: MekHQ/src/mekhq/gui/dialog/EditScenarioLogDialog.java class EditScenarioLogDialog (line 51) | public class EditScenarioLogDialog extends JDialog { method EditScenarioLogDialog (line 61) | public EditScenarioLogDialog(JFrame parent, boolean modal, Campaign ca... method initComponents (line 73) | private void initComponents() { method setUserPreferences (line 97) | private void setUserPreferences() { FILE: MekHQ/src/mekhq/gui/dialog/EditSkillPreRequisiteDialog.java class EditSkillPreRequisiteDialog (line 61) | public class EditSkillPreRequisiteDialog extends JDialog { method EditSkillPreRequisiteDialog (line 71) | public EditSkillPreRequisiteDialog(final JFrame frame, final SkillPrer... method initComponents (line 80) | private void initComponents() { method setUserPreferences (line 137) | private void setUserPreferences() { method done (line 147) | private void done() { method getPrereq (line 157) | public SkillPrerequisite getPrereq() { method cancel (line 161) | private void cancel() { method wasCancelled (line 166) | public boolean wasCancelled() { method changeLevelEnabled (line 170) | private void changeLevelEnabled(String type) { FILE: MekHQ/src/mekhq/gui/dialog/EditSpecialAbilityDialog.java class EditSpecialAbilityDialog (line 66) | public class EditSpecialAbilityDialog extends JDialog { method EditSpecialAbilityDialog (line 88) | @SuppressWarnings("unchecked") method initComponents (line 109) | private void initComponents() { method getBtnEditPreparerAbility (line 285) | private JButton getBtnEditPreparerAbility() { method createSkillPanel (line 299) | private JPanel createSkillPanel() { method getBtnAddSkillPrerequisite (line 399) | private JButton getBtnAddSkillPrerequisite() { method setUserPreferences (line 416) | private void setUserPreferences() { method getAllSPAs (line 428) | public Map getAllSPAs() { method getPrerequisiteAbilities (line 432) | public Vector getPrerequisiteAbilities() { method getInvalidAbilities (line 436) | public Vector getInvalidAbilities() { method getRemoveAbilities (line 440) | public Vector getRemoveAbilities() { method edit (line 446) | private void edit() { method cancel (line 455) | private void cancel() { method getPrerequisiteAbilityDesc (line 460) | private String getPrerequisiteAbilityDesc() { method getInvalidDesc (line 474) | private String getInvalidDesc() { method getRemovedDesc (line 486) | private String getRemovedDesc() { method refreshGUI (line 498) | private void refreshGUI() { method removeSkillPreRequisite (line 506) | private void removeSkillPreRequisite(int i) { method editSkillPreRequisite (line 510) | private void editSkillPreRequisite(int i) { method wasCancelled (line 520) | public boolean wasCancelled() { class RemoveSkillListener (line 524) | private class RemoveSkillListener implements ActionListener { method RemoveSkillListener (line 526) | public RemoveSkillListener() { method actionPerformed (line 529) | @Override class EditSkillListener (line 537) | private class EditSkillListener implements ActionListener { method EditSkillListener (line 539) | public EditSkillListener() { method actionPerformed (line 542) | @Override FILE: MekHQ/src/mekhq/gui/dialog/EditTransactionDialog.java class EditTransactionDialog (line 64) | public class EditTransactionDialog extends JDialog implements ActionList... method EditTransactionDialog (line 83) | public EditTransactionDialog(JFrame parent, Transaction transaction, b... method initGUI (line 98) | private void initGUI() { method setUserPreferences (line 107) | private void setUserPreferences() { method buildMainPanel (line 117) | private JPanel buildMainPanel() { method buildButtonPanel (line 190) | private JPanel buildButtonPanel() { method getOldTransaction (line 206) | public Transaction getOldTransaction() { method actionPerformed (line 210) | @Override method focusGained (line 228) | @Override method selectAllTextInField (line 237) | private void selectAllTextInField(final JTextField field) { method focusLost (line 241) | @Override method mouseClicked (line 245) | @Override method mousePressed (line 250) | @Override method mouseReleased (line 255) | @Override method mouseEntered (line 260) | @Override method mouseExited (line 265) | @Override FILE: MekHQ/src/mekhq/gui/dialog/FamilyTreeDialog.java class FamilyTreeDialog (line 82) | public class FamilyTreeDialog extends JDialog { method FamilyTreeDialog (line 98) | public FamilyTreeDialog(Frame owner, Genealogy genealogy, Collection ... method centerTreeOnOrigin (line 215) | private void centerTreeOnOrigin(JScrollPane scrollPane) { method openTreeFor (line 260) | void openTreeFor(Person person, Collection personnel) { class TreeNodeBox (line 276) | class TreeNodeBox { method TreeNodeBox (line 288) | TreeNodeBox(Person person) {this.person = person;} class FamilyTreePanel (line 307) | class FamilyTreePanel extends JPanel { method FamilyTreePanel (line 339) | public FamilyTreePanel(Genealogy genealogy, Collection personn... method setParentScrollPane (line 428) | void setParentScrollPane(JScrollPane scrollPane) { method paintComponent (line 432) | @Override method buildAndLayoutTree (line 460) | private void buildAndLayoutTree(Graphics graphics) { method shiftTreeHorizontally (line 520) | private void shiftTreeHorizontally(TreeNodeBox node, int shiftX, Set getComboRATFaction() { method setComboRATFaction (line 263) | public void setComboRATFaction(final MMComboBox comboR... method getTxtYear (line 267) | public JTextField getTxtYear() { method setTxtYear (line 271) | public void setTxtYear(final JTextField txtYear) { method getComboQuality (line 275) | public MMComboBox getComboQuality() { method setComboQuality (line 279) | public void setComboQuality(final MMComboBox comboQuality) { method getComboUnitType (line 283) | public MMComboBox getComboUnitType() { method setComboUnitType (line 287) | public void setComboUnitType(final MMComboBox comboUnitType) { method getComboUnitWeight (line 291) | public MMComboBox getComboUnitWeight() { method setComboUnitWeight (line 295) | public void setComboUnitWeight(final MMComboBox comboUnitWeigh... method getLblUnitPicked (line 299) | public JLabel getLblUnitPicked() { method setLblUnitPicked (line 303) | public void setLblUnitPicked(final JLabel lblUnitPicked) { method getLastRolledUnit (line 307) | public @Nullable Entity getLastRolledUnit() { method setLastRolledUnit (line 311) | public void setLastRolledUnit(final @Nullable Entity lastRolledUnit) { method getComboEthnicCode (line 317) | public MMComboBox getComboEthnicCode() { method setComboEthnicCode (line 321) | public void setComboEthnicCode(final MMComboBox comboEthnicCod... method getComboGender (line 325) | public MMComboBox getComboGender() { method setComboGender (line 329) | public void setComboGender(final MMComboBox comboGender) { method getComboNameGeneratorFaction (line 333) | public MMComboBox getComboNameGeneratorFaction() { method setComboNameGeneratorFaction (line 337) | public void setComboNameGeneratorFaction(final MMComboBox getComboOriginClan() { method setComboOriginClan (line 447) | public void setComboOriginClan(final MMComboBox comboOrig... method getComboBloodnameEra (line 451) | public MMComboBox getComboBloodnameEra() { method setComboBloodnameEra (line 455) | public void setComboBloodnameEra(final MMComboBox comboBloodn... method getComboPhenotype (line 459) | public MMComboBox getComboPhenotype() { method setComboPhenotype (line 463) | public void setComboPhenotype(final MMComboBox comboPhenoty... method getLblCurrentBloodname (line 467) | public JLabel getLblCurrentBloodname() { method setLblCurrentBloodname (line 471) | public void setLblCurrentBloodname(final JLabel lblCurrentBloodname) { method getLblBloodnameGenerated (line 475) | public JLabel getLblBloodnameGenerated() { method setLblBloodnameGenerated (line 479) | public void setLblBloodnameGenerated(final JLabel lblBloodnameGenerate... method getLblOriginClanGenerated (line 483) | public JLabel getLblOriginClanGenerated() { method setLblOriginClanGenerated (line 487) | public void setLblOriginClanGenerated(final JLabel lblOriginClanGenera... method getLblPhenotypeGenerated (line 491) | public JLabel getLblPhenotypeGenerated() { method setLblPhenotypeGenerated (line 495) | public void setLblPhenotypeGenerated(final JLabel lblPhenotypeGenerate... method getLblBloodnameWarning (line 499) | public JLabel getLblBloodnameWarning() { method setLblBloodnameWarning (line 503) | public void setLblBloodnameWarning(final JLabel lblBloodnameWarning) { method getOriginClan (line 507) | public @Nullable Clan getOriginClan() { method setOriginClan (line 511) | public void setOriginClan(final @Nullable Clan originClan) { method getBloodnameYear (line 515) | public int getBloodnameYear() { method setBloodnameYear (line 519) | public void setBloodnameYear(final int bloodnameYear) { method getSelectedPhenotype (line 523) | public @Nullable Phenotype getSelectedPhenotype() { method setSelectedPhenotype (line 527) | public void setSelectedPhenotype(final @Nullable Phenotype selectedPhe... method getLastGeneratedBloodname (line 531) | public @Nullable String getLastGeneratedBloodname() { method setLastGeneratedBloodname (line 535) | public void setLastGeneratedBloodname(final @Nullable String lastGener... method getChkProcreationEligibilityType (line 541) | @Deprecated(since = "0.51.0", forRemoval = true) method setChkProcreationEligibilityType (line 546) | @Deprecated(since = "0.51.0", forRemoval = true) method getSpnPregnancySize (line 551) | @Deprecated(since = "0.51.0", forRemoval = true) method setSpnPregnancySize (line 556) | @Deprecated(since = "0.51.0", forRemoval = true) method createCenterPane (line 565) | @Override method createGeneralTab (line 576) | private JScrollPane createGeneralTab() { method createDicePanel (line 599) | private JPanel createDicePanel() { method createRATPanel (line 682) | private JPanel createRATPanel() { method createNamesTab (line 804) | private JScrollPane createNamesTab() { method createNamePanel (line 837) | private JPanel createNamePanel() { method createCallsignPanel (line 980) | private JPanel createCallsignPanel() { method addComponent (line 1063) | private void addComponent(JPanel panel, Component component, GridBagCo... method createCompanyName (line 1072) | private JPanel createCompanyName() { method createGenerateNameButton (line 1117) | private MMButton createGenerateNameButton() { method createAssignCompanyNameButton (line 1135) | private MMButton createAssignCompanyNameButton() { method assignCompanyName (line 1148) | private void assignCompanyName(ActionEvent evt) { method createBloodnamePanel (line 1156) | private JPanel createBloodnamePanel() { method createLayeredFormationIconTab (line 1316) | private JPanel createLayeredFormationIconTab() { method setCustomPreferences (line 1321) | @Override method setValuesFromPerson (line 1344) | private void setValuesFromPerson() { method doesPersonPrimarilyDriveUnitType (line 1403) | private boolean doesPersonPrimarilyDriveUnitType(final int unitType) { method performDiceRoll (line 1423) | public void performDiceRoll() { method performRATRoll (line 1439) | private @Nullable Entity performRATRoll() { method addRATRolledUnit (line 1494) | private void addRATRolledUnit() { method generateName (line 1518) | private void generateName() { method generateNames (line 1524) | private void generateNames() { method generateIndividualName (line 1533) | private String[] generateIndividualName() { method assignName (line 1552) | private void assignName() { method generateCallsign (line 1567) | private void generateCallsign() { method generateCallsigns (line 1572) | private void generateCallsigns() { method assignCallsign (line 1580) | private void assignCallsign() { method generateBloodname (line 1592) | private void generateBloodname() { method assignBloodname (line 1604) | private void assignBloodname() { method validateBloodnameInput (line 1616) | private void validateBloodnameInput() { FILE: MekHQ/src/mekhq/gui/dialog/HireBulkPersonnelDialog.java class HireBulkPersonnelDialog (line 71) | public class HireBulkPersonnelDialog extends JDialog { method HireBulkPersonnelDialog (line 99) | public HireBulkPersonnelDialog(final JFrame frame, final boolean modal... method newConstraints (line 107) | private static GridBagConstraints newConstraints(int xPos, int yPos) { method newConstraints (line 111) | private static GridBagConstraints newConstraints(int xPos, int yPos, i... method initComponents (line 121) | private void initComponents() { method setUserPreferences (line 332) | private void setUserPreferences() { method hire (line 342) | private void hire(boolean isGmHire) { method refreshRanksCombo (line 406) | private void refreshRanksCombo() { class PersonTypeItem (line 419) | private static class PersonTypeItem { method PersonTypeItem (line 423) | public PersonTypeItem(String name, PersonnelRole role) { method setName (line 428) | public void setName(String name) { method getRole (line 432) | public PersonnelRole getRole() { method setRole (line 436) | public void setRole(PersonnelRole role) { method toString (line 440) | @Override FILE: MekHQ/src/mekhq/gui/dialog/HistoricalDailyReportDialog.java class HistoricalDailyReportDialog (line 61) | public class HistoricalDailyReportDialog extends JDialog { method HistoricalDailyReportDialog (line 78) | public HistoricalDailyReportDialog(final JFrame frame, final CampaignG... method initComponents (line 88) | private void initComponents() { method setUserPreferences (line 155) | private void setUserPreferences() { method updateLogPanel (line 165) | private void updateLogPanel(Integer days) { FILE: MekHQ/src/mekhq/gui/dialog/JumpCostsSummary.java class JumpCostsSummary (line 67) | public class JumpCostsSummary extends JDialog { method JumpCostsSummary (line 88) | public JumpCostsSummary(Frame owner, TransportCostCalculations calcula... method getTotalCost (line 132) | private JPanel getTotalCost() { method getCargoAndPassengersSummary (line 173) | private JPanel getCargoAndPassengersSummary() { method getUnitsSummary (line 218) | private JPanel getUnitsSummary() { method createSummaryEntry (line 330) | private void createSummaryEntry(String key, int requiredBays, JPanel p... method getDropShipSummary (line 355) | private JPanel getDropShipSummary() { FILE: MekHQ/src/mekhq/gui/dialog/LargeCraftAmmoSwapDialog.java class LargeCraftAmmoSwapDialog (line 58) | public class LargeCraftAmmoSwapDialog extends JDialog { method LargeCraftAmmoSwapDialog (line 65) | public LargeCraftAmmoSwapDialog(final JFrame frame, final Unit unit) { method setUserPreferences (line 88) | private void setUserPreferences() { method wasCanceled (line 98) | public boolean wasCanceled() { method apply (line 102) | private void apply() { FILE: MekHQ/src/mekhq/gui/dialog/LootDialog.java class LootDialog (line 61) | public class LootDialog extends JDialog { method LootDialog (line 81) | public LootDialog(JFrame parent, boolean modal, Loot l, CampaignGUI gu... method initComponents (line 96) | private void initComponents(CampaignGUI gui) { method setUserPreferences (line 268) | private void setUserPreferences() { method getLoot (line 278) | public @Nullable Loot getLoot() { method addUnit (line 282) | private void addUnit() { method removeUnit (line 297) | private void removeUnit() { method addPart (line 305) | private void addPart(CampaignGUI gui) { method removePart (line 315) | private void removePart() { method done (line 323) | private void done() { method refreshUnitList (line 338) | private void refreshUnitList() { method refreshPartList (line 357) | private void refreshPartList() { method listUnitsValueChanged (line 376) | private void listUnitsValueChanged() { method listPartsValueChanged (line 381) | private void listPartsValueChanged() { FILE: MekHQ/src/mekhq/gui/dialog/MHQOptionsDialog.java class MHQOptionsDialog (line 85) | public class MHQOptionsDialog extends AbstractMHQButtonDialog { method MHQOptionsDialog (line 257) | public MHQOptionsDialog(final JFrame frame) { method createCenterPane (line 269) | @Override method createDisplayTab (line 286) | private JPanel createDisplayTab() { method createColoursTab (line 576) | private JPanel createColoursTab() { method createFontsTab (line 842) | private JPanel createFontsTab() { method createAutosaveTab (line 882) | private JPanel createAutosaveTab() { method createNewDayTab (line 953) | private JPanel createNewDayTab() { method createCampaignXMLSaveTab (line 1122) | private JPanel createCampaignXMLSaveTab() { method createNagTab (line 1160) | private JPanel createNagTab() { method createMiscellaneousTab (line 1365) | private JPanel createMiscellaneousTab() { method okAction (line 1531) | @Override method setInitialState (line 1741) | private void setInitialState() { method validateDateFormat (line 1935) | private boolean validateDateFormat(final String format) { FILE: MekHQ/src/mekhq/gui/dialog/MRMSDialog.java class MRMSDialog (line 89) | public class MRMSDialog extends JDialog { method MRMSDialog (line 130) | public MRMSDialog(final JFrame frame, final boolean modal, final Campa... method MRMSDialog (line 134) | public MRMSDialog(final JFrame frame, final boolean modal, final Campa... method getMode (line 180) | public MRMSMode getMode() { method getMRMSOptionControls (line 184) | public Map getMRMSOptionControls() { method filterUnits (line 189) | private void filterUnits(MRMSConfiguredOptions configuredOptions) { method filterCompletePartsList (line 245) | private void filterCompletePartsList(boolean refreshCompleteList) { method initComponents (line 291) | private void initComponents() { method createBaseConstraints (line 316) | private GridBagConstraints createBaseConstraints(int rowIdx) { method createUnitsPanel (line 328) | private JPanel createUnitsPanel() { method createPartsPanel (line 386) | private JPanel createPartsPanel() { method createOptionsPanel (line 436) | private JPanel createOptionsPanel() { method createMRMSOptionControls (line 650) | private MRMSOptionControl createMRMSOptionControls(PartRepairType type... method createMRMSSkillBTHSpinner (line 713) | private JSpinner createMRMSSkillBTHSpinner(int selectedValue, boolean ... method createMRMSDailyTimeSpinner (line 731) | private JSpinner createMRMSDailyTimeSpinner(int selectedValue, boolean... method createMRMSSkillCBox (line 749) | private JComboBox createMRMSSkillCBox(int selectedValue, boole... method getSkillModel (line 767) | private static DefaultComboBoxModel getSkillModel() { method createMRMSOptionItemBox (line 779) | private JCheckBox createMRMSOptionItemBox(String text, String toolTipT... method mroOptionChecked (line 808) | private void mroOptionChecked() { method createUnitActionButtons (line 814) | private JPanel createUnitActionButtons() { method btnUnitsSelectNoneActionPerformed (line 868) | private void btnUnitsSelectNoneActionPerformed(ActionEvent evt) { method btnUnitsSelectAssignedActionPerformed (line 875) | private void btnUnitsSelectAssignedActionPerformed(ActionEvent evt) { method btnUnitsSelectUnassignedActionPerformed (line 890) | private void btnUnitsSelectUnassignedActionPerformed(ActionEvent evt) { method createPartsActionButtons (line 907) | private JPanel createPartsActionButtons() { method btnUnselectPartsActionPerformed (line 954) | private void btnUnselectPartsActionPerformed(ActionEvent evt) { method btnSelectAllPartsActionPerformed (line 958) | private void btnSelectAllPartsActionPerformed(ActionEvent evt) { method createActionButtons (line 962) | private JPanel createActionButtons() { method btnStartMRMSActionPerformed (line 996) | private void btnStartMRMSActionPerformed(ActionEvent evt) { method btnSaveAsDefaultActionPerformed (line 1118) | private void btnSaveAsDefaultActionPerformed(ActionEvent evt) { method btnCancelActionPerformed (line 1122) | private void btnCancelActionPerformed(ActionEvent evt) { method refreshOptions (line 1127) | private void refreshOptions() { method updateOptions (line 1143) | private void updateOptions() { method setUserPreferences (line 1185) | private void setUserPreferences() { method getUseRepairBox (line 1195) | public JCheckBox getUseRepairBox() { method getUseSalvageBox (line 1199) | public JCheckBox getUseSalvageBox() { method getUseExtraTimeBox (line 1203) | public JCheckBox getUseExtraTimeBox() { method getUseRushJobBox (line 1207) | public JCheckBox getUseRushJobBox() { method getAllowCarryoverBox (line 1211) | public JCheckBox getAllowCarryoverBox() { method getOptimizeToCompleteTodayBox (line 1215) | public JCheckBox getOptimizeToCompleteTodayBox() { method getScrapImpossibleBox (line 1219) | public JCheckBox getScrapImpossibleBox() { method getUseAssignedTechsFirstBox (line 1223) | public JCheckBox getUseAssignedTechsFirstBox() { method getReplacePodPartsBox (line 1227) | public JCheckBox getReplacePodPartsBox() { class MRMSOptionControl (line 1231) | public static class MRMSOptionControl { method getActiveBox (line 1239) | public JCheckBox getActiveBox() { method setActiveBox (line 1243) | public void setActiveBox(JCheckBox activeBox) { method getMinSkillCBox (line 1247) | public JComboBox getMinSkillCBox() { method setMinSkillCBox (line 1251) | public void setMinSkillCBox(JComboBox minSkillCBox) { method getMaxSkillCBox (line 1255) | public JComboBox getMaxSkillCBox() { method setMaxSkillCBox (line 1259) | public void setMaxSkillCBox(JComboBox maxSkillCBox) { method getTargetNumberPreferredSpn (line 1263) | public JSpinner getTargetNumberPreferredSpn() { method getMinBTHSpn (line 1270) | @Deprecated(since = "0.50.07", forRemoval = true) method setTargetNumberPreferredSpn (line 1275) | public void setTargetNumberPreferredSpn(JSpinner targetNumberPreferr... method setMinBTHSpn (line 1282) | @Deprecated(since = "0.50.07", forRemoval = true) method getTargetNumberMaxSpn (line 1287) | public JSpinner getTargetNumberMaxSpn() { method getMaxBTHSpn (line 1294) | @Deprecated(since = "0.50.07", forRemoval = true) method setTargetNumberMaxSpn (line 1299) | public void setTargetNumberMaxSpn(JSpinner targetNumberMaxSpn) { method setMaxBTHSpn (line 1306) | @Deprecated(since = "0.50.07", forRemoval = true) method getMinDailyTimeSpn (line 1311) | public JSpinner getMinDailyTimeSpn() { method setMinDailyTimeSpn (line 1315) | public void setMinDailyTimeSpn(JSpinner minDailyTimeSpn) { FILE: MekHQ/src/mekhq/gui/dialog/ManageAssetsDialog.java class ManageAssetsDialog (line 71) | public class ManageAssetsDialog extends JDialog { method ManageAssetsDialog (line 86) | public ManageAssetsDialog(JFrame parent, Campaign c) { method initComponents (line 95) | private void initComponents() { method setUserPreferences (line 148) | private void setUserPreferences() { method btnOKActionPerformed (line 158) | private void btnOKActionPerformed(ActionEvent evt) { method assetTableValueChanged (line 162) | private void assetTableValueChanged(ListSelectionEvent evt) { method addAsset (line 168) | private void addAsset() { method editAsset (line 182) | private void editAsset() { method deleteAsset (line 194) | private void deleteAsset() { method refreshTable (line 200) | private void refreshTable() { class AssetTableModel (line 218) | public static class AssetTableModel extends DataTableModel { method AssetTableModel (line 225) | public AssetTableModel(List assets) { method getColumnCount (line 229) | @Override method getColumnName (line 234) | @Override method getValueAt (line 245) | @Override method getAssetAt (line 268) | public Asset getAssetAt(int row) { method getColumnWidth (line 272) | public int getColumnWidth(int c) { method getAlignment (line 276) | public int getAlignment(int col) { method getTooltip (line 283) | public String getTooltip(int row, int col) { method getRenderer (line 287) | public Renderer getRenderer() { class Renderer (line 291) | public class Renderer extends DefaultTableCellRenderer { method getTableCellRendererComponent (line 292) | @Override FILE: MekHQ/src/mekhq/gui/dialog/MaplessStratConForcePicker.java class MaplessStratConForcePicker (line 63) | public class MaplessStratConForcePicker extends ImmersiveDialogCore { method wasConfirmed (line 77) | public boolean wasConfirmed() { method MaplessStratConForcePicker (line 97) | public MaplessStratConForcePicker(Campaign campaign, List f... method getInCharacterMessage (line 124) | private static String getInCharacterMessage(String commanderAddress, b... method getButtons (line 141) | private static List getButtons(boolean hasForc... method getSupplementalPanel (line 165) | private static JPanel getSupplementalPanel(List formations) { method addComponent (line 192) | private static void addComponent(JPanel panel, JComponent component, G... method getComboListItems (line 213) | private static String[] getComboListItems(List formations) { FILE: MekHQ/src/mekhq/gui/dialog/MaplessStratConScenarioPicker.java class MaplessStratConScenarioPicker (line 54) | public class MaplessStratConScenarioPicker extends ImmersiveDialogCore { method wasConfirmed (line 60) | public boolean wasConfirmed() { method MaplessStratConScenarioPicker (line 64) | public MaplessStratConScenarioPicker(Campaign campaign, List... method getInCharacterMessage (line 78) | private static String getInCharacterMessage(String commanderAddress, b... method getButtons (line 83) | private static List getButtons(boolean hasScen... method getSupplementalPanel (line 94) | private static JPanel getSupplementalPanel(List scenarios) { method addComponent (line 108) | private static void addComponent(JPanel panel, JComponent component, G... method getComboListItems (line 117) | private static String[] getComboListItems(List scenarios) { FILE: MekHQ/src/mekhq/gui/dialog/MarkdownEditorDialog.java class MarkdownEditorDialog (line 51) | public class MarkdownEditorDialog extends JDialog { method MarkdownEditorDialog (line 61) | public MarkdownEditorDialog(JFrame parent, boolean modal, String title... method initComponents (line 77) | private void initComponents() { method getText (line 126) | public String getText() { method btnOKActionPerformed (line 130) | private void btnOKActionPerformed() { method wasChanged (line 140) | public boolean wasChanged() { FILE: MekHQ/src/mekhq/gui/dialog/MassMothballDialog.java class MassMothballDialog (line 71) | public class MassMothballDialog extends JDialog implements ActionListene... method MassMothballDialog (line 92) | public MassMothballDialog(final JFrame frame, final Unit[] units, fina... method addTableHeaders (line 149) | private void addTableHeaders(GridBagConstraints gbc) { method addUnitTypePanel (line 177) | private void addUnitTypePanel(int unitType, GridBagConstraints gbc) { method addExecuteButton (line 236) | private void addExecuteButton(boolean activate, GridBagConstraints gbc) { method setUserPreferences (line 254) | private void setUserPreferences() { method sortUnitsByType (line 269) | private void sortUnitsByType(Unit[] units) { method actionPerformed (line 284) | @Override method valueChanged (line 326) | @Override method getCompletionTimeText (line 357) | private String getCompletionTimeText(int completionTime) { class TechListCellRenderer (line 372) | private static class TechListCellRenderer extends DefaultListCellRende... method getListCellRendererComponent (line 374) | @Override FILE: MekHQ/src/mekhq/gui/dialog/MedicalViewDialog.java class MedicalViewDialog (line 79) | public class MedicalViewDialog extends JDialog { method MedicalViewDialog (line 106) | public MedicalViewDialog(Window parent, Campaign campaign, Person pers... method getInjuriesAtLocation (line 239) | private List getInjuriesAtLocation(BodyLocation bodyLocation) { method gatherRelevantInjuries (line 243) | private void gatherRelevantInjuries(List injuries) { method initComponents (line 258) | private void initComponents(Container cont) { method setUserPreferences (line 311) | private void setUserPreferences() { method validate (line 321) | @Override method fillDoll (line 332) | private void fillDoll(JPanel panel, Campaign campaign, Person person) { method genBaseData (line 367) | private JPanel genBaseData(Campaign c, Person p) { method genMedicalHistory (line 420) | private JPanel genMedicalHistory(Campaign campaign, Person person) { method genAllergies (line 458) | private JPanel genAllergies(Campaign campaign, Person person) { method genIllnesses (line 468) | private JPanel genIllnesses(Campaign campaign, Person person) { method getMaxInjuryLevel (line 489) | public static InjuryLevel getMaxInjuryLevel(BodyLocation bodyLocation, method maxInjuryLevelLocationStream (line 509) | private Stream maxInjuryLevelLocationStream(Person perso... method fillInjuries (line 521) | private void fillInjuries(JPanel panel, Campaign campaign, Person pers... method genNotes (line 571) | private JPanel genNotes(Campaign campaign, Person person) { method genLabel (line 597) | private JLabel genLabel(String text) { method genWrittenPanel (line 605) | private JPanel genWrittenPanel(String text) { method genWrittenText (line 619) | private JLabel genWrittenText(String text) { method genTimePeriod (line 625) | private String genTimePeriod(int days) { class InjuryLabelMouseAdapter (line 639) | private static class InjuryLabelMouseAdapter extends MouseAdapter { method InjuryLabelMouseAdapter (line 648) | public InjuryLabelMouseAdapter(JLabel label, LocalDate today, Person... method mouseEntered (line 659) | @Override method mouseExited (line 666) | @Override method mouseClicked (line 673) | @Override FILE: MekHQ/src/mekhq/gui/dialog/MekHQAboutDialog.java class MekHQAboutDialog (line 41) | public class MekHQAboutDialog extends AbstractAboutDialog { method MekHQAboutDialog (line 43) | public MekHQAboutDialog(Window parent) { method currentProjectName (line 47) | @Override method currentVersion (line 52) | @Override FILE: MekHQ/src/mekhq/gui/dialog/MekHQUnitSelectorDialog.java class MekHQUnitSelectorDialog (line 72) | public class MekHQUnitSelectorDialog extends AbstractUnitSelectorDialog { method MekHQUnitSelectorDialog (line 92) | public MekHQUnitSelectorDialog(JFrame frame, UnitLoadingDialog unitLoa... method updateOptionValues (line 103) | @Override method createButtonsPanel (line 125) | @Override method isBadSelection (line 186) | private boolean isBadSelection() { method buyUnit (line 219) | private void buyUnit() { method addGM (line 229) | private void addGM() { method select (line 246) | @Override method getSelectedEntity (line 258) | @Nullable method refreshUnitView (line 287) | @Override method isAllowedUnit (line 312) | private boolean isAllowedUnit(MekSummary unitSummary, int weightClassS... method filterUnits (line 361) | @Override FILE: MekHQ/src/mekhq/gui/dialog/MercenaryAuctionDialog.java class MercenaryAuctionDialog (line 65) | public class MercenaryAuctionDialog extends ImmersiveDialogCore { method MercenaryAuctionDialog (line 83) | public MercenaryAuctionDialog(Campaign campaign, Entity entity, int mi... method setEntity (line 110) | private void setEntity(Entity entity) { method createCenterMessage (line 126) | private static String createCenterMessage(Campaign campaign, String sh... method createButtons (line 140) | private static List createButtons() { method createOutOfCharacterMessage (line 161) | private static String createOutOfCharacterMessage(int minimumBid, int ... method createJSpinnerPanel (line 178) | private static @Nullable JPanel createJSpinnerPanel(int defaultValue, ... method hyperlinkEventListenerActions (line 191) | @Override method showTROView (line 201) | private void showTROView() { FILE: MekHQ/src/mekhq/gui/dialog/MilestoneUpgradePathDialog.java class MilestoneUpgradePathDialog (line 70) | public class MilestoneUpgradePathDialog { method MilestoneUpgradePathDialog (line 84) | public MilestoneUpgradePathDialog(Campaign campaign, Version currentCa... method getUpgradePath (line 119) | private static List getUpgradePath(Version currentVersi... method getBanner (line 144) | private static ImageIcon getBanner() { method createButton (line 157) | private static List create... method getPanel (line 172) | private static JPanel getPanel(List upgradePath) { method buildUrlButton (line 211) | private static void buildUrlButton(JPanel pnlUpgrades, JButton btnDisc... FILE: MekHQ/src/mekhq/gui/dialog/MissionTypeDialog.java class MissionTypeDialog (line 51) | public class MissionTypeDialog extends JDialog { method MissionTypeDialog (line 57) | public MissionTypeDialog(final JFrame frame, final boolean modal) { method initComponents (line 63) | private void initComponents() { method setUserPreferences (line 98) | private void setUserPreferences() { method isContract (line 108) | public boolean isContract() { method isMission (line 112) | public boolean isMission() { FILE: MekHQ/src/mekhq/gui/dialog/NewAtBContractDialog.java class NewAtBContractDialog (line 76) | public class NewAtBContractDialog extends NewContractDialog { method NewAtBContractDialog (line 97) | public NewAtBContractDialog(JFrame parent, boolean modal, Campaign c) { method setUserPreferences (line 105) | private void setUserPreferences() { method initComponents (line 115) | @Override method initDescPanel (line 150) | @Override method addAllListeners (line 416) | private void addAllListeners() { method removeAllListeners (line 429) | private void removeAllListeners() { method getCurrentEmployerCode (line 442) | private String getCurrentEmployerCode() { method getCurrentEnemyCode (line 448) | private String getCurrentEnemyCode() { method updateEnemies (line 452) | private void updateEnemies() { method showAllFactions (line 465) | private void showAllFactions(boolean show) { method showAllPlanets (line 484) | private void showAllPlanets(boolean show) { method updatePlanets (line 492) | private void updatePlanets() { method updatePaymentMultiplier (line 520) | protected void updatePaymentMultiplier() { method btnOKActionPerformed (line 529) | @Override method doUpdateContract (line 629) | @Override FILE: MekHQ/src/mekhq/gui/dialog/NewCampaignConfirmationDialog.java class NewCampaignConfirmationDialog (line 37) | public class NewCampaignConfirmationDialog { method YesNoOption (line 38) | public int YesNoOption() { FILE: MekHQ/src/mekhq/gui/dialog/NewContractDialog.java class NewContractDialog (line 74) | public class NewContractDialog extends JDialog { method NewContractDialog (line 107) | public NewContractDialog(JFrame parent, boolean modal, Campaign c) { method getContract (line 118) | public Contract getContract() { method initComponents (line 122) | protected void initComponents() { method setUserPreferences (line 211) | private void setUserPreferences() { method initDescPanel (line 221) | protected void initDescPanel(ResourceBundle resourceMap, JPanel descPa... method initPaymentBreakdownPanel (line 372) | protected void initPaymentBreakdownPanel(JPanel totalsPanel) { method initContractPanel (line 377) | protected void initContractPanel(ResourceBundle resourceMap, JPanel co... method btnOKActionPerformed (line 686) | protected void btnOKActionPerformed(ActionEvent evt) { method changeStartDate (line 730) | private void changeStartDate() { method btnCloseActionPerformed (line 748) | private void btnCloseActionPerformed(ActionEvent evt) { method focusGained (line 756) | @Override method focusLost (line 761) | @Override method doUpdateContract (line 773) | protected void doUpdateContract(Object source) { FILE: MekHQ/src/mekhq/gui/dialog/NewLoanDialog.java class NewLoanDialog (line 69) | public class NewLoanDialog extends JDialog implements ActionListener, Ch... method NewLoanDialog (line 109) | public NewLoanDialog(final JFrame frame, final boolean modal, final Ca... method initComponents (line 125) | private void initComponents() { method setUserPreferences (line 403) | private void setUserPreferences() { method setUpInfo (line 413) | private void setUpInfo() { method refreshLoan (line 539) | private void refreshLoan(Money principal) { method refreshValues (line 557) | private void refreshValues() { method addLoan (line 575) | private void addLoan() { method cancel (line 587) | private void cancel() { method setSliders (line 591) | private void setSliders() { method actionPerformed (line 644) | @Override method stateChanged (line 649) | @Override method adjustPrincipal (line 665) | private void adjustPrincipal(Money value) { method checkMinusButtons (line 671) | private void checkMinusButtons() { FILE: MekHQ/src/mekhq/gui/dialog/NewPlayerQuickstartDialog.java class NewPlayerQuickstartDialog (line 61) | public class NewPlayerQuickstartDialog extends JDialog { method NewPlayerQuickstartDialog (line 82) | public NewPlayerQuickstartDialog(Frame parent) { method initComponents (line 109) | private void initComponents() { method buildTopPanel (line 115) | private void buildTopPanel() { method buildBottomPanel (line 158) | private void buildBottomPanel() { method wasCanceled (line 206) | public boolean wasCanceled() { FILE: MekHQ/src/mekhq/gui/dialog/NewRecruitDialog.java class NewRecruitDialog (line 74) | public class NewRecruitDialog extends JDialog { method NewRecruitDialog (line 86) | public NewRecruitDialog(CampaignGUI hqView, boolean modal, Person pers... method getCampaign (line 95) | private Campaign getCampaign() { method refreshView (line 99) | private void refreshView() { method initComponents (line 106) | private void initComponents() { method createButtonPanel (line 137) | private JPanel createButtonPanel(ResourceBundle resourceMap) { method createSidebar (line 170) | private JPanel createSidebar(ResourceBundle resourceMap) { method setUserPreferences (line 222) | private void setUserPreferences() { method hire (line 232) | private void hire() { method addGM (line 239) | private void addGM() { method createNewRecruit (line 246) | private void createNewRecruit() { method randomName (line 252) | private void randomName() { method randomPortrait (line 266) | private void randomPortrait() { method randomOrigin (line 271) | private void randomOrigin() { method choosePortrait (line 276) | private void choosePortrait() { method editPerson (line 284) | private void editPerson() { method regenerate (line 295) | private void regenerate() { method changeRank (line 301) | private void changeRank() { method refreshRanksCombo (line 306) | private void refreshRanksCombo() { FILE: MekHQ/src/mekhq/gui/dialog/NewsDialog.java class NewsDialog (line 60) | public class NewsDialog extends ImmersiveDialogSimple { method NewsDialog (line 80) | public NewsDialog(Campaign campaign, String centerMessage) { method setTitle (line 88) | @Override method buildLeftSpeakerPanel (line 101) | @Override method getNetworkDescription (line 142) | private static StringBuilder getNetworkDescription(Campaign campaign, ... method getNetwork (line 179) | private NewsNetwork getNetwork(Campaign campaign) { method getNewsNetworks (line 205) | private static List getNewsNetworks() { FILE: MekHQ/src/mekhq/gui/dialog/ObjectiveEditPanel.java class ObjectiveEditPanel (line 58) | public class ObjectiveEditPanel extends JDialog { method ObjectiveEditPanel (line 90) | public ObjectiveEditPanel(ScenarioTemplate template, ScenarioTemplateE... method ObjectiveEditPanel (line 102) | public ObjectiveEditPanel(ScenarioTemplate template, ScenarioObjective... method initGUI (line 139) | private void initGUI() { method addSaveCloseButtons (line 180) | private void addSaveCloseButtons(GridBagConstraints gbc) { method addDescriptionUI (line 202) | private void addDescriptionUI(GridBagConstraints gbc) { method addObjectiveTypeUI (line 254) | private void addObjectiveTypeUI(GridBagConstraints gbc) { method addObjectiveEffectUI (line 302) | private void addObjectiveEffectUI(GridBagConstraints gbc) { method addSubjectForce (line 348) | private void addSubjectForce(GridBagConstraints gbc) { method addTimeLimitUI (line 389) | private void addTimeLimitUI(GridBagConstraints gbc) { method addEffectUI (line 423) | private void addEffectUI(GridBagConstraints gbc) { method addEffect (line 480) | private void addEffect() { method updateEffectList (line 511) | private void updateEffectList(JList listToUpdate, Lis... method removeEffect (line 520) | private void removeEffect(ObjectiveEffectConditionType conditionType) { method addForce (line 541) | private void addForce() { method removeForce (line 552) | private void removeForce() { method addDetail (line 562) | private void addDetail(JTextField field) { method removeDetails (line 567) | private void removeDetails() { method updateDetailList (line 574) | private void updateDetailList() { method updateForceList (line 583) | private void updateForceList() { method setDirectionDropdownVisibility (line 592) | private void setDirectionDropdownVisibility() { method updateTimeLimitUI (line 608) | private void updateTimeLimitUI() { method saveObjectiveAndClose (line 619) | private void saveObjectiveAndClose() { FILE: MekHQ/src/mekhq/gui/dialog/PartsReportDialog.java class PartsReportDialog (line 75) | public class PartsReportDialog extends JDialog { method PartsReportDialog (line 90) | public PartsReportDialog(CampaignGUI gui, boolean modal) { method initComponents (line 109) | private void initComponents() { method getMinimumQuality (line 393) | private PartQuality getMinimumQuality(String rating) { method refreshOverviewSpecificPart (line 405) | private void refreshOverviewSpecificPart(int row, PartInUse partInUse,... method updateOverviewPartsInUse (line 418) | private void updateOverviewPartsInUse() { method refreshOverviewPartsInUse (line 438) | private void refreshOverviewPartsInUse() { method getPartsInUseFromTable (line 443) | private Set getPartsInUseFromTable() { method topUp (line 451) | private void topUp() { method topUpGM (line 460) | private void topUpGM() { method storePartInUseRequestedStockMap (line 469) | public void storePartInUseRequestedStockMap() { method storePartInUseRequestedStock (line 499) | private void storePartInUseRequestedStock(PartInUse partInUse) { method resetRequestedStock (line 507) | private void resetRequestedStock() { method commitTableEdits (line 512) | private void commitTableEdits() { FILE: MekHQ/src/mekhq/gui/dialog/PartsStoreDialog.java class PartsStoreDialog (line 82) | public class PartsStoreDialog extends JDialog { method PartsStoreDialog (line 120) | public PartsStoreDialog(boolean modal, CampaignGUI gui) { method PartsStoreDialog (line 124) | public PartsStoreDialog(final JFrame frame, final boolean modal, final... method initComponents (line 138) | private void initComponents() { method setUserPreferences (line 381) | private void setUserPreferences() { method filterParts (line 398) | public void filterParts() { method addPart (line 500) | private void addPart(boolean purchase, Part part, int quantity) { method setSelectedPart (line 511) | private void setSelectedPart() { method getPart (line 519) | public Part getPart() { method getPartsGroupName (line 523) | public static String getPartsGroupName(int group) { FILE: MekHQ/src/mekhq/gui/dialog/PayCollateralDialog.java class PayCollateralDialog (line 69) | public class PayCollateralDialog extends JDialog { method PayCollateralDialog (line 83) | public PayCollateralDialog(final JFrame frame, final boolean modal, fi... method initComponents (line 94) | private void initComponents() { method setUserPreferences (line 261) | private void setUserPreferences() { method wasCancelled (line 271) | public boolean wasCancelled() { method wasPaid (line 275) | public boolean wasPaid() { method payCollateral (line 279) | public void payCollateral() { method dontPayCollateral (line 285) | public void dontPayCollateral() { method updateAmount (line 291) | private void updateAmount() { method getUnits (line 326) | public ArrayList getUnits() { method getParts (line 336) | public ArrayList getParts() { method getRemainingAssets (line 348) | public ArrayList getRemainingAssets() { FILE: MekHQ/src/mekhq/gui/dialog/PersonnelMarketDialog.java class PersonnelMarketDialog (line 95) | @Deprecated(since = "0.50.06") method PersonnelMarketDialog (line 129) | public PersonnelMarketDialog(final JFrame frame, final CampaignGUI vie... method initComponents (line 143) | private void initComponents() { method setUserPreferences (line 349) | private void setUserPreferences() { method getPerson (line 375) | public Person getPerson() { method hirePerson (line 379) | private void hirePerson(ActionEvent evt) { method addPerson (line 408) | private void addPerson() { method addUnit (line 423) | private void addUnit(Entity en, boolean pay) { method btnCloseActionPerformed (line 474) | private void btnCloseActionPerformed(ActionEvent evt) { method closeOrCancelActionPerformed (line 479) | private void closeOrCancelActionPerformed() { method filterPersonnel (line 491) | private void filterPersonnel() { method personChanged (line 504) | private void personChanged(ListSelectionEvent evt) { method refreshPersonView (line 527) | void refreshPersonView() { method setVisible (line 576) | @Override method getRenderer (line 585) | public TableCellRenderer getRenderer() { FILE: MekHQ/src/mekhq/gui/dialog/PopupValueChoiceDialog.java class PopupValueChoiceDialog (line 58) | public class PopupValueChoiceDialog extends JDialog implements WindowLis... method PopupValueChoiceDialog (line 70) | public PopupValueChoiceDialog(final JFrame frame, final boolean modal,... method PopupValueChoiceDialog (line 81) | public PopupValueChoiceDialog(final JFrame parent, final boolean modal... method initComponents (line 92) | private void initComponents() { method btnDoneActionPerformed (line 128) | private void btnDoneActionPerformed(ActionEvent evt) { method btnCancelActionPerformed (line 132) | private void btnCancelActionPerformed(ActionEvent evt) { method main (line 140) | public static void main(String[] args) { method getValue (line 153) | public int getValue() { method windowActivated (line 157) | @Override method windowClosed (line 162) | @Override method windowClosing (line 167) | @Override method windowDeactivated (line 175) | @Override method windowDeiconified (line 180) | @Override method windowIconified (line 185) | @Override method windowOpened (line 190) | @Override FILE: MekHQ/src/mekhq/gui/dialog/QuickTrainDialog.java class QuickTrainDialog (line 64) | public class QuickTrainDialog extends ImmersiveDialogCore { method isCancel (line 75) | public boolean isCancel() { method isContinuousTraining (line 89) | public boolean isContinuousTraining() { method QuickTrainDialog (line 104) | public QuickTrainDialog(Campaign campaign, boolean isNobodySelected) { method getCenterMessage (line 129) | private static String getCenterMessage(String commanderAddress, boolea... method getButtons (line 145) | private static List getButtons(boolean isNobod... method getOutOfCharacterMessage (line 167) | private static String getOutOfCharacterMessage() { method getSupplementalPanel (line 180) | private static JPanel getSupplementalPanel() { method createBaseConstraints (line 201) | private static GridBagConstraints createBaseConstraints() { method addComponent (line 221) | private static void addComponent(JPanel panel, JComponent component, G... FILE: MekHQ/src/mekhq/gui/dialog/QuirksDialog.java class QuirksDialog (line 65) | public class QuirksDialog extends JDialog implements DialogOptionListene... method QuirksDialog (line 81) | public QuirksDialog(Entity entity, JFrame parent) { method initGUI (line 91) | private void initGUI() { method setUserPreferences (line 111) | private void setUserPreferences() { method buildButtonPanel (line 121) | private JPanel buildButtonPanel() { method optionClicked (line 137) | @Override method optionSwitched (line 143) | @Override method actionPerformed (line 148) | @Override FILE: MekHQ/src/mekhq/gui/dialog/RefitNameDialog.java class RefitNameDialog (line 60) | public class RefitNameDialog extends JDialog { method RefitNameDialog (line 69) | public RefitNameDialog(final JFrame frame, final boolean modal, final ... method initComponents (line 78) | private void initComponents() { method setUserPreferences (line 169) | private void setUserPreferences() { method btnOKActionPerformed (line 179) | private void btnOKActionPerformed(ActionEvent evt) { method btnCloseActionPerformed (line 201) | private void btnCloseActionPerformed(ActionEvent evt) { method wasCancelled (line 206) | public boolean wasCancelled() { FILE: MekHQ/src/mekhq/gui/dialog/ReplacementLimbDialog.java class ReplacementLimbDialog (line 53) | public class ReplacementLimbDialog { method getChoiceIndex (line 59) | public int getChoiceIndex() { method ReplacementLimbDialog (line 72) | public ReplacementLimbDialog(Campaign campaign, List suitableD... method createButtons (line 119) | private static List createButtons(boolean hasQualifiedDoctor, ... method createInCharacterMessage (line 147) | private static String createInCharacterMessage(boolean isPlanetside, b... method getSpeaker (line 180) | private Person getSpeaker() { FILE: MekHQ/src/mekhq/gui/dialog/ResolveScenarioWizardDialog.java class ResolveScenarioWizardDialog (line 104) | public class ResolveScenarioWizardDialog extends JDialog { method ResolveScenarioWizardDialog (line 209) | public ResolveScenarioWizardDialog(Campaign campaign, JFrame parent, b... method initComponents (line 235) | private void initComponents() { method makeUnitStatusPanel (line 381) | private JPanel makeUnitStatusPanel() { method makePilotStatusPanel (line 489) | private JPanel makePilotStatusPanel() { method makeSalvagePanel (line 587) | private JPanel makeSalvagePanel() { method makePrisonerStatusPanel (line 771) | private JPanel makePrisonerStatusPanel() { method makeKillsPanel (line 895) | private JPanel makeKillsPanel() { method makeRewardsPanel (line 972) | private JPanel makeRewardsPanel() { method makeObjectiveStatusPanel (line 1007) | private JPanel makeObjectiveStatusPanel() { method makePreviewPanel (line 1095) | private JPanel makePreviewPanel() { method setUserPreferences (line 1284) | private void setUserPreferences() { method wrapWithInstructions (line 1301) | private JPanel wrapWithInstructions(JPanel toWrap, JScrollPane scrPane... method updateFromUnitsTab (line 1340) | private void updateFromUnitsTab() { method updateFromSalvageTab (line 1353) | private void updateFromSalvageTab() { method recheckObjectives (line 1367) | private void recheckObjectives() { method updatePreviewPanel (line 1394) | private void updatePreviewPanel() { method next (line 1492) | private void next() { method back (line 1504) | private void back() { method tabChanged (line 1516) | private void tabChanged() { method finish (line 1551) | private void finish() { method cancel (line 1697) | private void cancel() { method setEnabledTabs (line 1706) | private void setEnabledTabs() { method getObjectiveUnitCounts (line 1730) | private Map getObjectiveUnitCounts() { method getObjectiveOverridesStatus (line 1757) | private Map getObjectiveOverridesStatus() { method checkPrisonerStatus (line 1774) | private void checkPrisonerStatus() { method checkSalvageRights (line 1797) | private void checkSalvageRights() { method showUnit (line 1893) | private void showUnit(UUID id, boolean isSalvage) { method editUnit (line 1914) | private void editUnit(UUID id, int unitIndex, boolean isSalvage) { method showPerson (line 1938) | private void showPerson(PersonStatus status, boolean isPrisoner) { method updateObjectiveDisplay (line 1994) | private void updateObjectiveDisplay(ScenarioObjective objective, JLabe... method wasAborted (line 2008) | public boolean wasAborted() { class ObjectiveCheckboxEntry (line 2016) | private static class ObjectiveCheckboxEntry { method ObjectiveCheckboxEntry (line 2021) | ObjectiveCheckboxEntry(JCheckBox checkbox) { class CheckTotalListener (line 2026) | private class CheckTotalListener implements ItemListener { method itemStateChanged (line 2027) | @Override method itemStateChanged (line 2042) | @Override class ViewUnitListener (line 2057) | private class ViewUnitListener implements ActionListener { method ViewUnitListener (line 2060) | public ViewUnitListener(boolean b) { method actionPerformed (line 2064) | @Override class EditUnitListener (line 2071) | private class EditUnitListener implements ActionListener { method EditUnitListener (line 2074) | public EditUnitListener(boolean b) { method EditUnitListener (line 2078) | public EditUnitListener() { method actionPerformed (line 2081) | @Override FILE: MekHQ/src/mekhq/gui/dialog/ResupplyConvoyChoice.java class ResupplyConvoyChoice (line 54) | public class ResupplyConvoyChoice { type ConvoyResponseType (line 66) | public enum ConvoyResponseType { method getResponseType (line 83) | public ConvoyResponseType getResponseType() { method ResupplyConvoyChoice (line 102) | public ResupplyConvoyChoice(Campaign campaign, boolean isForcedPlayerC... method getInCharacterMessage (line 136) | private String getInCharacterMessage(boolean isForcedPlayerConvoy, Str... method getButtons (line 160) | private List getButtons(boolean isForcedPlayerConvoy) { method getOutOfCharacterMessage (line 188) | private String getOutOfCharacterMessage(boolean isForcedPlayerConvoy, ... FILE: MekHQ/src/mekhq/gui/dialog/RetirementDefectionDialog.java class RetirementDefectionDialog (line 91) | public class RetirementDefectionDialog extends JDialog { method RetirementDefectionDialog (line 142) | public RetirementDefectionDialog(CampaignGUI gui, Mission mission, boo... method initComponents (line 173) | private void initComponents(boolean doRetirement) { method setBonusAndShareTotals (line 466) | private void setBonusAndShareTotals(Money totalBonuses) { method setUserPreferences (line 490) | private void setUserPreferences(boolean doRetirement) { method actionPerformed (line 510) | @Override method initResults (line 557) | private void initResults() { method filterPersonnel (line 601) | private void filterPersonnel(TableRowSorter sort... method filterUnits (line 622) | public void filterUnits() { method weightClassIndex (line 660) | public static int weightClassIndex(Unit u) { method totalPayout (line 678) | public Money totalPayout() { method payBonus (line 736) | public boolean payBonus(UUID id) { method miscModifier (line 740) | public int miscModifier(UUID id) { method getTotalShares (line 745) | private int getTotalShares() { method getTotalBonus (line 755) | private Money getTotalBonus() { method getShortfallAdjustment (line 783) | public static Money getShortfallAdjustment(int required, int actual) { method getUnitAssignments (line 791) | public Map getUnitAssignments() { method wasAborted (line 795) | public boolean wasAborted() { method unitAssignmentsComplete (line 805) | private boolean unitAssignmentsComplete() { method enableAddRemoveButtons (line 837) | private void enableAddRemoveButtons() { method addUnit (line 872) | private void addUnit() { method removeUnit (line 883) | private void removeUnit() { method setUnitGroup (line 892) | private void setUnitGroup() { method nobodyEligibleDialog (line 917) | private void nobodyEligibleDialog(CampaignGUI gui, Campaign campaign) { FILE: MekHQ/src/mekhq/gui/dialog/RetirementTable.java class RetirementTable (line 51) | class RetirementTable extends JTable { class SpinnerEditor (line 52) | private static class SpinnerEditor extends AbstractCellEditor implemen... method SpinnerEditor (line 55) | public SpinnerEditor() { method getCellEditorValue (line 60) | @Override method getTableCellEditorComponent (line 65) | @Override method RetirementTable (line 73) | public RetirementTable(RetirementTableModel model, CampaignGUI hqView) { method setGeneralMod (line 100) | public void setGeneralMod(int mod) { FILE: MekHQ/src/mekhq/gui/dialog/ScenarioTemplateEditorDialog.java class ScenarioTemplateEditorDialog (line 81) | public class ScenarioTemplateEditorDialog extends JDialog implements Act... method ScenarioTemplateEditorDialog (line 168) | public ScenarioTemplateEditorDialog(JFrame parent) { method initComponents (line 180) | protected void initComponents() { method setUserPreferences (line 211) | private void setUserPreferences() { method setupTopFluff (line 225) | private void setupTopFluff(GridBagConstraints gridBagConstraints) { method setupObjectiveEditUI (line 262) | private void setupObjectiveEditUI(GridBagConstraints gbc) { method getBtnAddEditObjective (line 310) | private JButton getBtnAddEditObjective() { method setupForceEditorHeaders (line 332) | private void setupForceEditorHeaders(GridBagConstraints gridBagConstra... method setupForceEditor (line 354) | private void setupForceEditor(GridBagConstraints externalGBC) { method loadForce (line 665) | private void loadForce(ScenarioForceTemplate forceTemplate) { method initializeForceList (line 704) | private void initializeForceList(GridBagConstraints gbc) { method setupMapParameters (line 725) | private void setupMapParameters(GridBagConstraints gridBagConstraints) { method setupBottomButtons (line 920) | private void setupBottomButtons(GridBagConstraints gridBagConstraints) { method renderForceList (line 939) | private void renderForceList() { method getLblDeploymentZones (line 1139) | private static JLabel getLblDeploymentZones(ScenarioForceTemplate sft) { method addForceButtonHandler (line 1165) | private void addForceButtonHandler() { method validateAddForce (line 1240) | private String validateAddForce() { method deleteForceButtonHandler (line 1299) | private void deleteForceButtonHandler(String command) { method editForceButtonHandler (line 1314) | private void editForceButtonHandler(String command) { method updateForceSyncList (line 1322) | private void updateForceSyncList() { method atbSizingCheckboxChangeHandler (line 1337) | private void atbSizingCheckboxChangeHandler() { method mapTypeChangeHandler (line 1346) | private void mapTypeChangeHandler() { method forceAlignmentChangeHandler (line 1356) | private void forceAlignmentChangeHandler() { method syncDeploymentChangeHandler (line 1387) | private void syncDeploymentChangeHandler() { method unitTypeChangeHandler (line 1402) | private void unitTypeChangeHandler() { method saveTemplateButtonHandler (line 1414) | private void saveTemplateButtonHandler() { method loadTemplateButtonHandler (line 1449) | private void loadTemplateButtonHandler() { method actionPerformed (line 1477) | @Override method addModifierHandler (line 1495) | public void addModifierHandler() { method removeModifierHandler (line 1503) | public void removeModifierHandler() { method reloadSelectedModifiers (line 1513) | public void reloadSelectedModifiers() { method toggleForcePanelVisibility (line 1524) | private void toggleForcePanelVisibility() { method removeObjective (line 1529) | private void removeObjective() { method updateObjectiveList (line 1538) | public void updateObjectiveList() { FILE: MekHQ/src/mekhq/gui/dialog/SelectAbilitiesDialog.java class SelectAbilitiesDialog (line 59) | public class SelectAbilitiesDialog extends JDialog { method SelectAbilitiesDialog (line 69) | public SelectAbilitiesDialog(JFrame parent, Vector s, Map getSelected() { method cancel (line 150) | private void cancel() { method wasCancelled (line 155) | public boolean wasCancelled() { FILE: MekHQ/src/mekhq/gui/dialog/SkillCheckDialog.java class SkillCheckDialog (line 73) | public class SkillCheckDialog { method SkillCheckDialog (line 101) | public SkillCheckDialog(Campaign campaign, Person character) { method getInitialDialog (line 137) | private ImmersiveDialogCore getInitialDialog(boolean isUseAgingEffects... method performSkillCheck (line 163) | private String performSkillCheck(int selectedSkill, int selectedModifi... method showResultsDialog (line 191) | private void showResultsDialog(String results) { method getInCharacterMessage (line 210) | private String getInCharacterMessage() { method getButtons (line 228) | private List getButtons(boolean hasEdge, boole... method getSupplementalPanel (line 252) | private JPanel getSupplementalPanel(boolean isUseAgingEffects, boolean... method createBaseConstraints (line 285) | private GridBagConstraints createBaseConstraints() { method addComponent (line 307) | private void addComponent(JPanel panel, JComponent component, GridBagC... method getComboListItems (line 326) | private String[] getComboListItems(boolean isUseAgingEffects, boolean ... FILE: MekHQ/src/mekhq/gui/dialog/SmallSVAmmoSwapDialog.java class SmallSVAmmoSwapDialog (line 63) | public class SmallSVAmmoSwapDialog extends JDialog { method SmallSVAmmoSwapDialog (line 72) | public SmallSVAmmoSwapDialog(final JFrame frame, final Unit unit) { method setUserPreferences (line 111) | private void setUserPreferences() { method wasCanceled (line 121) | public boolean wasCanceled() { class WeaponRow (line 125) | private class WeaponRow extends JPanel { method WeaponRow (line 132) | WeaponRow(InfantryAmmoBin infernoBin) { method initUI (line 143) | private void initUI(String title) { method apply (line 179) | void apply() { FILE: MekHQ/src/mekhq/gui/dialog/StoryArcSelectionDialog.java class StoryArcSelectionDialog (line 50) | public class StoryArcSelectionDialog extends AbstractMHQButtonDialog { method StoryArcSelectionDialog (line 58) | public StoryArcSelectionDialog(final JFrame parent, boolean startNew) { method getSelectionPanel (line 70) | public StoryArcSelectionPane getSelectionPanel() { method setSelectionPanel (line 74) | public void setSelectionPanel(final StoryArcSelectionPane selectionPan... method getSelectedStoryArc (line 81) | public @Nullable StoryArcStub getSelectedStoryArc() { method getCurrentlySelectedStoryArc (line 88) | public @Nullable StoryArcStub getCurrentlySelectedStoryArc() { method createCenterPane (line 94) | @Override method setVisible (line 115) | @Override method refreshDescription (line 121) | private void refreshDescription() { FILE: MekHQ/src/mekhq/gui/dialog/StoryChoiceDialog.java class StoryChoiceDialog (line 59) | public class StoryChoiceDialog extends StoryDialog implements KeyListener { method StoryChoiceDialog (line 66) | public StoryChoiceDialog(final JFrame parent, ChoiceStoryPoint sEvent) { method initialize (line 74) | @Override method getMainPanel (line 80) | @Override method getChoice (line 147) | public String getChoice() { method keyTyped (line 151) | @Override method keyPressed (line 156) | @Override method keyReleased (line 167) | @Override class StoryChoiceRenderer (line 172) | private class StoryChoiceRenderer extends StoryChoicePanel implements ... method StoryChoiceRenderer (line 174) | public StoryChoiceRenderer(JFrame frame) { method getListCellRendererComponent (line 178) | @Override FILE: MekHQ/src/mekhq/gui/dialog/StoryDialog.java class StoryDialog (line 56) | public abstract class StoryDialog extends JDialog implements ActionListe... method StoryDialog (line 64) | public StoryDialog(final JFrame parent, DialogStoryPoint sEvent) { method initialize (line 70) | protected void initialize() { method getButtonPanel (line 81) | private JPanel getButtonPanel() { method getMainPanel (line 91) | protected abstract Container getMainPanel(); method getStoryPoint (line 94) | protected DialogStoryPoint getStoryPoint() { method getImagePanel (line 98) | protected JPanel getImagePanel() { method setDialogSize (line 126) | protected void setDialogSize() { method actionPerformed (line 136) | @Override FILE: MekHQ/src/mekhq/gui/dialog/StoryNarrativeDialog.java class StoryNarrativeDialog (line 51) | public class StoryNarrativeDialog extends StoryDialog { method StoryNarrativeDialog (line 54) | public StoryNarrativeDialog(final JFrame parent, NarrativeStoryPoint s... method getMainPanel (line 60) | @Override FILE: MekHQ/src/mekhq/gui/dialog/StratConReinforcementsConfirmationDialog.java class StratConReinforcementsConfirmationDialog (line 69) | public class StratConReinforcementsConfirmationDialog { type ReinforcementDialogResponseType (line 92) | public enum ReinforcementDialogResponseType { method getResponseType (line 113) | public ReinforcementDialogResponseType getResponseType() { method getSupportPoints (line 125) | public int getSupportPoints() { method StratConReinforcementsConfirmationDialog (line 140) | public StratConReinforcementsConfirmationDialog(Campaign campaign, Tar... method getSpeaker (line 186) | private Person getSpeaker(Campaign campaign) { method getInCharacterMessage (line 229) | private String getInCharacterMessage(String commanderAddress, boolean ... method getButtons (line 253) | private List getButtons(bo... method getOutOfCharacterMessage (line 294) | private String getOutOfCharacterMessage() { method getSpinnerPanel (line 313) | private JPanel getSpinnerPanel(double maximumSupportPoints, TargetRoll... method getTargetNumberBreakdown (line 359) | private String getTargetNumberBreakdown(TargetRoll targetNumber, int c... FILE: MekHQ/src/mekhq/gui/dialog/StratConSinglesReinforcementsDialog.java class StratConSinglesReinforcementsDialog (line 56) | public class StratConSinglesReinforcementsDialog { method getResponseType (line 75) | public StratConReinforcementsConfirmationDialog.ReinforcementDialogRes... method StratConSinglesReinforcementsDialog (line 79) | public StratConSinglesReinforcementsDialog(Campaign campaign) { method getButtons (line 108) | private List getButtons() { FILE: MekHQ/src/mekhq/gui/dialog/UnitMarketDialog.java class UnitMarketDialog (line 46) | public class UnitMarketDialog extends AbstractMHQButtonDialog { method UnitMarketDialog (line 59) | public UnitMarketDialog(final JFrame frame, final Campaign campaign) { method getCampaign (line 67) | public Campaign getCampaign() { method getUnitMarketPane (line 71) | public UnitMarketPane getUnitMarketPane() { method setUnitMarketPane (line 75) | public void setUnitMarketPane(final UnitMarketPane unitMarketPane) { method getPurchaseButton (line 80) | public JButton getPurchaseButton() { method setPurchaseButton (line 84) | public void setPurchaseButton(final JButton purchaseButton) { method getAddGMButton (line 88) | public JButton getAddGMButton() { method setAddGMButton (line 92) | public void setAddGMButton(final JButton addGMButton) { method getRemoveButton (line 96) | public JButton getRemoveButton() { method setRemoveButton (line 100) | public void setRemoveButton(final JButton removeButton) { method createCenterPane (line 107) | @Override method createButtonPanel (line 114) | @Override method okAction (line 137) | @Override method refreshView (line 142) | private void refreshView() { FILE: MekHQ/src/mekhq/gui/dialog/VocationalExperienceAwardDialog.java class VocationalExperienceAwardDialog (line 54) | public class VocationalExperienceAwardDialog extends ImmersiveDialogSimp... method VocationalExperienceAwardDialog (line 66) | public VocationalExperienceAwardDialog(Campaign campaign) { method createInCharacterMessage (line 88) | private static String createInCharacterMessage(Campaign campaign) { method createOutOfCharacterMessage (line 140) | private static String createOutOfCharacterMessage(Campaign campaign) { FILE: MekHQ/src/mekhq/gui/dialog/camOpsSalvage/SalvageFormationPicker.java class SalvageFormationPicker (line 89) | public class SalvageFormationPicker extends JDialog { method wasConfirmed (line 110) | public boolean wasConfirmed() { method getSelectedFormations (line 123) | public List getSelectedFormations() { method SalvageFormationPicker (line 148) | public SalvageFormationPicker(Campaign campaign, List getSelectedFormations() { class SalvageFormationTableCellRenderer (line 636) | private static class SalvageFormationTableCellRenderer extends javax.s... method SalvageFormationTableCellRenderer (line 647) | public SalvageFormationTableCellRenderer(Campaign campaign) { method getTableCellRendererComponent (line 652) | @Override method setPreferences (line 705) | private void setPreferences() { FILE: MekHQ/src/mekhq/gui/dialog/camOpsSalvage/SalvagePostScenarioPicker.java class SalvagePostScenarioPicker (line 116) | public class SalvagePostScenarioPicker { method getCountOfSalvageUnits (line 159) | public int getCountOfSalvageUnits() { class SalvageComboBoxGroup (line 173) | private static class SalvageComboBoxGroup { method SalvageComboBoxGroup (line 199) | SalvageComboBoxGroup(JButton unitButton, JComboBox comboBoxL... class ResultHolder (line 222) | static class ResultHolder { method SalvagePostScenarioPicker (line 245) | public SalvagePostScenarioPicker(Campaign campaign, Mission mission, S... method sanitizeOtherScenarioAssignments (line 295) | private static void sanitizeOtherScenarioAssignments(List ac... method setRecoveryTimeDataMap (line 321) | private void setRecoveryTimeDataMap(Campaign campaign, Scenario scenar... method setSalvageUnits (line 350) | private List setSalvageUnits(Campaign campaign, Scenario scen... method arrangeUnits (line 394) | private void arrangeUnits(List actualSalvage, List... method setAvailableTechTime (line 414) | private void setAvailableTechTime(Campaign campaign, Scenario scenario) { method processSalvageAssignments (line 439) | private void processSalvageAssignments(List salv... method showSalvageDialog (line 495) | private List showSalvageDialog(Campaign campaign... method confirmationAction (line 725) | private static void confirmationAction(Campaign campaign, JDialog dial... method fieldStrip (line 746) | private void fieldStrip(SalvageComboBoxGroup group) { method performComboChangeAction (line 774) | private void performComboChangeAction(boolean isContract, List salva... method getCurrentPercentAsBigDecimal (line 869) | private BigDecimal getCurrentPercentAsBigDecimal() { method disableConfirmAndColorName (line 882) | private static void disableConfirmAndColorName(JButton confirmButton, ... method isValidationValid (line 899) | private boolean isValidationValid(SalvageComboBoxGroup group) { method updateSalvageAllocation (line 926) | private void updateSalvageAllocation(List salvag... method updateComboBoxOptions (line 999) | private void updateComboBoxOptions(List salvageC... method getSelectedUnitNames (line 1011) | private static List getSelectedUnitNames(List comboBox, List dest) { method removeFromAll (line 1277) | private void removeFromAll(TestUnit u) { method syncMembershipForGroup (line 1283) | private void syncMembershipForGroup(SalvageComboBoxGroup group, boolea... method actionPerformed (line 1313) | @Override method showUnit (line 1318) | private void showUnit(TestUnit unit) { method fixComboBoxWidth (line 1335) | private static void fixComboBoxWidth(JComboBox combo) { FILE: MekHQ/src/mekhq/gui/dialog/camOpsSalvage/SalvageTechPicker.java class SalvageTechPicker (line 83) | public class SalvageTechPicker extends JDialog { method wasConfirmed (line 103) | public boolean wasConfirmed() { method getSelectedTechs (line 116) | public List getSelectedTechs() { method SalvageTechPicker (line 134) | public SalvageTechPicker(List techs, List alrea... method setRenderers (line 193) | private static void setRenderers(JTable table) { method assignWidths (line 229) | private static void assignWidths(JTable table) { method formatSorters (line 262) | private static void formatSorters(JTable table) { method getInstructions (line 333) | private static String getInstructions() { method getButtons (line 346) | private void getButtons(JPanel buttonPanel) { class SalvageTechTableModel (line 370) | private static class SalvageTechTableModel extends AbstractTableModel { method SalvageTechTableModel (line 419) | public SalvageTechTableModel(List techs, List... method getRowCount (line 434) | @Override method getColumnCount (line 439) | @Override method getColumnName (line 444) | @Override method getColumnClass (line 449) | @Override method isCellEditable (line 460) | @Override method getValueAt (line 465) | @Override method setValueAt (line 484) | @Override method getSelectedTechs (line 500) | public List getSelectedTechs() { method getRankNumeric (line 521) | public int getRankNumeric(int rowIndex) { method setPreferences (line 529) | private void setPreferences() { FILE: MekHQ/src/mekhq/gui/dialog/factionStanding/FactionStandingReport.java class FactionStandingReport (line 98) | public class FactionStandingReport extends JDialog { method FactionStandingReport (line 153) | public FactionStandingReport(final JFrame frame, final Campaign campai... method getReports (line 178) | public List getReports() { method initializeDialogParameters (line 188) | private void initializeDialogParameters() { method sortFactions (line 223) | private void sortFactions() { method createReportPanel (line 277) | private void createReportPanel() { method createReportPanelForFactionGroup (line 345) | private JPanel createReportPanelForFactionGroup(List factions) { method createFactionStandingDisabledTab (line 371) | private JPanel createFactionStandingDisabledTab() { method createEffectsPanel (line 391) | private JPanel createEffectsPanel() { method createButtonsPanel (line 418) | private JPanel createButtonsPanel() { method triggerMissionSimulationDialog (line 482) | private void triggerMissionSimulationDialog() { method createFactionPanel (line 505) | private JPanel createFactionPanel(final String factionCode) { method createStandingColoredRoundedTitledBorder (line 583) | public static Border createStandingColoredRoundedTitledBorder(final in... method getRoundedBorder (line 593) | private static Border getRoundedBorder(int factionStandingLevel) { method getDescriptionForFaction (line 621) | private String getDescriptionForFaction(Faction faction, double factio... method getRegardSlider (line 685) | private static JSlider getRegardSlider(String factionCode, double fact... method getEffectsDescription (line 713) | private String getEffectsDescription(boolean isClan, boolean isPirateO... method createEffectsPanelUpdater (line 729) | public MouseAdapter createEffectsPanelUpdater(String replacementText) { method findComponentByName (line 759) | private T findComponentByName(Container containe... method setPreferences (line 777) | private void setPreferences() { FILE: MekHQ/src/mekhq/gui/dialog/factionStanding/FactionStandingSlider.java class FactionStandingSlider (line 64) | public class FactionStandingSlider extends JSlider { method FactionStandingSlider (line 87) | public FactionStandingSlider(int minimum, int maximum, int regardValue... method paintComponent (line 105) | @Override method paintThumb (line 137) | protected void paintThumb(Graphics graphics) { method paintHandle (line 157) | private void paintHandle(Graphics graphics, int x, String label, boole... method valueToX (line 196) | private int valueToX(int value) { class InvisibleThumbSliderUI (line 214) | public static class InvisibleThumbSliderUI extends BasicSliderUI { method InvisibleThumbSliderUI (line 215) | public InvisibleThumbSliderUI(JSlider slider) { method paintThumb (line 219) | @Override FILE: MekHQ/src/mekhq/gui/dialog/factionStanding/FactionStandingUltimatumDialog.java class FactionStandingUltimatumDialog (line 74) | public class FactionStandingUltimatumDialog { method FactionStandingUltimatumDialog (line 106) | public FactionStandingUltimatumDialog(Campaign campaign, Person challe... method processChoosingAnUltimatum (line 194) | private void processChoosingAnUltimatum(Campaign campaign, Person chal... method processBecomingMercenaryOrPirate (line 247) | private static void processBecomingMercenaryOrPirate(Campaign campaign... method showDialog (line 297) | private void showDialog(String ultimatumName, String key, Person comma... method getDialogKey (line 318) | private String getDialogKey(String ultimatumName, String affix) { method getThirdInCommand (line 334) | public @Nullable Person getThirdInCommand(Person commander, Person sec... FILE: MekHQ/src/mekhq/gui/dialog/factionStanding/events/FactionStandingGreeting.java class FactionStandingGreeting (line 71) | public class FactionStandingGreeting { method FactionStandingGreeting (line 97) | public FactionStandingGreeting(Campaign campaign, Contract contract) { method FactionStandingGreeting (line 147) | private FactionStandingGreeting(Campaign campaign) { method getFactionStandingsLevel (line 178) | private static FactionStandingLevel getFactionStandingsLevel(FactionSt... method getInCharacterText (line 200) | private String getInCharacterText(FactionStandingLevel factionStanding... method getOutOfCharacterText (line 235) | private String getOutOfCharacterText(int cargoRequirements, int cargoA... method getDialogOptions (line 249) | private List getDialogOptions() { method createEmployerLiaison (line 257) | public Person createEmployerLiaison(Campaign campaign) { FILE: MekHQ/src/mekhq/gui/dialog/factionStanding/factionJudgment/FactionAccoladeConfirmationDialog.java class FactionAccoladeConfirmationDialog (line 55) | public class FactionAccoladeConfirmationDialog { method wasConfirmed (line 77) | public boolean wasConfirmed() { method FactionAccoladeConfirmationDialog (line 92) | public FactionAccoladeConfirmationDialog(Campaign campaign, FactionAcc... method getDialogOptions (line 117) | public List getDialogOptions() { method getInCharacterText (line 130) | public String getInCharacterText() { method getOutOfCharacterText (line 143) | public String getOutOfCharacterText() { FILE: MekHQ/src/mekhq/gui/dialog/factionStanding/factionJudgment/FactionCensureConfirmationDialog.java class FactionCensureConfirmationDialog (line 53) | public class FactionCensureConfirmationDialog { method wasConfirmed (line 69) | public boolean wasConfirmed() { method FactionCensureConfirmationDialog (line 83) | public FactionCensureConfirmationDialog(Campaign campaign) { method getDialogOptions (line 106) | public List getDialogOptions() { method getInCharacterText (line 121) | public String getInCharacterText(final Campaign campaign) { FILE: MekHQ/src/mekhq/gui/dialog/factionStanding/factionJudgment/FactionCensureGoingRogueDialog.java class FactionCensureGoingRogueDialog (line 76) | public class FactionCensureGoingRogueDialog { method wasConfirmed (line 99) | public boolean wasConfirmed() { method getChosenFaction (line 111) | public @Nullable Faction getChosenFaction() { method FactionCensureGoingRogueDialog (line 125) | public FactionCensureGoingRogueDialog(Campaign campaign, boolean isUsi... method getSpeaker (line 154) | private Person getSpeaker() { method getInCharacterText (line 166) | private String getInCharacterText() { method getButtons (line 179) | private List getButtons() { method getOutOfCharacterText (line 196) | private String getOutOfCharacterText() { method getPossibleFactions (line 216) | private void getPossibleFactions(boolean isUsingFactionStandings) { method getFactionPanel (line 292) | private JPanel getFactionPanel() { method createPersonGroupModel (line 312) | private DefaultComboBoxModel createPersonGroupModel() { FILE: MekHQ/src/mekhq/gui/dialog/factionStanding/factionJudgment/FactionJudgmentDialog.java class FactionJudgmentDialog (line 67) | public class FactionJudgmentDialog { method getChoiceIndex (line 90) | public int getChoiceIndex() { method getFactionJudgmentDialogResourceBundle (line 102) | public static String getFactionJudgmentDialogResourceBundle() { method FactionJudgmentDialog (line 125) | public FactionJudgmentDialog(Campaign campaign, @Nullable Person speak... method getDialogKey (line 176) | private static String getDialogKey(String judgmentTypeLookupName, Stri... method getButtonLabels (line 211) | private static List getButtonLabels(String judgmentLookupName,... FILE: MekHQ/src/mekhq/gui/dialog/factionStanding/factionJudgment/FactionJudgmentNewsArticle.java class FactionJudgmentNewsArticle (line 61) | public class FactionJudgmentNewsArticle { method FactionJudgmentNewsArticle (line 82) | public FactionJudgmentNewsArticle(Campaign campaign, Person commander,... method FactionJudgmentNewsArticle (line 114) | public FactionJudgmentNewsArticle(Campaign campaign, Person commander,... method constructDialog (line 152) | private static void constructDialog(Campaign campaign, Person commande... method getDialogKey (line 192) | private static String getDialogKey(FactionStandingJudgmentType judgmen... FILE: MekHQ/src/mekhq/gui/dialog/factionStanding/factionJudgment/FactionJudgmentSceneDialog.java class FactionJudgmentSceneDialog (line 69) | public class FactionJudgmentSceneDialog { method FactionJudgmentSceneDialog (line 86) | public FactionJudgmentSceneDialog(Campaign campaign, Person commander,... method getDialogKey (line 135) | private static String getDialogKey(FactionJudgmentSceneType sceneType,... method getButtonLabels (line 168) | private static List getButtonLabels(FactionJudgmentSceneType s... FILE: MekHQ/src/mekhq/gui/dialog/factionStanding/gmToolsDialog/AccoladeSelectionDialog.java class AccoladeSelectionDialog (line 91) | public class AccoladeSelectionDialog extends JDialog { method AccoladeSelectionDialog (line 126) | public AccoladeSelectionDialog(JDialog parent, ImageIcon campaignIcon,... method wasActionConfirmed (line 145) | public boolean wasActionConfirmed() { method getSelectedFaction (line 157) | public Faction getSelectedFaction() { method getSelectedAccolade (line 169) | public FactionAccoladeLevel getSelectedAccolade() { method getIsPermanent (line 181) | public boolean getIsPermanent() { method populateFactionsList (line 193) | private void populateFactionsList() { method initializeDialog (line 230) | private void initializeDialog(JDialog parent) { method populateDialog (line 247) | private void populateDialog() { method buildLeftPanel (line 285) | private JPanel buildLeftPanel() { method populateCenterPanel (line 309) | private JPanel populateCenterPanel() { method updateAccoladeForFactionSelection (line 402) | private void updateAccoladeForFactionSelection() { method clampAccoladeForFactionSelected (line 421) | private void clampAccoladeForFactionSelected() { method buildFactionModel (line 447) | private DefaultComboBoxModel buildFactionModel() { method buildAccoladeModel (line 467) | private DefaultComboBoxModel buildAccoladeModel() { method hyperlinkEventListenerActions (line 485) | private void hyperlinkEventListenerActions(HyperlinkEvent evt) { FILE: MekHQ/src/mekhq/gui/dialog/factionStanding/gmToolsDialog/CensureSelectionDialog.java class CensureSelectionDialog (line 91) | public class CensureSelectionDialog extends JDialog { method CensureSelectionDialog (line 126) | public CensureSelectionDialog(JDialog parent, ImageIcon campaignIcon, ... method wasActionConfirmed (line 145) | public boolean wasActionConfirmed() { method getSelectedFaction (line 157) | public Faction getSelectedFaction() { method getSelectedCensure (line 169) | public FactionCensureLevel getSelectedCensure() { method getIsPermanent (line 181) | public boolean getIsPermanent() { method populateFactionsList (line 193) | private void populateFactionsList() { method initializeDialog (line 230) | private void initializeDialog(JDialog parent) { method populateDialog (line 247) | private void populateDialog() { method buildLeftPanel (line 285) | private JPanel buildLeftPanel() { method populateCenterPanel (line 309) | private JPanel populateCenterPanel() { method updateCensureOptionsForFactionSelection (line 411) | private void updateCensureOptionsForFactionSelection() { method updateCensureForFactionSelection (line 429) | private void updateCensureForFactionSelection() { method buildFactionModel (line 448) | private DefaultComboBoxModel buildFactionModel() { method buildCensureModel (line 468) | private DefaultComboBoxModel buildCensureModel(int selectedFac... method hyperlinkEventListenerActions (line 491) | private void hyperlinkEventListenerActions(HyperlinkEvent evt) { FILE: MekHQ/src/mekhq/gui/dialog/factionStanding/gmToolsDialog/FactionSelectionDialog.java class FactionSelectionDialog (line 83) | public class FactionSelectionDialog extends JDialog { method FactionSelectionDialog (line 112) | public FactionSelectionDialog(JDialog parent, ImageIcon campaignIcon, ... method wasActionConfirmed (line 131) | public boolean wasActionConfirmed() { method getSelectedFaction (line 144) | public Faction getSelectedFaction() { method getSelectedRegard (line 156) | public double getSelectedRegard() { method populateFactionsList (line 169) | void populateFactionsList() { method initializeDialog (line 200) | void initializeDialog(JDialog parent) { method populateDialog (line 218) | void populateDialog() { method buildLeftPanel (line 255) | private JPanel buildLeftPanel() { method populateCenterPanel (line 282) | private JPanel populateCenterPanel() { method buildFactionModel (line 375) | private DefaultComboBoxModel buildFactionModel() { method hyperlinkEventListenerActions (line 395) | protected void hyperlinkEventListenerActions(HyperlinkEvent evt) { FILE: MekHQ/src/mekhq/gui/dialog/factionStanding/gmToolsDialog/FactionStandingsGMToolsActionType.java type FactionStandingsGMToolsActionType (line 41) | public enum FactionStandingsGMToolsActionType { FILE: MekHQ/src/mekhq/gui/dialog/factionStanding/gmToolsDialog/GMTools.java class GMTools (line 87) | public class GMTools extends JDialog { method GMTools (line 115) | public GMTools(JDialog parent, Campaign campaign) { method getReports (line 137) | public List getReports() { method initializeDialog (line 149) | void initializeDialog(JDialog parent) { method populateDialog (line 166) | void populateDialog() { method buildLeftPanel (line 203) | private JPanel buildLeftPanel() { method populateCenterPanel (line 227) | private JPanel populateCenterPanel() { method populateGMToolOption (line 267) | private JPanel populateGMToolOption(final FactionStandingsGMToolsActio... method performGMAction (line 309) | private void performGMAction(FactionStandingsGMToolsActionType actionT... method hyperlinkEventListenerActions (line 448) | protected void hyperlinkEventListenerActions(HyperlinkEvent evt) { FILE: MekHQ/src/mekhq/gui/dialog/factionStanding/gmToolsDialog/GMToolsConfirmationDialog.java class GMToolsConfirmationDialog (line 79) | public class GMToolsConfirmationDialog extends JDialog { method GMToolsConfirmationDialog (line 104) | public GMToolsConfirmationDialog(JDialog parent, ImageIcon campaignIcon, method wasActionConfirmed (line 123) | public boolean wasActionConfirmed() { method initializeDialog (line 136) | void initializeDialog(JDialog parent) { method populateDialog (line 154) | void populateDialog() { method buildLeftPanel (line 188) | private JPanel buildLeftPanel() { method populateCenterPanel (line 213) | private JPanel populateCenterPanel() { method hyperlinkEventListenerActions (line 265) | protected void hyperlinkEventListenerActions(HyperlinkEvent evt) { FILE: MekHQ/src/mekhq/gui/dialog/factionStanding/manualMissionDialogs/ManualMissionDialog.java class ManualMissionDialog (line 50) | public class ManualMissionDialog extends SimulateMissionDialog { method ManualMissionDialog (line 66) | public ManualMissionDialog(JFrame parent, ImageIcon campaignIcon, Fact... method getMissionName (line 79) | @Override method getComboMissionStatus (line 84) | @Override FILE: MekHQ/src/mekhq/gui/dialog/factionStanding/manualMissionDialogs/SimulateMissionDialog.java class SimulateMissionDialog (line 79) | public class SimulateMissionDialog extends JDialog { method SimulateMissionDialog (line 116) | public SimulateMissionDialog(ImageIcon campaignIcon, Faction campaignF... method SimulateMissionDialog (line 136) | public SimulateMissionDialog(JFrame parent, ImageIcon campaignIcon, Fa... method getEmployerChoice (line 156) | public @Nullable Faction getEmployerChoice() { method getEnemyChoice (line 168) | public @Nullable Faction getEnemyChoice() { method getStatusChoice (line 180) | public @Nullable MissionStatus getStatusChoice() { method getDurationChoice (line 192) | public int getDurationChoice() { method setDurationChoice (line 204) | public void setDurationChoice(int durationChoice) { method initializeDialog (line 216) | void initializeDialog(JFrame parent) { method populateDialog (line 233) | void populateDialog() { method populateFactionsList (line 269) | void populateFactionsList() { method populateStatusList (line 288) | void populateStatusList() { method buildLeftPanel (line 300) | private JPanel buildLeftPanel() { method populateCenterPanel (line 324) | private JPanel populateCenterPanel() { method populateInstructionsPanel (line 356) | private JPanel populateInstructionsPanel() { method getMissionName (line 385) | protected String getMissionName() { method populateContractPanel (line 397) | private JPanel populateContractPanel() { method getComboMissionStatus (line 462) | protected @Nullable MMComboBox getComboMissionStatus() { method buildFactionModel (line 480) | private DefaultComboBoxModel buildFactionModel() { method buildMissionStatusModel (line 503) | private DefaultComboBoxModel buildMissionStatusModel() { method populateButtonPanel (line 521) | private JPanel populateButtonPanel() { method hyperlinkEventListenerActions (line 584) | protected void hyperlinkEventListenerActions(HyperlinkEvent evt) { method handleFactionRegardUpdates (line 595) | @Deprecated(since = "0.50.07", forRemoval = true) method handleFactionRegardUpdates (line 620) | public static List handleFactionRegardUpdates(@Nullable Factio... FILE: MekHQ/src/mekhq/gui/dialog/factionStanding/manualMissionDialogs/StandingUpdateConfirmationDialog.java class StandingUpdateConfirmationDialog (line 65) | public class StandingUpdateConfirmationDialog extends JDialog { method StandingUpdateConfirmationDialog (line 84) | public StandingUpdateConfirmationDialog(JDialog parent, ImageIcon camp... method initializeDialog (line 99) | private void initializeDialog(JDialog parent) { method populateDialog (line 117) | private void populateDialog() { method buildLeftPanel (line 154) | private JPanel buildLeftPanel() { method populateCenterPanel (line 178) | private JPanel populateCenterPanel() { method populateInstructionsPanel (line 204) | private JPanel populateInstructionsPanel() { method populateButtonPanel (line 236) | private JPanel populateButtonPanel() { FILE: MekHQ/src/mekhq/gui/dialog/glossary/NewDocumentationEntryDialog.java class NewDocumentationEntryDialog (line 73) | public class NewDocumentationEntryDialog extends JDialog { method NewDocumentationEntryDialog (line 97) | public NewDocumentationEntryDialog(JDialog parent, DocumentationEntry ... method addDocumentationEntry (line 139) | private void addDocumentationEntry(DocumentationEntry documentationEnt... method addTab (line 197) | public void addTab(String title, Component component) { method handleHyperlinkClick (line 207) | private void handleHyperlinkClick(HyperlinkEvent hyperlinkEvent) { method buildDocumentationPane (line 238) | private FastJScrollPane buildDocumentationPane() { method setPreferences (line 280) | private void setPreferences() { FILE: MekHQ/src/mekhq/gui/dialog/glossary/NewGlossaryDialog.java class NewGlossaryDialog (line 71) | public class NewGlossaryDialog extends JDialog { method NewGlossaryDialog (line 122) | public NewGlossaryDialog(Frame parent) { method buildContentsPanel (line 146) | private JPanel buildContentsPanel() { method buildAboutPanel (line 184) | private JPanel buildAboutPanel() { method getImage (line 247) | private static ImageIcon getImage() { method buildGlossaryPane (line 262) | private FastJScrollPane buildGlossaryPane() { method createGlossaryDialogTextPane (line 303) | private JTextPane createGlossaryDialogTextPane(StringBuilder formatedG... method buildDocumentationPane (line 329) | private FastJScrollPane buildDocumentationPane() { method handleGlossaryHyperlinkClick (line 370) | public static void handleGlossaryHyperlinkClick(JDialog parent, Hyperl... method setPreferences (line 414) | private void setPreferences() { FILE: MekHQ/src/mekhq/gui/dialog/glossary/NewGlossaryEntryDialog.java class NewGlossaryEntryDialog (line 71) | public class NewGlossaryEntryDialog extends JDialog { method NewGlossaryEntryDialog (line 179) | public NewGlossaryEntryDialog(JDialog parent, GlossaryEntry glossaryEn... method addGlossaryEntry (line 221) | private void addGlossaryEntry(GlossaryEntry glossaryEntry) { method addTab (line 320) | public void addTab(String title, Component component) { method handleHyperlinkClick (line 333) | private void handleHyperlinkClick(HyperlinkEvent hyperlinkEvent) { method getImage (line 373) | private ImageIcon getImage() { method buildGlossaryPane (line 390) | private FastJScrollPane buildGlossaryPane() { method setPreferences (line 428) | private void setPreferences() { FILE: MekHQ/src/mekhq/gui/dialog/helpDialogs/AutoResolveBehaviorSettingsHelpDialog.java class AutoResolveBehaviorSettingsHelpDialog (line 41) | public class AutoResolveBehaviorSettingsHelpDialog extends AbstractHelpD... method AutoResolveBehaviorSettingsHelpDialog (line 49) | public AutoResolveBehaviorSettingsHelpDialog(final JFrame frame) { FILE: MekHQ/src/mekhq/gui/dialog/iconDialogs/LayeredFormationIconDialog.java class LayeredFormationIconDialog (line 63) | public class LayeredFormationIconDialog extends AbstractMHQButtonDialog { method LayeredFormationIconDialog (line 75) | public LayeredFormationIconDialog(final JFrame parent, final @Nullable... method getOriginalFormationIcon (line 90) | public @Nullable StandardFormationIcon getOriginalFormationIcon() { method setOriginalFormationIcon (line 94) | public void setOriginalFormationIcon(final @Nullable StandardFormation... method getTabbedPane (line 98) | public JTabbedPane getTabbedPane() { method setTabbedPane (line 102) | public void setTabbedPane(final JTabbedPane tabbedPane) { method getStandardFormationIconChooser (line 106) | public StandardFormationIconChooser getStandardFormationIconChooser() { method setStandardFormationIconChooser (line 110) | public void setStandardFormationIconChooser(final StandardFormationIco... method getLayeredFormationIconCreationPanel (line 114) | public LayeredFormationIconCreationPanel getLayeredFormationIconCreati... method setLayeredFormationIconCreationPanel (line 118) | public void setLayeredFormationIconCreationPanel(final LayeredFormatio... method getSelectedItem (line 125) | public @Nullable StandardFormationIcon getSelectedItem() { method createCenterPane (line 137) | @Override method createButtonPanel (line 150) | @Override method finalizeInitialization (line 165) | @Override method setCustomPreferences (line 174) | @Override method refreshDirectory (line 190) | public void refreshDirectory(final @Nullable ActionEvent evt) { FILE: MekHQ/src/mekhq/gui/dialog/iconDialogs/StandardFormationIconDialog.java class StandardFormationIconDialog (line 57) | public class StandardFormationIconDialog extends AbstractMHQIconChooserD... method StandardFormationIconDialog (line 59) | public StandardFormationIconDialog(final JFrame frame, final @Nullable... method StandardFormationIconDialog (line 64) | protected StandardFormationIconDialog(final JFrame frame, final String... method getChooser (line 71) | @Override method getSelectedItem (line 76) | @Override FILE: MekHQ/src/mekhq/gui/dialog/iconDialogs/UnitIconDialog.java class UnitIconDialog (line 61) | public class UnitIconDialog extends StandardFormationIconDialog { method UnitIconDialog (line 67) | public UnitIconDialog(final JFrame frame, final @Nullable AbstractIcon... method getChooser (line 74) | @Override method getSelectedItem (line 79) | @Override method getOverride (line 90) | public @Nullable UnitIcon getOverride() { method setOverride (line 94) | public void setOverride(final @Nullable UnitIcon override) { method createButtonPanel (line 100) | @Override method finalizeInitialization (line 124) | @Override method okButtonActionPerformed (line 149) | @Override method noneActionPerformed (line 162) | private void noneActionPerformed(final ActionEvent evt) { FILE: MekHQ/src/mekhq/gui/dialog/markets/personnelMarket/ApplicantTableColumns.java type ApplicantTableColumns (line 50) | public enum ApplicantTableColumns { method ApplicantTableColumns (line 100) | ApplicantTableColumns(int columnIndex) { method getLabel (line 112) | public String getLabel() { FILE: MekHQ/src/mekhq/gui/dialog/markets/personnelMarket/PersonTableModel.java class PersonTableModel (line 89) | public class PersonTableModel extends AbstractTableModel { method PersonTableModel (line 104) | public PersonTableModel(Campaign campaign, List people) { method getRowCount (line 109) | @Override method getColumnCount (line 114) | @Override method getColumnName (line 119) | @Override method getValueAt (line 124) | @Override method getComparator (line 195) | public Comparator getComparator(int columnIndex) { method getPerson (line 215) | public Person getPerson(int row) { FILE: MekHQ/src/mekhq/gui/dialog/markets/personnelMarket/PersonnelMarketDialog.java class PersonnelMarketDialog (line 123) | public class PersonnelMarketDialog extends JDialog { method PersonnelMarketDialog (line 152) | public PersonnelMarketDialog(NewPersonnelMarket market) { method initializeComponents (line 170) | public void initializeComponents() { method closeAction (line 221) | private void closeAction() { method documentationAction (line 227) | private void documentationAction() { method initializeHeader (line 246) | private JPanel initializeHeader() { method getPersonnelAvailabilitySlider (line 311) | private JSlider getPersonnelAvailabilitySlider() { method initializeFilter (line 334) | private JPanel initializeFilter() { method initializeButtonPanel (line 367) | private JPanel initializeButtonPanel() { method initializeTipPanel (line 430) | private JPanel initializeTipPanel() { method initializeTablePanel (line 450) | private PersonnelTablePanel initializeTablePanel() { method filterRoles (line 479) | private void filterRoles(TableRowSorter sorter) { method initializePersonView (line 512) | private JSplitPane initializePersonView(AtomicReference select... method hireActionListener (line 542) | private void hireActionListener(boolean isGMHire) { method addApplicantActionListener (line 588) | private void addApplicantActionListener() { method setDialogTitle (line 625) | private void setDialogTitle() { method getTipMessage (line 651) | private String getTipMessage() { method getAvailabilityModifierMessage (line 667) | private String getAvailabilityModifierMessage() { method setPreferences (line 700) | private void setPreferences(JDialog dialog) { FILE: MekHQ/src/mekhq/gui/dialog/markets/personnelMarket/PersonnelTablePanel.java class PersonnelTablePanel (line 79) | public class PersonnelTablePanel extends JPanel { method PersonnelTablePanel (line 93) | public PersonnelTablePanel(Campaign campaign, List people) { method getTable (line 129) | public JTable getTable() { method getSelectedApplicants (line 139) | public List getSelectedApplicants() { method getRowCount (line 149) | public int getRowCount() { method addListSelectionListener (line 161) | public void addListSelectionListener(ListSelectionListener listener) { method assignSorters (line 174) | private static void assignSorters(PersonTableModel model, JTable table) { method dynamicallyCalculateColumnWidth (line 197) | private static void dynamicallyCalculateColumnWidth(JTable table, int ... method updateSelectedApplicants (line 234) | private void updateSelectedApplicants(List people, JTable tabl... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/CombatChallengeNagDialog.java class CombatChallengeNagDialog (line 43) | public class CombatChallengeNagDialog extends ImmersiveDialogNag { method CombatChallengeNagDialog (line 44) | public CombatChallengeNagDialog(final Campaign campaign) { method constructDialog (line 48) | @Override method getInCharacterMessage (line 65) | @Override FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/DeploymentShortfallNagDialog.java class DeploymentShortfallNagDialog (line 50) | public class DeploymentShortfallNagDialog extends ImmersiveDialogNag { method DeploymentShortfallNagDialog (line 62) | public DeploymentShortfallNagDialog(final Campaign campaign) { method checkNag (line 81) | public static boolean checkNag(boolean isUseAtB, Campaign campaign) { FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/EndContractNagDialog.java class EndContractNagDialog (line 54) | public class EndContractNagDialog extends ImmersiveDialogNag { method EndContractNagDialog (line 67) | public EndContractNagDialog(final Campaign campaign) { method checkNag (line 85) | public static boolean checkNag(LocalDate today, List acti... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/HRStrainNagDialog.java class HRStrainNagDialog (line 51) | public class HRStrainNagDialog extends ImmersiveDialogNag { method HRStrainNagDialog (line 64) | public HRStrainNagDialog(final Campaign campaign) { method checkNag (line 86) | public static boolean checkNag(boolean isUseTurnover, boolean isUseHRS... class AdminStrainNagDialog (line 93) | @Deprecated(since = "0.50.07", forRemoval = true) method AdminStrainNagDialog (line 95) | public AdminStrainNagDialog(Campaign campaign) { FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/InsufficientAsTechsNagDialog.java class InsufficientAsTechsNagDialog (line 58) | public class InsufficientAsTechsNagDialog extends ImmersiveDialogNag { method InsufficientAsTechsNagDialog (line 71) | public InsufficientAsTechsNagDialog(final Campaign campaign) { method getSpeaker (line 93) | @Override method getFallbackSpeaker (line 137) | private @Nullable Person getFallbackSpeaker(Campaign campaign) { method getInCharacterMessage (line 149) | @Override method checkNag (line 175) | public static boolean checkNag(int asTechsNeeded) { FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/InsufficientAstechTimeNagDialog.java class InsufficientAstechTimeNagDialog (line 61) | public class InsufficientAstechTimeNagDialog extends ImmersiveDialogNag { method InsufficientAstechTimeNagDialog (line 74) | public InsufficientAstechTimeNagDialog(final Campaign campaign) { method getSpeaker (line 96) | @Override method getFallbackSpeaker (line 145) | private @Nullable Person getFallbackSpeaker(Campaign campaign) { method getInCharacterMessage (line 157) | @Override method checkNag (line 196) | public static boolean checkNag(Collection units, int possibleAst... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/InsufficientMedicsNagDialog.java class InsufficientMedicsNagDialog (line 58) | public class InsufficientMedicsNagDialog extends ImmersiveDialogNag { method InsufficientMedicsNagDialog (line 70) | public InsufficientMedicsNagDialog(final Campaign campaign) { method getSpeaker (line 92) | @Override method getFallbackSpeaker (line 141) | private @Nullable Person getFallbackSpeaker(Campaign campaign) { method getInCharacterMessage (line 153) | @Override method checkNag (line 179) | public static boolean checkNag(int medicsRequired) { FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/InvalidFactionNagDialog.java class InvalidFactionNagDialog (line 53) | public class InvalidFactionNagDialog extends ImmersiveDialogNag { method InvalidFactionNagDialog (line 66) | public InvalidFactionNagDialog(final Campaign campaign) { method checkNag (line 84) | public static boolean checkNag(Faction campaignFaction, LocalDate toda... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/NagController.java class NagController (line 65) | public class NagController { method triggerDailyNags (line 88) | public static boolean triggerDailyNags(Campaign campaign) { FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/OutstandingScenariosNagDialog.java class OutstandingScenariosNagDialog (line 52) | public class OutstandingScenariosNagDialog extends ImmersiveDialogNag { method OutstandingScenariosNagDialog (line 65) | public OutstandingScenariosNagDialog(final Campaign campaign) { method getInCharacterMessage (line 69) | @Override method checkNag (line 92) | public static boolean checkNag(Campaign campaign) { FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/PregnantCombatantNagDialog.java class PregnantCombatantNagDialog (line 54) | public class PregnantCombatantNagDialog extends ImmersiveDialogNag { method PregnantCombatantNagDialog (line 66) | public PregnantCombatantNagDialog(final Campaign campaign) { method checkNag (line 85) | public static boolean checkNag(boolean hasActiveContract, List... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/PrisonersNagDialog.java class PrisonersNagDialog (line 52) | public class PrisonersNagDialog extends ImmersiveDialogNag { method PrisonersNagDialog (line 53) | public PrisonersNagDialog(final Campaign campaign) { method getSpeaker (line 72) | @Override method getFallbackSpeaker (line 115) | private @Nullable Person getFallbackSpeaker(Campaign campaign) { method checkNag (line 141) | public static boolean checkNag(boolean hasActiveContract, boolean hasP... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/SingleDropNagDialog.java class SingleDropNagDialog (line 61) | public class SingleDropNagDialog extends ImmersiveDialogNag { method SingleDropNagDialog (line 75) | public SingleDropNagDialog(final Campaign campaign) { method checkNag (line 79) | public static boolean checkNag(List activeContracts, bool... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/UnableToAffordExpensesNagDialog.java class UnableToAffordExpensesNagDialog (line 56) | public class UnableToAffordExpensesNagDialog extends ImmersiveDialogNag { method UnableToAffordExpensesNagDialog (line 70) | public UnableToAffordExpensesNagDialog(final Campaign campaign) { method getInCharacterMessage (line 74) | @Override method checkNag (line 104) | public static boolean checkNag(Campaign campaign) { FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/UnableToAffordJumpNagDialog.java class UnableToAffordJumpNagDialog (line 54) | public class UnableToAffordJumpNagDialog extends ImmersiveDialogNag { method UnableToAffordJumpNagDialog (line 66) | public UnableToAffordJumpNagDialog(final Campaign campaign) { method getInCharacterMessage (line 70) | @Override method checkNag (line 99) | public static boolean checkNag(Campaign campaign) { FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/UnableToAffordLoanPaymentNagDialog.java class UnableToAffordLoanPaymentNagDialog (line 59) | public class UnableToAffordLoanPaymentNagDialog extends ImmersiveDialogN... method UnableToAffordLoanPaymentNagDialog (line 72) | public UnableToAffordLoanPaymentNagDialog(final Campaign campaign) { method getInCharacterMessage (line 76) | @Override method checkNag (line 109) | public static boolean checkNag(List loans, LocalDate today, Mone... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/UnableToAffordRentNagDialog.java class UnableToAffordRentNagDialog (line 49) | public class UnableToAffordRentNagDialog extends ImmersiveDialogNag { method UnableToAffordRentNagDialog (line 50) | public UnableToAffordRentNagDialog(final Campaign campaign) { method getInCharacterMessage (line 54) | @Override method checkNag (line 93) | public static boolean checkNag(Campaign campaign, boolean isSunday, bo... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/UnableToAffordShoppingListNagDialog.java class UnableToAffordShoppingListNagDialog (line 57) | public class UnableToAffordShoppingListNagDialog extends ImmersiveDialog... method UnableToAffordShoppingListNagDialog (line 70) | public UnableToAffordShoppingListNagDialog(final Campaign campaign) { method getInCharacterMessage (line 74) | @Override method checkNag (line 105) | public static boolean checkNag(Money totalBuyCost, Money currentFunds) { FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/UnmaintainedUnitsNagDialog.java class UnmaintainedUnitsNagDialog (line 58) | public class UnmaintainedUnitsNagDialog extends ImmersiveDialogNag { method UnmaintainedUnitsNagDialog (line 70) | public UnmaintainedUnitsNagDialog(final Campaign campaign) { method getSpeaker (line 92) | @Override method getFallbackSpeaker (line 141) | private @Nullable Person getFallbackSpeaker(Campaign campaign) { method checkNag (line 168) | public static boolean checkNag(Collection units, boolean isCheck... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/UnresolvedStratConContactsNagDialog.java class UnresolvedStratConContactsNagDialog (line 49) | public class UnresolvedStratConContactsNagDialog extends ImmersiveDialog... method UnresolvedStratConContactsNagDialog (line 50) | public UnresolvedStratConContactsNagDialog(final Campaign campaign) { method getInCharacterMessage (line 54) | @Override method checkNag (line 81) | public static boolean checkNag(boolean isUseStratCon, List activePersonnel, int baseB... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/nagLogic/DeploymentShortfallNagLogic.java class DeploymentShortfallNagLogic (line 40) | public class DeploymentShortfallNagLogic { method hasDeploymentShortfall (line 55) | public static boolean hasDeploymentShortfall(Campaign campaign) { FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/nagLogic/EndContractNagLogic.java class EndContractNagLogic (line 41) | public class EndContractNagLogic { method isContractEnded (line 59) | public static boolean isContractEnded(LocalDate today, List units, int... method getAsTechTimeDeficit (line 96) | public static int getAsTechTimeDeficit(Collection units, int pos... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/nagLogic/InsufficientAsTechsNagLogic.java class InsufficientAsTechsNagLogic (line 35) | public class InsufficientAsTechsNagLogic { method hasAsTechsNeeded (line 48) | public static boolean hasAsTechsNeeded(int asTechsNeeded) { FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/nagLogic/InsufficientMedicsNagLogic.java class InsufficientMedicsNagLogic (line 35) | public class InsufficientMedicsNagLogic { method hasMedicsNeeded (line 48) | public static boolean hasMedicsNeeded(int medicsRequired) { FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/nagLogic/InvalidFactionNagLogic.java class InvalidFactionNagLogic (line 39) | public class InvalidFactionNagLogic { method isFactionInvalid (line 52) | public static boolean isFactionInvalid(Faction campaignFaction, LocalD... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/nagLogic/NoCommanderNagLogic.java class NoCommanderNagLogic (line 38) | public class NoCommanderNagLogic { method hasNoCommander (line 51) | public static boolean hasNoCommander(@Nullable Person flaggedCommander) { FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/nagLogic/OutstandingScenariosNagLogic.java class OutstandingScenariosNagLogic (line 50) | public class OutstandingScenariosNagLogic { method hasOutStandingScenarios (line 64) | public static boolean hasOutStandingScenarios(Campaign campaign) { method getOutstandingScenarios (line 83) | public static String getOutstandingScenarios(Campaign campaign) { FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/nagLogic/PregnantCombatantNagLogic.java class PregnantCombatantNagLogic (line 41) | public class PregnantCombatantNagLogic { method hasActivePregnantCombatant (line 62) | public static boolean hasActivePregnantCombatant(boolean hasActiveCont... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/nagLogic/PrisonersNagLogic.java class PrisonersNagLogic (line 35) | public class PrisonersNagLogic { method hasPrisoners (line 51) | public static boolean hasPrisoners(boolean hasActiveContract, boolean ... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/nagLogic/SingleDropSetUpNagLogic.java class SingleDropSetUpNagLogic (line 45) | public class SingleDropSetUpNagLogic { method hasActiveStratConContract (line 55) | public static boolean hasActiveStratConContract(List acti... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/nagLogic/UnableToAffordExpensesNagLogic.java class UnableToAffordExpensesNagLogic (line 39) | public class UnableToAffordExpensesNagLogic { method unableToAffordExpenses (line 51) | public static boolean unableToAffordExpenses(Campaign campaign) { method getMonthlyExpenses (line 65) | public static Money getMonthlyExpenses(Campaign campaign) { FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/nagLogic/UnableToAffordJumpNagLogic.java class UnableToAffordJumpNagLogic (line 43) | @Deprecated(since = "50.10", forRemoval = true) method unableToAffordNextJump (line 56) | public static boolean unableToAffordNextJump(Campaign campaign) { method getNextJumpCost (line 71) | public static Money getNextJumpCost(Campaign campaign) { FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/nagLogic/UnableToAffordLoanPaymentNag.java class UnableToAffordLoanPaymentNag (line 41) | public class UnableToAffordLoanPaymentNag { method unableToAffordLoans (line 55) | public static boolean unableToAffordLoans(List loans, LocalDate ... method getTotalPaymentsDue (line 72) | public static Money getTotalPaymentsDue(List loans, LocalDate to... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/nagLogic/UnableToAffordRentNagLogic.java class UnableToAffordRentNagLogic (line 37) | public class UnableToAffordRentNagLogic { method unableToAffordRent (line 38) | public static boolean unableToAffordRent(Money funds, Money rent) { FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/nagLogic/UnableToAffordShoppingListNag.java class UnableToAffordShoppingListNag (line 37) | public class UnableToAffordShoppingListNag { method unableToAffordShoppingList (line 51) | public static boolean unableToAffordShoppingList(Money totalBuyCost, M... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/nagLogic/UnmaintainedUnitsNagLogic.java class UnmaintainedUnitsNagLogic (line 39) | public class UnmaintainedUnitsNagLogic { method campaignHasUnmaintainedUnits (line 55) | public static boolean campaignHasUnmaintainedUnits(Collection un... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/nagLogic/UnresolvedStratConContactsNagLogic.java class UnresolvedStratConContactsNagLogic (line 47) | public class UnresolvedStratConContactsNagLogic { method hasUnresolvedContacts (line 62) | public static boolean hasUnresolvedContacts(List activeCo... method determineUnresolvedContacts (line 87) | public static String determineUnresolvedContacts(List act... FILE: MekHQ/src/mekhq/gui/dialog/nagDialogs/nagLogic/UntreatedPersonnelNagLogic.java class UntreatedPersonnelNagLogic (line 40) | public class UntreatedPersonnelNagLogic { method campaignHasUntreatedInjuries (line 56) | public static boolean campaignHasUntreatedInjuries(List active... method checkDoctorCapacity (line 87) | private static boolean checkDoctorCapacity(List activePersonne... method calculateTotalDoctorCapacity (line 121) | public static int calculateTotalDoctorCapacity(final List acti... FILE: MekHQ/src/mekhq/gui/dialog/randomEvents/RoninEventDialog.java class RoninEventDialog (line 46) | public class RoninEventDialog extends ImmersiveDialogCore { method RoninEventDialog (line 49) | public RoninEventDialog(Campaign campaign, Person ronin, String center... method getButtons (line 63) | private static List getButtons() { method buildRightSpeakerPanel (line 79) | @Override FILE: MekHQ/src/mekhq/gui/dialog/reportDialogs/AbstractReportDialog.java class AbstractReportDialog (line 49) | public abstract class AbstractReportDialog extends AbstractMHQDialogBasic { method AbstractReportDialog (line 51) | protected AbstractReportDialog(final JFrame frame, final String name, ... method createCenterPane (line 57) | @Override method createTxtReport (line 66) | protected abstract JTextPane createTxtReport(); FILE: MekHQ/src/mekhq/gui/dialog/reportDialogs/CargoReportDialog.java class CargoReportDialog (line 40) | public class CargoReportDialog extends AbstractReportDialog { method CargoReportDialog (line 46) | public CargoReportDialog(final JFrame frame, final CargoReport cargoRe... method getCargoReport (line 54) | public CargoReport getCargoReport() { method createTxtReport (line 58) | @Override FILE: MekHQ/src/mekhq/gui/dialog/reportDialogs/HangarReportDialog.java class HangarReportDialog (line 40) | public class HangarReportDialog extends AbstractReportDialog { method HangarReportDialog (line 46) | public HangarReportDialog(final JFrame frame, final HangarReport hanga... method getHangarReport (line 54) | public HangarReport getHangarReport() { method createTxtReport (line 58) | @Override FILE: MekHQ/src/mekhq/gui/dialog/reportDialogs/MaintenanceReportDialog.java class MaintenanceReportDialog (line 40) | public class MaintenanceReportDialog extends AbstractReportDialog { method MaintenanceReportDialog (line 46) | public MaintenanceReportDialog(final JFrame frame, final Unit unit) { method getUnit (line 55) | public Unit getUnit() { method createTxtReport (line 59) | @Override FILE: MekHQ/src/mekhq/gui/dialog/reportDialogs/MonthlyUnitCostReportDialog.java class MonthlyUnitCostReportDialog (line 40) | public class MonthlyUnitCostReportDialog extends AbstractReportDialog { method MonthlyUnitCostReportDialog (line 46) | public MonthlyUnitCostReportDialog(final JFrame frame, final Unit unit) { method getUnit (line 55) | public Unit getUnit() { method createTxtReport (line 59) | @Override FILE: MekHQ/src/mekhq/gui/dialog/reportDialogs/NewsReportDialog.java class NewsReportDialog (line 40) | @Deprecated(since = "0.51.0", forRemoval = true) method NewsReportDialog (line 47) | public NewsReportDialog(final JFrame frame, final NewsItem news) { method getNews (line 56) | public NewsItem getNews() { method createTxtReport (line 60) | @Override FILE: MekHQ/src/mekhq/gui/dialog/reportDialogs/PartQualityReportDialog.java class PartQualityReportDialog (line 54) | public class PartQualityReportDialog extends AbstractReportDialog { method PartQualityReportDialog (line 67) | public PartQualityReportDialog(final JFrame frame, final Unit unit) { method getUnit (line 83) | public Unit getUnit() { method createTxtReport (line 87) | @Override method getPartsReport (line 106) | private String getPartsReport(Unit unit) { FILE: MekHQ/src/mekhq/gui/dialog/reportDialogs/PersonnelReportDialog.java class PersonnelReportDialog (line 43) | public class PersonnelReportDialog extends AbstractReportDialog { method PersonnelReportDialog (line 49) | public PersonnelReportDialog(final JFrame frame, final PersonnelReport... method getPersonnelReport (line 57) | public PersonnelReport getPersonnelReport() { method createTxtReport (line 61) | @Override method getTxtReport (line 78) | private static JTextPane getTxtReport(JTextPane txtCombatPersonnel, JT... FILE: MekHQ/src/mekhq/gui/dialog/reportDialogs/ReputationReportDialog.java class ReputationReportDialog (line 40) | public class ReputationReportDialog extends AbstractReportDialog { method ReputationReportDialog (line 46) | public ReputationReportDialog(final JFrame frame, final Campaign campa... method getCampaign (line 54) | public Campaign getCampaign() { method createTxtReport (line 58) | @Override FILE: MekHQ/src/mekhq/gui/dialog/reportDialogs/TransportReportDialog.java class TransportReportDialog (line 45) | public class TransportReportDialog extends AbstractReportDialog { method TransportReportDialog (line 51) | public TransportReportDialog(final JFrame frame, final TransportReport... method getTransportReport (line 59) | public TransportReport getTransportReport() { method createTxtReport (line 63) | @Override method applyHeaderStyle (line 76) | private static void applyHeaderStyle(final JTextPane txtReport, final ... FILE: MekHQ/src/mekhq/gui/dialog/resupplyAndCaches/DialogContractStart.java class DialogContractStart (line 55) | public class DialogContractStart extends JDialog { method DialogContractStart (line 72) | public DialogContractStart(Campaign campaign, AtBContract contract) { method generateContractStartMessage (line 106) | private String generateContractStartMessage() { FILE: MekHQ/src/mekhq/gui/dialog/resupplyAndCaches/DialogItinerary.java class DialogItinerary (line 81) | public class DialogItinerary { method itineraryDialog (line 103) | public static void itineraryDialog(Resupply resupply) { method generateRoleplayItems (line 286) | private static void generateRoleplayItems(Campaign campaign, List createPartsReport(Resupply resupply) { method formatColumnData (line 131) | public static String[] formatColumnData(List partsReport) { method getEnemyFactionReference (line 154) | public static String getEnemyFactionReference(Resupply resupply) { FILE: MekHQ/src/mekhq/gui/displayWrappers/ClanDisplay.java class ClanDisplay (line 51) | @Deprecated(since = "0.50.04") method ClanDisplay (line 59) | public ClanDisplay(final Clan clan, final LocalDate today) { method getClan (line 67) | public Clan getClan() { method getSortedClanDisplays (line 72) | public static List getSortedClanDisplays( method toString (line 81) | @Override method equals (line 86) | @Override method hashCode (line 101) | @Override FILE: MekHQ/src/mekhq/gui/displayWrappers/FactionDisplay.java class FactionDisplay (line 48) | public class FactionDisplay { method FactionDisplay (line 55) | public FactionDisplay(final Faction faction, final LocalDate today) { method getFaction (line 63) | public Faction getFaction() { method getSortedValidFactionDisplays (line 68) | public static List getSortedValidFactionDisplays( method getSortedFactionDisplays (line 75) | public static List getSortedFactionDisplays( method toString (line 84) | @Override method equals (line 89) | @Override method hashCode (line 104) | @Override FILE: MekHQ/src/mekhq/gui/displayWrappers/RankDisplay.java method getRankDisplaysForSystem (line 58) | public static List getRankDisplaysForSystem(final RankSyste... method toString (line 71) | @Override FILE: MekHQ/src/mekhq/gui/enums/FormationIconOperationalStatusStyle.java type FormationIconOperationalStatusStyle (line 48) | public enum FormationIconOperationalStatusStyle { method FormationIconOperationalStatusStyle (line 65) | FormationIconOperationalStatusStyle(final String name, final String to... method getToolTipText (line 76) | public String getToolTipText() { method getPath (line 80) | public String getPath() { method isBorder (line 86) | public boolean isBorder() { method isTab (line 90) | public boolean isTab() { method toString (line 95) | @Override FILE: MekHQ/src/mekhq/gui/enums/MHQTabType.java type MHQTabType (line 49) | public enum MHQTabType { method MHQTabType (line 71) | MHQTabType(final String name, final int mnemonic) { method getMnemonic (line 80) | public int getMnemonic() { method isCommandCenter (line 86) | public boolean isCommandCenter() { method isTOE (line 90) | public boolean isTOE() { method isBriefingRoom (line 94) | public boolean isBriefingRoom() { method isInterstellarMap (line 98) | public boolean isInterstellarMap() { method isPersonnel (line 102) | public boolean isPersonnel() { method isHangar (line 106) | public boolean isHangar() { method isWarehouse (line 110) | public boolean isWarehouse() { method isRepairBay (line 114) | public boolean isRepairBay() { method isInfirmary (line 118) | public boolean isInfirmary() { method isFinances (line 122) | public boolean isFinances() { method isMekLab (line 126) | public boolean isMekLab() { method isStratCon (line 130) | public boolean isStratCon() { method createTab (line 135) | public @Nullable CampaignGuiTab createTab(final CampaignGUI gui) { method toString (line 152) | @Override method parseFromString (line 157) | public static MHQTabType parseFromString(String source) { FILE: MekHQ/src/mekhq/gui/enums/PersonnelFilter.java type PersonnelFilter (line 47) | public enum PersonnelFilter { method PersonnelFilter (line 131) | PersonnelFilter(final String name, final String toolTipText) { method PersonnelFilter (line 135) | PersonnelFilter(final String name, final String toolTipText, final boo... method PersonnelFilter (line 140) | PersonnelFilter(final String name, final String toolTipText, final boo... method getToolTipText (line 153) | public String getToolTipText() { method isBaseline (line 157) | public boolean isBaseline() { method isStandard (line 161) | public boolean isStandard() { method isIndividualRole (line 165) | public boolean isIndividualRole() { method isAll (line 171) | public boolean isAll() { method isActive (line 175) | public boolean isActive() { method isCombat (line 179) | public boolean isCombat() { method isSupport (line 183) | public boolean isSupport() { method isMekWarriors (line 187) | public boolean isMekWarriors() { method isMekWarrior (line 191) | public boolean isMekWarrior() { method isLAMPilot (line 195) | public boolean isLAMPilot() { method isVehicleCrewMember (line 199) | public boolean isVehicleCrewMember() { method isGroundVehicleDriver (line 203) | public boolean isGroundVehicleDriver() { method isNavalVehicleDriver (line 207) | public boolean isNavalVehicleDriver() { method isVTOLPilot (line 211) | public boolean isVTOLPilot() { method isAerospacePilot (line 215) | public boolean isAerospacePilot() { method isConventionalAircraftPilot (line 219) | public boolean isConventionalAircraftPilot() { method isProtoMekPilot (line 223) | public boolean isProtoMekPilot() { method isBattleArmor (line 227) | public boolean isBattleArmor() { method isSoldier (line 231) | public boolean isSoldier() { method isVesselCrewMember (line 235) | public boolean isVesselCrewMember() { method isVesselPilot (line 239) | public boolean isVesselPilot() { method isVesselGunner (line 243) | public boolean isVesselGunner() { method isVesselCrew (line 247) | public boolean isVesselCrew() { method isVesselNavigator (line 251) | public boolean isVesselNavigator() { method isTech (line 255) | public boolean isTech() { method isMekTech (line 259) | public boolean isMekTech() { method isMechanic (line 263) | public boolean isMechanic() { method isAeroTek (line 267) | public boolean isAeroTek() { method isBATech (line 271) | public boolean isBATech() { method isAsTech (line 275) | public boolean isAsTech() { method isMedical (line 279) | public boolean isMedical() { method isDoctor (line 283) | public boolean isDoctor() { method isMedic (line 287) | public boolean isMedic() { method isAdministrator (line 291) | public boolean isAdministrator() { method isAdministratorCommand (line 295) | public boolean isAdministratorCommand() { method isAdministratorLogistics (line 299) | public boolean isAdministratorLogistics() { method isAdministratorTransport (line 303) | public boolean isAdministratorTransport() { method isAdministratorHR (line 307) | public boolean isAdministratorHR() { method isDependent (line 311) | public boolean isDependent() { method isCampFollower (line 315) | @Deprecated(since = "0.51.0", forRemoval = true) method isFounder (line 320) | public boolean isFounder() { method isPrisoner (line 324) | public boolean isPrisoner() { method isInactive (line 328) | public boolean isInactive() { method isMIA (line 332) | public boolean isMIA() { method isRetired (line 336) | public boolean isRetired() { method isDeserted (line 340) | public boolean isDeserted() { method isStudent (line 344) | public boolean isStudent() { method isMissing (line 348) | public boolean isMissing() { method isKIA (line 352) | public boolean isKIA() { method isDead (line 356) | public boolean isDead() { method getStandardPersonnelFilters (line 361) | public static List getStandardPersonnelFilters() { method getExpandedPersonnelFilters (line 366) | public static List getExpandedPersonnelFilters() { method getIndividualRolesStandardPersonnelFilters (line 371) | public static List getIndividualRolesStandardPersonne... method getIndividualRolesExpandedPersonnelFilters (line 376) | public static List getIndividualRolesExpandedPersonne... method getAllStandardFilters (line 382) | public static List getAllStandardFilters() { method getAllIndividualRoleFilters (line 388) | public static List getAllIndividualRoleFilters() { method getFilteredInformation (line 392) | public boolean getFilteredInformation(final Person person, LocalDate c... method toString (line 521) | @Override FILE: MekHQ/src/mekhq/gui/enums/PersonnelFilterStyle.java type PersonnelFilterStyle (line 40) | public enum PersonnelFilterStyle { method PersonnelFilterStyle (line 53) | PersonnelFilterStyle(final String name, final String toolTipText) { method getToolTipText (line 62) | public String getToolTipText() { method isStandard (line 68) | public boolean isStandard() { method isIndividualRole (line 72) | public boolean isIndividualRole() { method isAll (line 76) | public boolean isAll() { method getFilters (line 81) | public List getFilters(final boolean standard) { method toString (line 92) | @Override FILE: MekHQ/src/mekhq/gui/enums/PersonnelTabView.java type PersonnelTabView (line 39) | public enum PersonnelTabView { method PersonnelTabView (line 73) | PersonnelTabView(final String name, final String toolTipText) { method getToolTipText (line 82) | public String getToolTipText() { method isGraphic (line 88) | public boolean isGraphic() { method isGeneral (line 92) | public boolean isGeneral() { method isPilotGunnerySkillsII (line 99) | @Deprecated(since = "{SEMVER}", forRemoval = true) method isGunneryPilotSkillsII (line 104) | public boolean isGunneryPilotSkillsII() { method isPilotGunnerySkills (line 111) | @Deprecated(since = "{SEMVER}", forRemoval = true) method isGunneryPilotSkills (line 116) | public boolean isGunneryPilotSkills() { method isInfantrySkills (line 120) | public boolean isInfantrySkills() { method isTacticalSkills (line 124) | public boolean isTacticalSkills() { method isTechnicalSkills (line 128) | public boolean isTechnicalSkills() { method isMedicalSkills (line 132) | @Deprecated(since = "0.51.0", forRemoval = true) method isAdministrativeSkills (line 137) | public boolean isAdministrativeSkills() { method isBiographical (line 141) | public boolean isBiographical() { method isFluff (line 145) | public boolean isFluff() { method isDates (line 149) | public boolean isDates() { method isTransport (line 153) | public boolean isTransport() { method isPersonality (line 157) | public boolean isPersonality() { method isTraits (line 161) | public boolean isTraits() { method isOther (line 165) | public boolean isOther() { method toString (line 170) | @Override FILE: MekHQ/src/mekhq/gui/enums/PersonnelTableModelColumn.java type PersonnelTableModelColumn (line 90) | public enum PersonnelTableModelColumn { method PersonnelTableModelColumn (line 214) | PersonnelTableModelColumn(final String name) { method isPerson (line 221) | public boolean isPerson() { method isRank (line 225) | public boolean isRank() { method isFirstName (line 229) | public boolean isFirstName() { method isLastName (line 233) | public boolean isLastName() { method isPreNominal (line 237) | public boolean isPreNominal() { method isGivenName (line 241) | public boolean isGivenName() { method isSurname (line 245) | public boolean isSurname() { method isBloodname (line 249) | public boolean isBloodname() { method isPostNominal (line 253) | public boolean isPostNominal() { method isCallsign (line 257) | public boolean isCallsign() { method isAge (line 261) | public boolean isAge() { method isPersonnelStatus (line 265) | public boolean isPersonnelStatus() { method isGender (line 269) | public boolean isGender() { method isSkillLevel (line 273) | public boolean isSkillLevel() { method isPersonnelRole (line 277) | public boolean isPersonnelRole() { method isUnitAssignment (line 281) | public boolean isUnitAssignment() { method isForce (line 285) | public boolean isForce() { method isDeployed (line 289) | public boolean isDeployed() { method isMek (line 293) | public boolean isMek() { method isGroundVehicle (line 297) | public boolean isGroundVehicle() { method isNavalVehicle (line 301) | public boolean isNavalVehicle() { method isVTOL (line 305) | public boolean isVTOL() { method isAerospace (line 309) | public boolean isAerospace() { method isConventionalAircraft (line 313) | public boolean isConventionalAircraft() { method isVessel (line 317) | public boolean isVessel() { method isProtoMek (line 321) | public boolean isProtoMek() { method isBattleArmour (line 325) | public boolean isBattleArmour() { method isSmallArms (line 329) | public boolean isSmallArms() { method isAntiMek (line 333) | public boolean isAntiMek() { method isArtillery (line 337) | public boolean isArtillery() { method isNavigation (line 341) | public boolean isNavigation() { method isTactics (line 345) | public boolean isTactics() { method isStrategy (line 349) | public boolean isStrategy() { method isLeadership (line 353) | public boolean isLeadership() { method isScouting (line 357) | public boolean isScouting() { method isAsTech (line 361) | @Deprecated(since = "0.51.0", forRemoval = true) method isTechMek (line 366) | public boolean isTechMek() { method isTechAero (line 370) | public boolean isTechAero() { method isTechMechanic (line 374) | public boolean isTechMechanic() { method isTechBA (line 378) | public boolean isTechBA() { method isTechVessel (line 382) | public boolean isTechVessel() { method isZeroG (line 386) | @Deprecated(since = "0.51.0", forRemoval = true) method isMedTech (line 391) | @Deprecated(since = "0.51.0", forRemoval = true) method isMedical (line 396) | public boolean isMedical() { method isTechMinutes (line 400) | @Deprecated(since = "0.51.0", forRemoval = true) method isWorkMinutes (line 405) | @Deprecated(since = "0.51.0", forRemoval = true) method isMedicalCapacity (line 410) | @Deprecated(since = "0.51.0", forRemoval = true) method isAppraisal (line 415) | public boolean isAppraisal() { method isTraining (line 419) | public boolean isTraining() { method isAdministration (line 423) | public boolean isAdministration() { method isNegotiation (line 427) | public boolean isNegotiation() { method isInjuries (line 431) | public boolean isInjuries() { method isKills (line 435) | public boolean isKills() { method isSalary (line 439) | public boolean isSalary() { method isXP (line 443) | public boolean isXP() { method isOriginFaction (line 447) | public boolean isOriginFaction() { method isOriginPlanet (line 451) | public boolean isOriginPlanet() { method isBirthday (line 455) | public boolean isBirthday() { method isRecruitmentDate (line 459) | public boolean isRecruitmentDate() { method isLastRankChangeDate (line 463) | public boolean isLastRankChangeDate() { method isDueDate (line 467) | public boolean isDueDate() { method isRetirementDate (line 471) | public boolean isRetirementDate() { method isDeathDate (line 475) | public boolean isDeathDate() { method isCommander (line 479) | public boolean isCommander() { method isFounder (line 483) | public boolean isFounder() { method isClanPersonnel (line 487) | public boolean isClanPersonnel() { method isMarriageable (line 491) | public boolean isMarriageable() { method isDivorceable (line 495) | public boolean isDivorceable() { method isTryingToConceive (line 499) | public boolean isTryingToConceive() { method isImmortal (line 503) | public boolean isImmortal() { method isEmployed (line 507) | public boolean isEmployed() { method isToughness (line 511) | public boolean isToughness() { method isConnections (line 515) | public boolean isConnections() { method isWealth (line 519) | public boolean isWealth() { method isExtraIncome (line 523) | public boolean isExtraIncome() { method isReputation (line 527) | public boolean isReputation() { method isUnlucky (line 531) | public boolean isUnlucky() { method isBloodmark (line 535) | public boolean isBloodmark() { method isFatigue (line 539) | public boolean isFatigue() { method isEdge (line 543) | public boolean isEdge() { method isSPACount (line 547) | public boolean isSPACount() { method isImplantCount (line 551) | public boolean isImplantCount() { method isLoyalty (line 555) | public boolean isLoyalty() { method isAggression (line 559) | public boolean isAggression() { method isAmbition (line 563) | public boolean isAmbition() { method isGreed (line 567) | public boolean isGreed() { method isSocial (line 571) | public boolean isSocial() { method isReasoning (line 575) | public boolean isReasoning() { method isStrength (line 579) | public boolean isStrength() { method isBody (line 583) | public boolean isBody() { method isReflexes (line 587) | public boolean isReflexes() { method isDexterity (line 591) | public boolean isDexterity() { method isATOWIntelligence (line 595) | public boolean isATOWIntelligence() { method isWillpower (line 599) | public boolean isWillpower() { method isCharisma (line 603) | public boolean isCharisma() { method isShipTransport (line 607) | public boolean isShipTransport() {return this == SHIP_TRANSPORT;} method isTacticalTransport (line 609) | public boolean isTacticalTransport() {return this == TACTICAL_TRANSPORT;} method isATOWAttribute (line 611) | @Deprecated(since = "0.51.0", forRemoval = true) method isPersonality (line 624) | public boolean isPersonality() { method getCellValue (line 629) | public String getCellValue(final Campaign campaign, final PersonnelMar... method getAttributeScoreDisplay (line 1179) | private static @NonNull String getAttributeScoreDisplay(Person person,... method getDisplayText (line 1189) | public @Nullable String getDisplayText(final Campaign campaign, final ... method getToolTipText (line 1196) | public @Nullable String getToolTipText(final Person person, final bool... method getToolTipText (line 1209) | public @Nullable String getToolTipText(final Person person, final bool... method getBaseToolTipText (line 1238) | private @Nullable String getBaseToolTipText(final Person person, final... method isNameRankOrStatusColumn (line 1265) | private boolean isNameRankOrStatusColumn() { method getWidth (line 1271) | public int getWidth() { method getAlignment (line 1282) | public int getAlignment() { method isVisible (line 1305) | public boolean isVisible(final Campaign campaign, final PersonnelTabVi... method getComparator (line 1513) | public Comparator getComparator(final Campaign campaign) { method getDefaultSortOrder (line 1571) | public @Nullable SortOrder getDefaultSortOrder() { method toString (line 1578) | @Override FILE: MekHQ/src/mekhq/gui/handler/TOETransferHandler.java class TOETransferHandler (line 54) | public class TOETransferHandler extends TransferHandler { method TOETransferHandler (line 59) | public TOETransferHandler(CampaignGUI gui) { method getSourceActions (line 64) | @Override method exportDone (line 69) | @Override method createTransferable (line 81) | @Override method canImport (line 94) | @Override method importData (line 161) | @Override FILE: MekHQ/src/mekhq/gui/menus/AssignForceToShipTransportMenu.java class AssignForceToShipTransportMenu (line 57) | public class AssignForceToShipTransportMenu extends AssignForceToTranspo... method AssignForceToShipTransportMenu (line 67) | public AssignForceToShipTransportMenu(Campaign campaign, Set uni... method filterTransporterTypeMenus (line 78) | @Override method transportMenuAction (line 107) | @Override FILE: MekHQ/src/mekhq/gui/menus/AssignForceToTacticalTransportMenu.java class AssignForceToTacticalTransportMenu (line 57) | public class AssignForceToTacticalTransportMenu extends AssignForceToTra... method AssignForceToTacticalTransportMenu (line 67) | public AssignForceToTacticalTransportMenu(Campaign campaign, Set... method filterTransporterTypeMenus (line 78) | @Override method transportMenuAction (line 107) | @Override FILE: MekHQ/src/mekhq/gui/menus/AssignForceToTowTransportMenu.java class AssignForceToTowTransportMenu (line 59) | public class AssignForceToTowTransportMenu extends AssignForceToTranspor... method AssignForceToTowTransportMenu (line 69) | public AssignForceToTowTransportMenu(Campaign campaign, Set unit... method filterTransporterTypeMenus (line 80) | @Override method transportMenuAction (line 108) | @Override FILE: MekHQ/src/mekhq/gui/menus/AssignForceToTransportMenu.java class AssignForceToTransportMenu (line 59) | public abstract class AssignForceToTransportMenu extends JScrollableMenu { method AssignForceToTransportMenu (line 75) | public AssignForceToTransportMenu(CampaignTransportType campaignTransp... method initialize (line 84) | private void initialize(final Set units) { method createTransporterTypeMenus (line 117) | protected Set createTransporterTypeMenus(final Set createTransportMenus(TransporterType transporte... method filterTransporterTypeMenus (line 183) | protected abstract Set filterTransporterTypeMenus(fin... method transportMenuAction (line 193) | protected abstract void transportMenuAction(ActionEvent evt, Transport... method updateTransportsForTransportMenuAction (line 203) | protected void updateTransportsForTransportMenuAction(CampaignTranspor... FILE: MekHQ/src/mekhq/gui/menus/AssignPersonToUnitMenu.java class AssignPersonToUnitMenu (line 56) | public class AssignPersonToUnitMenu extends JScrollableMenu { method AssignPersonToUnitMenu (line 58) | public AssignPersonToUnitMenu(final Campaign campaign, final Person...... method initialize (line 65) | private void initialize(final Campaign campaign, final Person... peopl... method ensureRecruitmentDate (line 597) | private static void ensureRecruitmentDate(LocalDate today, Person pers... FILE: MekHQ/src/mekhq/gui/menus/AssignTechToUnitMenu.java class AssignTechToUnitMenu (line 52) | public class AssignTechToUnitMenu extends JScrollableMenu { method AssignTechToUnitMenu (line 54) | public AssignTechToUnitMenu(final Campaign campaign, final Person pers... method initialize (line 61) | private void initialize(final Campaign campaign, final Person person) { FILE: MekHQ/src/mekhq/gui/menus/AssignUnitToForceMenu.java class AssignUnitToForceMenu (line 70) | public class AssignUnitToForceMenu extends JScrollableMenu { method AssignUnitToForceMenu (line 81) | public AssignUnitToForceMenu(final Campaign campaign, final Unit... un... method initialize (line 97) | private void initialize(final Campaign campaign, final Unit... units) { method createForceAssignmentMenus (line 129) | private void createForceAssignmentMenus(final Campaign campaign, method addForceMenu (line 173) | private void addForceMenu(JComponent parent, final Campaign campaign, ... method addToForce (line 205) | private static void addToForce(Campaign campaign, Unit[] units, Format... FILE: MekHQ/src/mekhq/gui/menus/AssignUnitToPersonMenu.java class AssignUnitToPersonMenu (line 66) | public class AssignUnitToPersonMenu extends JScrollableMenu { method AssignUnitToPersonMenu (line 70) | public AssignUnitToPersonMenu(final Campaign campaign, final Unit... u... method initialize (line 77) | private void initialize(final Campaign campaign, final Unit... units) { method createPersonAssignmentMenus (line 120) | private void createPersonAssignmentMenus(final Campaign campaign, fina... method getMiSoldier (line 705) | private static JMenuItem getMiSoldier(Campaign campaign, Unit[] units,... method getMiConsoleCommander (line 723) | private static JMenuItem getMiConsoleCommander(Person person, String c... method getMiCrewmember (line 742) | private static JMenuItem getMiCrewmember(Campaign campaign, Unit[] uni... method getMiNavigator (line 760) | private static JMenuItem getMiNavigator(Campaign campaign, Unit[] unit... method getMiGunner (line 778) | private static JMenuItem getMiGunner(Campaign campaign, Unit[] units, ... method getMiDriver (line 796) | private static JMenuItem getMiDriver(Campaign campaign, Unit[] units, ... method ensureRecruitmentDate (line 826) | private static void ensureRecruitmentDate(LocalDate today, Person pers... FILE: MekHQ/src/mekhq/gui/menus/AssignUnitToTechMenu.java class AssignUnitToTechMenu (line 52) | public class AssignUnitToTechMenu extends JScrollableMenu { method AssignUnitToTechMenu (line 59) | public AssignUnitToTechMenu(final Campaign campaign, final Unit... uni... method initialize (line 66) | private void initialize(final Campaign campaign, final Unit... units) { FILE: MekHQ/src/mekhq/gui/menus/ExportUnitSpriteMenu.java class ExportUnitSpriteMenu (line 55) | public class ExportUnitSpriteMenu extends JScrollableMenu { method ExportUnitSpriteMenu (line 59) | public ExportUnitSpriteMenu(final JFrame frame, final Campaign campaig... method initialize (line 66) | private void initialize(final JFrame frame, final Campaign campaign, f... method exportSprite (line 120) | private void exportSprite(final JFrame frame, final Unit unit, final C... FILE: MekHQ/src/mekhq/gui/model/AutoAwardsTableModel.java class AutoAwardsTableModel (line 53) | public class AutoAwardsTableModel extends AbstractTableModel { method AutoAwardsTableModel (line 70) | public AutoAwardsTableModel(Campaign c) { method setData (line 75) | public void setData(Map> map) { method getRowCount (line 86) | @Override method getColumnCount (line 91) | @Override method getColumnName (line 96) | @Override method getColumnWidth (line 101) | public int getColumnWidth(int column) { method getAlignment (line 110) | public int getAlignment(int column) { method isCellEditable (line 117) | @Override method getColumnClass (line 122) | @Override method getValueAt (line 137) | @Override method getDescriptionString (line 171) | private String getDescriptionString(Award award) { method setValueAt (line 186) | @Override method getPerson (line 195) | public Person getPerson(int rowIndex) { method getAwardName (line 199) | public String getAwardName(int rowIndex) { method getAwardSet (line 203) | public String getAwardSet(int rowIndex) { method getAwardDescription (line 207) | public String getAwardDescription(int rowIndex) { method getRenderer (line 211) | public TableCellRenderer getRenderer(int col) { class TextRenderer (line 219) | public class TextRenderer extends MekHqTableCellRenderer { method getTableCellRendererComponent (line 220) | @Override class VisualRenderer (line 233) | public class VisualRenderer extends BasicInfo implements TableCellRend... method VisualRenderer (line 234) | public VisualRenderer() { method getTableCellRendererComponent (line 238) | @Override FILE: MekHQ/src/mekhq/gui/model/BotForceTableModel.java class BotForceTableModel (line 47) | public class BotForceTableModel extends AbstractTableModel { method BotForceTableModel (line 62) | public BotForceTableModel(List entries, Campaign c) { method getRowCount (line 67) | @Override method getColumnCount (line 72) | @Override method getColumnName (line 77) | @Override method getValueAt (line 89) | @Override method getColumnClass (line 109) | @Override method getBotForceAt (line 114) | public BotForce getBotForceAt(int row) { method addForce (line 118) | public void addForce(BotForce botForce) { method getAllBotForces (line 123) | @Deprecated(since = "0.51.0", forRemoval = true) method getColumnWidth (line 128) | public int getColumnWidth(int col) { method getAlignment (line 136) | public int getAlignment(int col) { method getTooltip (line 144) | public String getTooltip(int row, int col) { method setData (line 160) | public void setData(List botForce) { method getRenderer (line 165) | public BotForceTableModel.Renderer getRenderer() { class Renderer (line 169) | public class Renderer extends DefaultTableCellRenderer { method getTableCellRendererComponent (line 170) | @Override FILE: MekHQ/src/mekhq/gui/model/CrewListModel.java class CrewListModel (line 59) | public class CrewListModel extends AbstractListModel { type CrewRole (line 60) | enum CrewRole { method getSortOrder (line 73) | public int getSortOrder() { method getDisplayName (line 77) | public String getDisplayName() { method CrewRole (line 81) | CrewRole(int sortOrder, String displayName) { method getCrewRole (line 86) | public static CrewRole getCrewRole(Person p, Unit u) { method setData (line 116) | public void setData(final Unit unit, final boolean soldiersUseSmallArm... method getSize (line 124) | @Override method getElementAt (line 129) | @Override method getRenderer (line 137) | public ListCellRenderer getRenderer() { class CrewRenderer (line 141) | public class CrewRenderer extends BasicInfo implements ListCellRendere... method CrewRenderer (line 142) | public CrewRenderer() { method getListCellRendererComponent (line 146) | @Override FILE: MekHQ/src/mekhq/gui/model/DataTableModel.java class DataTableModel (line 41) | public abstract class DataTableModel extends AbstractTableModel { method getRowCount (line 45) | @Override method getColumnCount (line 50) | @Override method getColumnName (line 55) | @Override method getColumnClass (line 64) | @Override method getData (line 69) | public List getData() { method setData (line 74) | public void setData(List array) { FILE: MekHQ/src/mekhq/gui/model/DocTableModel.java class DocTableModel (line 53) | public class DocTableModel extends DataTableModel { method DocTableModel (line 56) | public DocTableModel(Campaign c) { method getValueAt (line 62) | @Override method getDoctorDescription (line 79) | private String getDoctorDescription(Person doctor) { method getDoctorAt (line 108) | public Person getDoctorAt(int row) { method getCampaign (line 112) | public Campaign getCampaign() { method getRenderer (line 116) | public DocTableModel.Renderer getRenderer() { class Renderer (line 120) | public class Renderer extends BasicInfo implements TableCellRenderer { method Renderer (line 121) | public Renderer() { method getTableCellRendererComponent (line 125) | @Override FILE: MekHQ/src/mekhq/gui/model/FilterableComboBoxModel.java class FilterableComboBoxModel (line 37) | public class FilterableComboBoxModel extends FilterableListModel i... method FilterableComboBoxModel (line 38) | public FilterableComboBoxModel(ComboBoxModel model) { method getComboBoxModel (line 42) | public ComboBoxModel getComboBoxModel() { method setSelectedItem (line 46) | @Override method getSelectedItem (line 51) | @Override FILE: MekHQ/src/mekhq/gui/model/FilterableListModel.java class FilterableListModel (line 44) | public class FilterableListModel extends AbstractListModel impleme... method FilterableListModel (line 49) | @Deprecated(since = "0.51.0", forRemoval = true) method FilterableListModel (line 54) | public FilterableListModel(ListModel model) { method FilterableListModel (line 58) | public FilterableListModel(ListModel model, Predicate filter) { method setModel (line 64) | public void setModel(ListModel parent) { method getModel (line 80) | public ListModel getModel() { method setFilter (line 84) | public void setFilter(Predicate value) { method getFilter (line 96) | public Predicate getFilter() { method filterModel (line 100) | protected void filterModel(boolean fireEvent) { method updateFilter (line 117) | public void updateFilter() { method getSize (line 135) | @Override method getElementAt (line 140) | @Override method intervalAdded (line 152) | @Override method intervalRemoved (line 172) | @Override method contentsChanged (line 188) | @Override FILE: MekHQ/src/mekhq/gui/model/FinanceTableModel.java class FinanceTableModel (line 48) | public class FinanceTableModel extends DataTableModel { method FinanceTableModel (line 57) | public FinanceTableModel() { method getColumnCount (line 61) | @Override method getColumnName (line 66) | @Override method getValueAt (line 79) | @Override method getColumnWidth (line 116) | public int getColumnWidth(int c) { method getAlignment (line 124) | public int getAlignment(int col) { method getColumnClass (line 131) | @Override method getTransaction (line 136) | public Transaction getTransaction(int row) { method setTransaction (line 140) | public void setTransaction(int row, Transaction transaction) { method deleteTransaction (line 145) | public void deleteTransaction(int row) { method getRenderer (line 149) | public FinanceTableModel.Renderer getRenderer() { class Renderer (line 153) | public class Renderer extends MekHqTableCellRenderer { method getTableCellRendererComponent (line 154) | @Override FILE: MekHQ/src/mekhq/gui/model/KillTableModel.java class KillTableModel (line 47) | public class KillTableModel extends AbstractTableModel { method KillTableModel (line 55) | public KillTableModel(List entries) { method getRowCount (line 60) | @Override method getColumnCount (line 65) | @Override method getColumnName (line 70) | @Override method getValueAt (line 80) | @Override method getColumnClass (line 96) | @Override method getKillAt (line 101) | public Kill getKillAt(int row) { method getColumnWidth (line 105) | public int getColumnWidth(int c) { method getAlignment (line 112) | public int getAlignment(int col) { method getTooltip (line 116) | public @Nullable String getTooltip(int row, int col) { method setData (line 120) | public void setData(java.util.List kills) { method getRenderer (line 125) | public KillTableModel.Renderer getRenderer() { class Renderer (line 129) | public class Renderer extends DefaultTableCellRenderer { method getTableCellRendererComponent (line 130) | @Override FILE: MekHQ/src/mekhq/gui/model/LoanTableModel.java class LoanTableModel (line 50) | public class LoanTableModel extends DataTableModel { method LoanTableModel (line 62) | public LoanTableModel() { method getColumnCount (line 66) | @Override method getColumnName (line 71) | @Override method getValueAt (line 87) | @Override method getColumnWidth (line 113) | public int getColumnWidth(int c) { method getAlignment (line 121) | public int getAlignment(int col) { method getColumnClass (line 129) | @Override method getLoan (line 134) | public Loan getLoan(int row) { method getRenderer (line 138) | public LoanTableModel.Renderer getRenderer() { class Renderer (line 142) | public class Renderer extends DefaultTableCellRenderer { method getTableCellRendererComponent (line 145) | @Override FILE: MekHQ/src/mekhq/gui/model/LogTableModel.java class LogTableModel (line 50) | public class LogTableModel extends AbstractTableModel { method LogTableModel (line 57) | public LogTableModel(List entries) { method getRowCount (line 61) | @Override method getColumnCount (line 66) | @Override method getColumnName (line 71) | @Override method getValueAt (line 80) | @Override method getColumnClass (line 98) | @Override method getEntry (line 103) | public LogEntry getEntry(int row) { method getColumnWidth (line 107) | public int getColumnWidth(int c) { method getAlignment (line 114) | public int getAlignment(int col) { method getTooltip (line 118) | public @Nullable String getTooltip(int row, int col) { method setData (line 122) | public void setData(List entries) { method getRenderer (line 127) | public LogTableModel.Renderer getRenderer() { class Renderer (line 131) | public class Renderer extends DefaultTableCellRenderer { method getTableCellRendererComponent (line 132) | @Override FILE: MekHQ/src/mekhq/gui/model/LootTableModel.java class LootTableModel (line 51) | public class LootTableModel extends AbstractTableModel { method LootTableModel (line 63) | public LootTableModel(List entries) { method getRowCount (line 67) | @Override method getColumnCount (line 72) | @Override method getColumnName (line 77) | @Override method getValueAt (line 88) | @Override method getColumnClass (line 106) | @Override method getLootAt (line 111) | public Loot getLootAt(int row) { method addLoot (line 115) | public void addLoot(Loot loot) { method getAllLoot (line 120) | public List getAllLoot() { method getColumnWidth (line 124) | public int getColumnWidth(int c) { method getAlignment (line 131) | public int getAlignment(int col) { method getTooltip (line 135) | public String getTooltip(int row, int col) { method setData (line 146) | public void setData(List loot) { method getRenderer (line 151) | public LootTableModel.Renderer getRenderer() { class Renderer (line 155) | public class Renderer extends DefaultTableCellRenderer { method getTableCellRendererComponent (line 156) | @Override FILE: MekHQ/src/mekhq/gui/model/ObjectiveTableModel.java class ObjectiveTableModel (line 50) | public class ObjectiveTableModel extends AbstractTableModel { method ObjectiveTableModel (line 63) | public ObjectiveTableModel(List entries) { method getRowCount (line 67) | @Override method getColumnCount (line 72) | @Override method getColumnName (line 77) | @Override method addObjective (line 89) | @Deprecated(since = "0.51.0", forRemoval = true) method getValueAt (line 95) | @Override method getObjectiveAt (line 128) | public ScenarioObjective getObjectiveAt(int row) { method getColumnWidth (line 132) | public int getColumnWidth(int c) { method getAlignment (line 136) | public int getAlignment(int col) { method getTooltip (line 140) | public String getTooltip(int row, int col) { method setData (line 174) | public void setData(List objectives) { method getRenderer (line 179) | public Renderer getRenderer() { class Renderer (line 183) | public class Renderer extends DefaultTableCellRenderer { method getTableCellRendererComponent (line 184) | @Override FILE: MekHQ/src/mekhq/gui/model/OrgTreeModel.java class OrgTreeModel (line 44) | public class OrgTreeModel implements TreeModel { method OrgTreeModel (line 49) | public OrgTreeModel(Campaign c) { method getChild (line 54) | @Override method getChildCount (line 62) | @Override method getIndexOfChild (line 70) | @Override method getRoot (line 78) | @Override method isLeaf (line 83) | @Override method valueForPathChanged (line 89) | @Override method addTreeModelListener (line 94) | @Override method removeTreeModelListener (line 101) | @Override FILE: MekHQ/src/mekhq/gui/model/PartsInUseTableModel.java class PartsInUseTableModel (line 61) | public class PartsInUseTableModel extends DataTableModel { method PartsInUseTableModel (line 88) | public PartsInUseTableModel() { method getColumnCount (line 92) | @Override method getColumnName (line 97) | @Override method getValueAt (line 112) | @Override method getColumnClass (line 157) | @Override method isCellEditable (line 162) | @Override method setData (line 176) | public void setData(Set data) { method updateRow (line 180) | @Deprecated(since = "0.51.0", forRemoval = true) method getPartInUse (line 186) | public PartInUse getPartInUse(int row) { method isBuyable (line 193) | public boolean isBuyable(int row) { method getAlignment (line 198) | public int getAlignment(int column) { method getPreferredWidth (line 207) | public int getPreferredWidth(int column) { method hasConstantWidth (line 219) | public boolean hasConstantWidth(int col) { method getWidth (line 231) | public int getWidth(int col) { method getRenderer (line 247) | public PartsInUseTableModel.Renderer getRenderer() { class Renderer (line 251) | public static class Renderer extends MekHqTableCellRenderer { method getTableCellRendererComponent (line 252) | @Override class ButtonColumn (line 262) | public static class ButtonColumn extends AbstractCellEditor method ButtonColumn (line 276) | public ButtonColumn(JTable table, Action action, int column) { method getFocusBorder (line 293) | @Deprecated(since = "0.51.0", forRemoval = true) method setFocusBorder (line 298) | @Deprecated(since = "0.51.0", forRemoval = true) method setEnabled (line 304) | public void setEnabled(boolean enabled) { method getCellEditorValue (line 310) | @Override method mousePressed (line 315) | @Override method mouseReleased (line 322) | @Override method mouseClicked (line 330) | @Override method mouseEntered (line 334) | @Override method mouseExited (line 338) | @Override method actionPerformed (line 342) | @Override method getTableCellEditorComponent (line 352) | @Override method getTableCellRendererComponent (line 374) | @Override method setValueAt (line 410) | @Override FILE: MekHQ/src/mekhq/gui/model/PartsStoreModel.java class PartsStoreModel (line 58) | public class PartsStoreModel extends AbstractTableModel { class TargetProxy (line 78) | public static class TargetProxy implements Comparable { method TargetProxy (line 88) | public TargetProxy(@Nullable TargetRoll t) { method getTargetRoll (line 97) | public TargetRoll getTargetRoll() { method getDescription (line 106) | @Nullable method toString (line 122) | @Override method coerceTargetRoll (line 145) | private int coerceTargetRoll() { method compareTo (line 164) | @Override method value (line 186) | @Override method toString (line 196) | @Override method compareTo (line 207) | @Override class PartProxy (line 216) | public class PartProxy { method PartProxy (line 231) | public PartProxy(Part p) { method updateTargetAndInventories (line 238) | public void updateTargetAndInventories() { method getPart (line 251) | public Part getPart() { method getName (line 260) | public String getName() { method getDetails (line 269) | public String getDetails() { method getCost (line 283) | public FormattedValue getCost() { method getTonnage (line 296) | public double getTonnage() { method getTechBase (line 305) | public String getTechBase() { method getTarget (line 314) | public TargetProxy getTarget() { method getOrdered (line 338) | public FormattedValue getOrdered() { method getSupply (line 354) | public FormattedValue getSupply() { method getTransit (line 370) | public FormattedValue getTransit() { method PartsStoreModel (line 381) | public PartsStoreModel(CampaignGUI gui, ArrayList inventory) { method getRowCount (line 389) | @Override method getColumnCount (line 394) | @Override method getColumnName (line 399) | @Override method getValueAt (line 415) | @Override method getColumnClass (line 453) | @Override method getPartProxyAt (line 458) | public PartProxy getPartProxyAt(int row) { method getPartAt (line 462) | public Part getPartAt(int row) { method getColumnWidth (line 466) | public int getColumnWidth(int c) { method getAlignment (line 475) | public int getAlignment(int col) { method getTooltip (line 483) | public String getTooltip(int row, int col) { method getRenderer (line 496) | public Renderer getRenderer() { class Renderer (line 500) | public class Renderer extends DefaultTableCellRenderer { method getTableCellRendererComponent (line 501) | @Override method getLogisticsPerson (line 516) | private Person getLogisticsPerson() { FILE: MekHQ/src/mekhq/gui/model/PartsTableModel.java class PartsTableModel (line 54) | public class PartsTableModel extends DataTableModel { method PartsTableModel (line 80) | public PartsTableModel() { method PartsTableModel (line 92) | public PartsTableModel(@Nullable Set partsInUse) { method getColumnCount (line 105) | @Override method getColumnName (line 110) | @Override method getValueAt (line 128) | @Override method getPartAt (line 189) | public Part getPartAt(int row) { method getColumnWidth (line 193) | public int getColumnWidth(int c) { method getAlignment (line 203) | public int getAlignment(int col) { method getTooltip (line 211) | public @Nullable String getTooltip(int row, int col) { method getRenderer (line 215) | public PartsTableModel.Renderer getRenderer() { class Renderer (line 219) | public class Renderer extends DefaultTableCellRenderer { method getTableCellRendererComponent (line 220) | @Override FILE: MekHQ/src/mekhq/gui/model/PatientTableModel.java class PatientTableModel (line 54) | public class PatientTableModel extends AbstractListModel { method PatientTableModel (line 58) | public PatientTableModel(Campaign c) { method setData (line 64) | public void setData(ArrayList data) { method getElementAt (line 70) | @Override method getSize (line 78) | @Override method getCampaign (line 83) | private Campaign getCampaign() { method getRenderer (line 87) | public PatientTableModel.Renderer getRenderer() { class Renderer (line 91) | public class Renderer extends BasicInfo implements ListCellRenderer { method PersonnelEventLogModel (line 64) | public PersonnelEventLogModel() { method getColumnCount (line 71) | @Override method getColumnName (line 76) | @Override method getValueAt (line 85) | @Override method getColumnClass (line 95) | @Override method getEvent (line 100) | public LogEntry getEvent(int row) { method getAlignment (line 108) | public int getAlignment(int column) { method getPreferredWidth (line 116) | public int getPreferredWidth(int column) { method hasConstantWidth (line 124) | public boolean hasConstantWidth(int col) { method getRenderer (line 128) | public PersonnelEventLogModel.Renderer getRenderer() { class Renderer (line 132) | public static class Renderer extends JTextPane implements TableCellRen... method Renderer (line 136) | public Renderer() { method getTableCellRendererComponent (line 144) | @Override FILE: MekHQ/src/mekhq/gui/model/PersonnelKillLogModel.java class PersonnelKillLogModel (line 52) | public class PersonnelKillLogModel extends DataTableModel { method PersonnelKillLogModel (line 63) | public PersonnelKillLogModel() { method getColumnCount (line 70) | @Override method getColumnName (line 75) | @Override method getValueAt (line 84) | @Override method getColumnClass (line 96) | @Override method getKill (line 101) | public Kill getKill(int row) { method getAlignment (line 109) | public int getAlignment(int column) { method getPreferredWidth (line 117) | public int getPreferredWidth(int column) { method hasConstantWidth (line 125) | public boolean hasConstantWidth(int col) { method getRenderer (line 129) | public PersonnelKillLogModel.Renderer getRenderer() { class Renderer (line 133) | public static class Renderer extends JTextPane implements TableCellRen... method Renderer (line 137) | public Renderer() { method getTableCellRendererComponent (line 145) | @Override FILE: MekHQ/src/mekhq/gui/model/PersonnelTableModel.java class PersonnelTableModel (line 68) | public class PersonnelTableModel extends DataTableModel { method PersonnelTableModel (line 78) | public PersonnelTableModel(Campaign c) { method isGroupByUnit (line 88) | public boolean isGroupByUnit() { method setGroupByUnit (line 98) | public void setGroupByUnit(boolean groupByUnit) { method getColumnCount (line 102) | @Override method getColumnName (line 107) | @Override method getPerson (line 112) | public @Nullable Person getPerson(final int row) { method getValueAt (line 116) | @Override method getValueAt (line 121) | public String getValueAt(final @Nullable Person person, method getCampaign (line 133) | private Campaign getCampaign() { method refreshData (line 137) | public void refreshData() { method getRenderer (line 160) | public TableCellRenderer getRenderer(final @Nullable PersonnelTabView ... class Renderer (line 164) | public class Renderer extends DefaultTableCellRenderer { method getTableCellRendererComponent (line 165) | @Override class VisualRenderer (line 259) | public class VisualRenderer extends BasicInfo implements TableCellRend... method VisualRenderer (line 260) | public VisualRenderer() { method getTableCellRendererComponent (line 264) | @Override method getHitsImage (line 349) | private @Nullable Image getHitsImage(int hits) { method loadAssignmentFromMarket (line 362) | public void loadAssignmentFromMarket(PersonnelMarket personnelMarket) { FILE: MekHQ/src/mekhq/gui/model/ProcurementTableModel.java class ProcurementTableModel (line 55) | public class ProcurementTableModel extends DataTableModel getAcquisition(final int row) { method getColumnWidth (line 163) | public int getColumnWidth(final int column) { method getAlignment (line 171) | public int getAlignment(final int column) { method getTooltip (line 179) | public String getTooltip(final int row, final int column) { method getTooltipFor (line 183) | private String getTooltipFor(final IAcquisitionWork shoppingItem, fina... method getCampaign (line 190) | private Campaign getCampaign() { method getRenderer (line 194) | public ProcurementTableModel.Renderer getRenderer() { class Renderer (line 198) | public class Renderer extends DefaultTableCellRenderer { method getTableCellRendererComponent (line 199) | @Override FILE: MekHQ/src/mekhq/gui/model/RankTableModel.java class RankTableModel (line 53) | public class RankTableModel extends DefaultTableModel { method RankTableModel (line 78) | public RankTableModel(final RankSystem rankSystem) { method getRankSystem (line 84) | public RankSystem getRankSystem() { method setRankSystem (line 92) | public void setRankSystem(final @Nullable RankSystem rankSystem) { method setRankSystemDirect (line 129) | public void setRankSystemDirect(final RankSystem rankSystem) { method isCellEditable (line 134) | @Override method getColumnClass (line 139) | @Override method getColumnWidth (line 158) | public int getColumnWidth(final int column) { method getAlignment (line 166) | public int getAlignment(final int column) { method getToolTip (line 182) | public String getToolTip(final int column) { method getRanks (line 203) | public List getRanks() { method getRenderer (line 232) | public TableCellRenderer getRenderer() { class Renderer (line 236) | public class Renderer extends MekHqTableCellRenderer { method getTableCellRendererComponent (line 237) | @Override FILE: MekHQ/src/mekhq/gui/model/RetirementTableModel.java class RetirementTableModel (line 68) | public class RetirementTableModel extends AbstractTableModel { method RetirementTableModel (line 99) | public RetirementTableModel(Campaign c) { method setData (line 110) | public void setData(List list, Map unitAssignments) { method setData (line 116) | public void setData(Map targets) { method getRowCount (line 131) | @Override method getColumnCount (line 136) | @Override method getColumnName (line 141) | @Override method getColumnWidth (line 146) | public int getColumnWidth(int c) { method getAlignment (line 154) | public int getAlignment(int col) { method isCellEditable (line 162) | @Override method getColumnClass (line 171) | @Override method getValueAt (line 182) | @Override method setValueAt (line 328) | @Override method getPerson (line 353) | public Person getPerson(int row) { method getPayBonus (line 357) | public boolean getPayBonus(UUID id) { method getMiscModifier (line 361) | public int getMiscModifier(UUID id) { method setGeneralMod (line 365) | public void setGeneralMod(int mod) { method getAltPayout (line 370) | public Map getAltPayout() { method setEditPayout (line 374) | public void setEditPayout(boolean edit) { method getRenderer (line 378) | public TableCellRenderer getRenderer(int col) { class TextRenderer (line 386) | public class TextRenderer extends MekHqTableCellRenderer { method getTableCellRendererComponent (line 387) | @Override class VisualRenderer (line 399) | public class VisualRenderer extends BasicInfo implements TableCellRend... method VisualRenderer (line 400) | public VisualRenderer() { method getTableCellRendererComponent (line 404) | @Override FILE: MekHQ/src/mekhq/gui/model/ScenarioTableModel.java class ScenarioTableModel (line 60) | public class ScenarioTableModel extends DataTableModel { method ScenarioTableModel (line 76) | public ScenarioTableModel(Campaign c) { method getColumnCount (line 82) | @Override method getColumnName (line 87) | @Override method getColumnWidth (line 99) | public int getColumnWidth(int c) { method getAlignment (line 107) | public int getAlignment(int col) { method getCampaign (line 111) | private Campaign getCampaign() { method getScenario (line 115) | public Scenario getScenario(int row) { method getValueAt (line 119) | @Override method getRenderer (line 216) | public Renderer getRenderer() { class Renderer (line 220) | public static class Renderer extends MekHqTableCellRenderer { method getTableCellRendererComponent (line 221) | @Override FILE: MekHQ/src/mekhq/gui/model/TaskTableModel.java class TaskTableModel (line 63) | public class TaskTableModel extends DataTableModel { type REPAIR_STATE (line 69) | private interface REPAIR_STATE { // TODO : Enum Swapover method TaskTableModel (line 77) | public TaskTableModel(CampaignGUI gui, ITechWorkPanel panel) { method getValueAt (line 84) | @Override method getTaskAt (line 89) | public IPartWork getTaskAt(int row) { method getTasksAt (line 93) | @Deprecated(since = "0.51.0", forRemoval = true) method getRenderer (line 103) | public TaskTableModel.Renderer getRenderer(IconPackage icons) { class Renderer (line 107) | public class Renderer extends RepairTaskInfo implements TableCellRende... method Renderer (line 109) | public Renderer(IconPackage icons) { method getTableCellRendererComponent (line 113) | @Override FILE: MekHQ/src/mekhq/gui/model/TechTableModel.java class TechTableModel (line 55) | public class TechTableModel extends DataTableModel { method TechTableModel (line 69) | public TechTableModel(CampaignGUI tab, ITechWorkPanel panel) { method getValueAt (line 76) | @Override method getTechAt (line 81) | public Person getTechAt(int row) { method getCampaign (line 85) | public Campaign getCampaign() { method getRenderer (line 89) | public Renderer getRenderer() { class Renderer (line 93) | public class Renderer extends BasicInfo implements TableCellRenderer { method Renderer (line 94) | public Renderer() { method getTableCellRendererComponent (line 98) | @Override method getTechDesc (line 121) | @Deprecated(since = "0.50.06", forRemoval = true) method getTechDescription (line 141) | public String getTechDescription(Person tech, boolean overtimeAllowed,... FILE: MekHQ/src/mekhq/gui/model/UnitAssignmentTableModel.java class UnitAssignmentTableModel (line 53) | public class UnitAssignmentTableModel extends AbstractTableModel { method UnitAssignmentTableModel (line 66) | public UnitAssignmentTableModel(Campaign c) { method setData (line 71) | public void setData(ArrayList data) { method getRowCount (line 76) | @Override method getColumnCount (line 81) | @Override method getColumnName (line 86) | @Override method getColumnWidth (line 91) | public int getColumnWidth(int c) { method getAlignment (line 99) | public int getAlignment(int col) { method getColumnClass (line 107) | @Override method getValueAt (line 112) | @Override method getUnit (line 132) | public Unit getUnit(int row) { method getRenderer (line 136) | public TableCellRenderer getRenderer(int col) { class TextRenderer (line 140) | public class TextRenderer extends MekHqTableCellRenderer { method getTableCellRendererComponent (line 141) | @Override class VisualRenderer (line 152) | public class VisualRenderer extends BasicInfo implements TableCellRend... method VisualRenderer (line 153) | public VisualRenderer() { method getTableCellRendererComponent (line 157) | @Override FILE: MekHQ/src/mekhq/gui/model/UnitMarketTableModel.java class UnitMarketTableModel (line 57) | public class UnitMarketTableModel extends DataTableModel { method UnitMarketTableModel (line 73) | public UnitMarketTableModel(final List offers) { method getColumnWidth (line 79) | public int getColumnWidth(final int column) { method getAlignment (line 89) | public int getAlignment(final int column) { method getOffer (line 97) | public Optional getOffer(final int row) { method getValueAt (line 102) | @Override method getValueFor (line 107) | private Object getValueFor(final UnitMarketOffer offer, final int colu... method getRenderer (line 121) | public TableCellRenderer getRenderer() { class Renderer (line 125) | public class Renderer extends DefaultTableCellRenderer { method getTableCellRendererComponent (line 126) | @Override FILE: MekHQ/src/mekhq/gui/model/UnitTableModel.java class UnitTableModel (line 69) | public class UnitTableModel extends DataTableModel { method UnitTableModel (line 102) | public UnitTableModel(Campaign c) { method getColumnCount (line 107) | @Override method getColumnName (line 112) | @Override method getColumnWidth (line 143) | public int getColumnWidth(final int columnId) { method getAlignment (line 153) | public int getAlignment(int col) { method getTooltip (line 170) | public @Nullable String getTooltip(int rowIndex, int columnIndex) { method getCrewTooltip (line 193) | public static String getCrewTooltip(Unit unit) { method appendReport (line 308) | private static void appendReport(List report, String title, in... method getColumnClass (line 316) | @Override method getUnit (line 321) | public Unit getUnit(int i) { method getValueAt (line 325) | @Override method getCampaign (line 394) | public Campaign getCampaign() { method getRenderer (line 398) | public TableCellRenderer getRenderer(boolean graphic) { class Renderer (line 402) | public class Renderer extends DefaultTableCellRenderer { method getTableCellRendererComponent (line 405) | @Override method isColorTooltipColumn (line 447) | private boolean isColorTooltipColumn(int columnIndex) { class VisualRenderer (line 453) | public class VisualRenderer extends BasicInfo implements TableCellRend... method VisualRenderer (line 454) | public VisualRenderer() { method getTableCellRendererComponent (line 458) | @Override FILE: MekHQ/src/mekhq/gui/panels/AbstractMHQIconChooser.java class AbstractMHQIconChooser (line 48) | public abstract class AbstractMHQIconChooser extends abstractIconChooser... method AbstractMHQIconChooser (line 50) | protected AbstractMHQIconChooser(final JFrame frame, final String name, method AbstractMHQIconChooser (line 56) | protected AbstractMHQIconChooser(final JFrame frame, final String name, method setPreferences (line 64) | @Override FILE: MekHQ/src/mekhq/gui/panels/CampaignPresetPanel.java class CampaignPresetPanel (line 59) | @Deprecated(since = "0.51.0", forRemoval = true) method CampaignPresetPanel (line 69) | public CampaignPresetPanel(final JFrame frame, final @Nullable Campaig... method getCampaign (line 79) | public @Nullable Campaign getCampaign() { method getPreset (line 83) | public @Nullable CampaignPreset getPreset() { method setPreset (line 87) | public void setPreset(final @Nullable CampaignPreset preset) { method getLblTitle (line 91) | public JLabel getLblTitle() { method setLblTitle (line 95) | public void setLblTitle(final JLabel lblTitle) { method getTxtDescription (line 99) | public JTextArea getTxtDescription() { method setTxtDescription (line 103) | public void setTxtDescription(final JTextArea txtDescription) { method initialize (line 109) | @Override method updateFromPreset (line 162) | protected void updateFromPreset(final CampaignPreset preset) { FILE: MekHQ/src/mekhq/gui/panels/CompanyGenerationOptionsPanel.java class CompanyGenerationOptionsPanel (line 72) | public class CompanyGenerationOptionsPanel extends AbstractMHQScrollable... method CompanyGenerationOptionsPanel (line 170) | public CompanyGenerationOptionsPanel(final JFrame frame, final Campaig... method getCampaign (line 187) | public Campaign getCampaign() { method getComboCompanyGenerationMethod (line 192) | public MMComboBox getComboCompanyGenerationMe... method setComboCompanyGenerationMethod (line 196) | public void setComboCompanyGenerationMethod( method getComboSpecifiedFaction (line 201) | public MMComboBox getComboSpecifiedFaction() { method setComboSpecifiedFaction (line 205) | public void setComboSpecifiedFaction(final MMComboBox ... method getChkGenerateMercenaryCompanyCommandLance (line 209) | public JCheckBox getChkGenerateMercenaryCompanyCommandLance() { method setChkGenerateMercenaryCompanyCommandLance (line 213) | public void setChkGenerateMercenaryCompanyCommandLance(final JCheckBox... method getSpnCompanyCount (line 217) | public JSpinner getSpnCompanyCount() { method setSpnCompanyCount (line 221) | public void setSpnCompanyCount(final JSpinner spnCompanyCount) { method getSpnIndividualLanceCount (line 225) | public JSpinner getSpnIndividualLanceCount() { method setSpnIndividualLanceCount (line 229) | public void setSpnIndividualLanceCount(final JSpinner spnIndividualLan... method getSpnLancesPerCompany (line 233) | public JSpinner getSpnLancesPerCompany() { method setSpnLancesPerCompany (line 237) | public void setSpnLancesPerCompany(final JSpinner spnLancesPerCompany) { method getSpnLanceSize (line 241) | public JSpinner getSpnLanceSize() { method setSpnLanceSize (line 245) | public void setSpnLanceSize(final JSpinner spnLanceSize) { method getSpnStarLeagueYear (line 249) | public JSpinner getSpnStarLeagueYear() { method setSpnStarLeagueYear (line 253) | public void setSpnStarLeagueYear(final JSpinner spnStarLeagueYear) { method getLblTotalSupportPersonnel (line 259) | public JLabel getLblTotalSupportPersonnel() { method updateLblTotalSupportPersonnel (line 263) | public void updateLblTotalSupportPersonnel(final int numSupportPersonn... method setLblTotalSupportPersonnel (line 268) | public void setLblTotalSupportPersonnel(final JLabel lblTotalSupportPe... method getSpnSupportPersonnelNumbers (line 272) | public Map getSpnSupportPersonnelNumbers() { method setSpnSupportPersonnelNumbers (line 276) | public void setSpnSupportPersonnelNumbers(final Map getComboBattleMekF... method setComboBattleMekFactionGenerationMethod (line 435) | public void setComboBattleMekFactionGenerationMethod( method getComboBattleMekWeightClassGenerationMethod (line 440) | public MMComboBox getComboBattle... method setComboBattleMekWeightClassGenerationMethod (line 444) | public void setComboBattleMekWeightClassGenerationMethod( method getComboBattleMekQualityGenerationMethod (line 449) | public MMComboBox getComboBattleMekQ... method setComboBattleMekQualityGenerationMethod (line 453) | public void setComboBattleMekQualityGenerationMethod( method getChkNeverGenerateStarLeagueMeks (line 458) | public JCheckBox getChkNeverGenerateStarLeagueMeks() { method setChkNeverGenerateStarLeagueMeks (line 462) | public void setChkNeverGenerateStarLeagueMeks(final JCheckBox chkNever... method getChkOnlyGenerateStarLeagueMeks (line 466) | public JCheckBox getChkOnlyGenerateStarLeagueMeks() { method setChkOnlyGenerateStarLeagueMeks (line 470) | public void setChkOnlyGenerateStarLeagueMeks(JCheckBox chkOnlyGenerate... method getChkOnlyGenerateOmniMeks (line 474) | public JCheckBox getChkOnlyGenerateOmniMeks() { method setChkOnlyGenerateOmniMeks (line 478) | public void setChkOnlyGenerateOmniMeks(JCheckBox chkOnlyGenerateOmniMe... method getChkGenerateUnitsAsAttached (line 482) | public JCheckBox getChkGenerateUnitsAsAttached() { method setChkGenerateUnitsAsAttached (line 486) | public void setChkGenerateUnitsAsAttached(final JCheckBox chkGenerateU... method getChkAssignBestRollToCompanyCommander (line 490) | public JCheckBox getChkAssignBestRollToCompanyCommander() { method setChkAssignBestRollToCompanyCommander (line 494) | public void setChkAssignBestRollToCompanyCommander(final JCheckBox chk... method getChkSortStarLeagueUnitsFirst (line 498) | public JCheckBox getChkSortStarLeagueUnitsFirst() { method setChkSortStarLeagueUnitsFirst (line 502) | public void setChkSortStarLeagueUnitsFirst(final JCheckBox chkSortStar... method getChkGroupByWeight (line 506) | public JCheckBox getChkGroupByWeight() { method setChkGroupByWeight (line 510) | public void setChkGroupByWeight(final JCheckBox chkGroupByWeight) { method getChkGroupByQuality (line 514) | public JCheckBox getChkGroupByQuality() { method setChkGroupByQuality (line 518) | public void setChkGroupByQuality(final JCheckBox chkGroupByQuality) { method getChkKeepOfficerRollsSeparate (line 522) | public JCheckBox getChkKeepOfficerRollsSeparate() { method setChkKeepOfficerRollsSeparate (line 526) | public void setChkKeepOfficerRollsSeparate(final JCheckBox chkKeepOffi... method getChkAssignTechsToUnits (line 530) | public JCheckBox getChkAssignTechsToUnits() { method setChkAssignTechsToUnits (line 534) | public void setChkAssignTechsToUnits(final JCheckBox chkAssignTechsToU... method getComboForceNamingMethod (line 540) | public MMComboBox getComboForceNamingMethod() { method setComboForceNamingMethod (line 544) | public void setComboForceNamingMethod(final MMComboBox getSpnForceWeightLimits() { method setSpnForceWeightLimits (line 585) | public void setSpnForceWeightLimits(final Map spnFo... method getChkGenerateMothballedSpareUnits (line 591) | public JCheckBox getChkGenerateMothballedSpareUnits() { method setChkGenerateMothballedSpareUnits (line 595) | public void setChkGenerateMothballedSpareUnits(final JCheckBox chkGene... method getSpnSparesPercentOfActiveUnits (line 599) | public JSpinner getSpnSparesPercentOfActiveUnits() { method setSpnSparesPercentOfActiveUnits (line 603) | public void setSpnSparesPercentOfActiveUnits(final JSpinner spnSparesP... method getComboPartGenerationMethod (line 607) | public MMComboBox getComboPartGenerationMethod() { method setComboPartGenerationMethod (line 611) | public void setComboPartGenerationMethod(final MMComboBox getChkGenerateMysteryBoxTypes() { method setChkGenerateMysteryBoxTypes (line 794) | public void setChkGenerateMysteryBoxTypes(final Map getSelectedItems() { method refreshDirectory (line 140) | @Override method refreshTree (line 151) | public void refreshTree() { method setSelection (line 164) | @Override FILE: MekHQ/src/mekhq/gui/panels/LayeredFormationIconCreationPanel.java class LayeredFormationIconCreationPanel (line 69) | public class LayeredFormationIconCreationPanel extends AbstractMHQPanel { method LayeredFormationIconCreationPanel (line 82) | public LayeredFormationIconCreationPanel(final JFrame frame, method getFormationIcon (line 95) | public LayeredFormationIcon getFormationIcon() { method setFormationIcon (line 99) | public void setFormationIcon(final LayeredFormationIcon formationIcon) { method isIncludeRefreshButton (line 103) | public boolean isIncludeRefreshButton() { method getTabbedPane (line 107) | public JTabbedPane getTabbedPane() { method setTabbedPane (line 111) | public void setTabbedPane(final JTabbedPane tabbedPane) { method getChoosers (line 115) | public Map getChoose... method setChoosers (line 119) | public void setChoosers(final Map getComboFaction() { method getChkRandomizeOrigin (line 120) | public JCheckBox getChkRandomizeOrigin() { method setChkRandomizeOrigin (line 124) | public void setChkRandomizeOrigin(final JCheckBox chkRandomizeOrigin) { method getChkRandomizeDependentsOrigin (line 128) | public JCheckBox getChkRandomizeDependentsOrigin() { method setChkRandomizeDependentsOrigin (line 132) | public void setChkRandomizeDependentsOrigin(final JCheckBox chkRandomi... method getChkRandomizeAroundSpecifiedPlanet (line 136) | public JCheckBox getChkRandomizeAroundSpecifiedPlanet() { method setChkRandomizeAroundSpecifiedPlanet (line 140) | public void setChkRandomizeAroundSpecifiedPlanet(final JCheckBox chkRa... method getChkSpecifiedSystemFactionSpecific (line 144) | public JCheckBox getChkSpecifiedSystemFactionSpecific() { method setChkSpecifiedSystemFactionSpecific (line 148) | public void setChkSpecifiedSystemFactionSpecific(final JCheckBox chkSp... method getComboSpecifiedSystem (line 152) | public MMComboBox getComboSpecifiedSystem() { method setComboSpecifiedSystem (line 156) | public void setComboSpecifiedSystem(final MMComboBox ... method restoreComboSpecifiedSystem (line 160) | private void restoreComboSpecifiedSystem() { method getComboSpecifiedPlanet (line 167) | public MMComboBox getComboSpecifiedPlanet() { method setComboSpecifiedPlanet (line 171) | public void setComboSpecifiedPlanet(final MMComboBox comboSpec... method restoreComboSpecifiedPlanet (line 175) | private void restoreComboSpecifiedPlanet() { method getSpnOriginSearchRadius (line 186) | public JSpinner getSpnOriginSearchRadius() { method setSpnOriginSearchRadius (line 190) | public void setSpnOriginSearchRadius(final JSpinner spnOriginSearchRad... method getSpnOriginDistanceScale (line 194) | public JSpinner getSpnOriginDistanceScale() { method setSpnOriginDistanceScale (line 198) | public void setSpnOriginDistanceScale(final JSpinner spnOriginDistance... method getChkAllowClanOrigins (line 202) | public JCheckBox getChkAllowClanOrigins() { method setChkAllowClanOrigins (line 206) | public void setChkAllowClanOrigins(final JCheckBox chkAllowClanOrigins) { method getChkExtraRandomOrigin (line 210) | public JCheckBox getChkExtraRandomOrigin() { method setChkExtraRandomOrigin (line 214) | public void setChkExtraRandomOrigin(final JCheckBox chkExtraRandomOrig... method initialize (line 220) | @Override method getPlanetarySystems (line 403) | private PlanetarySystem[] getPlanetarySystems(final @Nullable Faction ... method setOptions (line 412) | public void setOptions(final RandomOriginOptions options) { method createOptionsFromPanel (line 430) | public RandomOriginOptions createOptionsFromPanel() { method validateOptions (line 455) | public ValidationState validateOptions(final boolean display) { FILE: MekHQ/src/mekhq/gui/panels/StandardFormationIconChooser.java class StandardFormationIconChooser (line 56) | public class StandardFormationIconChooser extends AbstractMHQIconChooser { method StandardFormationIconChooser (line 58) | public StandardFormationIconChooser(final JFrame frame, final @Nullabl... method StandardFormationIconChooser (line 62) | protected StandardFormationIconChooser(final JFrame frame, final Strin... method getDirectory (line 68) | @Override method createIcon (line 73) | @Override method getSelectedItem (line 78) | @Override method refreshDirectory (line 84) | @Override FILE: MekHQ/src/mekhq/gui/panels/StartupScreenPanel.java class StartupScreenPanel (line 78) | public class StartupScreenPanel extends AbstractMHQPanel { method StartupScreenPanel (line 99) | public StartupScreenPanel(final MekHQ app) { method initialize (line 111) | @Override method startCampaign (line 320) | private void startCampaign(final @Nullable File file) { method startCampaign (line 324) | private void startCampaign(final @Nullable File file, @Nullable StoryA... method selectCampaignFile (line 328) | private @Nullable File selectCampaignFile() { method selectStoryArc (line 333) | private @Nullable StoryArcStub selectStoryArc() { method paintComponent (line 341) | @Override FILE: MekHQ/src/mekhq/gui/panels/StoryArcPanel.java class StoryArcPanel (line 50) | public class StoryArcPanel extends AbstractMHQPanel { method StoryArcPanel (line 59) | public StoryArcPanel(final JFrame frame, final @Nullable Campaign camp... method getCampaign (line 69) | public @Nullable Campaign getCampaign() { method setStoryArcStub (line 73) | public void setStoryArcStub(final @Nullable StoryArcStub stub) { method getLblTitle (line 77) | public JLabel getLblTitle() { method setLblTitle (line 81) | public void setLblTitle(final JLabel lblTitle) { method getTxtDetails (line 85) | public JTextArea getTxtDetails() { method setTxtDetails (line 89) | public void setTxtDetails(final JTextArea txtDetails) { method initialize (line 95) | @Override method updateFromStoryArcStub (line 120) | protected void updateFromStoryArcStub(final StoryArcStub stub) { FILE: MekHQ/src/mekhq/gui/panels/StoryChoicePanel.java class StoryChoicePanel (line 47) | public class StoryChoicePanel extends AbstractMHQPanel { method StoryChoicePanel (line 51) | public StoryChoicePanel(final JFrame frame) { method initialize (line 56) | @Override method updateChoice (line 64) | protected void updateChoice(String choice, boolean isSelected, Campaig... FILE: MekHQ/src/mekhq/gui/panels/TutorialHyperlinkPanel.java class TutorialHyperlinkPanel (line 57) | public class TutorialHyperlinkPanel extends JPanel { method TutorialHyperlinkPanel (line 74) | public TutorialHyperlinkPanel(final String key) { FILE: MekHQ/src/mekhq/gui/panels/UnitIconChooser.java class UnitIconChooser (line 53) | public class UnitIconChooser extends StandardFormationIconChooser { method UnitIconChooser (line 55) | public UnitIconChooser(final JFrame frame, final @Nullable AbstractIco... method createIcon (line 60) | @Override method getSelectedItem (line 65) | @Override FILE: MekHQ/src/mekhq/gui/panes/RankSystemsPane.java class RankSystemsPane (line 71) | public class RankSystemsPane extends AbstractMHQScrollPane { method RankSystemsPane (line 91) | public RankSystemsPane(final JFrame frame, final Campaign campaign) { method getCampaign (line 100) | public Campaign getCampaign() { method getSelectedRankSystem (line 104) | public @Nullable RankSystem getSelectedRankSystem() { method setSelectedRankSystem (line 108) | public void setSelectedRankSystem(final @Nullable RankSystem selectedR... method isChanged (line 112) | public boolean isChanged() { method setChanged (line 116) | public void setChanged(final boolean changed) { method getRankSystemModel (line 121) | public SortedComboBoxModel getRankSystemModel() { method setRankSystemModel (line 125) | public void setRankSystemModel(final SortedComboBoxModel r... method getComboRankSystems (line 129) | public MMComboBox getComboRankSystems() { method setComboRankSystems (line 133) | public void setComboRankSystems(final MMComboBox comboRank... method getRankSystemTypeModel (line 137) | public DefaultComboBoxModel getRankSystemTypeModel() { method setRankSystemTypeModel (line 141) | public void setRankSystemTypeModel(final DefaultComboBoxModel getComboRankSystemType() { method setComboRankSystemType (line 149) | public void setComboRankSystemType(final MMComboBox co... method getRanksTable (line 155) | public JTable getRanksTable() { method setRanksTable (line 159) | public void setRanksTable(final JTable ranksTable) { method getRanksTableModel (line 163) | public RankTableModel getRanksTableModel() { method setRanksTableModel (line 167) | public void setRanksTableModel(final RankTableModel ranksTableModel) { method initialize (line 179) | @Override method createRankSystemPanel (line 210) | private JPanel createRankSystemPanel() { method createRanksTablePane (line 311) | private JScrollPane createRanksTablePane() { method createRankSystemFileButtonsPanel (line 343) | private JPanel createRankSystemFileButtonsPanel() { method comboRankSystemChanged (line 405) | private void comboRankSystemChanged() { method updateRankSystem (line 442) | private void updateRankSystem() { method createCustomRankSystem (line 451) | private void createCustomRankSystem() { method exportUserDataRankSystems (line 475) | private void exportUserDataRankSystems(final boolean refresh) { method refreshRankSystems (line 490) | private void refreshRankSystems() { method applyToCampaign (line 532) | public void applyToCampaign() { FILE: MekHQ/src/mekhq/gui/panes/StoryArcSelectionPane.java class StoryArcSelectionPane (line 52) | public class StoryArcSelectionPane extends AbstractMHQScrollPane { method StoryArcSelectionPane (line 62) | public StoryArcSelectionPane(final JFrame frame, boolean startNew) { method getStoryArcStubs (line 71) | public JList getStoryArcStubs() { method setStoryArcs (line 75) | public void setStoryArcs(final JList stubs) { method getSelectedStoryArcStub (line 79) | public @Nullable StoryArcStub getSelectedStoryArcStub() { method initialize (line 86) | @Override method setCustomPreferences (line 110) | @Override FILE: MekHQ/src/mekhq/gui/panes/UnitMarketPane.java class UnitMarketPane (line 76) | public class UnitMarketPane extends AbstractMHQSplitPane { method UnitMarketPane (line 108) | public UnitMarketPane(final JFrame frame, final Campaign campaign) { method getCampaign (line 116) | public Campaign getCampaign() { method getChkShowMeks (line 122) | public JCheckBox getChkShowMeks() { method setChkShowMeks (line 126) | public void setChkShowMeks(final JCheckBox chkShowMeks) { method getChkShowVehicles (line 130) | public JCheckBox getChkShowVehicles() { method setChkShowVehicles (line 134) | public void setChkShowVehicles(final JCheckBox chkShowVehicles) { method getChkShowAerospace (line 138) | public JCheckBox getChkShowAerospace() { method setChkShowAerospace (line 142) | public void setChkShowAerospace(final JCheckBox chkShowAerospace) { method getChkShowConvAero (line 146) | public JCheckBox getChkShowConvAero() { method setChkShowConvAero (line 150) | public void setChkShowConvAero(final JCheckBox chkShowConvAero) { method getChkShowInfantry (line 154) | public JCheckBox getChkShowInfantry() { method setChkShowInfantry (line 158) | public void setChkShowInfantry(final JCheckBox chkShowInfantry) { method getChkShowLargeVessels (line 162) | public JCheckBox getChkShowLargeVessels() { method setChkShowLargeVessels (line 166) | public void setChkShowLargeVessels(final JCheckBox chkShowLargeVessels) { method getChkFilterByPercentageOfCost (line 170) | public JCheckBox getChkFilterByPercentageOfCost() { method setChkFilterByPercentageOfCost (line 174) | public void setChkFilterByPercentageOfCost(final JCheckBox chkFilterBy... method getSpnCostPercentageThreshold (line 178) | public JSpinner getSpnCostPercentageThreshold() { method setSpnCostPercentageThreshold (line 182) | public void setSpnCostPercentageThreshold(final JSpinner spnCostPercen... method getEntityImagePanel (line 188) | public EntityImagePanel getEntityImagePanel() { method setEntityImagePanel (line 192) | public void setEntityImagePanel(final EntityImagePanel entityImagePane... method getMarketTable (line 198) | public JTable getMarketTable() { method setMarketTable (line 202) | public void setMarketTable(final JTable marketTable) { method getMarketModel (line 206) | public UnitMarketTableModel getMarketModel() { method setMarketModel (line 210) | public void setMarketModel(final UnitMarketTableModel marketModel) { method getMarketSorter (line 214) | public TableRowSorter getMarketSorter() { method setMarketSorter (line 218) | public void setMarketSorter(final TableRowSorter... method getEntityViewPane (line 225) | public EntityViewPane getEntityViewPane() { method setEntityViewPane (line 229) | public void setEntityViewPane(final EntityViewPane entityViewPane) { method createLeftComponent (line 236) | @Override method createFiltersPanel (line 272) | private JPanel createFiltersPanel() { method createMarketTablePane (line 366) | private JScrollPane createMarketTablePane() { method createRightComponent (line 408) | @Override method finalizeInitialization (line 414) | @Override method setCustomPreferences (line 420) | @Override method getSelectedEntity (line 438) | public @Nullable Entity getSelectedEntity() { method getSelectedOffers (line 449) | public List getSelectedOffers() { method purchaseSelectedOffers (line 465) | public void purchaseSelectedOffers() { method addSelectedOffers (line 524) | public void addSelectedOffers() { method finalizeEntityAcquisition (line 539) | private void finalizeEntityAcquisition(final List off... method removeSelectedOffers (line 560) | public void removeSelectedOffers() { method updateDisplay (line 570) | private void updateDisplay() { method filterOffers (line 577) | private void filterOffers() { FILE: MekHQ/src/mekhq/gui/preferences/StringPreference.java class StringPreference (line 42) | public class StringPreference extends PreferenceElement implements Prope... method StringPreference (line 46) | public StringPreference(ObservableString stringProperty) throws Except... method propertyChange (line 54) | @Override method getValue (line 62) | @Override method initialize (line 67) | @Override method dispose (line 76) | @Override FILE: MekHQ/src/mekhq/gui/renderers/StoryArcRenderer.java class StoryArcRenderer (line 45) | public class StoryArcRenderer extends StoryArcPanel implements ListCellR... method StoryArcRenderer (line 47) | public StoryArcRenderer(final JFrame frame) { method getListCellRendererComponent (line 52) | @Override method getMinimumSize (line 75) | @Override method getPreferredSize (line 80) | @Override FILE: MekHQ/src/mekhq/gui/sorter/AttributeScoreSorter.java class AttributeScoreSorter (line 48) | public class AttributeScoreSorter implements Comparator { method compare (line 68) | @Override FILE: MekHQ/src/mekhq/gui/sorter/BonusSorter.java class BonusSorter (line 44) | public class BonusSorter implements Comparator { method compare (line 47) | @Override FILE: MekHQ/src/mekhq/gui/sorter/DateStringComparator.java class DateStringComparator (line 41) | public class DateStringComparator implements Comparator { method compare (line 43) | @Override FILE: MekHQ/src/mekhq/gui/sorter/EducationLevelSorter.java class EducationLevelSorter (line 53) | public class EducationLevelSorter implements Comparator { method compare (line 56) | @Override FILE: MekHQ/src/mekhq/gui/sorter/FormattedNumberSorter.java class FormattedNumberSorter (line 46) | public class FormattedNumberSorter implements Comparator { method compare (line 52) | @Override FILE: MekHQ/src/mekhq/gui/sorter/IntegerStringSorter.java class IntegerStringSorter (line 38) | public class IntegerStringSorter implements Comparator { method compare (line 40) | @Override FILE: MekHQ/src/mekhq/gui/sorter/LevelSorter.java class LevelSorter (line 41) | public class LevelSorter implements Comparator { method compare (line 43) | @Override FILE: MekHQ/src/mekhq/gui/sorter/PartsDetailSorter.java class PartsDetailSorter (line 41) | public class PartsDetailSorter implements Comparator { method compare (line 43) | @Override FILE: MekHQ/src/mekhq/gui/sorter/PersonRankSorter.java class PersonRankSorter (line 41) | public class PersonRankSorter implements Comparator { method PersonRankSorter (line 48) | public PersonRankSorter(final NaturalOrderComparator naturalOrderCompa... method getPrisonerStatusSorter (line 54) | public PrisonerStatusSorter getPrisonerStatusSorter() { method getNaturalOrderComparator (line 58) | public NaturalOrderComparator getNaturalOrderComparator() { method compare (line 63) | @Override FILE: MekHQ/src/mekhq/gui/sorter/PersonRankStringSorter.java class PersonRankStringSorter (line 49) | public class PersonRankStringSorter implements Comparator { method PersonRankStringSorter (line 59) | public PersonRankStringSorter(final Campaign campaign) { method getCampaign (line 66) | public Campaign getCampaign() { method getPattern (line 70) | public Pattern getPattern() { method getPersonRankSorter (line 74) | public PersonRankSorter getPersonRankSorter() { method compare (line 79) | @Override FILE: MekHQ/src/mekhq/gui/sorter/PersonTitleSorter.java class PersonTitleSorter (line 41) | public class PersonTitleSorter implements Comparator { method PersonTitleSorter (line 48) | public PersonTitleSorter() { method getNaturalOrderComparator (line 55) | public NaturalOrderComparator getNaturalOrderComparator() { method getPersonRankSorter (line 59) | public PersonRankSorter getPersonRankSorter() { method compare (line 64) | @Override FILE: MekHQ/src/mekhq/gui/sorter/PersonTitleStringSorter.java class PersonTitleStringSorter (line 44) | public class PersonTitleStringSorter implements Comparator { method PersonTitleStringSorter (line 54) | public PersonTitleStringSorter(final Campaign campaign) { method getCampaign (line 61) | public Campaign getCampaign() { method getPattern (line 65) | public Pattern getPattern() { method getPersonTitleSorter (line 69) | public PersonTitleSorter getPersonTitleSorter() { method compare (line 74) | @Override FILE: MekHQ/src/mekhq/gui/sorter/PrisonerStatusSorter.java class PrisonerStatusSorter (line 39) | public class PrisonerStatusSorter implements Comparator { method compare (line 49) | @Override FILE: MekHQ/src/mekhq/gui/sorter/ReasoningSorter.java class ReasoningSorter (line 51) | public class ReasoningSorter implements Comparator { method extractNumber (line 66) | private static int extractNumber(String reasoningLabel) { method compare (line 75) | @Override FILE: MekHQ/src/mekhq/gui/sorter/TargetSorter.java class TargetSorter (line 44) | public class TargetSorter implements Comparator { method compare (line 47) | @Override FILE: MekHQ/src/mekhq/gui/sorter/TaskSorter.java class TaskSorter (line 42) | public class TaskSorter implements Comparator { method compare (line 44) | @Override FILE: MekHQ/src/mekhq/gui/sorter/TechSorter.java class TechSorter (line 45) | public class TechSorter implements Comparator { method TechSorter (line 48) | public TechSorter() { method TechSorter (line 52) | public TechSorter(IPartWork p) { method compare (line 56) | @Override method setPart (line 69) | public void setPart(IPartWork p) { method clearPart (line 73) | public void clearPart() { FILE: MekHQ/src/mekhq/gui/sorter/TwoNumbersSorter.java class TwoNumbersSorter (line 45) | public final class TwoNumbersSorter implements Comparator { method compare (line 49) | @Override FILE: MekHQ/src/mekhq/gui/sorter/UnitStatusSorter.java class UnitStatusSorter (line 42) | public class UnitStatusSorter implements Comparator { method compare (line 44) | @Override method getDamageStateIndex (line 53) | public static int getDamageStateIndex(String damageState) { FILE: MekHQ/src/mekhq/gui/sorter/UnitTypeSorter.java class UnitTypeSorter (line 44) | public class UnitTypeSorter implements Comparator { method compare (line 45) | @Override FILE: MekHQ/src/mekhq/gui/sorter/WarehouseStatusSorter.java class WarehouseStatusSorter (line 56) | public class WarehouseStatusSorter implements Comparator { method compare (line 84) | @Override method extractDays (line 125) | private int extractDays(String string) { FILE: MekHQ/src/mekhq/gui/sorter/WeightClassSorter.java class WeightClassSorter (line 44) | public class WeightClassSorter implements Comparator { method compare (line 45) | @Override FILE: MekHQ/src/mekhq/gui/stratCon/CampaignManagementDialog.java class CampaignManagementDialog (line 58) | public class CampaignManagementDialog extends JDialog { method CampaignManagementDialog (line 71) | public CampaignManagementDialog(StratConTab parent) { method display (line 80) | public void display(Campaign campaign, StratConCampaignState campaignS... method initializeUI (line 102) | private void initializeUI() { method removeCVP (line 157) | private void removeCVP(ActionEvent e) { method removeSP (line 163) | private void removeSP(ActionEvent event) { method gmAddVPHandler (line 172) | private void gmAddVPHandler(ActionEvent e) { method gmAddSPHandler (line 178) | private void gmAddSPHandler(ActionEvent e) { FILE: MekHQ/src/mekhq/gui/stratCon/ScenarioWizardLanceModel.java class ScenarioWizardLanceModel (line 50) | public class ScenarioWizardLanceModel extends DefaultListModel { method ScenarioWizardLanceModel (line 54) | public ScenarioWizardLanceModel(Campaign campaign, Collection... FILE: MekHQ/src/mekhq/gui/stratCon/ScenarioWizardLanceRenderer.java class ScenarioWizardLanceRenderer (line 61) | public class ScenarioWizardLanceRenderer extends JLabel implements ListC... method ScenarioWizardLanceRenderer (line 66) | public ScenarioWizardLanceRenderer(Campaign campaign) { method getListCellRendererComponent (line 71) | @Override FILE: MekHQ/src/mekhq/gui/stratCon/ScenarioWizardUnitRenderer.java class ScenarioWizardUnitRenderer (line 56) | public class ScenarioWizardUnitRenderer extends JLabel implements ListCe... method ScenarioWizardUnitRenderer (line 57) | public ScenarioWizardUnitRenderer() { method getListCellRendererComponent (line 61) | @Override FILE: MekHQ/src/mekhq/gui/stratCon/StratConScenarioWizard.java class StratConScenarioWizard (line 104) | public class StratConScenarioWizard extends JDialog { method StratConScenarioWizard (line 133) | public StratConScenarioWizard(Campaign campaign, StratConPanel parent) { method setCurrentScenario (line 159) | public void setCurrentScenario(StratConScenario scenario, StratConTrac... method setUI (line 206) | private void setUI(boolean isPrimaryForce) { method getForceNameReversed (line 280) | private String getForceNameReversed(Unit unit) { method setInstructions (line 312) | private void setInstructions(GridBagConstraints gbc) { method setAssignForcesUI (line 375) | private void setAssignForcesUI(GridBagConstraints gbc, boolean isPrima... method setDefensiveUI (line 432) | private void setDefensiveUI(GridBagConstraints gbc) { method setLeadershipUI (line 463) | private void setLeadershipUI(GridBagConstraints gbc, List eligib... method addAvailableForceList (line 504) | private JList addAvailableForceList(JPanel parent, GridBagC... method addIndividualUnitSelector (line 538) | private JList addIndividualUnitSelector(List units, GridBa... method campaignTransportTypeChangeHandler (line 591) | private void campaignTransportTypeChangeHandler(ItemEvent event) { method buildForceStatus (line 607) | private String buildForceStatus(Formation f, boolean hideForceCost) { method buildUnitStatus (line 628) | private String buildUnitStatus(Unit u) { method buildForceCost (line 651) | private String buildForceCost(int forceID) { method setNavigationButtons (line 711) | private void setNavigationButtons(GridBagConstraints constraints, bool... method reinforcementConfirmDialog (line 772) | private void reinforcementConfirmDialog() { method processSingleDropReinforcements (line 796) | private void processSingleDropReinforcements() { method processNormalReinforcements (line 837) | private void processNormalReinforcements() { method btnCommitClicked (line 939) | private void btnCommitClicked(@Nullable Integer reinforcementTargetNum... method processBatchallWarningDialog (line 1037) | private boolean processBatchallWarningDialog() { method processBatchallBreach (line 1080) | private void processBatchallBreach(AtBContract contract, String enemyC... method closeWizard (line 1100) | private void closeWizard() { method availableForceSelectorChanged (line 1137) | private void availableForceSelectorChanged(ListSelectionEvent listSele... method availableUnitSelectorChanged (line 1180) | private void availableUnitSelectorChanged(ListSelectionEvent event, JL... method selectTransportedUnitsAndTransport (line 1263) | private void selectTransportedUnitsAndTransport(CampaignTransportType ... method unselectDuplicateUnits (line 1296) | private void unselectDuplicateUnits(JList listToProcess, List data) { method setSuggestData (line 278) | public void setSuggestData(Vector data) { method getSuggestData (line 292) | @SuppressWarnings(value = "unchecked") method setPreferredSuggestSize (line 303) | @Deprecated(since = "0.51.0", forRemoval = true) method setMinimumSuggestSize (line 313) | @Deprecated(since = "0.51.0", forRemoval = true) method setMaximumSuggestSize (line 323) | @Deprecated(since = "0.51.0", forRemoval = true) method showSuggest (line 331) | public void showSuggest() { method hideSuggest (line 351) | @Deprecated(since = "0.51.0", forRemoval = true) method isSuggestVisible (line 359) | @Deprecated(since = "0.51.0", forRemoval = true) method relocate (line 367) | private void relocate() { class InterruptibleMatcher (line 381) | private class InterruptibleMatcher extends Thread { method run (line 388) | @Override method addSelectionListener (line 426) | @Deprecated(since = "0.51.0", forRemoval = true) method removeSelectionListener (line 438) | @Deprecated(since = "0.51.0", forRemoval = true) method fireActionEvent (line 446) | private void fireActionEvent() { method getLastChosenExistingVariable (line 458) | @Deprecated(since = "0.51.0", forRemoval = true) FILE: MekHQ/src/mekhq/gui/utilities/MHQPDFReaderPanel.java class MHQPDFReaderPanel (line 70) | public class MHQPDFReaderPanel extends PDFReaderPanel { method MHQPDFReaderPanel (line 71) | public MHQPDFReaderPanel(Window ownerWindow, String pdfPath) { method getCustomBorder (line 75) | @Override method getCustomButton (line 80) | @Override FILE: MekHQ/src/mekhq/gui/utilities/MarkdownEditorPanel.java class MarkdownEditorPanel (line 50) | public class MarkdownEditorPanel extends JPanel { method MarkdownEditorPanel (line 60) | public MarkdownEditorPanel() { method MarkdownEditorPanel (line 69) | public MarkdownEditorPanel(String title) { method getBtnQuestion (line 181) | private static JButton getBtnQuestion() { method setText (line 196) | public void setText(String text) { method getText (line 206) | public String getText() { method boldText (line 214) | private void boldText() { method italicizeText (line 231) | private void italicizeText() { method insertHeader (line 249) | private void insertHeader(int level) { method insertHR (line 262) | private void insertHR() { method insertBullet (line 276) | private void insertBullet(boolean ordered) { FILE: MekHQ/src/mekhq/gui/utilities/MarkdownRenderer.java class MarkdownRenderer (line 52) | public class MarkdownRenderer { method MarkdownRenderer (line 58) | private MarkdownRenderer() { method getInstance (line 65) | public static MarkdownRenderer getInstance() { method getRenderedHtml (line 79) | public static String getRenderedHtml(String input) { FILE: MekHQ/src/mekhq/gui/utilities/MekHqTableCellRenderer.java class MekHqTableCellRenderer (line 41) | public class MekHqTableCellRenderer extends DefaultTableCellRenderer { method getTableCellRendererComponent (line 42) | @Override method setupTableColors (line 54) | public static void setupTableColors(Component c, JTable table, boolean... method setupTigerStripes (line 77) | public static void setupTigerStripes(Component c, JTable table, int ro... FILE: MekHQ/src/mekhq/gui/utilities/MultiLineTooltip.java class MultiLineTooltip (line 46) | public class MultiLineTooltip { method splitToolTip (line 57) | public static String splitToolTip(String tip) { method splitToolTip (line 69) | public static String splitToolTip(String tip, int length) { FILE: MekHQ/src/mekhq/gui/utilities/MultiplyComposite.java class MultiplyComposite (line 44) | public class MultiplyComposite implements Composite { method createContext (line 47) | @Override class MultiplyCompositeContext (line 52) | private static class MultiplyCompositeContext implements CompositeCont... method validateRaster (line 53) | private void validateRaster(Raster r) { method component (line 59) | private int component(int argb, int shift) { method compose (line 63) | @Override method dispose (line 87) | @Override FILE: MekHQ/src/mekhq/gui/utilities/ObservableString.java class ObservableString (line 39) | public class ObservableString { method ObservableString (line 45) | public ObservableString(String name, String initialValue) { method addPropertyChangeListener (line 56) | public void addPropertyChangeListener(PropertyChangeListener pcl) { method removePropertyChangeListener (line 60) | public void removePropertyChangeListener(PropertyChangeListener pcl) { method getName (line 64) | public String getName() { method getValue (line 68) | public String getValue() { method setValue (line 72) | public void setValue(String newValue) { FILE: MekHQ/src/mekhq/gui/utilities/OriginFactionPickerHelper.java class OriginFactionPickerHelper (line 52) | public final class OriginFactionPickerHelper { method OriginFactionPickerHelper (line 53) | private OriginFactionPickerHelper() {} method wouldStrictFilterAdmit (line 68) | public static boolean wouldStrictFilterAdmit(Faction faction, Person p... method buildModel (line 103) | public static DefaultComboBoxModel buildModel(Person person, ... FILE: MekHQ/src/mekhq/gui/utilities/StaticChecks.java class StaticChecks (line 51) | public class StaticChecks { method areAllForcesUnDeployed (line 53) | public static boolean areAllForcesUnDeployed(final Campaign campaign, ... method areAllStandardForces (line 59) | public static boolean areAllStandardForces(Vector formation... method areAllUnitsAvailable (line 63) | public static boolean areAllUnitsAvailable(Vector units) { method areAllForcesDeployed (line 67) | public static boolean areAllForcesDeployed(Vector formation... method areAnyForcesDeployed (line 71) | public static boolean areAnyForcesDeployed(Vector formation... method areAllUnitsDeployed (line 75) | public static boolean areAllUnitsDeployed(Vector units) { method areAnyUnitsDeployed (line 79) | public static boolean areAnyUnitsDeployed(Vector units) { method areAllUnitsTransported (line 91) | @Deprecated(since = "0.51.0", forRemoval = true) method canTransportShipCarry (line 105) | public static String canTransportShipCarry(Vector units, Unit sh... method doAllUnitsHaveC3i (line 219) | public static boolean doAllUnitsHaveC3i(Vector units) { method areAllUnitsNotC3iNetworked (line 223) | public static boolean areAllUnitsNotC3iNetworked(Vector units) { method areAllUnitsC3iNetworked (line 231) | public static boolean areAllUnitsC3iNetworked(Vector units) { method areAllUnitsOnSameC3iNetwork (line 236) | public static boolean areAllUnitsOnSameC3iNetwork(Vector units) { method doAllUnitsHaveNC3 (line 255) | public static boolean doAllUnitsHaveNC3(Vector units) { method areAllUnitsNotNC3Networked (line 266) | public static boolean areAllUnitsNotNC3Networked(Vector units) { method areAllUnitsNC3Networked (line 279) | public static boolean areAllUnitsNC3Networked(Vector units) { method areAllUnitsOnSameNC3Network (line 292) | public static boolean areAllUnitsOnSameNC3Network(Vector units) { method areAllUnitsC3Slaves (line 304) | public static boolean areAllUnitsC3Slaves(Vector units) { method areAllUnitsIndependentC3Masters (line 308) | public static boolean areAllUnitsIndependentC3Masters(Vector uni... method areAllUnitsCompanyLevelMasters (line 313) | public static boolean areAllUnitsCompanyLevelMasters(Vector unit... method doAllUnitsHaveC3Master (line 321) | public static boolean doAllUnitsHaveC3Master(Vector units) { method doAllUnitsHaveNovaCEWS (line 336) | public static boolean doAllUnitsHaveNovaCEWS(Vector units) { method areAllUnitsNotNovaCEWSNetworked (line 347) | public static boolean areAllUnitsNotNovaCEWSNetworked(Vector uni... method areAllUnitsNovaCEWSNetworked (line 360) | public static boolean areAllUnitsNovaCEWSNetworked(Vector units) { method areAllUnitsOnSameNovaCEWSNetwork (line 374) | public static boolean areAllUnitsOnSameNovaCEWSNetwork(Vector un... method areAllUnitsSameType (line 395) | @Deprecated(since = "0.51.0", forRemoval = true) method areAllActive (line 411) | public static boolean areAllActive(Person... people) { method areAllActiveFlexible (line 415) | public static boolean areAllActiveFlexible(Person... people) { method areAnyActive (line 419) | public static boolean areAnyActive(Person... people) { method areAllEmployed (line 433) | public static boolean areAllEmployed(Person... people) { method areAllStudents (line 446) | public static boolean areAllStudents(Person... people) { method areAllClanEligible (line 450) | public static boolean areAllClanEligible(Person... people) { method areAllEligible (line 454) | public static boolean areAllEligible(Person... people) { method areAllEligible (line 458) | public static boolean areAllEligible(final boolean ignorePrisonerStatu... method doAnyHaveAnAward (line 475) | public static boolean doAnyHaveAnAward(Person... people) { method areAnyFree (line 479) | public static boolean areAnyFree(Person... people) { method areAnyFreeOrBondsman (line 483) | public static boolean areAnyFreeOrBondsman(Person... people) { method areAllPrisoners (line 487) | public static boolean areAllPrisoners(Person... people) { method areAllPow (line 491) | @Deprecated(since = "0.51.0", forRemoval = true) method areAnyWillingToDefect (line 496) | public static boolean areAnyWillingToDefect(Person... people) { method areAnyBondsmen (line 500) | public static boolean areAnyBondsmen(Person... people) { method areAllSameSite (line 504) | public static boolean areAllSameSite(Unit... units) { method allHaveSameUnit (line 508) | public static boolean allHaveSameUnit(Person... people) { FILE: MekHQ/src/mekhq/gui/utilities/WrapLayout.java class WrapLayout (line 49) | public class WrapLayout extends FlowLayout { method WrapLayout (line 53) | public WrapLayout() { method WrapLayout (line 65) | public WrapLayout(int align) { method WrapLayout (line 80) | public WrapLayout(int align, int horizontalGap, int verticalGap) { method preferredLayoutSize (line 92) | @Override method minimumLayoutSize (line 105) | @Override method layoutSize (line 120) | private Dimension layoutSize(Container target, boolean preferred) { method addRow (line 205) | private void addRow(Dimension dim, int rowWidth, int rowHeight) { FILE: MekHQ/src/mekhq/gui/view/AtBScenarioViewPanel.java class AtBScenarioViewPanel (line 88) | public class AtBScenarioViewPanel extends JScrollablePanel { method AtBScenarioViewPanel (line 148) | public AtBScenarioViewPanel(AtBScenario s, Campaign c, JFrame frame) { method initComponents (line 172) | private void initComponents() { method fillStats (line 217) | private void fillStats() { method fillPlanetSideStats (line 539) | private int fillPlanetSideStats(GridBagConstraints gridBagConstraints,... method fillSpaceStats (line 766) | private int fillSpaceStats(GridBagConstraints gridBagConstraints, Reso... method fillLowAtmosphereStats (line 811) | private int fillLowAtmosphereStats(GridBagConstraints gridBagConstrain... method countRerollBoxes (line 849) | private void countRerollBoxes() { method rerollBattleConditions (line 868) | private void rerollBattleConditions() { class StubTreeModel (line 920) | protected static class StubTreeModel implements TreeModel { method StubTreeModel (line 924) | public StubTreeModel(FormationStub root) { method getChild (line 928) | @Override method getChildCount (line 933) | @Override method getIndexOfChild (line 938) | @Override method getRoot (line 943) | @Override method isLeaf (line 948) | @Override method valueForPathChanged (line 954) | @Override method addTreeModelListener (line 959) | @Override method removeTreeModelListener (line 966) | @Override class ForceStubRenderer (line 974) | protected static class ForceStubRenderer extends DefaultTreeCellRender... method ForceStubRenderer (line 975) | public ForceStubRenderer() { method getTreeCellRendererComponent (line 979) | @Override method getIcon (line 988) | protected @Nullable Icon getIcon(final @Nullable Object node) { class TreeMouseAdapter (line 999) | private class TreeMouseAdapter extends MouseInputAdapter implements Ac... method TreeMouseAdapter (line 1003) | public TreeMouseAdapter(JTree tree, int forceIndex) { method actionPerformed (line 1008) | @Override method mousePressed (line 1033) | @Override method mouseReleased (line 1038) | @Override method maybeShowPopup (line 1043) | private void maybeShowPopup(MouseEvent e) { FILE: MekHQ/src/mekhq/gui/view/ContractPaymentBreakdown.java class ContractPaymentBreakdown (line 51) | public class ContractPaymentBreakdown { method ContractPaymentBreakdown (line 84) | public ContractPaymentBreakdown(JPanel mainPanel, Contract contract, C... method display (line 96) | public void display(int y, int gridWidth) { method refresh (line 301) | public void refresh() { method setLblBaseAmount2 (line 326) | private void setLblBaseAmount2() { method setLblOverheadAmount2 (line 330) | private void setLblOverheadAmount2() { method setLblSupportAmount2 (line 334) | private void setLblSupportAmount2() { method setLblTransportAmount2 (line 338) | private void setLblTransportAmount2() { method setLblFeeAmount2 (line 343) | private void setLblFeeAmount2() { method setLblNetIncome2 (line 347) | private void setLblNetIncome2() { method setLblAdvanceNetIncome1 (line 351) | private void setLblAdvanceNetIncome1() { method setLblAdvanceNetIncome2 (line 356) | private void setLblAdvanceNetIncome2() { method setLblSignBonusAmount2 (line 360) | private void setLblSignBonusAmount2() { method setLblMonthlyNetIncome1 (line 364) | private void setLblMonthlyNetIncome1() { method setLblMonthlyNetIncome2 (line 369) | private void setLblMonthlyNetIncome2() { method setLblOverheadExp2 (line 374) | private void setLblOverheadExp2() { method setLblMaintenanceExp2 (line 379) | private void setLblMaintenanceExp2() { method setLblPayrollExp2 (line 386) | private void setLblPayrollExp2() { method setLblTotalAdvanceMoney2 (line 391) | private void setLblTotalAdvanceMoney2() { method setLblTotalMonthlyMoney2 (line 395) | private void setLblTotalMonthlyMoney2() { method setLblTransportationExpenses2 (line 399) | private void setLblTransportationExpenses2() { method setLblEstimatedProfit2 (line 406) | private void setLblEstimatedProfit2() { method generateMonthlyHeader (line 410) | private String generateMonthlyHeader(int length) { FILE: MekHQ/src/mekhq/gui/view/ContractSummaryPanel.java class ContractSummaryPanel (line 74) | public class ContractSummaryPanel extends JPanel { method ContractSummaryPanel (line 106) | public ContractSummaryPanel(Contract contract, Campaign campaign, bool... method initComponents (line 132) | private void initComponents() { method fillStats (line 156) | private void fillStats() { method hasTransportRerolls (line 586) | private boolean hasTransportRerolls() { method hasCommandRerolls (line 592) | private boolean hasCommandRerolls() { method hasSalvageRerolls (line 599) | private boolean hasSalvageRerolls() { method hasSupportRerolls (line 605) | private boolean hasSupportRerolls() { method setCommandRerollButtonText (line 611) | private void setCommandRerollButtonText(JButton rerollButton) { method setTransportRerollButtonText (line 619) | private void setTransportRerollButtonText(JButton rerollButton) { method setSalvageRerollButtonText (line 628) | private void setSalvageRerollButtonText(JButton rerollButton) { method setSupportRerollButtonText (line 637) | private void setSupportRerollButtonText(JButton rerollButton) { method generateRerollText (line 641) | private String generateRerollText(String addendum) { method refreshAmounts (line 645) | public void refreshAmounts() { method getContractName (line 649) | public String getContractName() { FILE: MekHQ/src/mekhq/gui/view/ForceViewPanel.java class ForceViewPanel (line 71) | public class ForceViewPanel extends JScrollablePanel { method ForceViewPanel (line 78) | public ForceViewPanel(Formation f, Campaign c) { method initComponents (line 86) | private void initComponents() { method fillStats (line 151) | private void fillStats() { method fillSubUnits (line 418) | private void fillSubUnits() { method getForceSummary (line 496) | public String getForceSummary(Person person, Unit unit) { method getForceSummary (line 561) | public String getForceSummary(Unit unit) { method getForceSummary (line 652) | public String getForceSummary(Formation formation) { method appendSummary (line 703) | private void appendSummary(StringBuilder string, String attribute, Obj... FILE: MekHQ/src/mekhq/gui/view/JumpPathViewPanel.java class JumpPathViewPanel (line 61) | public class JumpPathViewPanel extends JScrollablePanel { method JumpPathViewPanel (line 68) | public JumpPathViewPanel(JumpPath p, Campaign c) { method initComponents (line 75) | private void initComponents() { method getPath (line 111) | private void getPath() { method fillStats (line 144) | private void fillStats() { FILE: MekHQ/src/mekhq/gui/view/LanceAssignmentTableModel.java class LanceAssignmentTableModel (line 45) | class LanceAssignmentTableModel extends DataTableModel { method LanceAssignmentTableModel (line 54) | public LanceAssignmentTableModel(Campaign campaign) { method getColumnCount (line 60) | @Override method getColumnName (line 65) | @Override method getColumnWidth (line 70) | public int getColumnWidth(int col) { method getColumnClass (line 78) | @Override method isCellEditable (line 88) | @Override method getRow (line 93) | public CombatTeam getRow(int row) { method getValueAt (line 97) | @Override method setValueAt (line 113) | @Override FILE: MekHQ/src/mekhq/gui/view/LanceAssignmentView.java class LanceAssignmentView (line 68) | public class LanceAssignmentView extends JPanel { method LanceAssignmentView (line 76) | public LanceAssignmentView(Campaign c) { method initComponents (line 81) | private void initComponents() { method getCbRole (line 211) | private JComboBox getCbRole() { method refresh (line 228) | public void refresh() { method tableChanged (line 248) | @Override FILE: MekHQ/src/mekhq/gui/view/MissionViewPanel.java class MissionViewPanel (line 78) | public class MissionViewPanel extends JScrollablePanel { method MissionViewPanel (line 117) | public MissionViewPanel(Mission m, JTable scenarioTable, CampaignGUI g... method initComponents (line 125) | private void initComponents() { method fillStats (line 177) | private void fillStats() { method fillStatsBasic (line 187) | private void fillStatsBasic() { method fillStatsContract (line 281) | private void fillStatsContract() { method fillStatsAtBContract (line 590) | private void fillStatsAtBContract() { method fillTutorial (line 1116) | private void fillTutorial() { FILE: MekHQ/src/mekhq/gui/view/PaperDoll.java class PaperDoll (line 74) | public class PaperDoll extends Component { method PaperDoll (line 93) | public PaperDoll(InputStream is) { method loadShapeData (line 110) | public void loadShapeData(InputStream is) throws JAXBException { method setLocShape (line 142) | @Deprecated(since = "0.51.0", forRemoval = true) method setLocColor (line 153) | public void setLocColor(BodyLocation loc, Color color) { method setLocTag (line 162) | public void setLocTag(BodyLocation loc, String tag) { method clearLocColors (line 176) | public void clearLocColors() { method clearLocTags (line 180) | public void clearLocTags() { method getHighlightColor (line 184) | @Deprecated(since = "0.51.0", forRemoval = true) method setHighlightColor (line 189) | public void setHighlightColor(Color highlightColor) { method paint (line 196) | @Override method locationUnderPoint (line 246) | public BodyLocation locationUnderPoint(double x, double y) { method getPreferredSize (line 254) | @Override method addActionListener (line 259) | public void addActionListener(ActionListener al) { method removeActionListener (line 263) | public void removeActionListener(ActionListener al) { method processEvent (line 267) | @Override class OverlayLocDataList (line 293) | @XmlRootElement(name = "overlays") class OverlayLocData (line 301) | @XmlRootElement(name = "loc") method genPath (line 313) | public Path2D genPath() { class OverlayLocImage (line 325) | public static class OverlayLocImage { class XMLPoint2DAdapter (line 332) | private static class XMLPoint2DAdapter extends XmlAdapter getRelevantAbilities() { method getRelevantAttributes (line 720) | private Map getRelevantAttributes() { method getSwitchListener (line 746) | private MouseListener getSwitchListener(JPanel current, JPanel switchT... method drawRibbons (line 761) | private Box drawRibbons() { method getAwardTierCount (line 834) | private int getAwardTierCount(Award award, int maximumTiers) { method drawMedals (line 847) | private JPanel drawMedals() { method drawMiscAwards (line 893) | private JPanel drawMiscAwards() { method setPortrait (line 943) | public JPanel setPortrait() { method getPortraitImageIcon (line 982) | private ImageIcon getPortraitImageIcon() { method fillInfoEmpty (line 1010) | private void fillInfoEmpty() { method fillInfo (line 1053) | private JPanel fillInfo() { method fillFamily (line 1538) | private JPanel fillFamily() { method getRelativeName (line 1914) | private static String getRelativeName(Person relative) { method fillSkills (line 1935) | private JPanel fillSkills(List relevantSkills, String titleKey) { method getSkillAdjustment (line 2032) | private static String getSkillAdjustment(int attributeModifier, int sp... method getAttributeAdjustment (line 2051) | private static String getAttributeAdjustment(int injuryModifier, int a... method fillAttributeModifiers (line 2079) | private JPanel fillAttributeModifiers(Map rel... method fillAttributeScores (line 2175) | private JPanel fillAttributeScores() { method fillAbilitiesAndImplants (line 2293) | private JPanel fillAbilitiesAndImplants(Map relevantA... method fillOther (line 2347) | private JPanel fillOther() { method getTraitAdjustmentIcon (line 2576) | private static String getTraitAdjustmentIcon(int baseValue, int adjust... method fillPersonalLog (line 2588) | private JPanel fillPersonalLog() { method fillPerformanceLog (line 2595) | private JPanel fillPerformanceLog() { method getLogPanel (line 2602) | private JPanel getLogPanel(List logs, String accessibleName,... method fillMedicalLog (line 2638) | private JPanel fillMedicalLog() { method fillPatientLog (line 2645) | private JPanel fillPatientLog() { method fillAssignmentLog (line 2652) | private JPanel fillAssignmentLog() { method fillScenarioLog (line 2659) | private JPanel fillScenarioLog() { method fillInjuries (line 2707) | private JPanel fillInjuries(List injuries, boolean isProstheti... method getInjuryLabel (line 2807) | private String getInjuryLabel(Injury injury) { method getAlternativeAdvancedMedicalDisplay (line 2827) | private void getAlternativeAdvancedMedicalDisplay(JLabel lblAdvancedMe... method getAdvancedMedicalDisplay (line 2857) | private void getAdvancedMedicalDisplay(JLabel lblAdvancedMedical1, JPa... method getAdvancedMedalEffectString (line 2882) | private String getAdvancedMedalEffectString(Person person) { method fillKillRecord (line 2912) | private JPanel fillKillRecord() { method setPerson (line 2974) | public void setPerson(@Nullable Person person) { FILE: MekHQ/src/mekhq/gui/view/PlanetViewPanel.java class PlanetViewPanel (line 79) | public class PlanetViewPanel extends JScrollablePanel { method PlanetViewPanel (line 89) | public PlanetViewPanel(PlanetarySystem s, Campaign c) { method PlanetViewPanel (line 93) | public PlanetViewPanel(PlanetarySystem s, Campaign c, int p) { method initComponents (line 101) | private void initComponents() { method paintChildren (line 122) | @Override method getPlanetPanel (line 142) | private JPanel getPlanetPanel(Planet planet) { method getTxtPosition (line 502) | private static JLabel getTxtPosition(Planet planet) { method getSystemPanel (line 521) | private JPanel getSystemPanel() { FILE: MekHQ/src/mekhq/gui/view/RequiredLancesTableModel.java class RequiredLancesTableModel (line 50) | class RequiredLancesTableModel extends DataTableModel { method RequiredLancesTableModel (line 61) | public RequiredLancesTableModel(final Campaign campaign) { method getColumnCount (line 68) | @Override method getColumnName (line 73) | @Override method getColumnWidth (line 78) | public int getColumnWidth(int col) { method getAlignment (line 86) | public int getAlignment(int col) { method getColumnClass (line 94) | @Override method getRow (line 99) | public AtBContract getRow(int row) { method getValueAt (line 103) | @Override FILE: MekHQ/src/mekhq/gui/view/ScenarioViewPanel.java class ScenarioViewPanel (line 80) | public class ScenarioViewPanel extends JScrollablePanel { method ScenarioViewPanel (line 100) | public ScenarioViewPanel(JFrame frame, Campaign campaign, Scenario sce... method initComponents (line 121) | private void initComponents() { method fillBasicInfo (line 169) | private void fillBasicInfo() { method fillForces (line 192) | private void fillForces() { method fillReport (line 231) | private void fillReport() { method fillLoot (line 244) | private void fillLoot() { method fillDeployment (line 255) | private void fillDeployment() { method fillObjectives (line 323) | private void fillObjectives() { method fillMapData (line 389) | private void fillMapData() { class StubTreeModel (line 551) | protected static class StubTreeModel implements TreeModel { method StubTreeModel (line 555) | public StubTreeModel(FormationStub root) { method getChild (line 559) | @Override method getChildCount (line 567) | @Override method getIndexOfChild (line 575) | @Override method getRoot (line 583) | @Override method isLeaf (line 588) | @Override method valueForPathChanged (line 594) | @Override method addTreeModelListener (line 599) | @Override method removeTreeModelListener (line 606) | @Override class ForceStubRenderer (line 614) | protected static class ForceStubRenderer extends DefaultTreeCellRender... method ForceStubRenderer (line 615) | public ForceStubRenderer() { method getTreeCellRendererComponent (line 619) | @Override method getIcon (line 628) | protected @Nullable Icon getIcon(final Object node) { FILE: MekHQ/src/mekhq/gui/view/UnitViewPanel.java class UnitViewPanel (line 72) | public class UnitViewPanel extends JScrollablePanel { method UnitViewPanel (line 80) | public UnitViewPanel(Unit u, Campaign c) { method initComponents (line 88) | private void initComponents() { method fillStats (line 213) | private void fillStats(ResourceBundle resourceMap) { FILE: MekHQ/src/mekhq/io/AwardFileFactory.java class AwardFileFactory (line 47) | public class AwardFileFactory extends ImageFileFactory { method AwardFileFactory (line 49) | public AwardFileFactory() { method getItemFile (line 62) | @Override FILE: MekHQ/src/mekhq/io/FileType.java type FileType (line 42) | public enum FileType { method FileType (line 89) | FileType(String description, String... extensions) { method getDescription (line 100) | public String getDescription() { method getExtensions (line 107) | public List getExtensions() { method getRecommendedExtension (line 114) | public String getRecommendedExtension() { method getNameFilter (line 121) | public Predicate getNameFilter() { FILE: MekHQ/src/mekhq/io/idReferenceClasses/PersonIdReference.java class PersonIdReference (line 48) | public class PersonIdReference extends Person { method PersonIdReference (line 52) | public PersonIdReference(final String text) { method fixPersonIdReferences (line 57) | public static void fixPersonIdReferences(final Campaign campaign) { method fixGenealogyReferences (line 69) | public static void fixGenealogyReferences(final Campaign campaign, fin... FILE: MekHQ/src/mekhq/module/AbstractServiceManager.java class AbstractServiceManager (line 51) | abstract public class AbstractServiceManager { method AbstractServiceManager (line 57) | protected AbstractServiceManager(Class clazz) { method loadServices (line 64) | private void loadServices() { method loadScripts (line 76) | @SuppressWarnings(value = "unchecked") method getService (line 92) | public @Nullable T getService(String key) { method getAllServices (line 99) | @Deprecated(since = "0.51.0", forRemoval = true) method getAllServices (line 111) | public Collection getAllServices(boolean sort) { FILE: MekHQ/src/mekhq/module/PersonnelMarketServiceManager.java class PersonnelMarketServiceManager (line 44) | public class PersonnelMarketServiceManager extends AbstractServiceManage... method PersonnelMarketServiceManager (line 48) | private PersonnelMarketServiceManager() { method getInstance (line 52) | public static PersonnelMarketServiceManager getInstance() { FILE: MekHQ/src/mekhq/module/PluginManager.java class PluginManager (line 50) | public class PluginManager { method getInstance (line 59) | public synchronized static PluginManager getInstance() { method PluginManager (line 66) | private PluginManager() { method getPluginsFromDir (line 92) | private List getPluginsFromDir(final File origin) { method getScripts (line 124) | public List getScripts() { method getClassLoader (line 128) | public ClassLoader getClassLoader() { FILE: MekHQ/src/mekhq/module/ScriptPluginManager.java class ScriptPluginManager (line 55) | public class ScriptPluginManager { method getInstance (line 62) | public synchronized static ScriptPluginManager getInstance() { method ScriptPluginManager (line 71) | private ScriptPluginManager() { method getModules (line 77) | public List getModules() { method loadModules (line 81) | private void loadModules() { method addModule (line 91) | private void addModule(File script, String extension) { method listEngines (line 110) | @SuppressWarnings("unused") FILE: MekHQ/src/mekhq/module/api/MekHQModule.java type MekHQModule (line 46) | public interface MekHQModule { method getModuleName (line 48) | String getModuleName(); method initPlugin (line 50) | void initPlugin(Campaign c); method loadFieldsFromXml (line 52) | void loadFieldsFromXml(Node node); method writeToXML (line 54) | void writeToXML(PrintWriter pw, int indent); FILE: MekHQ/src/mekhq/module/api/PersonnelMarketMethod.java type PersonnelMarketMethod (line 50) | public interface PersonnelMarketMethod extends MekHQModule { method generatePersonnelForDay (line 51) | List generatePersonnelForDay(Campaign c); method removePersonnelForDay (line 53) | List removePersonnelForDay(Campaign c, List current); method initPlugin (line 55) | @Override method loadFieldsFromXml (line 60) | @Override method writeToXML (line 65) | @Override FILE: MekHQ/src/mekhq/module/atb/PersonnelMarketAtB.java class PersonnelMarketAtB (line 56) | @Deprecated(since = "0.51.0", forRemoval = true) method getModuleName (line 59) | @Override method generatePersonnelForDay (line 64) | @Override method removePersonnelForDay (line 198) | @Override method adjustSkill (line 213) | public void adjustSkill(Person p, String skillName, int mod) { FILE: MekHQ/src/mekhq/service/AutosaveService.java class AutosaveService (line 58) | public class AutosaveService implements IAutosaveService { method AutosaveService (line 62) | public AutosaveService() { method requestDayAdvanceAutosave (line 67) | @Override method requestBeforeScenarioAutosave (line 84) | @Override method requestBeforeMissionEndAutosave (line 93) | @Override method performAutosave (line 102) | private void performAutosave(final Campaign campaign) { method getAutosaveFilename (line 121) | private @Nullable String getAutosaveFilename(final Campaign campaign) { FILE: MekHQ/src/mekhq/service/IAutosaveService.java type IAutosaveService (line 40) | public interface IAutosaveService { method requestDayAdvanceAutosave (line 46) | void requestDayAdvanceAutosave(Campaign campaign); method requestBeforeScenarioAutosave (line 53) | void requestBeforeScenarioAutosave(Campaign campaign); method requestBeforeMissionEndAutosave (line 60) | void requestBeforeMissionEndAutosave(Campaign campaign); FILE: MekHQ/src/mekhq/service/PartsAcquisitionService.java class PartsAcquisitionService (line 49) | public class PartsAcquisitionService { method PartsAcquisitionService (line 61) | private PartsAcquisitionService() { method getAcquisitionMap (line 64) | public static Map> getAcquisitionMap() { method setAcquisitionMap (line 68) | @Deprecated(since = "0.51.0", forRemoval = true) method getPartCountInfoMap (line 73) | public static Map getPartCountInfoMap() { method setPartCountInfoMap (line 77) | @Deprecated(since = "0.51.0", forRemoval = true) method getInTransitCount (line 82) | public static int getInTransitCount() { method setInTransitCount (line 86) | @Deprecated(since = "0.51.0", forRemoval = true) method getOnOrderCount (line 91) | public static int getOnOrderCount() { method setOnOrderCount (line 95) | @Deprecated(since = "0.51.0", forRemoval = true) method getOmniPodCount (line 100) | public static int getOmniPodCount() { method setOmniPodCount (line 104) | @Deprecated(since = "0.51.0", forRemoval = true) method getMissingCount (line 109) | public static int getMissingCount() { method setMissingCount (line 113) | @Deprecated(since = "0.51.0", forRemoval = true) method getRequiredCount (line 118) | public static int getRequiredCount() { method setRequiredCount (line 122) | @Deprecated(since = "0.51.0", forRemoval = true) method getUnavailableCount (line 127) | public static int getUnavailableCount() { method setUnavailableCount (line 131) | @Deprecated(since = "0.51.0", forRemoval = true) method getMissingTotalPrice (line 136) | public static Money getMissingTotalPrice() { method setMissingTotalPrice (line 140) | @Deprecated(since = "0.51.0", forRemoval = true) method buildPartsList (line 145) | public static void buildPartsList(Campaign campaign) { method generateSummaryCounts (line 164) | public static void generateSummaryCounts(Campaign campaign) { class PartCountInfo (line 244) | public static class PartCountInfo { method getKey (line 256) | public String getKey() { method setKey (line 260) | public void setKey(String key) { method getRequiredCount (line 264) | public int getRequiredCount() { method setRequiredCount (line 268) | public void setRequiredCount(int requiredCount) { method getMissingCount (line 272) | public int getMissingCount() { method setMissingCount (line 276) | public void setMissingCount(int missingCount) { method getInTransitCount (line 280) | public int getInTransitCount() { method setInTransitCount (line 284) | public void setInTransitCount(int inTransitCount) { method getOnOrderCount (line 288) | public int getOnOrderCount() { method setOnOrderCount (line 292) | public void setOnOrderCount(int onOrderCount) { method getOmniPodCount (line 296) | public int getOmniPodCount() { method setOmniPodCount (line 300) | public void setOmniPodCount(int omniPodCount) { method getCountModifier (line 304) | public String getCountModifier() { method setCountModifier (line 308) | public void setCountModifier(String countModifier) { method getStickerPrice (line 312) | public Money getStickerPrice() { method setStickerPrice (line 316) | public void setStickerPrice(Money stickerPrice) { method getFailedMessage (line 320) | public String getFailedMessage() { method setFailedMessage (line 324) | public void setFailedMessage(String failedMessage) { method isCanBeAcquired (line 328) | public boolean isCanBeAcquired() { method setCanBeAcquired (line 332) | public void setCanBeAcquired(boolean canBeAcquired) { method toString (line 336) | @Override FILE: MekHQ/src/mekhq/service/enums/MRMSMode.java type MRMSMode (line 35) | public enum MRMSMode { method isUnits (line 42) | public boolean isUnits() { method isWarehouse (line 46) | public boolean isWarehouse() { FILE: MekHQ/src/mekhq/service/mrms/MRMSConfiguredOptions.java class MRMSConfiguredOptions (line 46) | public class MRMSConfiguredOptions { method MRMSConfiguredOptions (line 62) | public MRMSConfiguredOptions(Campaign campaign) { method MRMSConfiguredOptions (line 66) | public MRMSConfiguredOptions(MRMSDialog mrmsDialog) { method setup (line 72) | public void setup(CampaignOptions options) { method setup (line 86) | public void setup(MRMSDialog mrmsDialog) { method isEnabled (line 132) | public boolean isEnabled() { method useRepair (line 136) | public boolean useRepair() { method setUseRepair (line 140) | public void setUseRepair(boolean useRepair) { method useSalvage (line 144) | public boolean useSalvage() { method setUseSalvage (line 148) | public void setUseSalvage(boolean useSalvage) { method isUseExtraTime (line 152) | public boolean isUseExtraTime() { method setUseExtraTime (line 156) | public void setUseExtraTime(boolean useExtraTime) { method isUseRushJob (line 160) | public boolean isUseRushJob() { method setUseRushJob (line 164) | public void setUseRushJob(boolean useRushJob) { method isAllowCarryover (line 168) | public boolean isAllowCarryover() { method setAllowCarryover (line 172) | public void setAllowCarryover(boolean allowCarryover) { method isOptimizeToCompleteToday (line 176) | public boolean isOptimizeToCompleteToday() { method setOptimizeToCompleteToday (line 180) | public void setOptimizeToCompleteToday(boolean optimizeToCompleteToday) { method isUseAssignedTechsFirst (line 184) | public boolean isUseAssignedTechsFirst() { method setUseAssignedTechsFirst (line 188) | public void setUseAssignedTechsFirst(boolean useAssignedTechsFirst) { method isScrapImpossible (line 192) | public boolean isScrapImpossible() { method setScrapImpossible (line 196) | public void setScrapImpossible(boolean scrapImpossible) { method isReplacePodParts (line 200) | public boolean isReplacePodParts() { method setReplacePodParts (line 204) | public void setReplacePodParts(boolean replacePodParts) { method getMRMSOptions (line 208) | public List getMRMSOptions() { method setMRMSOptions (line 212) | public void setMRMSOptions(final List mrmsOptions) { method isHActiveMRMSOption (line 216) | public boolean isHActiveMRMSOption() { method setHasActiveMRMSOption (line 220) | public void setHasActiveMRMSOption(boolean hasActiveMRMSOption) { method getActiveMRMSOptions (line 225) | public List getActiveMRMSOptions() { FILE: MekHQ/src/mekhq/service/mrms/MRMSOption.java class MRMSOption (line 47) | public class MRMSOption { method MRMSOption (line 65) | public MRMSOption(PartRepairType type) { method MRMSOption (line 75) | public MRMSOption(PartRepairType type, boolean active, int skillMin, i... method getType (line 88) | public PartRepairType getType() { method setType (line 92) | public void setType(PartRepairType type) { method isActive (line 96) | public boolean isActive() { method setActive (line 100) | public void setActive(boolean active) { method getSkillMin (line 104) | public int getSkillMin() { method setSkillMin (line 108) | public void setSkillMin(int skillMin) { method getSkillMax (line 112) | public int getSkillMax() { method setSkillMax (line 116) | public void setSkillMax(int skillMax) { method getTargetNumberPreferred (line 120) | public int getTargetNumberPreferred() { method getBthMin (line 127) | @Deprecated(since = "0.50.07", forRemoval = true) method setTargetNumberPreferred (line 132) | public void setTargetNumberPreferred(int targetNumberPreferred) { method setBthMin (line 139) | @Deprecated(since = "0.50.07", forRemoval = true) method getTargetNumberMax (line 144) | public int getTargetNumberMax() { method getBthMax (line 151) | @Deprecated(since = "0.50.07", forRemoval = true) method setTargetNumberMax (line 156) | public void setTargetNumberMax(int targetNumberMax) { method setBthMax (line 163) | @Deprecated(since = "0.50.07", forRemoval = true) method getDailyTimeMin (line 168) | public int getDailyTimeMin() { method setDailyTimeMin (line 172) | public void setDailyTimeMin(int minDailyTime) { method writeToXML (line 178) | public void writeToXML(final PrintWriter pw, int indent) { method parseListFromXML (line 190) | public static List parseListFromXML(Node wn, Version versi... method parseFromXML (line 224) | private static MRMSOption parseFromXML(Node wn) { FILE: MekHQ/src/mekhq/service/mrms/MRMSService.java class MRMSService (line 77) | public class MRMSService { method MRMSService (line 85) | private MRMSService() { method isValidMRMSUnit (line 89) | public static boolean isValidMRMSUnit(Unit unit, MRMSConfiguredOptions... method performWarehouseMRMS (line 102) | public static MRMSPartSet performWarehouseMRMS(List selecte... method performSingleUnitMRMS (line 159) | public static String performSingleUnitMRMS(Campaign campaign, Unit uni... method mrmsAllUnits (line 237) | public static void mrmsAllUnits(Campaign campaign) { method mrmsUnits (line 274) | public static void mrmsUnits(Campaign campaign, List units, MRMS... method generateUnitRepairSummary (line 403) | private static String generateUnitRepairSummary(String baseDescription, method generateCampaignLogForUnitStatus (line 415) | private static void generateCampaignLogForUnitStatus( method performUnitMRMS (line 434) | private static MRMSUnitAction performUnitMRMS(Campaign campaign, Unit ... method performUnitMassTechAction (line 489) | private static MRMSUnitAction performUnitMassTechAction(Campaign campa... method repairPart (line 742) | private static MRMSPartAction repairPart(Campaign campaign, IPartWork ... method setPartWorkTime (line 983) | private static void setPartWorkTime(IPartWork partWork, WorkTime workT... method getWorkTime (line 991) | private static WorkTime getWorkTime(boolean canChangeWorkTime, method getExpectedWorkTime (line 1006) | private static int getExpectedWorkTime(IPartWork part, WorkTime workTi... method filterParts (line 1014) | private static List filterParts(List parts, Map<... method filterTechs (line 1098) | private static List filterTechs(IPartWork partWork, List> getPartActio... method isHasRepairs (line 1487) | public boolean isHasRepairs() { method countRepairs (line 1491) | public int countRepairs() { method isOnlyNoTechs (line 1499) | public boolean isOnlyNoTechs() { class MRMSUnitAction (line 1508) | public static class MRMSUnitAction { type STATUS (line 1509) | public enum STATUS { method MRMSUnitAction (line 1518) | public MRMSUnitAction(Unit unit, boolean salvaging, STATUS status) { method getUnit (line 1524) | public Unit getUnit() { method setUnit (line 1528) | public void setUnit(Unit unit) { method getPartSet (line 1532) | public MRMSPartSet getPartSet() { method setPartSet (line 1536) | @Deprecated(since = "0.51.0", forRemoval = true) method getStatus (line 1541) | public STATUS getStatus() { method setStatus (line 1545) | public void setStatus(STATUS status) { method isSalvaging (line 1549) | public boolean isSalvaging() { method setSalvaging (line 1553) | public void setSalvaging(boolean salvaging) { method isStatusNoActions (line 1557) | public boolean isStatusNoActions() { method isStatusActionsPerformed (line 1561) | @Deprecated(since = "0.51.0", forRemoval = true) method isStatusNoTechs (line 1566) | @Deprecated(since = "0.51.0", forRemoval = true) method isStatusUnfixableLimb (line 1571) | @Deprecated(since = "0.51.0", forRemoval = true) method isStatusNoParts (line 1576) | @Deprecated(since = "0.51.0", forRemoval = true) method addPartAction (line 1581) | public void addPartAction(MRMSPartAction partAction) { method resetPartSet (line 1585) | public void resetPartSet() { method merge (line 1589) | public void merge(MRMSUnitAction currentUnitAction) { FILE: MekHQ/src/mekhq/utilities/EntityUtilities.java class EntityUtilities (line 50) | public class EntityUtilities { method getEntityFromUnitId (line 64) | public static @Nullable Entity getEntityFromUnitId(Hangar hangar, UUID... method isUnsupportedEntity (line 86) | public static boolean isUnsupportedEntity(Entity entity) { method hasImprovedSensors (line 101) | public static boolean hasImprovedSensors(Entity entity) { method hasActiveProbe (line 125) | public static boolean hasActiveProbe(Entity entity) { FILE: MekHQ/src/mekhq/utilities/MHQInternationalization.java class MHQInternationalization (line 52) | public class MHQInternationalization { method getInstance (line 63) | public static MHQInternationalization getInstance() { method MHQInternationalization (line 67) | protected MHQInternationalization(String defaultBundle) { class UTF8Control (line 71) | private static class UTF8Control extends ResourceBundle.Control { method newBundle (line 72) | @Override method getResourceBundle (line 85) | ResourceBundle getResourceBundle(String bundleName) { method getTextAt (line 100) | public static String getTextAt(String bundleName, String key) { method getText (line 114) | public static String getText(String key) { method getFormattedText (line 126) | public static String getFormattedText(String key, Object... args) { method getFormattedTextAt (line 139) | public static String getFormattedTextAt(String bundleName, String key,... method isResourceKeyValid (line 155) | public static boolean isResourceKeyValid(String text) { FILE: MekHQ/src/mekhq/utilities/MHQXMLUtility.java class MHQXMLUtility (line 57) | public class MHQXMLUtility extends MMXMLUtility { method newUnsafeDocumentBuilder (line 68) | public static DocumentBuilder newUnsafeDocumentBuilder() throws Parser... method writeEntityToXmlString (line 119) | public static String writeEntityToXmlString(Entity tgtEnt, int indentL... method compileBombChoices (line 284) | private static void compileBombChoices(BombLoadout bombChoices, String... method getBombChoiceString (line 308) | private static String getBombChoiceString(IBomber bomber, int indentLv... method getAeroCritString (line 327) | private static String getAeroCritString(Aero a, int indentLvl) { method getTurretLockedString (line 401) | private static String getTurretLockedString(Tank e, int indentLvl) { method getMovementString (line 418) | private static String getMovementString(Tank e, int indentLvl) { method getTankCritString (line 458) | private static String getTankCritString(Tank e, int indentLvl) { method writeEntityWithCrewToXML (line 504) | public static void writeEntityWithCrewToXML(PrintWriter pw, int indent... method parseSingleEntityMul (line 576) | public static @Nullable Entity parseSingleEntityMul(final Element elem... method getEntityNameFromXmlString (line 598) | public static String getEntityNameFromXmlString(Node node) { method writeSimpleXMLTag (line 615) | public static void writeSimpleXMLTag(final PrintWriter pw, final int i... FILE: MekHQ/src/mekhq/utilities/PotentialTransportsMap.java class PotentialTransportsMap (line 52) | public class PotentialTransportsMap { method PotentialTransportsMap (line 56) | public PotentialTransportsMap(CampaignTransportType[] campaignTranspor... method hasTransports (line 71) | public boolean hasTransports(CampaignTransportType campaignTransportTy... method getTransports (line 84) | public Set getTransports(CampaignTransportType campaignTransport... method getTransportedUnits (line 98) | public List getTransportedUnits(CampaignTransportType campaignTr... method containsTransportKey (line 110) | public boolean containsTransportKey(CampaignTransportType campaignTran... method putNewTransport (line 120) | public void putNewTransport(CampaignTransportType campaignTransportTyp... method tryToAddTransportedUnit (line 130) | public void tryToAddTransportedUnit(Unit unit) { method addTransportedUnit (line 150) | public void addTransportedUnit(CampaignTransportType campaignTransport... method removeEmptyTransports (line 157) | public void removeEmptyTransports() { FILE: MekHQ/src/mekhq/utilities/ReportingUtilities.java class ReportingUtilities (line 43) | public class ReportingUtilities { method ReportingUtilities (line 55) | private ReportingUtilities() { method spanOpeningWithCustomColor (line 66) | public static String spanOpeningWithCustomColor(String colorToUse) { method messageSurroundedBySpanWithColor (line 79) | public static String messageSurroundedBySpanWithColor(String colorToUs... method surroundIf (line 93) | @Deprecated(since = "0.51.0", forRemoval = true) method separateIf (line 112) | public static String separateIf(String first, String separator, String... method getAmazingColor (line 135) | public static String getAmazingColor() { method getPositiveColor (line 147) | public static String getPositiveColor() { method getWarningColor (line 159) | public static String getWarningColor() { method getNegativeColor (line 171) | public static String getNegativeColor() { method stripHtmlTags (line 183) | public static String stripHtmlTags(String text) { FILE: MekHQ/src/mekhq/utilities/ScenarioUtils.java class ScenarioUtils (line 54) | public class ScenarioUtils { method ScenarioUtils (line 58) | private ScenarioUtils() {} method getBoardFor (line 68) | public static Board getBoardFor(Scenario scenario) { method getMapSettings (line 74) | public static MapSettings getMapSettings(Scenario scenario) { method getNonStratconMapSettings (line 82) | private static MapSettings getNonStratconMapSettings(Scenario scenario) { method getStratconMapSettings (line 88) | private static MapSettings getStratconMapSettings(AtBScenario scenario) { method getMapSettings (line 97) | public static MapSettings getMapSettings(int mapSizeX, int mapSizeY, S... FILE: MekHQ/src/mekhq/utilities/SystemValidator.java class SystemValidator (line 69) | public class SystemValidator { method SystemValidator (line 83) | public SystemValidator() { method loadFactionCodes (line 101) | private Set loadFactionCodes() { method validate (line 123) | public ValidationResult validate(String dataPath) { method validateDirectory (line 147) | private void validateDirectory(File dir, ValidationResult result, method validateZipFile (line 186) | private void validateZipFile(File zipFile, ValidationResult result, method validateFile (line 228) | private void validateFile(File file, ValidationResult result, method validateFromStream (line 254) | private void validateFromStream(InputStream is, String fileName, Valid... method getTreeSystemId (line 277) | private String getTreeSystemId(JsonNode tree) { method validateTreeStructure (line 299) | private void validateTreeStructure(JsonNode tree, String fileName, Str... method extractSysPos (line 340) | private Integer extractSysPos(JsonNode planetNode) { method validateSystem (line 370) | private void validateSystem(PlanetarySystem system, String fileName, method validatePlanet (line 437) | private void validatePlanet(Planet planet, String fileName, String sys... method validateTerrestrialCompleteness (line 483) | private void validateTerrestrialCompleteness(Planet planet, String fil... method validatePlanetEvents (line 509) | private void validatePlanetEvents(Planet planet, String fileName, Stri... method buildPlanetInfo (line 567) | private String buildPlanetInfo(Planet planet) { method main (line 582) | public static void main(String[] args) { FILE: MekHQ/src/mekhq/utilities/ValidationMessage.java class ValidationMessage (line 41) | public class ValidationMessage { type Severity (line 46) | public enum Severity { type Category (line 57) | public enum Category { method ValidationMessage (line 113) | public ValidationMessage(Severity severity, Category category, String ... method getSeverity (line 126) | public Severity getSeverity() { method getCategory (line 133) | public Category getCategory() { method getFileName (line 140) | public String getFileName() { method getSystemId (line 147) | public String getSystemId() { method getMessage (line 154) | public String getMessage() { method toString (line 163) | @Override FILE: MekHQ/src/mekhq/utilities/ValidationResult.java class ValidationResult (line 48) | public class ValidationResult { method addMessage (line 59) | public void addMessage(ValidationMessage message) { method getMessages (line 66) | public List getMessages() { method getErrors (line 73) | public List getErrors() { method getWarnings (line 82) | public List getWarnings() { method getByCategory (line 95) | public List getByCategory(Category category) { method getErrorCount (line 104) | public int getErrorCount() { method getWarningCount (line 113) | public int getWarningCount() { method getSystemsValidated (line 122) | public int getSystemsValidated() { method incrementSystemsValidated (line 129) | public void incrementSystemsValidated() { method getPlanetsValidated (line 136) | @Deprecated(since = "0.51.0", forRemoval = true) method addPlanetsValidated (line 146) | public void addPlanetsValidated(int count) { method getFilesProcessed (line 153) | public int getFilesProcessed() { method incrementFilesProcessed (line 160) | public void incrementFilesProcessed() { method hasErrors (line 167) | public boolean hasErrors() { method getSummary (line 176) | public String getSummary() { FILE: MekHQ/src/mekhq/utilities/spaUtilities/SpaUtilities.java class SpaUtilities (line 66) | public class SpaUtilities { method isSpaCategory (line 80) | @Deprecated(since = "0.51.0", forRemoval = true) method getSpaCategory (line 105) | public static AbilityCategory getSpaCategory(final SpecialAbility abil... FILE: MekHQ/src/mekhq/utilities/spaUtilities/enums/AbilityCategory.java type AbilityCategory (line 48) | public enum AbilityCategory { FILE: MekHQ/unittests/mekhq/EventSpy.java class EventSpy (line 54) | public class EventSpy implements AutoCloseable { method EventSpy (line 60) | public EventSpy() { method close (line 67) | @Override method getEvents (line 77) | public List getEvents() { method findEvent (line 89) | public @Nullable TEvent findEvent(Class getDailyReminderOptionCombinations() { class DailyTempCrewPoolTests (line 138) | @Nested method testDailyTempCrewPoolProcessing (line 144) | @ParameterizedTest method testDailyProcessingIsolation (line 172) | @Test method configureCampaignOption (line 192) | private void configureCampaignOption(PersonnelRole role, boolean ena... method configureMHQOption (line 208) | private void configureMHQOption(PersonnelRole role, boolean enabled) { method processNewDayForRole (line 225) | private void processNewDayForRole(PersonnelRole role) { method getMHQOptionForRole (line 238) | private boolean getMHQOptionForRole(PersonnelRole role) { FILE: MekHQ/unittests/mekhq/campaign/CampaignSummaryTest.java class CampaignSummaryTest (line 46) | class CampaignSummaryTest { method getTransportCapacityCountsHeavyVehiclesPlacedInSuperHeavyBays (line 47) | @Test method campaignWithEmptySummaryInputs (line 61) | private static Campaign campaignWithEmptySummaryInputs() { FILE: MekHQ/unittests/mekhq/campaign/CampaignTest.java class CampaignTest (line 96) | public class CampaignTest { method setup (line 100) | @BeforeAll method before (line 105) | @BeforeEach method testCampaignConstructorWithDependencyInjection (line 111) | @Test method testGetTechs (line 133) | @Test method testTransportShips (line 235) | @ParameterizedTest method testInitiative (line 281) | @Test method invokeFindTopCommanders (line 305) | private static Person[] invokeFindTopCommanders(Campaign campaign) thr... method findTopCommanders_whenBothFlagged_returnsThoseAndDoesNotScanPersonnel (line 311) | @Test method findTopCommanders_whenOnlyCommanderFlagged_commanderLocked_secondChosenFromOthers (line 329) | @Test method findTopCommanders_whenOnlySecondFlagged_secondLocked_commanderChosenFromOthersExcludingSecond (line 351) | @Test method findTopCommanders_whenUnflagged_selectsTopTwo_andPromotesPreviousCommanderToSecondIfAppropriate (line 373) | @Test method findTopCommanders_neverReturnsSamePersonForBothSlots (line 397) | @Test class TempCrewTests (line 420) | @Nested method setupTempCrewTests (line 425) | @BeforeEach method getTempCrewRoles (line 434) | private static Stream getTempCrewRoles() { method createMockUnitForRole (line 454) | private Unit createMockUnitForRole(PersonnelRole role, boolean withC... method createMockUnitForRole (line 614) | private Unit createMockUnitForRole(PersonnelRole role) { method setupMockCommander (line 622) | private void setupMockCommander(Unit unit) { method enableBlobCrewForRole (line 644) | private void enableBlobCrewForRole(PersonnelRole role) { method disableBlobCrewForRole (line 661) | private void disableBlobCrewForRole(PersonnelRole role) { method testInitialPoolStateIsZero (line 679) | @ParameterizedTest method testSetPoolToPositiveValue (line 688) | @ParameterizedTest method testSetPoolToNegativeValueResultsInZero (line 705) | @ParameterizedTest method testDisablingBlobCrewOptionDisablesRole (line 722) | @ParameterizedTest method testEnablingBlobCrewOptionEnablesRole (line 739) | @ParameterizedTest method testClearBlobCrewForRoleIsolation (line 756) | @Test method testIncreaseTempCrewPool (line 775) | @ParameterizedTest method testDecreaseTempCrewPool (line 791) | @ParameterizedTest method testDecreasePoolMoreThanAvailableResultsInZero (line 807) | @ParameterizedTest method testEmptyTempCrewPool (line 823) | @ParameterizedTest method testFillTempCrewPoolCalculatesNeedsFromUnitsWithCrew (line 841) | @ParameterizedTest method testFillTempCrewPoolIgnoresUnitsWithoutCrew (line 872) | @ParameterizedTest method testGetTempCrewInUse (line 896) | @ParameterizedTest method testGetAvailableTempCrewPool (line 914) | @ParameterizedTest method testAvailablePoolNeverGoesNegative (line 933) | @Test method testClearBlobCrewForRoleDoesNotAffectOtherRoles (line 953) | @Test FILE: MekHQ/unittests/mekhq/campaign/LogEntryTest.java class LogEntryTest (line 55) | public class LogEntryTest { method testNullDescriptionBecomesEmpty (line 56) | @Test method testXmlMarshalling (line 61) | @Test method checkMarshalling (line 70) | private static void checkMarshalling(LogEntry le) throws Exception { FILE: MekHQ/unittests/mekhq/campaign/QuartermasterTest.java class QuartermasterTest (line 77) | public class QuartermasterTest { method addPartDoesntAddTestUnitParts (line 78) | @Test method addPartDoesntAddSpareMissingParts (line 96) | @Test method addPartTransitDaysNeverNegative (line 112) | @Test method addPartPlacesSparePartInWarehouse (line 131) | @Test method addPartPlacesUnitPartInWarehouse (line 148) | @Test method addPartPlacesUnitMissingPartInWarehouse (line 167) | @Test method arrivePartDoesNothingForUnitParts (line 185) | @Test method arrivePartSetsDaysToArrivalToZero (line 203) | @Test method arrivePartPlacesPartInWarehouse (line 224) | @Test method arrivePartNotifiesPartArrival (line 241) | @Test method buyUnitAddsUnconditionallyIfNotPayingForUnits (line 265) | @Test method buyUnitReturnsFalseIfOutOfCash (line 287) | @Test method buyUnitBuysAUnitIfWeCanAffordIt (line 312) | @Test method buyUnitBuysInfantryUsingAlternateCost (line 344) | @Test method buyUnitAppliesClanCostMultiplier (line 376) | @Test method buyUnitAppliesClanCostMultiplierToInfantryAlso (line 413) | @Test method sellUnitCreditsCorrectAmount (line 450) | @Test method sellUnitRemovesTheUnitFromTheCampaign (line 469) | @Test method buyPartAddsUnconditionallyIfNotPayingForParts (line 488) | @Test method buyPartAddsRefitKitUnconditionallyIfNotPayingForParts (line 513) | @Test method buyPartReturnsFalseIfOutOfCash (line 536) | @Test method buyPartOfRefitReturnsFalseIfOutOfCash (line 564) | @Test method buyPartCalculatesWithoutUsingCostMultiplier (line 592) | @Test method buyPartCalculatesUsingCostMultiplier (line 621) | @Test method buyPartRefitCalculatesWithoutUsingCostMultiplier (line 651) | @Test method buyPartRefitCalculatesUsingCostMultiplier (line 680) | @Test method buyPartBuysThePartIfAble (line 710) | @Test method buyPartBuysTheRefitIfAble (line 738) | @Test method buyRefurbishmentReturnsTrueIfNotPayingForParts (line 766) | @Test method buyRefurbishmentReturnsFalseIfOutOfCash (line 791) | @Test method buyRefurbishmentReturnsTrueIfWeHaveTheMoney (line 816) | @Test method sellPartWontSellZeroParts (line 841) | @Test method sellPartWontSellNegativeParts (line 859) | @Test method sellPartWontSellMoreThanInStock (line 877) | @Test method sellPartCalculatesSalePrice (line 898) | @Test method sellPartRemovesPartsFromWarehouse (line 922) | @Test method sellPartRemovesNoMorePartsFromWarehouseThanOnHand (line 944) | @Test method sellPartCalculatesSalePriceWhenFewerPartsOnHand (line 967) | @Test method sellAllPartsSellsNothingIfYouHaveNothing (line 992) | @Test method sellAllPartsRemovesPartsFromWarehouse (line 1013) | @Test method sellAmmoWontSellZeroAmmo (line 1039) | @Test method sellAmmoWontSellNegativeAmmo (line 1057) | @Test method sellAmmoWontSellMoreThanInStock (line 1075) | @Test method sellAmmoCalculatesSalePrice (line 1096) | @Test method sellAmmoRemovesAmmoFromWarehouse (line 1120) | @Test method sellAmmoRemovesNoMoreAmmoFromWarehouseThanOnHand (line 1142) | @Test method sellAmmoCalculatesSalePriceWhenFewerAmmoOnHand (line 1165) | @Test method sellAllAmmoSellsNothingIfYouHaveNothing (line 1192) | @Test method sellAllAmmoRemovesAmmoFromWarehouse (line 1213) | @Test method sellPartWithAmmoSellsAmmo (line 1239) | @Test method sellAllPartsWithAmmoSellsAllAmmo (line 1265) | @Test method sellArmorWontSellZeroArmor (line 1291) | @Test method sellArmorWontSellNegativeArmor (line 1309) | @Test method sellArmorWontSellMoreThanInStock (line 1327) | @Test method sellArmorCalculatesSalePrice (line 1348) | @Test method sellArmorRemovesArmorFromWarehouse (line 1372) | @Test method sellArmorRemovesNoMoreArmorFromWarehouseThanOnHand (line 1394) | @Test method sellArmorCalculatesSalePriceWhenFewerArmorOnHand (line 1417) | @Test method sellAllArmorSellsNothingIfYouHaveNothing (line 1444) | @Test method sellAllArmorRemovesArmorFromWarehouse (line 1465) | @Test method sellPartWithArmorSellsArmor (line 1491) | @Test method sellAllPartsWithArmorSellsAllArmor (line 1517) | @Test method remotePartFromPodOnlyDepodsOmniPoddedParts (line 1543) | @Test method depodPartDoesNotRemoteZeroPartsFromPod (line 1559) | @Test method depodPartDoesNotRemoteNegativePartsFromPod (line 1575) | @Test method remotePartAddsPartFromPodAndCorrectOmniPod (line 1591) | @Test method remotePartAddsCorrectNumberOfPartFromPodAndOmniPod (line 1642) | @Test method remotePartAddsCorrectNumberOfPartFromPodAndOmniPodIfLessOnHand (line 1672) | @Test method depodAllPartsAddsCorrectNumberOfPartAndOmniPod (line 1703) | @Test method remotePartFromPodRaisesChangedEventIfSomeRemain (line 1733) | @Test method remotePartFromPodDoesNotRaiseChangedEventIfNoneRemain (line 1755) | @Test method createOmniPodPartAnswer (line 1777) | private Answer createOmniPodPartAnswer() { method addAmmoNoSpareFound (line 1788) | @Test method addAmmoNoSpareFoundBecauseCurrentlyInTransit (line 1825) | @Test method addAmmoNoSpareFoundBecauseWrongMunitionType (line 1870) | @Test method addAmmoSpareFound (line 1916) | @Test method addAmmoSpareFoundWithOtherJunk (line 1956) | @Test method addAmmoNone (line 2002) | @Test method addAmmoNegative (line 2040) | @Test method removeAmmoNoneFound (line 2078) | @Test method removeAmmoNoneFoundBecauseCurrentlyInTransit (line 2103) | @Test method removeAmmoFoundEnoughAmmo (line 2145) | @Test method removeAmmoNoneOrNegative (line 2187) | @Test method removeAmmoAll (line 2225) | @Test method removeAmmoWayMoreThanAvailable (line 2254) | @Test method removeAmmoWayMoreThanAvailableButCompatibleAmmoExists (line 2289) | @Test method removeAmmoWhenExactlyEnoughCompatibleAmmoExists (line 2349) | @Test method removeAmmoWhenExactlyEnoughCompatibleAmmoExists2 (line 2388) | @Test method removeAmmoWayMoreThanAvailableButCompatibleAndIncompatibleAmmoExists (line 2427) | @Test method removeAmmoWayMoreThanAvailableButNotEnoughCompatibleAmmoExists (line 2493) | @Test method removeAmmoWhenEnoughCompatibleAmmoExists (line 2545) | @Test method removeAmmoWhenEnoughCompatibleAmmoExists2 (line 2587) | @Test method addInfantryAmmoNoSpareFound (line 2630) | @Test method addInfantryAmmoNoSpareFoundBecauseCurrentlyInTransit (line 2668) | @Test method addInfantryAmmoNoSpareFoundBecauseWrongWeaponType (line 2718) | @Test method addInfantryAmmoSpareFound (line 2771) | @Test method removeInfantryAmmoNoneFound (line 2812) | @Test method removeInfantryAmmoNoneFoundBecauseCurrentlyInTransit (line 2838) | @Test method removeInfantryAmmoFoundEnoughAmmo (line 2882) | @Test method removeInfantryAmmoAll (line 2925) | @Test method removeInfantryAmmoWayMoreThanAvailable (line 2955) | @Test method convertShotsTest (line 2988) | @Test method convertShotsNeededTest (line 3034) | @Test method removeAmmoCleanUpZeroShotAmmoStorage (line 3084) | @Test FILE: MekHQ/unittests/mekhq/campaign/ResolveScenarioTrackerTest.java class ResolveScenarioTrackerTest (line 74) | class ResolveScenarioTrackerTest { method beforeAll (line 85) | @BeforeAll method setUp (line 90) | @BeforeEach method createTracker (line 132) | private ResolveScenarioTracker createTracker() { method createEnemyEntity (line 142) | private Entity createEnemyEntity(String unitName) { method processGameAddsDevastatedEnemyUnitsToDevastatedList (line 158) | @Test method processGameAddsDevastatedEnemyEjectedCrewToEnemyEjections (line 184) | @Test method createPlayerEntity (line 211) | private Entity createPlayerEntity(String unitName) { method createMockUnit (line 231) | private Unit createMockUnit(Entity entity, UUID unitId) { method processGameRecoversDeployedUnitNotInResults (line 247) | @Test method processGameDoesNotRecoverUnitFoundInResults (line 281) | @Test FILE: MekHQ/unittests/mekhq/campaign/WarehouseTest.java class WarehouseTest (line 72) | public class WarehouseTest { method beforeAll (line 74) | @BeforeAll method testWarehouseSimplePartActions (line 79) | @Test method testWarehouseAddNewPart (line 120) | @Test method testWarehouseAddSecondNewPart (line 162) | @Test method testWarehouseAddPartEvent (line 192) | @Test method testWarehouseRemovePart (line 227) | @Test method testWarehouseRemoveChildParts (line 261) | @Test method testWarehouseRemoveRecursiveChildParts (line 301) | @Test method testAddSpareRegularPart (line 344) | @Test method testReturnSpareRegularPart (line 389) | @Test method testAddSpareArmorPart (line 450) | @Test method testAddSpareAmmoStoragePart (line 496) | @Test method testAddSparePartWontMixWithRefitPart (line 542) | @Test method testAddSparePartWontMixWithReplacementPart (line 589) | @Test method testAddSparePartWontMixWithPartUnderRepair (line 637) | @Test method testAddSpareArmorWontMixWithRefitArmor (line 684) | @Test method testAddSpareArmorWontMixWithReplacementArmor (line 729) | @Test method testAddSpareAmmoStorageWonMixWithRefitAmmoStorage (line 775) | @Test method testGetSpareParts (line 819) | @Test method testForEachSpareParts (line 887) | @Test method testFindSparePart (line 947) | @Test method createMockPart (line 1025) | private Part createMockPart(int id) { method createMockUnit (line 1037) | private Unit createMockUnit() { method createMockTech (line 1052) | private Person createMockTech() { method createMockArmor (line 1065) | private Armor createMockArmor(Campaign campaign, int armorType, int po... method createMockAmmoStorage (line 1076) | private AmmoStorage createMockAmmoStorage(Campaign campaign, AmmoType ... method getAmmoType (line 1087) | private synchronized static AmmoType getAmmoType(String name) { FILE: MekHQ/unittests/mekhq/campaign/autoResolve/ResolverTest.java class ResolverTest (line 106) | @DisabledIfEnvironmentVariable(named = "CI", matches = "true") method testAutoResolveMultipleTimes (line 114) | @EnabledIfEnvironmentVariable(named = "mm.test_auto_resolve_multiple_t... method testAutoResolveOnce (line 120) | @Test type TeamArrangement (line 132) | public enum TeamArrangement { method lowerBoundTeam1 (line 139) | static double lowerBoundTeam1() { method upperBoundTeam1 (line 143) | static double upperBoundTeam1() { method lowerBoundTeam2 (line 147) | static double lowerBoundTeam2() { method upperBoundTeam2 (line 151) | static double upperBoundTeam2() { method lowerBoundDraw (line 155) | static double lowerBoundDraw() { method upperBoundDraw (line 159) | static double upperBoundDraw() { method getTeamArrangement (line 163) | static TeamArrangement getTeamArrangement() { method setupClass (line 167) | @BeforeAll method setup (line 178) | @BeforeEach method resetTrackers (line 183) | static void resetTrackers() { method createScenario (line 190) | AtBScenario createScenario(Campaign campaign) { method createCampaign (line 232) | Campaign createCampaign() { method randomPerson (line 247) | Person randomPerson(Crew crew, Campaign campaign) { method randomPersonForPlayer (line 255) | private Person randomPersonForPlayer(Crew crew, Campaign campaign) { method createCrew (line 301) | private static Crew createCrew(int gunnery, int piloting) { method getEntities (line 321) | List getEntities(TeamArrangement teamArrangement) { method getUnits (line 346) | List getUnits(Campaign campaign, TeamArrangement teamArrangement) { method autoResolve (line 380) | void autoResolve(Consumer autoResolveConclu... method assertGameFinishedWithAWinner (line 400) | private void assertGameFinishedWithAWinner(AutoResolveConcludedEvent e... method postAutoResolveAccumulator (line 405) | private void postAutoResolveAccumulator(AutoResolveConcludedEvent even... method afterAllTests (line 418) | @AfterAll FILE: MekHQ/unittests/mekhq/campaign/autoResolve/ScenarioSetupForcesTest.java class ScenarioSetupForcesTest (line 87) | class ScenarioSetupForcesTest { method setupClass (line 94) | @BeforeAll method setup (line 102) | @BeforeEach method testEntitiesWithEmptyRootForceNameProduceFormations (line 113) | @Test method testEntitiesWithBlankForceStringProduceFormations (line 123) | @Test method testEntitiesWithValidForceStringProduceFormations (line 132) | @Test method assertPlayerFormationsExist (line 138) | private void assertPlayerFormationsExist(SimulationContext context) { method runSimulation (line 153) | private SimulationContext runSimulation(String playerForceString) { method createCampaign (line 169) | private Campaign createCampaign() { method createScenario (line 179) | private AtBDynamicScenario createScenario(Campaign campaign) { method createUnits (line 202) | private List createUnits(Campaign campaign, String forceString) { method createBotEntities (line 233) | private List createBotEntities() { FILE: MekHQ/unittests/mekhq/campaign/camOpsReputation/AverageExperienceRatingTest.java class AverageExperienceRatingTest (line 61) | class AverageExperienceRatingTest { method returnsNoCampaignExperience_whenNoCombatTeams (line 63) | @Test method returnsNoCampaignExperience_whenAllCombatTeamsReturnNullForce (line 73) | @Test method returnsNoCampaignExperience_whenAllForcesAreTraining (line 88) | @Test method returnsNoCampaignExperience_whenUnitsAreUncrewed (line 105) | @Test method ignoresJumpships_entirely (line 128) | @Test method computesAverage_forNonSmallCraftCommander_andRoundsHalfDown (line 150) | @Test method computesAverage_forMultipleNonSmallCraftUnits_andRoundsUpWhenFractionGreaterThanHalf (line 193) | @Test method missingSkills_fallBackToBaseTargetPlusOne (line 253) | @Test method smallCraft_averagesDriversAndGunners_andRoundsEachRoleAverage (line 297) | @Test method smallCraft_withSingleDriverAndSingleGunner_isTreatedAsNoCrew_andReturnsNoCampaignExperience (line 358) | @Test method logFlag_doesNotChangeComputedResult (line 405) | @Test method invokeCalculateAverageExperienceRating (line 446) | private static int invokeCalculateAverageExperienceRating(Campaign cam... FILE: MekHQ/unittests/mekhq/campaign/camOpsReputation/CommandRatingTest.java class CommandRatingTest (line 65) | class CommandRatingTest { method setupClass (line 75) | @BeforeAll method setUp (line 80) | @BeforeEach method assertRating (line 86) | private void assertRating(Person commander, Map overr... method commanderWithLeadership (line 94) | private Person commanderWithLeadership(int leadership) { method testNullCommander (line 100) | @Test method testZeroCommander (line 105) | @Test method testLeadership (line 111) | @ParameterizedTest method testTactics (line 118) | @ParameterizedTest method testNegotiation (line 126) | @ParameterizedTest method testStrategy (line 134) | @ParameterizedTest method testSkillBonuses (line 142) | @Test method testPersonality (line 152) | @Test method testConnections (line 168) | @ParameterizedTest method testWealth (line 176) | @ParameterizedTest method testReputation (line 185) | @ParameterizedTest method testCharisma (line 194) | @ParameterizedTest method testUnlucky (line 208) | @ParameterizedTest method testSPA (line 216) | @Test FILE: MekHQ/unittests/mekhq/campaign/camOpsReputation/ReputationControllerTest.java class ReputationControllerTest (line 53) | class ReputationControllerTest { method setUp (line 65) | @BeforeEach method tearDown (line 82) | @AfterEach method testGetReputationModifierShouldBeFour (line 94) | @Test method testGetReputationModifierShouldBeZero (line 146) | @Test FILE: MekHQ/unittests/mekhq/campaign/events/DayEndingEventTest.java class DayEndingEventTest (line 44) | class DayEndingEventTest { method checkDayEndingEventCancellable (line 48) | @Test FILE: MekHQ/unittests/mekhq/campaign/finances/AccountantTest.java class AccountantTest (line 62) | public class AccountantTest { method testGetMonthlyFoodAndHousingExpenses_WhenFoodAndHousingDisabled (line 64) | @Test method testGetMonthlyFoodAndHousingExpenses_WhenNoPersonnel (line 87) | @Test method testGetMonthlyFoodAndHousingExpenses_WhenOnlyPrisoners (line 112) | @Test method testGetMonthlyHousingExpenses_WhenOnlyPrisoners (line 146) | @Test method testGetMonthlyFoodExpenses_WhenOnlyPrisoners (line 179) | @Test method testGetMonthlyFoodAndHousingExpenses_WhenOnlyDependents (line 212) | @Test method testGetMonthlyHousingExpenses_WhenOnlyDependents (line 246) | @Test method testGetMonthlyFoodExpenses_WhenOnlyDependents (line 279) | @Test method testGetMonthlyFoodAndHousingExpenses_WhenOnlyEnlisted (line 312) | @Test method testGetMonthlyHousingExpenses_WhenOnlyEnlisted (line 347) | @Test method testGetMonthlyFoodExpenses_WhenOnlyEnlisted (line 381) | @Test method testGetMonthlyFoodAndHousingExpenses_WhenOnlyOfficers (line 415) | @Test method testGetMonthlyHousingExpenses_WhenOnlyOfficers (line 450) | @Test method testGetMonthlyFoodExpenses_WhenOnlyOfficers (line 484) | @Test method testGetMonthlyFoodAndHousingExpenses_Mixed (line 518) | @Test method testGetMonthlyHousingExpenses_Mixed (line 578) | @Test method testGetMonthlyFoodExpenses_Mixed (line 634) | @Test method testGetMonthlyFoodAndHousingExpenses_Mixed_InTransit (line 690) | @Test method testGetMonthlyFoodAndHousingExpenses_Mixed_ExcludingWarShipCrew (line 749) | @Test FILE: MekHQ/unittests/mekhq/campaign/finances/enums/FinancialTermTest.java class FinancialTermTest (line 45) | class FinancialTermTest { method testGetToolTipText (line 54) | @Test method testIsBiweekly (line 64) | @Test method testIsMonthly (line 75) | @Test method testIsQuarterly (line 86) | @Test method testIsSemiannually (line 97) | @Test method testIsAnnually (line 108) | @Test method testNextValidDate (line 120) | @Test method testEndsToday (line 168) | @Test method testDetermineYearlyDenominator (line 208) | @Test method testParseFromString (line 218) | @Test method testToStringOverride (line 232) | @Test FILE: MekHQ/unittests/mekhq/campaign/finances/enums/FinancialYearDurationTest.java class FinancialYearDurationTest (line 45) | class FinancialYearDurationTest { method testGetToolTipText (line 54) | @Test method testIsSemiannual (line 64) | @Test method testIsAnnual (line 75) | @Test method testIsBiennial (line 86) | @Test method testIsQuinquennial (line 97) | @Test method testIsDecennial (line 108) | @Test method testIsForever (line 119) | @Test method testIsEndOfFinancialYear (line 131) | @Test method testGetExportFilenameDateString (line 160) | @Test method testToStringOverride (line 189) | @Test FILE: MekHQ/unittests/mekhq/campaign/finances/enums/TransactionTypeTest.java class TransactionTypeTest (line 44) | class TransactionTypeTest { method testGetToolTipText (line 53) | @Test method testIsBattleLossCompensation (line 63) | @Test method testIsConstruction (line 74) | @Test method testIsContractPayment (line 85) | @Test method testIsEducation (line 96) | @Test method testIsEquipmentPurchase (line 107) | @Test method testIsEquipmentSale (line 118) | @Test method testIsFinancialTermEndCarryover (line 129) | @Test method testIsFine (line 140) | @Test method testIsLoanPayment (line 151) | @Test method testIsLoanPrincipal (line 162) | @Test method testIsMaintenance (line 173) | @Test method testIsMedicalExpenses (line 184) | @Test method testIsMiscellaneous (line 195) | @Test method testIsOverhead (line 206) | @Test method testIsRansom (line 217) | @Test method testIsRecruitment (line 228) | @Test method testIsRent (line 239) | @Test method testIsRepairs (line 250) | @Test method testIsPayout (line 261) | @Test method testIsSalaries (line 272) | @Test method testIsSalvage (line 283) | @Test method testIsSalvageExchange (line 294) | @Test method testIsStartingCapital (line 305) | @Test method testIsTaxes (line 316) | @Test method testIsTransportation (line 327) | @Test method testIsUnitPurchase (line 338) | @Test method testIsUnitSale (line 349) | @Test method testIsTheft (line 360) | @Test method testIsBonusPartExchange (line 371) | @Test method testParseFromString (line 384) | @Test method testToStringOverride (line 400) | @Test FILE: MekHQ/unittests/mekhq/campaign/finances/financialInstitutions/FinancialInstitutionTest.java class FinancialInstitutionTest (line 52) | public class FinancialInstitutionTest { method testWriteToXML (line 55) | @Test method testGenerateInstanceFromXML (line 72) | @Test method testToStringOverride (line 93) | @Test FILE: MekHQ/unittests/mekhq/campaign/finances/financialInstitutions/FinancialInstitutionsTest.java class FinancialInstitutionsTest (line 56) | public class FinancialInstitutionsTest { method beforeEach (line 58) | @BeforeEach method testRandomFinancialInstitution (line 63) | @Test method testInitializeFinancialInstitutions (line 103) | @Test method testLoadFinancialInstitutionsFromFile (line 134) | @Test method testLoadFinancialInstitutionsFromFileErrorCases (line 152) | @Test FILE: MekHQ/unittests/mekhq/campaign/force/CombatTeamTest.java class CombatTeamTest (line 44) | public class CombatTeamTest { method setup (line 47) | @BeforeAll method getFaction (line 53) | @SuppressWarnings("all") // get() without test; if it fails, test data... method testGetStandardFormationSize_InnerSphere_LanceDepth (line 60) | @Test method testGetStandardFormationSize_InnerSphere_CompanyDepth (line 72) | @Test method testGetStandardFormationSize_InnerSphere_BattalionDepth (line 84) | @Test method testGetStandardFormationSize_InnerSphere_RegimentDepth (line 96) | @Test method testGetStandardFormationSize_InnerSphere_BrigadeDepth (line 108) | @Test method testGetStandardFormationSize_InnerSphere_DivisionDepth (line 120) | @Test method testGetStandardFormationSize_InnerSphere_CorpsDepth (line 132) | @Test method testGetStandardFormationSize_InnerSphere_ArmyDepth (line 144) | @Test method testGetStandardFormationSize_InnerSphere_ArmyGroupDepth (line 156) | @Test method testGetStandardFormationSize_ClanFaction_LanceDepth (line 170) | @Test method testGetStandardFormationSize_ClanFaction_CompanyDepth (line 182) | @Test method testGetStandardFormationSize_ClanFaction_BattalionDepth (line 194) | @Test method testGetStandardFormationSize_ClanFaction_RegimentDepth (line 206) | @Test method testGetStandardFormationSize_ClanFaction_BrigadeDepth (line 218) | @Test method testGetStandardFormationSize_MarianHegemonyFaction_LanceDepth (line 232) | @Test method testGetStandardFormationSize_MarianHegemonyFaction_CompanyDepth (line 244) | @Test method testGetStandardFormationSize_MarianHegemonyFaction_BattalionDepth (line 256) | @Test method testGetStandardFormationSize_MarianHegemonyFaction_RegimentDepth (line 268) | @Test method testGetStandardFormationSize_MarianHegemonyFaction_BrigadeDepth (line 280) | @Test method testGetStandardFormationSize_MarianHegemonyFaction_DivisionDepth (line 292) | @Test method testGetStandardFormationSize_MarianHegemonyFaction_CorpsDepth (line 304) | @Test method testGetStandardFormationSize_MarianHegemonyFaction_ArmyDepth (line 316) | @Test method testGetStandardFormationSize_MarianHegemonyFaction_ArmyGroupDepth (line 328) | @Test method testGetStandardFormationSize_ComStarFaction_LanceDepth (line 342) | @Test method testGetStandardFormationSize_ComStarFaction_CompanyDepth (line 354) | @Test method testGetStandardFormationSize_ComStarFaction_BattalionDepth (line 366) | @Test method testGetStandardFormationSize_ComStarFaction_RegimentDepth (line 378) | @Test method testGetStandardFormationSize_ComStarFaction_BrigadeDepth (line 390) | @Test method testGetStandardFormationSize_FallbackInnerSphere_LanceDepth (line 404) | @Test method testGetStandardFormationSize_FallbackInnerSphere_CompanyDepth (line 416) | @Test method testGetStandardFormationSize_FallbackInnerSphere_BattalionDepth (line 428) | @Test method testGetStandardFormationSize_FallbackInnerSphere_RegimentDepth (line 440) | @Test method testGetStandardFormationSize_FallbackInnerSphere_BrigadeDepth (line 452) | @Test method testGetStandardFormationSize_FallbackInnerSphere_DivisionDepth (line 464) | @Test method testGetStandardFormationSize_FallbackInnerSphere_CorpsDepth (line 476) | @Test method testGetStandardFormationSize_FallbackInnerSphere_ArmyDepth (line 488) | @Test method testGetStandardFormationSize_FallbackInnerSphere_ArmyGroupDepth (line 500) | @Test method testGetStandardFormationSize_FallbackClanFaction_LanceDepth (line 514) | @Test method testGetStandardFormationSize_FallbackClanFaction_CompanyDepth (line 526) | @Test method testGetStandardFormationSize_FallbackClanFaction_BattalionDepth (line 538) | @Test method testGetStandardFormationSize_FallbackClanFaction_RegimentDepth (line 550) | @Test method testGetStandardFormationSize_FallbackClanFaction_BrigadeDepth (line 562) | @Test FILE: MekHQ/unittests/mekhq/campaign/force/FormationTest.java class FormationTest (line 54) | class FormationTest { method testGetAllUnits_ParentForceStandard_NoChildForces (line 55) | @Test method testGetAllUnits_ParentForceStandard_ChildForcesAlsoStandard (line 71) | @Test method testGetAllUnits_ParentForceStandard_ChildForcesNotStandard (line 96) | @Test method testGetAllUnits_AllForcesNotStandard (line 123) | @Test method testGetAllUnits_AllForcesNotStandard_NoStandardFilter (line 149) | @Test method testGetAllUnits_AllForcesStandard_SecondLayerEmpty (line 175) | @Test class TestFormationLevels (line 203) | @Nested method beforeAll (line 212) | @BeforeAll method beforeEach (line 236) | @BeforeEach method factions (line 241) | private static Stream factions() { method testGetDefaultFormationDepth0 (line 249) | @ParameterizedTest method testGetDefaultFormationDepth1 (line 263) | @ParameterizedTest method testGetDefaultFormationDepth2 (line 277) | @ParameterizedTest method testGetDefaultFormationDepth3 (line 292) | @ParameterizedTest method testGetDefaultFormationDepth4 (line 306) | @ParameterizedTest method testGetDefaultFormationDepth5 (line 320) | @ParameterizedTest method testGetDefaultFormationDepth6 (line 334) | @ParameterizedTest method testGetDefaultFormationSupportCompanyAttachedToRegiment (line 348) | @ParameterizedTest method testGetDefaultFormationBaseCompanies (line 367) | @ParameterizedTest method testGetDefaultFormationTeamAttachedToLance (line 388) | @ParameterizedTest method setFaction (line 406) | private void setFaction(Faction faction) { method newTeam (line 411) | private Formation newTeam() { method newLance (line 420) | private Formation newLance() { method newCompany (line 429) | private Formation newCompany() { method newBattalion (line 439) | private Formation newBattalion() { method newRegiment (line 449) | private Formation newRegiment() { method newBrigade (line 459) | private Formation newBrigade() { method newDivision (line 469) | private Formation newDivision() { FILE: MekHQ/unittests/mekhq/campaign/market/ContractMarketAtBGenerationTests.java class ContractMarketAtBGenerationTests (line 79) | @Disabled // broken method generateData (line 82) | public static List generateData() { method addMercWithoutRetainerAtBContractSucceeds (line 95) | @ParameterizedTest method addMercWithoutRetainerMinorPowerAtBContractSucceeds (line 200) | @ParameterizedTest method addMercWithoutRetainerEmployerNeutralAtBContractSucceeds (line 308) | @ParameterizedTest method addMercWithoutRetainerEmployerNeutralAtWarAtBContractSucceeds (line 416) | @ParameterizedTest method mercEmployerRetries (line 533) | @Disabled("XXX SME: Needs deprecated methods replaced.") method mercEmployerRetriesFail (line 647) | @ParameterizedTest method mercMissingTargetRetries (line 686) | @ParameterizedTest method mercMissionTargetRetriesFail (line 794) | @ParameterizedTest method mercJumpPathRetries (line 894) | @ParameterizedTest method mercJumpPathFails (line 1002) | @ParameterizedTest method addMercWithRetainerAtBContractSucceeds (line 1104) | @ParameterizedTest method addMercWithRetainerMinorPowerAtBContractSucceeds (line 1212) | @ParameterizedTest method addMercWithRetainerEmployerNeutralAtBContractSucceeds (line 1320) | @ParameterizedTest method addMercWithRetainerEmployerNeutralAtWarAtBContractSucceeds (line 1428) | @ParameterizedTest method nonMercAtBContractSucceeds (line 1535) | @ParameterizedTest method nonMercMinorPowerAtBContractSucceeds (line 1643) | @ParameterizedTest method nonMercNeutralAtBContractSucceeds (line 1752) | @ParameterizedTest method nonMercNeutralAtWarAtBContractSucceeds (line 1860) | @ParameterizedTest method cleanupAfterTests (line 1968) | @AfterAll FILE: MekHQ/unittests/mekhq/campaign/market/PartsInUseManagerTest.java class PartsInUseManagerTest (line 80) | class PartsInUseManagerTest { class TestAutoLogistics (line 81) | @Nested method beforeAll (line 85) | @BeforeAll class TestAutoLogisticsCampaignOptions (line 90) | @Nested method beforeEach (line 95) | @BeforeEach method testGetSetStockPercentHeatSink (line 101) | @Test method testGetSetStockPercentMekHead (line 116) | @Test method testGetSetStockPercentNonRepairable (line 131) | @Test method testGetSetStockPercentMekLocation (line 146) | @Test method testGetSetStockPercentAmmunition (line 161) | @Test method testGetSetStockPercentArmor (line 176) | @Test method testGetSetStockPercentActuators (line 191) | @Test method testGetSetStockPercentJumpJet (line 206) | @Test method testGetSetStockPercentEngines (line 221) | @Test method testGetSetStockPercentWeapons (line 236) | @Test method testGetSetStockPercentOther (line 251) | @Test class TestAutoLogisticsDefaultStockPercent (line 271) | @Nested method beforeAll (line 287) | @BeforeAll method otherUnhandledDefaultStockPercentParts (line 308) | public static Stream otherUnhandledDefaultStockPercentParts() { method beforeEach (line 312) | @BeforeEach method testGetDefaultStockPercentHeatSink (line 327) | @Test method testGetDefaultStockPercentHead (line 357) | @Test method testGetDefaultStockPercentCT (line 387) | @Test method testGetDefaultStockPercentOtherLocation (line 417) | @ParameterizedTest method testGetDefaultStockPercentTankLocation (line 448) | @Test method testGetDefaultStockPercentAmmoBin (line 478) | @Test method testGetDefaultStockPercentAmmoStorage (line 508) | @Test method testGetDefaultStockPercentArmor (line 538) | @Test method testGetDefaultStockPercentActuator (line 568) | @Test method testGetDefaultStockPercentJumpJets (line 598) | @Test method testGetDefaultStockPercentEngines (line 628) | @Test method testGetDefaultStockPercentWeapons (line 658) | @Test method testGetDefaultStockPercentOtherUnhandled (line 689) | @ParameterizedTest method getAllDefaultStockPercents (line 720) | private List getAllDefaultStockPercents() { class TestUpdatePartInUseData (line 738) | @Nested method beforeAll (line 744) | @BeforeAll method testSparePartCountedAsStored (line 758) | @Test method testRefitReservedPartCountedAsInUse (line 788) | @Test method testMixOfSpareAndRefitReservedParts (line 818) | @Test method testRefitReservedInTransitPartCountedAsTransfer (line 869) | @Test FILE: MekHQ/unittests/mekhq/campaign/market/TestPartsStore.java class TestPartsStore (line 41) | public class TestPartsStore extends PartsStore { method TestPartsStore (line 42) | public TestPartsStore() { method stock (line 46) | @Override method reallyStock (line 51) | public void reallyStock(Campaign campaign) { FILE: MekHQ/unittests/mekhq/campaign/market/contractMarket/AlternatePaymentModelValuesTest.java class AlternatePaymentModelValuesTest (line 74) | class AlternatePaymentModelValuesTest { method getValue_returnsTheConfiguredMoneyValue (line 75) | @Test method getForceValue_skipsNonStandardForces (line 82) | @Test method getForceValue_skipsNonCombatRoleForces (line 96) | @Test method getForceValue_skipsNullUnitsAndNullEntities (line 110) | @Test method getForceValue_doesNotUseDiminishingReturnsWhenDisabled_evenIfUnitCountExceedsStart (line 133) | @Test method getForceValue_usesDiminishingReturnsOnlyWhenEnabled_andUnitCountExceedsStart (line 164) | @Test method getForceValue_appliesPercentMultipliersByDividingBy100_usingProtoMekBranch (line 204) | @Test class GetUnitContractValueTests (line 225) | @Nested method largeCraft_dropShip_usesDropShipMultiplier (line 228) | @Test method largeCraft_jumpShip_usesJumpShipMultiplier (line 238) | @Test method largeCraft_warShipElseBranch_usesWarShipMultiplier (line 249) | @Test method smallCraft_usesSmallCraftValue_notCombatMultiplierScaled (line 260) | @Test method conventionalFighter_usesConventionalFighterValue (line 270) | @Test method lam_landAirMek_returnsLamValue_evenWhenCombatMultiplierWouldApply (line 280) | @Test method protoMek_usesCombatMultiplier (line 289) | @Test method supportVehicle_weightBands_areCorrect (line 298) | @Test method aerospaceFighter_weightClasses_mapCorrectly (line 328) | @Test method battleMek_weightClasses_mapCorrectly (line 346) | @Test method combatVehicle_weightClasses_mapCorrectly (line 376) | @Test method infantry_footModes_mapToFootValue_scaledByCombatMultiplier (line 407) | @Test method infantry_motorized_mapsToMotorizedValue_scaledByCombatMultiplier (line 420) | @Test method infantry_jumpMapsToJumpValue_scaledByCombatMultiplier (line 431) | @Test method infantry_mechanizedModes_mapToMechanizedValue_scaledByCombatMultiplier (line 441) | @ParameterizedTest method infantry_isZeroWhenExcluded (line 453) | @Test method unknownEntityType_returnsZero (line 463) | @Test method mockForce (line 471) | private static Formation mockForce(boolean isStandard, boolean isComba... method mockUnitWithEntity (line 482) | private static Unit mockUnitWithEntity(Entity entity) { method mockProtoMekEntity (line 488) | private static Entity mockProtoMekEntity() { method invokeGetUnitContractValue (line 494) | private static Money invokeGetUnitContractValue(Entity entity, boolean... method returnsZeroForEmptyList (line 512) | @Test method sortsListDescendingInPlace (line 527) | @Test method appliesNoDiscountBeforeCutoff (line 550) | @Test method discountsUnitsAfterCutoff_usingFormula (line 573) | @Test method hitsFloorAtExpectedDistance_whenCutoffIsSmallEnough (line 619) | @Test method discountsLeastValuableUnitsFirst_dueToDescendingSort (line 662) | @Test method invokeAdjustValuesForDiminishingReturns (line 704) | private static Money invokeAdjustValuesForDiminishingReturns(Faction c... method dummyFaction (line 715) | private static Faction dummyFaction() { FILE: MekHQ/unittests/mekhq/campaign/market/contractMarket/AtbMonthlyContractMarketTest.java class AtbMonthlyContractMarketTest (line 77) | class AtbMonthlyContractMarketTest { method tearDown (line 81) | @AfterEach method addAtBContractRetriesWhenJumpPathDoesNotReachContractSystem (line 88) | @Test class TestContext (line 118) | private static class TestContext { method TestContext (line 136) | private TestContext() { method setupCampaign (line 145) | private void setupCampaign() { method setupFactions (line 173) | private void setupFactions() { method setupSystems (line 194) | private void setupSystems() { method setupRandomFactionGenerator (line 206) | private void setupRandomFactionGenerator() { method setupJumpPaths (line 219) | private void setupJumpPaths() { method mockFaction (line 226) | private static Faction mockFaction(String code, String fullName) { method mockSystem (line 235) | private static PlanetarySystem mockSystem(String id) { method mockJumpPath (line 242) | private static JumpPath mockJumpPath(PlanetarySystem firstSystem, Pl... FILE: MekHQ/unittests/mekhq/campaign/market/enums/ContractMarketMethodTest.java class ContractMarketMethodTest (line 66) | public class ContractMarketMethodTest { method testGetToolTipText (line 77) | @Test method testIsNone (line 87) | @Test method testIsAtBMonthly (line 98) | @Test method testToStringOverride (line 110) | @Test class AbstractContractMarketCalculateRequiredCombatElements (line 118) | @Nested method getContractTypesForTests (line 125) | public static Stream getContractTypesForTests() { method beforeEach (line 131) | @BeforeEach method initialTest (line 143) | @ParameterizedTest method testNineCombatTeamsBypassVariance (line 155) | @ParameterizedTest method testOneEmptyCombatTeam (line 177) | @ParameterizedTest method testOneCombatTeamWithOneUnit (line 186) | @ParameterizedTest method testOneCombatTeamWithTwoUnits (line 195) | @ParameterizedTest method testOneCombatTeam (line 204) | @ParameterizedTest method testThreeCombatTeams (line 213) | @ParameterizedTest method testNineCombatTeams (line 222) | @ParameterizedTest method testRequiredCombatElementsWithVariance (line 231) | private void testRequiredCombatElementsWithVariance(AbstractContract... method assertRequiredCombatElementsResults (line 271) | private void assertRequiredCombatElementsResults(int combatTeams, in... FILE: MekHQ/unittests/mekhq/campaign/market/enums/UnitMarketMethodTest.java class UnitMarketMethodTest (line 47) | public class UnitMarketMethodTest { method testGetToolTipText (line 56) | @Test method testIsNone (line 66) | @Test method testIsAtBMonthly (line 77) | @Test method testGetUnitMarket (line 89) | @Test method testToStringOverride (line 95) | @Test FILE: MekHQ/unittests/mekhq/campaign/market/enums/UnitMarketTypeTest.java class UnitMarketTypeTest (line 44) | class UnitMarketTypeTest { method testIsOpen (line 53) | @Test method testIsEmployer (line 64) | @Test method testIsMercenary (line 75) | @Test method testIsFactory (line 86) | @Test method testIsBlackMarket (line 97) | @Test method testParseFromString (line 110) | @Test method testToStringOverride (line 122) | @Test FILE: MekHQ/unittests/mekhq/campaign/market/personnelMarket/enums/PersonnelMarketStyleTest.java class PersonnelMarketStyleTest (line 46) | public class PersonnelMarketStyleTest { method testFromString_Parameterized (line 47) | @ParameterizedTest method testFromString_NullOrEmpty (line 56) | @ParameterizedTest method testToString_notInvalid (line 63) | @ParameterizedTest FILE: MekHQ/unittests/mekhq/campaign/market/personnelMarket/markets/NewPersonnelMarketTest.java class NewPersonnelMarketTest (line 73) | class NewPersonnelMarketTest { method entry (line 78) | private static PersonnelMarketEntry entry(PersonnelRole role, int weig... method testGetMarketEntriesAsList_EmptyCase (line 82) | @Test method testGetMarketEntriesAsList_SingleEntry (line 92) | @Test method testGetMarketEntriesAsList_NormalMixedCase (line 106) | @Test method testSanitizeMarketEntries_removesEntriesWithNonPositiveWeight (line 125) | @Test method testSanitizeMarketEntries_removesEntriesWithNonPositiveCount (line 144) | @Test method testSanitizeMarketEntries_removesEntryWithBothWeightAndCountZeroOrNegative (line 163) | @Test method testSanitizeMarketEntries_preservesAllValidEntries (line 182) | @Test method testSanitizeMarketEntries_removesOnlyInvalidEntriesMixed (line 199) | @Test method testSanitizeMarketEntries_handlesEmptyMap (line 226) | @Test method testPickEntry_selectsCorrectEntryBasedOnRandom (line 241) | @Test method testPickEntry_emptyListReturnsNull (line 257) | @Test method testPickEntry_allZeroOrNegativeWeightsReturnsNull (line 263) | @Test method testPickEntry_singlePositiveEntryAlwaysPicked (line 277) | @Test method testPickEntry_multiplePositiveEntriesEachPickable (line 293) | @ParameterizedTest method testPickEntry_zeroWeightAmongPositivesNeverPicked (line 313) | @ParameterizedTest method testPickEntry_zeroCountAmongPositivesNeverPicked (line 332) | @ParameterizedTest method testPickEntry_zeroCountAndZeroWeightAmongPositivesNeverPicked (line 353) | @ParameterizedTest method generateSingleApplicant_returnNullForNoPick (line 380) | @Test method vetEntryForIntroductionAndExtinctionYears_returnNullIfOutOfIterations (line 392) | @Test method vetEntryForIntroductionAndExtinctionYears_introductionYearMatchesCurrentYear (line 410) | @Test method vetEntryForIntroductionAndExtinctionYears_introductionYearBeforeCurrentYearExtinctionYearAfterCurrentYear (line 427) | @Test method vetEntryForIntroductionAndExtinctionYears_introductionYearAfterCurrentYear (line 444) | @Test method vetEntryForIntroductionAndExtinctionYears_currentYearEqualsExtinctionYear (line 461) | @Test method vetEntryForIntroductionAndExtinctionYears_currentYearAfterExtinctionYear (line 478) | @Test method generateSingleApplicant_returnNullIfApplicantIsNull (line 495) | @Test method generateSingleApplicant_returnApplicantIfApplicantIsNotNull (line 527) | @Test FILE: MekHQ/unittests/mekhq/campaign/mission/AtBContractTest.java class AtBContractTest (line 77) | public class AtBContractTest { method initSingletons (line 82) | @BeforeAll method setup (line 96) | @BeforeEach method atbContractRestoreDoesNothingWithoutParent (line 104) | @Test method atbContractRestoresRefs (line 122) | @Test method atbContractRestoreClearsParentIfMissing (line 149) | @Test method atbContractRestoreClearsParentIfWrongType (line 174) | @Test method atbContractSharesPercentMatchesPreviousSetting (line 201) | @Test method provideContractDifficultyParameters (line 208) | private static Stream provideContractDifficultyParameters() { method calculateContractDifficultySameSkillMatchesExpectedRating (line 223) | @ParameterizedTest method setContractTypeUpdatesParentMissionType (line 238) | @Test method provideEnemyFactionAndYear (line 245) | private static Stream provideEnemyFactionAndYear() { method getEnemyNameReturnsCorrectValueInYear (line 252) | @ParameterizedTest method getEnemyNameReturnsCorrectValueWhenMerc (line 259) | @Test method getEnemyNameReturnsNonNullWhenMercAndBotNameNotSet (line 267) | @Test method provideEmployerNamesAndMercStatus (line 273) | private static Stream provideEmployerNamesAndMercStatus() { method getEmployerNameReturnsCorrectName (line 282) | @ParameterizedTest class AtBContractCalculateRequiredLancesTests (line 291) | @Nested method getFormationSizesForTests (line 300) | public static Stream getFormationSizesForTests() { method beforeEach (line 309) | @BeforeEach method testNoForces (line 321) | @ParameterizedTest method testOneLance (line 337) | @ParameterizedTest method testThreeLances (line 354) | @ParameterizedTest method testNineLances (line 373) | @ParameterizedTest method testOneCompany (line 392) | @ParameterizedTest method testThreeCompanies (line 409) | @ParameterizedTest method testNineCompanies (line 428) | @ParameterizedTest method testOneLanceAndOneCompany (line 447) | @ParameterizedTest method testThreeLanceAndOneCompany (line 465) | @ParameterizedTest method testLancesWithTeams (line 485) | @ParameterizedTest method getMockLanceCombatTeam (line 571) | private CombatTeam getMockLanceCombatTeam(int formationSize) { method getMockLanceForce (line 591) | private Formation getMockLanceForce(int formationSize) { method getMockCompanyCombatTeam (line 611) | private CombatTeam getMockCompanyCombatTeam(int formationSize) { method getMockCompanyForce (line 624) | private Formation getMockCompanyForce(int formationSize) { method getMockUnit (line 650) | private Unit getMockUnit(int unitType) { method getMockEntity (line 664) | private Entity getMockEntity(int unitType) { method getNextForceId (line 671) | private int getNextForceId() { FILE: MekHQ/unittests/mekhq/campaign/mission/AtBDynamicScenarioFactoryTest.java class AtBDynamicScenarioFactoryTest (line 58) | @TestInstance(TestInstance.Lifecycle.PER_CLASS) method setUpBeforeClass (line 64) | @BeforeAll method setUp (line 69) | @BeforeEach method testCreateEntityWithCrewNoCallSigns (line 93) | @Test method getShadowHawk (line 105) | private static Entity getShadowHawk() { method testCreateEntityWithCrew_allPossible (line 112) | @Test method testCreateEntityWithCrew_RegularPlus (line 129) | @Test method testCreateEntityWithCrew_HeroicPlus (line 153) | @Test FILE: MekHQ/unittests/mekhq/campaign/mission/BotForceRandomizerTest.java class BotForceRandomizerTest (line 56) | public class BotForceRandomizerTest { method initializeTest (line 59) | private void initializeTest() { method testBotForceRandomizerAdjustedWeight (line 79) | @Test method testBotForceRandomizerBV (line 104) | @Test FILE: MekHQ/unittests/mekhq/campaign/mission/ContractTest.java class ContractTest (line 60) | public class ContractTest { method testGetBaseAmount (line 64) | @Test method testGetOverheadAmount (line 70) | @Test method testGetSupportAmount (line 76) | @Test method testGetTransportAmount (line 82) | @Test method testGetTransitAmount (line 89) | @Test method testSigningBonusAmount (line 95) | @Test method testGetFeeAmount (line 102) | @Test method testGetTotalAmount (line 109) | @Test method testGetTotalAmountPlusFees (line 116) | @Test method testGetAdvanceAmount (line 123) | @Test method testGetTotalAmountPlusFeesAndBonuses (line 130) | @Test method testGetMonthlyPayout (line 137) | @Test method testGetSharesPercentDefaultsTo30 (line 144) | @Test method testGetEmployerTransportReimbursement (line 150) | @Test method testGetPlayerTransportCost (line 157) | @Test method testBetterTransportTermsIncreaseReimbursement (line 164) | @Test method testZeroTransportCompMeansNoReimbursement (line 177) | @Test method testPartialTransportCompGivesPartialReimbursement (line 186) | @Test method testCalculateSalvagePercentageZeroTotal (line 195) | @Test method testCalculateSalvagePercentageAllPlayer (line 200) | @Test method testCalculateSalvagePercentageAllEmployer (line 205) | @Test method testCalculateSalvagePercentageExactWholePercent (line 210) | @Test method testCalculateSalvagePercentageRoundsAnyFractionUp (line 216) | @Test method testCalculateSalvagePercentageRoundsSmallFractionUp (line 222) | @Test method testCalculateSalvagePercentageDoesNotTruncateNearWholeNumber (line 229) | @Test method testCalculateSalvagePercentageBugReportScenario (line 235) | @Test method initializeTest (line 245) | private void initializeTest() { method initContract (line 257) | private void initContract() { method initCampaign (line 276) | private void initCampaign(final JumpPath mockJumpPath) { method initializeTestWithTransportComp (line 310) | private void initializeTestWithTransportComp(int transportComp) { method initContractWithTransportComp (line 322) | private void initContractWithTransportComp(int transportComp) { FILE: MekHQ/unittests/mekhq/campaign/mission/CrewSkillUpgraderTest.java class CrewSkillUpgraderTest (line 53) | class CrewSkillUpgraderTest { method setUpAll (line 55) | @BeforeAll method allSPAsFalse (line 61) | boolean allSPAsFalse(Crew crew) { method testUpgradeThousandCrew (line 78) | @Test method testUpgradeCrewConfirmSPAAdded (line 122) | @Test FILE: MekHQ/unittests/mekhq/campaign/mission/DynamicScenarioFactoryTest.java class DynamicScenarioFactoryTest (line 45) | public class DynamicScenarioFactoryTest { method testGetOppositeEdge (line 46) | @Test FILE: MekHQ/unittests/mekhq/campaign/mission/MHQMoraleTest.java class MHQMoraleTest (line 68) | class MHQMoraleTest { method testGetReliability_normal (line 75) | @ParameterizedTest method testGetReliability_clan (line 94) | @ParameterizedTest method testGetReliability_rebel (line 116) | @ParameterizedTest method testGetReliability_minor (line 137) | @ParameterizedTest method testGetReliability_mercenary (line 158) | @ParameterizedTest method testGetReliability_pirate (line 179) | @ParameterizedTest method adjustedSkillLevels (line 200) | private static Stream adjustedSkillLevels() { method testPerformanceModifier (line 213) | @ParameterizedTest method performanceModifierTestCases (line 230) | private static Stream performanceModifierTestCases() { method testPerformanceModifier_decisiveVictoryAllDefeatsExpired (line 244) | @Test method testPerformanceModifier_scenariosWithNullDateAreIgnored (line 260) | @Test method buildScenarioArray (line 290) | private static List buildScenarioArray(int daysToSubtract, i... method addScenarios (line 305) | private static void addScenarios(List scenarioList, int days... method testGetOutcome (line 318) | @ParameterizedTest method outcomeTestCases (line 334) | private static Stream outcomeTestCases() { method testGetMoraleOutcome_rallying (line 344) | @ParameterizedTest method moraleRallyingCases (line 361) | private static Stream moraleRallyingCases() { method testGetMoraleOutcome_wavering (line 373) | @ParameterizedTest method moraleWaveringCases (line 390) | private static Stream moraleWaveringCases() { method testGetMoraleOutcome_noChange (line 402) | @ParameterizedTest method moraleNoChangeCases (line 419) | private static Stream moraleNoChangeCases() { FILE: MekHQ/unittests/mekhq/campaign/mission/TransportCostCalculationsTest.java class TransportCostCalculationsTest (line 81) | public class TransportCostCalculationsTest { method setup (line 91) | @BeforeEach method setHangarUnits (line 109) | private void setHangarUnits(List units) { method unitWithEntity (line 114) | private Unit unitWithEntity(Entity entity) { method unitWithEntityAndDocks (line 120) | private Unit unitWithEntityAndDocks(Entity entity, int docks) { method unitWithSmallCraftCapacity (line 126) | private Unit unitWithSmallCraftCapacity(double capacity) { method unitWithASFCapacity (line 132) | private Unit unitWithASFCapacity(double capacity) { method unitWithMekCapacity (line 138) | private Unit unitWithMekCapacity(double capacity) { method unitWithSuperHeavyVehicleCapacity (line 144) | private Unit unitWithSuperHeavyVehicleCapacity(double capacity) { method unitWithHeavyVehicleCapacity (line 150) | private Unit unitWithHeavyVehicleCapacity(double capacity) { method unitWithLightVehicleCapacity (line 156) | private Unit unitWithLightVehicleCapacity(double capacity) { method unitWithProtoMekCapacity (line 162) | private Unit unitWithProtoMekCapacity(double capacity) { method unitWithBattleArmorCapacity (line 168) | private Unit unitWithBattleArmorCapacity(double capacity) { method unitWithInfantryCapacity (line 174) | private Unit unitWithInfantryCapacity(double capacity) { method unitThatIsSpaceStationAndWouldOtherwiseAddCapacity (line 180) | private Unit unitThatIsSpaceStationAndWouldOtherwiseAddCapacity() { method unitThatIsJumpShipWithDocks (line 198) | private Unit unitThatIsJumpShipWithDocks(int docks) { method getTotalASFBays_ignoresSpaceStations (line 205) | @Test method testCalculateAdditionalJumpCollarsRequirements_notEnoughCollars (line 216) | @ParameterizedTest method testCalculateAdditionalJumpCollarsRequirements_enoughCollars (line 237) | @ParameterizedTest method testCalculateCargoRequirements_mothballedCargo_insufficientCapacity (line 260) | @ParameterizedTest method testCalculateCargoRequirements_mothballedCargo_sufficientCapacity (line 284) | @ParameterizedTest method testCalculateCargoRequirements_noMothballedCargo_insufficientCapacity (line 307) | @ParameterizedTest method testCalculateCargoRequirements_noMothballedCargo_sufficientCapacity (line 330) | @ParameterizedTest method testCalculateCargoRequirements_onlyMothballedCargo_insufficientCapacity (line 353) | @ParameterizedTest method testCalculateCargoRequirements_onlyMothballedCargo_sufficientCapacity (line 376) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_smallCraft_noSpareBays (line 399) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_smallCraft_tooFewExistingBays (line 418) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_smallCraft_tooManyExistingBays (line 438) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_aerospaceOrConventionalFighter_noSpareBays (line 458) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_aerospaceOrConventionalFighter_tooFewExistingBays (line 479) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_aerospaceOrConventionalFighter_tooManyExistingBays (line 501) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_aerospaceOrConventionalFighter_surplusCompatibleBays (line 523) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_mek_noSpareBays (line 545) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_mek_tooFewExistingBays (line 563) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_mek_tooManyExistingBays (line 582) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_superHeavyVehicle_noSpareBays (line 601) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_superHeavyVehicle_tooFewExistingBays (line 619) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_superHeavyVehicle_tooManyExistingBays (line 639) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_heavyVehicle_noSpareBays (line 659) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_heavyVehicle_tooFewExistingBays (line 679) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_heavyVehicle_tooManyExistingBays (line 699) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_heavyVehicle_surplusCompatibleBays (line 719) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_lightVehicle_noSpareBays (line 741) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_lightVehicle_tooFewExistingBays (line 761) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_lightVehicle_tooManyExistingBays (line 782) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_lightVehicle_surplusCompatibleBays_superHeavy (line 803) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_lightVehicle_surplusCompatibleBays_heavy (line 825) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_lightVehicle_surplusCompatibleBays_superHeavyAndHeavy (line 847) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_protoMek_noSpareBays (line 869) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_protoMek_tooFewSpareBays (line 891) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_protoMek_tooManySpareBays (line 919) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_battleArmor_noSpareBays (line 942) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_battleArmor_tooFewSpareBays (line 964) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_battleArmor_tooManySpareBays (line 991) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_infantry_noSpareBays (line 1009) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_infantry_tooFewSpareBays (line 1031) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_infantry_tooManySpareBays (line 1058) | @ParameterizedTest method calculateAdditionalBayRequirementsFromUnits_otherUnit_noSpareBays (line 1076) | @ParameterizedTest method testCountUnitsByType_dropShips (line 1093) | @ParameterizedTest method testCountUnitsByType_smallCraft (line 1115) | @ParameterizedTest method testCountUnitsByType_mek (line 1138) | @ParameterizedTest method testCountUnitsByType_aerospaceFighter (line 1162) | @ParameterizedTest method testCountUnitsByType_conventionalFighter (line 1187) | @ParameterizedTest method testCountUnitsByType_protoMek (line 1212) | @ParameterizedTest method testCountUnitsByType_battleArmor (line 1238) | @ParameterizedTest method testCountUnitsByType_infantry (line 1265) | @ParameterizedTest method testCountUnitsByType_otherUnit (line 1293) | @ParameterizedTest method testCountUnitsByType_superHeavyVehicles (line 1321) | @ParameterizedTest method testCountUnitsByType_heavyVehicles (line 1352) | @ParameterizedTest method testCountUnitsByType_lightVehicles (line 1383) | @ParameterizedTest method testCalculateAdditionalBayRequirementsFromPassengers (line 1414) | @ParameterizedTest method testPerformJumpTransaction_unableToAffordJourney (line 1448) | @Test method testPerformJumpTransaction_ableToAffordJourney (line 1470) | @Test method testGetTotalCost_whenTotalCostIsSet (line 1493) | @Test method testGetTotalCost_whenTotalCostIsNull (line 1509) | @Test method countsPersonAsPassenger_whenUnitIsNull (line 1523) | @Test method countsPersonAsPassenger_whenEntityIsNull (line 1533) | @Test method doesNotCountPersonAsPassenger_whenEntityIsSmallCraft (line 1546) | @Test method doesNotCountPersonAsPassenger_whenEntityIsWarShip (line 1565) | @Test method doesNotCountPersonAsPassenger_whenEntityIsJumpShip (line 1584) | @Test method doesNotCountPersonAsPassenger_whenEntityIsDropShip (line 1603) | @Test method countsPersonAsPassenger_whenEntityIsNoneOfExcludedTypes (line 1622) | @Test method countsMixedCasesCorrectly (line 1641) | @Test method countsDropShipCorrectly (line 1707) | @Test method countsJumpShipCorrectly (line 1742) | @Test method countsWarShipCorrectly (line 1777) | @Test method countsSmallCraftCorrectly (line 1812) | @Test method invokeGetPassengerCount (line 1847) | private int invokeGetPassengerCount() throws Exception { method setAllPersonnel (line 1853) | private void setAllPersonnel(List people) throws Exception { method returnsZero_whenDriveCoreIsNone (line 1859) | @Test method returnsZero_whenCannotJump (line 1869) | @Test method returnsCeilTonnageOverAdaptorDivider_whenHasKfAdapter (line 1879) | @Test method returnsCeilTonnageOverModularDivider_whenModularAndNoAdapter (line 1892) | @Test method returnsZero_whenNeitherAdapterNorModular (line 1905) | @Test method adaptorBranch_roundingUsesCeil (line 1917) | @Test method invokeGetAdditionalCollarNeeds (line 1934) | private static int invokeGetAdditionalCollarNeeds(SpaceStation station... method getAdaptorDivider (line 1941) | private static double getAdaptorDivider() throws Exception { method getModularDivider (line 1946) | private static double getModularDivider() throws Exception { FILE: MekHQ/unittests/mekhq/campaign/mission/atb/ScenarioModifierTest.java class ScenarioModifierTest (line 45) | public class ScenarioModifierTest { method setUpClass (line 46) | @BeforeAll method testLoadScenarioModifierManifest (line 54) | @Test method testLoadScenarioModifiersFromManifest (line 63) | @Test FILE: MekHQ/unittests/mekhq/campaign/mission/utilities/ContractUtilitiesTest.java class ContractUtilitiesTest (line 57) | public class ContractUtilitiesTest { method beforeAll (line 62) | @BeforeAll method beforeEach (line 67) | @BeforeEach class TestCalculateBaseNumberOfRequiredLances (line 74) | @Nested method getCombatRoles (line 77) | static List getCombatRoles() { method getNoncombatRoles (line 81) | static List getNoncombatRoles() { method calculateBaseNumberOfRequiredLancesTest1LanceBypassVariance (line 85) | @ParameterizedTest method calculateBaseNumberOfRequiredLancesTest3LancesBypassVariance (line 94) | @ParameterizedTest method calculateBaseNumberOfRequiredLancesTest9LanceBypassVariance (line 103) | @ParameterizedTest method calculateBaseNumberOfRequiredLancesTest1Lance (line 112) | @ParameterizedTest method calculateBaseNumberOfRequiredLancesTest3Lance (line 128) | @ParameterizedTest method calculateBaseNumberOfRequiredLancesTest9Lance (line 144) | @ParameterizedTest method calculateBaseNumberOfRequiredLancesTest9LanceBypassVarianceNonCombat (line 160) | @ParameterizedTest method calculateBaseNumberOfRequiredLancesTest9LanceNonCombat (line 169) | @ParameterizedTest method newMockCombatTeams (line 187) | void newMockCombatTeams(int numberOfCombatTeams, int size, CombatRole ... method newMockCombatTeam (line 193) | CombatTeam newMockCombatTeam(int size, CombatRole combatRole, Formatio... FILE: MekHQ/unittests/mekhq/campaign/parts/AmmoStorageTest.java class AmmoStorageTest (line 71) | public class AmmoStorageTest { method ammoStorageDeserializationCtorTest (line 72) | @Test method ammoStorageCtorTest (line 78) | @Test method getMissingPartTest (line 90) | @Test method cloneTest (line 101) | @Test method getNewPartTest (line 123) | @Test method getNewEquipmentTest (line 152) | @Test method getAcquisitionWorkTest (line 181) | @Test method ammoStorageShotsTest (line 231) | @Test method isSamePartTypeTest (line 263) | @Test method isSamePartTypeBombTest (line 301) | @Test method isSameAmmoTypeTest (line 337) | @Test method isSameAmmoTypeFullHalfTest (line 359) | @Test method getFullAndHalves (line 377) | private static Map getFullAndHalves() { method getTonnageTest (line 389) | @Test method getTonnageKgTest (line 408) | @Test method getActualValueTest (line 420) | @Test method ammoStorageWriteToXmlTest (line 450) | @Test method ammoStorageBombWriteToXmlTest (line 489) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/AmmoUtilities.java class AmmoUtilities (line 43) | public class AmmoUtilities { method getAmmoType (line 51) | public synchronized static AmmoType getAmmoType(String name) { method getBombType (line 65) | public synchronized static BombType getBombType(String name) { method getInfantryWeapon (line 79) | public synchronized static InfantryWeapon getInfantryWeapon(String nam... FILE: MekHQ/unittests/mekhq/campaign/parts/ArmorTest.java class ArmorTest (line 60) | public class ArmorTest { method beforeAll (line 71) | @BeforeAll method armorParameter (line 84) | public static Stream armorParameter() { method beforeEach (line 91) | @BeforeEach method getAmountAvailableDifferentQualities (line 97) | @ParameterizedTest method changeAmountAvailableDifferentQualitiesAdd (line 117) | @ParameterizedTest method changeAmountAvailableDifferentQualitiesRemovePartialPart (line 139) | @ParameterizedTest method changeAmountAvailableDifferentQualitiesRemoveFullPart (line 163) | @ParameterizedTest method changeAmountAvailableDifferentQualitiesRemoveMoreThanOnePart (line 187) | @ParameterizedTest method changeAmountAvailableDifferentQualitiesRemoveAll (line 211) | @ParameterizedTest method changeAmountAvailableDifferentQualitiesRemoveMoreThanAll (line 235) | @ParameterizedTest method getAmountAvailableDoesntConsiderDifferentType (line 259) | @ParameterizedTest method changeAmountAvailableDoesntConsiderDifferentTypeAdd (line 279) | @ParameterizedTest method changeAmountAvailableDoesntConsiderDifferentTypeRemove (line 300) | @ParameterizedTest method changeAmountAvailableDoesntConsiderDifferentTypeRemoveMore (line 321) | @ParameterizedTest method changeAmountAvailableDoesntConsiderDifferentTypeRemoveNoMatch (line 342) | @ParameterizedTest method changeTypeProducesConsistentName (line 360) | @ParameterizedTest method getDifferentArmorType (line 381) | private Armor getDifferentArmorType(Armor armor) { FILE: MekHQ/unittests/mekhq/campaign/parts/InfantryAmmoStorageTest.java class InfantryAmmoStorageTest (line 63) | public class InfantryAmmoStorageTest { method infantryAmmoStorageDeserializationCtorTest (line 64) | @Test method infantryAmmoStorageCtorTest (line 70) | @Test method cloneTest (line 83) | @Test method getNewPartTest (line 98) | @Test method getTechAdvancementTest (line 113) | @Test method infantryAmmoStorageWriteToXmlTest (line 124) | @Test method isSameAmmoTypeTest (line 167) | @Test method isCompatibleAmmoTypeTest (line 184) | @Test method isSamePartTypeTest (line 198) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/MekLocationTest.java class MekLocationTest (line 96) | class MekLocationTest { method deserializationCtorTest (line 97) | @Test method ctorTest (line 103) | @Test method cloneTest (line 129) | @Test method getMissingPartTest (line 160) | @Test method cannotScrapCT (line 186) | @Test method cannotSalvageCT (line 203) | @Test method onBadHipOrShoulderTest (line 232) | @Test method isSamePartTypeTest (line 257) | @Test method mekLocationWriteToXmlTest (line 389) | @Test method updateConditionFromEntityTest (line 434) | @Test method updateConditionFromPartUpdatesEntityArmorTest (line 549) | @Test method updateConditionFromPartRestoresNotHittableCriticalSlotsTest (line 586) | @Test method needsFixingTest (line 623) | @Test method checkFixableNoUnitTest (line 674) | @Test method checkFixableBlownOffTest (line 689) | @Test method checkFixableBustedHipOrShoulderTest (line 765) | @Test method checkSalvageableNotSalvagingTest (line 789) | @Test method checkSalvageableBadHipShoulderTest (line 812) | @Test method checkSalvageableTorsoWithArmsIntactTest (line 836) | @Test method checkSalvageableTorsoWithArmsIntactQuadTest (line 873) | @Test method checkSalvageableArmorStillPresentTest (line 911) | @Test method checkSalvageableOnlyIgnorableSystemsTest (line 949) | @Test method checkSalvageableRepairableSystemsTest (line 983) | @Test method checkSalvageableRepairableNamedSystemsTest (line 1019) | @Test method checkScrappableCannotScrapCenterTorsoTest (line 1067) | @Test method checkScrappableTorsoWithArmsIntactTest (line 1090) | @Test method checkScrappableTorsoWithArmsIntactQuadTest (line 1123) | @Test method checkScrappableArmorStillPresentTest (line 1157) | @Test method checkScrappableOnlyIgnorableSystemsTest (line 1191) | @Test method checkScrappableRepairableSystemsTest (line 1222) | @Test method lamTorsoRemovableOnlyWithMissingAvionicsAndLandingGear (line 1251) | @Test method lamHeadRemovableOnlyWithMissingAvionics (line 1333) | @Test method doMaintenanceDamageTest (line 1383) | @Test method removeRestoresBlownOffTest (line 1432) | @Test method removeRestoresBreachedTest (line 1450) | @Test method removeSimpleTest (line 1468) | @Test method removeHeadWithoutComponentsTest (line 1510) | @Test method removeHeadWithSensorComponentTest (line 1541) | @Test method removeHeadWithLifeSupportComponentTest (line 1578) | @Test method removeHeadWithComponentsTest (line 1615) | @Test method removeCenterTorsoDoesntAddMissingPartTest (line 1654) | @Test method updateConditionFromEntityNoInternalsRemovesLocationTest (line 1685) | @Test method salvageSimpleTest (line 1721) | @Test method salvageCenterTorsoDoesntAddMissingPartTest (line 1767) | @Test method fixSimpleTest (line 1804) | @Test method fixBlownOffTest (line 1840) | @Test method fixBreachedTest (line 1877) | @Test method getDifficultyTest (line 1914) | @Test method getBaseTimeTest (line 1975) | @Test method isRightTechTypeTest (line 2036) | @Test method getTechAdvancementTest (line 2054) | @Test method getMRMSOptionTypeTest (line 2082) | @Test method getRepairPartTypeTest (line 2098) | @Test method getDetailsSpareTest (line 2114) | @Test method getDetailsOnUnitTest (line 2166) | @Test method getAllModsBreachedTest (line 2218) | @Test method getAllModsBlownOffTest (line 2239) | @Test method getAllModsSimpleTest (line 2261) | @Test method getDescSimpleTest (line 2292) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/MissingAvionicsTest.java class MissingAvionicsTest (line 54) | public class MissingAvionicsTest { method missingLAMAvionicsRepairableOnlyWithBothTorsosAndHead (line 55) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/MissingLandingGearTest.java class MissingLandingGearTest (line 54) | public class MissingLandingGearTest { method missingLAMLandingGearRepairableOnlyWithBothTorsos (line 55) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/MissingMekLocationTest.java class MissingMekLocationTest (line 58) | public class MissingMekLocationTest { method missingLAMTorsoRepairableOnlyWithMissingAvionicsAndLandingGear (line 59) | @Test method missingLAMHeadRepairableOnlyWithMissingAvionics (line 134) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/MissingPartTest.java class MissingPartTest (line 58) | public class MissingPartTest { method reservePartDoesNothingWithoutTheRightPart (line 59) | @Test method reservePartDoesNothingWithoutATech (line 89) | @Test method reservePartFindsTheRightPart (line 113) | @Test method reservePartTakesJustOne (line 151) | @Test method cancelReservationReturnsThePart (line 198) | @Test method cancelReservationReturnsJustOnePart (line 240) | @Test method cancelReservationReturnsNothingIfReplacementUsed (line 292) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/PartTest.java class PartTest (line 59) | public class PartTest { method sparePart (line 60) | @Test method hasUnitIsNotSpare (line 71) | @Test method isReservedForRefitNotSpare (line 90) | @Test method isChildPartNotSpare (line 105) | @Test method isReservedForReplacementNotSpare (line 119) | @Test method incrementQuantity (line 134) | @Test method decrementQuantity (line 145) | @Test method decrementQuantityDoesNotGoNegative (line 172) | @Test method decrementQuantityZeroRemovesChildParts (line 193) | @Test method setQuantity (line 221) | @Test method setNegativeQuantity (line 243) | @Test method setQuantityZeroRemovesChildParts (line 265) | @Test method daysToArrival (line 291) | @Test method childParts (line 311) | @Test method testTransportBayPartNameNoEntity (line 373) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/RefitTest.java class RefitTest (line 92) | @ExtendWith(value = MockitoExtension.class) method before (line 115) | @BeforeAll method beforeEach (line 120) | @BeforeEach method deserializationCtor (line 143) | @Test method newRefitCtor (line 149) | @Test method locust1Vto1ETest (line 178) | @Test method testLocust1Vto1EWriteToXml (line 257) | @Test method javelinJVN10Nto10ATest (line 366) | @Test method testJavelinJVN10Nto10AWriteToXml (line 445) | @Test method fleaFLE4toFLE15Test (line 560) | @Test method testFleaFLE4toFLE15WriteToXml (line 663) | @Test method heavyTrackedApcMgToStandard (line 785) | @Test method testMasakariAtoMasakariB (line 844) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/TotalBuyCostTest.java class TotalBuyCostTest (line 59) | public class TotalBuyCostTest { method before (line 68) | @BeforeAll method beforeEach (line 73) | @BeforeEach method emptyShoppingList (line 86) | @Test method onePartInShoppingList (line 94) | @Test method incrementPartInShoppingList (line 106) | @Test method decrementPartInShoppingList (line 123) | @Test method addDifferentPartsInShoppingList (line 145) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/enums/PartRepairTypeTest.java class PartRepairTypeTest (line 45) | class PartRepairTypeTest { method testIsValidForMRMS (line 54) | @Test method testIsArmour (line 73) | @Test method testIsAmmunition (line 84) | @Test method testIsWeapon (line 95) | @Test method testIsGeneralLocation (line 106) | @Test method testIsEngine (line 117) | @Test method testIsGyro (line 128) | @Test method testIsActuator (line 139) | @Test method testIsElectronics (line 150) | @Test method testIsGeneral (line 161) | @Test method testIsHeatSink (line 172) | @Test method testIsMekLocation (line 183) | @Test method testIsPhysicalWeapon (line 194) | @Test method testIsPodSpace (line 205) | @Test method testIsUnknownLocation (line 216) | @Test method testGetMRMSValidTypes (line 228) | @Test method testParseFromString (line 247) | @Test method testToStringOverride (line 259) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/equipment/AmmoBinTest.java class AmmoBinTest (line 81) | public class AmmoBinTest { method deserializationCtorTest (line 82) | @Test method ammoBinCtorTest (line 88) | @Test method cloneTest (line 104) | @Test method needsMaintenanceTest (line 123) | @Test method isPriceAdjustedForAmountTest (line 133) | @Test method mrmsOptionTest (line 142) | @Test method isOmniPoddableTest (line 151) | @Test method getTechAdvancementTest (line 160) | @Test method getNewPartTest (line 169) | @Test method getNewEquipmentTest (line 183) | @Test method getAcquisitionWorkTest (line 197) | @Test method getMissingPartTest (line 227) | @Test method setShotsNeeded (line 258) | @Test method getFullShotsUsesAmmoTypeShotsIfNoEntityOrMounted (line 306) | @Test method getFullShotsOneShotAmmoReturnsOneShot (line 319) | @Test method getFullShotsUsesOriginalShotsFromMounted (line 333) | @Test method getFullShotsForProtoMeksReducedInHalfForNonStandardMunitions (line 359) | @Test method getBaseTimeSalvagingTest (line 385) | @Test method getBaseTimeRepairTest (line 418) | @Test method ammoBinWriteToXmlTest (line 449) | @Test method oneShotAmmoBinWriteToXmlTest (line 490) | @Test method fullAmmoBinWriteToXmlTest (line 531) | @Test method emptyAmmoBinWriteToXmlTest (line 571) | @Test method changeMunitionTest (line 617) | @Test method changeMunitionSerializationTest (line 659) | @Test method unloadEmptyBinTest (line 703) | @Test method unloadFullBinTest (line 724) | @Test method unloadPartialBinTest (line 754) | @Test method salvageEmptyBinTest (line 784) | @Test method salvageFullBinTest (line 808) | @Test method salvagePartialBinTest (line 841) | @Test method loadBinWithoutUnitDoesNothing (line 874) | @Test method loadBinWithoutSpareAmmo (line 895) | @Test method loadBinWithOnlySpareAmmoOfWrongType (line 930) | @Test method loadBinWithJustEnoughSpareAmmo (line 972) | @Test method loadBinWithMoreThanEnoughSpareAmmo (line 1013) | @Test method loadEmptyBinAfterChangingAmmoType (line 1055) | @Test method loadFullBinAfterChangingAmmoType (line 1118) | @Test method fixBinWithoutUnitDoesNothing (line 1180) | @Test method fixBinWithoutSpareAmmo (line 1201) | @Test method fixBinWithOnlySpareAmmoOfWrongType (line 1236) | @Test method fixBinWithJustEnoughSpareAmmo (line 1278) | @Test method fixBinWithMoreThanEnoughSpareAmmo (line 1319) | @Test method fixEmptyBinAfterChangingAmmoType (line 1361) | @Test method fixFullBinAfterChangingAmmoType (line 1424) | @Test class AmmoBinSamePartTypeTests (line 1486) | @Nested method beforeEach (line 1494) | @BeforeEach method matchingACAmmo (line 1505) | @Test method mismatchedACAmmo (line 1517) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/equipment/BattleArmorAmmoBinTest.java class BattleArmorAmmoBinTest (line 73) | public class BattleArmorAmmoBinTest { method deserializationCtorTest (line 74) | @Test method canNeverScrapTest (line 80) | @Test method needsMaintenanceTest (line 93) | @Test method battleArmorAmmoBinCtorTest (line 106) | @Test method cloneTest (line 123) | @Test method battleArmorAmmoBinWriteToXmlTest (line 143) | @Test method oneShotBattleArmorAmmoBinWriteToXmlTest (line 184) | @Test method fullBattleArmorAmmoBinWriteToXmlTest (line 226) | @Test method emptyBattleArmorAmmoBinWriteToXmlTest (line 266) | @Test class TestLoadedAmmo (line 307) | @Nested method beforeEach (line 321) | @BeforeEach method loadBinWithJustEnoughSpareAmmo (line 341) | @Test method loadBinWithJustInsufficientSpareAmmo (line 374) | @Test method loadBinWithPartialSpareAmmo (line 411) | @Test method loadBinWithBountifulSpareAmmo (line 444) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/equipment/EquipmentPartTest.java class EquipmentPartTest (line 84) | public class EquipmentPartTest { method deserializationCtorTest (line 85) | @Test method equipmentPartCtorTest (line 91) | @Test method cloneTest (line 125) | @Test method getMissingPartTest (line 163) | @Test method isPartForEquipmentTest (line 203) | @Test method isOmniPoddableTest (line 229) | @Test method setUnitUpdatesEquipmentTonnage (line 312) | @Test method getLocationTest (line 332) | @Test method getLocationNameTest (line 367) | @Test method isInLocationTest (line 408) | @Test method isRearFacingTest (line 457) | @Test method equipmentPartWriteToXmlTest (line 496) | @Test method removeTest (line 537) | @Test method salvageTest (line 602) | @Test method needsFixingTest (line 667) | @Test method isMountedOnDestroyedLocationTest (line 689) | @Test method onBadHipOrShoulderTest (line 740) | @Test method checkFixableTest (line 792) | @Test method fixTest (line 879) | @Test method updateConditionFromPartWorkingTest (line 915) | @Test method updateConditionFromPartHitTest (line 952) | @Test method updateConditionFromEntityNoUnitOrMountedTest (line 985) | @Test method updateConditionFromEntityResetsHitsTest (line 1026) | @Test method updateConditionFromEntityTakesHitsTest (line 1078) | @Test method updateConditionFromEntityTakesHitsChecksDestructionTest (line 1124) | @Test method updateConditionFromEntityMissingTest (line 1221) | @Test method getBaseTimeTest (line 1268) | @Test method getDifficultyTest (line 1322) | @Test method isSamePartTypeTest (line 1374) | @Test method checkWeaponBayOnlyWeaponRemovedTest (line 1449) | @Test method checkWeaponBayWeaponRemovedOthersOkayTest (line 1531) | @Test method checkWeaponBayWeaponRemovedOthersDestroyedTest (line 1619) | @Test method checkWeaponBayUpdateConditionFromPartGoodWeaponTest (line 1708) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/equipment/EquipmentUtilities.java class EquipmentUtilities (line 39) | public class EquipmentUtilities { method getEquipmentType (line 47) | public synchronized static EquipmentType getEquipmentType(String name) { FILE: MekHQ/unittests/mekhq/campaign/parts/equipment/InfantryAmmoBinTest.java class InfantryAmmoBinTest (line 82) | public class InfantryAmmoBinTest { method deserializationCtorTest (line 83) | @Test method ammoBinCtorTest (line 89) | @Test method cloneTest (line 115) | @Test method getMissingPartTest (line 143) | @Test method setShotsNeeded (line 171) | @Test method getFullShotsUsesWeaponTypeShots (line 227) | @Test method getBaseTimeSalvagingTest (line 242) | @Test method getBaseTimeRepairTest (line 284) | @Test method ammoBinWriteToXmlTest (line 324) | @Test method oneShotAmmoBinWriteToXmlTest (line 373) | @Test method fullAmmoBinWriteToXmlTest (line 423) | @Test method emptyAmmoBinWriteToXmlTest (line 472) | @Test method changeMunitionTest (line 521) | @Test method changeMunitionSerializationTest (line 539) | @Test method unloadEmptyBinTest (line 592) | @Test method unloadFullBinTest (line 623) | @Test method unloadPartialBinTest (line 663) | @Test method salvageEmptyBinTest (line 704) | @Test method salvageFullBinTest (line 736) | @Test method salvagePartialBinTest (line 777) | @Test method loadBinWithoutUnitDoesNothing (line 817) | @Test method loadBinWithoutSpareAmmo (line 847) | @Test method loadBinWithOnlySpareAmmoOfWrongType (line 891) | @Test method loadBinWithJustEnoughSpareAmmo (line 942) | @Test method loadBinWithMoreThanEnoughSpareAmmo (line 992) | @Test method loadEmptyBinAfterChangingAmmoType (line 1043) | @Test method loadFullBinAfterChangingAmmoType (line 1116) | @Test method fixBinWithoutUnitDoesNothing (line 1188) | @Test method fixBinWithoutSpareAmmo (line 1218) | @Test method fixBinWithOnlySpareAmmoOfWrongType (line 1262) | @Test method fixBinWithJustEnoughSpareAmmo (line 1313) | @Test method fixBinWithMoreThanEnoughSpareAmmo (line 1363) | @Test method fixEmptyBinAfterChangingAmmoType (line 1414) | @Test method fixFullBinAfterChangingAmmoType (line 1486) | @Test method isSamePartTypeTest (line 1558) | @Test method changeCapacityTest (line 1637) | @Test method findPartnerBinTest (line 1674) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/equipment/LargeCraftAmmoBinTest.java class LargeCraftAmmoBinTest (line 79) | public class LargeCraftAmmoBinTest { method deserializationCtorTest (line 80) | @Test method largeCraftAmmoBinCtorTest (line 86) | @Test method cloneTest (line 109) | @Test method getNewPartTest (line 138) | @Test method cannotDestroyLargeCraftAmmoBin (line 153) | @Test method largeCraftAmmoBinWriteToXmlTest (line 172) | @Test method getBayReturnsBayMatchingEqNum (line 236) | @Test method getBayFallsBackToMatchingWeaponBayIfMissingBayEquipment (line 266) | @Test method getBayFallsBackToMatchingWeaponBayIfNoBayEquipment (line 301) | @Test method getBayReturnsNullIfNoMatch (line 334) | @Test method getBayReturnsSetBayValue (line 364) | @Test method bayAvailableCapacityZeroWithoutUnit (line 390) | @Test method bayAvailableCapacityEmptyOnlyBayOnUnit (line 403) | @Test method bayAvailableCapacityFullOnlyBayOnUnit (line 438) | @Test method bayAvailableCapacityEmptyOnlyBayOfTypeOnUnit (line 473) | @Test method bayAvailableCapacityFullOnlyBayOfTypeOnUnit (line 513) | @Test method unloadEmptyBinTest (line 553) | @Test method unloadFullBinTest (line 574) | @Test method unloadPartialBinTest (line 608) | @Test method salvageEmptyBinTest (line 638) | @Test method salvageFullBinTest (line 662) | @Test method salvagePartialBinTest (line 696) | @Test method unloadSingleTonEmptyBinTest (line 730) | @Test method unloadSingleTonFullBinTest (line 768) | @Test method unloadSingleTonPartialBinTest (line 822) | @Test method loadBinWithoutUnitDoesNothing (line 875) | @Test method loadBinWithoutSpareAmmo (line 897) | @Test method loadBinWithOnlySpareAmmoOfWrongType (line 938) | @Test method loadBinWithJustEnoughSpareAmmo (line 986) | @Test method loadBinWithMoreThanEnoughSpareAmmo (line 1033) | @Test method loadBinSingleTonWithoutUnitDoesNothing (line 1081) | @Test method loadBinSingleTonWithoutSpareAmmo (line 1103) | @Test method loadBinSingleTonithOnlySpareAmmoOfWrongType (line 1144) | @Test method loadBinSingleTonWithJustEnoughSpareAmmo (line 1192) | @Test method loadBinSingleTonWithMoreThanEnoughSpareAmmo (line 1239) | @Test method needsFixingEmptyBinTest (line 1287) | @Test method needsFixingFullBinTest (line 1322) | @Test method needsFixingPartialBinTest (line 1359) | @Test method needsFixingOverflowingBinTest (line 1394) | @Test method fixBinWithoutUnitDoesNothing (line 1429) | @Test method fixBinWithoutSpareAmmo (line 1451) | @Test method fixBinWithOnlySpareAmmoOfWrongType (line 1492) | @Test method fixBinWithJustEnoughSpareAmmo (line 1540) | @Test method fixBinWithMoreThanEnoughSpareAmmo (line 1587) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/equipment/MissingAmmoBinTest.java class MissingAmmoBinTest (line 71) | public class MissingAmmoBinTest { method deserializationCtorTest (line 72) | @Test method missingAmmoBinMRMSOptionType (line 78) | @Test method getNewPartTest (line 88) | @Test method missingAmmoBinWriteToXmlTest (line 120) | @Test method oneShotMissingAmmoBinWriteToXmlTest (line 162) | @Test method isAcceptableReplacementSameTypeTest (line 204) | @Test method isAcceptableReplacementDifferentTypeTest (line 244) | @Test method fixFindsAcceptableReplacementTest (line 286) | @Test method fixFindsAcceptableOneShotReplacementTest (line 337) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/equipment/MissingEquipmentPartTest.java class MissingEquipmentPartTest (line 75) | public class MissingEquipmentPartTest { method deserializationCtorTest (line 76) | @Test method equipmentPartCtorTest (line 82) | @Test method cloneTest (line 128) | @Test method getNewPartTest (line 177) | @Test method isPartForEquipmentTest (line 228) | @Test method isOmniPoddableTest (line 260) | @Test method setUnitUpdatesEquipmentTonnage (line 349) | @Test method getLocationTest (line 379) | @Test method getLocationNameTest (line 421) | @Test method isInLocationTest (line 469) | @Test method isRearFacingTest (line 525) | @Test method equipmentPartWriteToXmlTest (line 571) | @Test method removeTest (line 612) | @Test method salvageTest (line 666) | @Test method needsFixingTest (line 720) | @Test method onBadHipOrShoulderTest (line 764) | @Test method checkFixableTest (line 823) | @Test method fixWithoutSparePartsTest (line 909) | @Test method fixWithOneSparePartTest (line 959) | @Test method fixWithManySparePartsTest (line 1036) | @Test method updateConditionFromPartTest (line 1115) | @Test method getBaseTimeTest (line 1158) | @Test method getDifficultyTest (line 1188) | @Test method isAcceptableReplacementTest (line 1214) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/equipment/MissingHeatSinkTest.java class MissingHeatSinkTest (line 60) | public class MissingHeatSinkTest { method beforeAll (line 61) | @BeforeAll method missingHeatSinkSelectsCorrectPartDuringRepair (line 66) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/equipment/MissingInfantryAmmoBinTest.java class MissingInfantryAmmoBinTest (line 74) | public class MissingInfantryAmmoBinTest { method deserializationCtorTest (line 75) | @Test method missingAmmoBinMRMSOptionType (line 81) | @Test method getNewPartTest (line 98) | @Test method missingAmmoBinWriteToXmlTest (line 138) | @Test method omnipoddedMissingInfantryAmmoBinWriteToXmlTest (line 188) | @Test method isAcceptableReplacementSameTypeTest (line 239) | @Test method isAcceptableReplacementDifferentTypeTest (line 295) | @Test method fixFindsAcceptableReplacementTest (line 351) | @Test FILE: MekHQ/unittests/mekhq/campaign/parts/equipment/MissingLargeCraftAmmoBinTest.java class MissingLargeCraftAmmoBinTest (line 75) | public class MissingLargeCraftAmmoBinTest { method deserializationCtorTest (line 76) | @Test method missingLargeCraftAmmoBinMRMSOptionType (line 82) | @Test method getNewPartTest (line 92) | @Test method missingAmmoBinWriteToXmlTest (line 110) | @Test method isAcceptableReplacementSameTypeTest (line 153) | @Test method isAcceptableReplacementDifferentTypeTest (line 177) | @Test method fixFindsAcceptableReplacementTest (line 211) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/BloodmarkTest.java class BloodmarkTest (line 58) | class BloodmarkTest { method beforeEach (line 65) | @BeforeEach method testGetBloodhuntSchedule_NoBloodhuntDueToZeroFrequency (line 82) | @Test method testGetBloodhuntSchedule_BloodhuntSkippedByRoll (line 91) | @Test method testGetBloodhuntSchedule_NoAssassinationsDueToZeroDivisor (line 104) | @Test method testGetBloodhuntSchedule_SingleAssassination (line 118) | @Test method testGetBloodhuntSchedule_MultipleAssassinations (line 133) | @Test method testCheckForAssassinationAttempt_returnsFalseIfBloodhuntScheduleIsEmpty (line 153) | @Test method testCheckForAssassinationAttempt_returnsFalseIfBloodhuntScheduleDoesNotContainToday (line 160) | @Test method testCheckForAssassinationAttempt_returnsFalseIfNotCampaignPlanetside (line 173) | @Test method testCheckForAssassinationAttempt_returnsTrueIfNotCampaignPlanetsideButTargetIsAbsent (line 186) | @Test method testCheckForAssassinationAttempt_returnsFalseIfTargetIsDeployed (line 199) | @Test method testCheckForAssassinationAttempt_returnsTrueWhenAllCriteriaMet (line 216) | @Test method testProcessWounds_AdvancedMedicalEnabled_JustWounded (line 233) | @Test method testProcessWounds_AdvancedMedicalEnabled_Killed (line 249) | @Test method testProcessWounds_AdvancedMedicalDisabled_JustWounded (line 265) | @Test method testProcessWounds_AdvancedMedicalDisabled_KilledDueToPriorHits (line 275) | @Test method testProcessWounds_AdvancedMedicalDisabled_KilledFromNewHits (line 285) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/ExtraIncomeTest.java class ExtraIncomeTest (line 56) | class ExtraIncomeTest { method testAllLookupKeysUnique (line 59) | @ParameterizedTest method testAllTraitLevelsUnique (line 81) | @ParameterizedTest method testAllFinancesImprove (line 103) | @ParameterizedTest method testExtraIncomeParseFromString_withValidLookupKey (line 120) | @ParameterizedTest method testExtraIncomeParseFromString_withValidName (line 129) | @ParameterizedTest method testExtraIncomeParseFromString_withValidTraitLevel (line 138) | @ParameterizedTest method testExtraIncomeParseFromString_withInvalidLookupKey (line 147) | @Test method testExtraIncomeParseFromString_withInvalidName (line 153) | @Test method testExtraIncomeParseFromInteger_withInvalidTraitLevel_tooHigh (line 159) | @Test method testExtraIncomeParseFromInteger_withInvalidTraitLevel_tooLow (line 168) | @Test method testProcessExtraIncome_zeroExtraIncome_returnsEmptyString (line 177) | @Test method testProcessExtraIncome_isChild_isNotCommander_returnsEmptyString (line 194) | @Test method testProcessExtraIncome_isNotFirstOfMonth_returnsEmptyString (line 212) | @Test method testProcessExtraIncome_isChild_isCommander_returnsNotEmptyString (line 231) | @Test method testProcessExtraIncome_isAdult_isNotCommander_returnsEmptyString (line 250) | @Test method testProcessExtraIncome_isAdult_isCommander_returnsNotEmptyString (line 268) | @Test method testProcessExtraIncome_isChild_isNotCommander_noFinancialChange (line 287) | @Test method testProcessExtraIncome_isChild_isCommander_campaignFinancesChangeOnly (line 316) | @Test method testProcessExtraIncome_isAdult_isNotCommander_personalFinancesChangeOnly (line 346) | @Test method testProcessExtraIncome_isAdult_isCommander_personalFinancesChangeOnly (line 375) | @Test method testProcessExtraIncome_isAdult_isCommander_negativeExtraIncome (line 405) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/InjuryTypeTest.java class InjuryTypeTest (line 50) | class InjuryTypeTest { class TestInjuryType (line 55) | private static class TestInjuryType extends InjuryType { method TestInjuryType (line 56) | public TestInjuryType(String name) { method testRegisterSuccessWithValidId (line 65) | @Test method testRegisterSuccessWithNegativeId (line 86) | @Test method testRegisterThrowsOnNullInjuryType (line 101) | @Test method testRegisterThrowsOnNullKey (line 109) | @Test method testRegisterThrowsOnEmptyKey (line 120) | @Test method testRegisterThrowsOnDuplicateId (line 133) | @Test method testRegisterThrowsOnDuplicateKey (line 153) | @Test method testRegisterThrowsOnDuplicateInjuryType (line 171) | @Test method testRegisterWithoutIdParameter (line 189) | @Test method testByKeyReturnsNullForUnregisteredKey (line 204) | @Test method testByIdReturnsNullForUnregisteredId (line 211) | @Test method testByKeyWithNumericStringFallsBackToId (line 218) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/PersonTest.java class PersonTest (line 83) | public class PersonTest { method testAddAndRemoveAward (line 86) | @Test method testGetNumberOfAwards (line 124) | @Test method testSetOriginalUnit (line 156) | @Test method testTechUnits (line 229) | @Test method testIsDeployed (line 269) | @Test method testAddInjuriesResetsUnitStatus (line 294) | @Test method testPrisonerRemovedFromUnit (line 317) | @Test method testPrisonerDefectorRemovedFromUnit (line 341) | @Test method testBondsmanRemovedFromUnit (line 365) | @Test method testFreeNotRemovedFromUnit (line 389) | @Test method initPerson (line 413) | private void initPerson() { method initAwards (line 417) | private void initAwards() { method testGambleWealth_rollLosesWealth (line 421) | @Test method testGambleWealth_rollGainsWealth (line 443) | @Test method testGambleWealth_noWealthChange (line 465) | @Test method testGambleWealth_noWealthChange_wealthTooHighForGain (line 487) | @Test method testGambleWealth_noWealthChange_wealthTooLowForLoss (line 509) | @Test method testProcessDiscontinuationSyndrome_noAddiction (line 532) | @Test method testProcessDiscontinuationSyndrome_passedWillpowerCheck (line 547) | @Test method testProcessDiscontinuationSyndrome_useFatigue_noAdvancedMedical (line 562) | @Test method testProcessDiscontinuationSyndrome_useFatigue_useAdvancedMedical (line 581) | @Test method testProcessDiscontinuationSyndrome_noFatigue_noAdvancedMedical (line 600) | @Test method testProcessDiscontinuationSyndrome_noFatigue_useAdvancedMedical (line 615) | @Test method testProcessDiscontinuationSyndrome_characterKilled_noAdvancedMedical (line 634) | @Test method testProcessDiscontinuationSyndrome_characterKilled_useAdvancedMedical (line 659) | @Test method testProcessCripplingFlashbacks_noFlashbacks (line 686) | @Test method testProcessCripplingFlashbacks_passedWillpowerCheck (line 700) | @Test method testProcessCripplingFlashbacks_noAdvancedMedical (line 714) | @Test method testProcessCripplingFlashbacks_useAdvancedMedical (line 728) | @Test method testProcessCripplingFlashbacks_characterKilled_noAdvancedMedical (line 746) | @Test method testProcessCripplingFlashbacks_characterKilled_useAdvancedMedical (line 770) | @Test method testSwitchPersonality_singleSwitch_allFieldsChanged (line 796) | @Test method testSwitchPersonality_singleSwitch_allFieldsStored (line 820) | @Test method testSwitchPersonality_doubleSwitch_personalityFullyRestored (line 844) | @Test method createPersonality (line 886) | private Person createPersonality() { method testProcessConfusion_noConfusion (line 932) | @Test method testProcessConfusion_passedWillpowerCheck (line 947) | @Test method testProcessConfusion_noAdvancedMedical (line 962) | @Test method testProcessConfusion_useAdvancedMedical (line 981) | @Test method testProcessConfusion_characterKilled_noAdvancedMedical (line 1000) | @Test method testProcessConfusion_characterKilled_useAdvancedMedical (line 1025) | @Test method testProcessChildlikeRegression_noRegression (line 1052) | @Test method testProcessChildlikeRegression_passedWillpowerCheck (line 1066) | @Test method testProcessChildlikeRegression_noAdvancedMedical (line 1080) | @Test method testProcessChildlikeRegression_useAdvancedMedical (line 1094) | @Test method testProcessChildlikeRegression_characterKilled_noAdvancedMedical (line 1112) | @Test method testProcessChildlikeRegression_characterKilled_useAdvancedMedical (line 1136) | @Test method testProcessCatatonia_noCatatonia (line 1162) | @Test method testProcessCatatonia_passedWillpowerCheck (line 1176) | @Test method testProcessCatatonia_noAdvancedMedical (line 1190) | @Test method testProcessCatatonia_useAdvancedMedical (line 1204) | @Test method testProcessCatatonia_characterKilled_noAdvancedMedical (line 1222) | @Test method testProcessCatatonia_characterKilled_useAdvancedMedical (line 1246) | @Test method returnsHitsWhenNoInjuries (line 1272) | @Test method ignoresPermanentInjuries (line 1286) | @Test method sumsOnlyNonPermanentInjuryHitsPlusBaseHits (line 1310) | @Test method countsNonPermanentInjuriesEvenWhenHitsIsZero (line 1338) | @Test method changeStatusCommanderKIAPromotesSecondInCommand (line 1357) | @Test method changeStatusSecondInCommandKIA (line 1402) | @Test method setField (line 1434) | private static void setField(Object target, String fieldName, Object v... FILE: MekHQ/unittests/mekhq/campaign/personnel/PersonnelTestUtilities.java class PersonnelTestUtilities (line 41) | public final class PersonnelTestUtilities { method getTestAwardSet (line 43) | public static InputStream getTestAwardSet() { method getTestAward1 (line 54) | public static Award getTestAward1() { method matchPersonUUID (line 59) | public static ArgumentMatcher matchPersonUUID(final UUID target) { FILE: MekHQ/unittests/mekhq/campaign/personnel/RandomDependentsTest.java class RandomDependentsTest (line 56) | class RandomDependentsTest { method testPrepareData (line 57) | @Test method testCalculateDependentCapacity (line 107) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/advancedCharacterBuilder/ATOWLifeStageTest.java class ATOWLifeStageTest (line 45) | class ATOWLifeStageTest { method testForUniqueLookupNames (line 46) | @ParameterizedTest method testForUniqueOrders (line 58) | @ParameterizedTest method testLookupName_ValidOrder (line 70) | @ParameterizedTest method testLookupName_ValidOrder_caseInsensitive (line 78) | @ParameterizedTest method testFromLookupName_InvalidLookupName (line 86) | @Test method testFromLookupName_CaseInsensitiveLookupName (line 92) | @Test method testFromLookupName_NullInput (line 99) | @Test method testFromLookupName_EmptyString (line 105) | @Test method testFromLookupName_WhitespaceString (line 111) | @Test method testFromOrder_ValidOrder (line 117) | @ParameterizedTest method testFromOrder_InvalidOrder (line 125) | @Test method testFromOrder_BoundaryValues (line 132) | @Test method testFromString_ValidLookupName (line 138) | @ParameterizedTest method testFromString_ValidOrder (line 146) | @ParameterizedTest method testFromString_InvalidInputs (line 154) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/advancedCharacterBuilder/LifePathCategoryTest.java class LifePathCategoryTest (line 44) | public class LifePathCategoryTest { method testForUniqueLookupName (line 45) | @ParameterizedTest method testFromLookupName_ValidName (line 58) | @ParameterizedTest method testFromLookupName_ValidName_CaseInsensitive (line 68) | @ParameterizedTest method testFromLookupName_UnknownName (line 78) | @Test method testFromLookupName_NullLookup (line 84) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/advancedCharacterBuilder/LifePathDataClassLookupTest.java class LifePathDataClassLookupTest (line 44) | public class LifePathDataClassLookupTest { method testForUniqueLookupName (line 45) | @ParameterizedTest method testFromLookupName_validLookupName (line 56) | @ParameterizedTest method testFromLookupName_validLookupName_classInsensitive (line 63) | @ParameterizedTest method testFromLookupName_invalidLookupName (line 70) | @Test method testFromLookupName_nullLookupName (line 76) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/advancedCharacterBuilder/LifePathEntryDataTest.java class LifePathEntryDataTest (line 57) | class LifePathEntryDataTest { method testForUniqueLookupName (line 58) | @ParameterizedTest method testFromRawEntry_ValidInput (line 70) | @Test method testFromRawEntry_NullInput (line 80) | @Test method testFromRawEntry_InvalidFormat_MissingParts (line 86) | @Test method testFromRawEntry_InvalidFormat_NonIntegerValue (line 93) | @Test method testFromRawEntry_EmptyInput (line 101) | @Test method testGetTrait_ValidTrait (line 108) | @ParameterizedTest method testGetTrait_InvalidTrait (line 115) | @Test method testGetTrait_InvalidClassLookupName (line 122) | @Test method testGetFactionCode_ValidTrait (line 129) | @ParameterizedTest method testGetFactionCode_InvalidClassLookupName (line 136) | @Test method testGetLifePathUUID_ValidUUID (line 142) | @Test method testGetLifePathUUID_InvalidClassLookupName (line 149) | @Test method testGetLifePathUUID_InvalidObjectLookupNameFormat (line 155) | @Test method testGetLifePathCategory_ValidCategory (line 162) | @ParameterizedTest method testGetLifePathCategory_InvalidClassLookupName (line 170) | @Test method testGetLifePathCategory_InvalidObjectLookupName (line 177) | @Test class GetSkill_SkillType (line 184) | @Nested method setup (line 186) | @BeforeAll method skills (line 191) | private static Stream skills() { method testGetSkill_ValidSkill (line 195) | @ParameterizedTest method testGetSkill_InvalidClassLookupName (line 203) | @Test method testGetSkill_InvalidSkillName (line 210) | @Test method testGetSkillAttribute_ValidCategory (line 218) | @ParameterizedTest method testGetSkillAttribute_NoneSpecialHandler (line 230) | @Test method testGetSkillAttribute_ValidCategory_BelowMinimum (line 237) | @Test method testGetSkillAttribute_ValidCategory_AboveMaximum (line 245) | @Test method testGetSkillAttribute_InvalidClassLookupName (line 253) | @Test method testGetSkillAttribute_InvalidObjectLookupName (line 262) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/advancedCharacterBuilder/LifePathEntryDataTraitLookupTest.java class LifePathEntryDataTraitLookupTest (line 42) | class LifePathEntryDataTraitLookupTest { method testFromLookupName_ValidName (line 43) | @ParameterizedTest method testFromLookupName_InvalidLookupName (line 52) | @Test method testFromLookupName_NullLookupName (line 58) | @Test method testFromLookupName_EmptyLookupName (line 64) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/advancedCharacterBuilder/LifePathRecordTest.java class LifePathRecordTest (line 50) | class LifePathRecordTest { class fromRawEntryTests (line 51) | @Nested method setUpClass (line 57) | @BeforeEach method testFromRawEntry_allValid (line 64) | @Test method testFromRawEntry_missingID (line 83) | @Test method testFromRawEntry_missingSource (line 102) | @Test method testFromRawEntry_missingVersion (line 121) | @Test method testFromRawEntry_missingName (line 140) | @Test method testFromRawEntry_missingFlavorText (line 159) | @Test method testFromRawEntry_missingAge (line 178) | @Test method testFromRawEntry_negativeAge (line 197) | @Test method testFromRawEntry_missingXPDiscount (line 216) | @Test method testFromRawEntry_negativeXPDiscount (line 235) | @Test method testFromRawEntry_missingXPCost (line 254) | @Test method testFromRawEntry_negativeXPCost (line 273) | @Test method testFromRawEntry_missingLifeStage (line 292) | @Test method testFromRawEntry_missingCategories (line 311) | @Test method testFromRawEntry_missingRequirements (line 330) | @Test method testFromRawEntry_missingExclusions (line 349) | @Test method testFromRawEntry_missingFixedXPAwards (line 368) | @Test method testFromRawEntry_missingSelectableXPAwards (line 387) | @Test class CanonConstructorTests (line 407) | @Nested method setUpClass (line 413) | @BeforeEach method testCanonConstructor_allValid (line 420) | @Test method testCanonConstructor_missingID (line 439) | @Test method testCanonConstructor_missingSource (line 458) | @Test method testCanonConstructor_missingVersion (line 477) | @Test method testCanonConstructor_missingName (line 496) | @Test method testCanonConstructor_missingFlavorText (line 515) | @Test method testCanonConstructor_negativeAge (line 534) | @Test method testCanonConstructor_negativeXPDiscount (line 553) | @Test method testCanonConstructor_negativeXPCost (line 572) | @Test method testCanonConstructor_missingLifeStage (line 591) | @Test method testCanonConstructor_missingCategories (line 610) | @Test method testCanonConstructor_missingRequirements (line 629) | @Test method testCanonConstructor_missingExclusions (line 648) | @Test method testCanonConstructor_missingFixedXPAwards (line 667) | @Test method testCanonConstructor_missingSelectableXPAwards (line 686) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/death/RandomDeathTest.java class RandomDeathTest (line 88) | public class RandomDeathTest { method beforeAll (line 99) | @BeforeEach method testCanDie_PersonAlreadyDead (line 127) | @Test method testCanDie_PersonImmortal (line 137) | @Test method testCanDie_AgeGroupDisabled (line 147) | @Test method testCanDie_RandomDeathFalse (line 158) | @Test method testCanDie_RandomDeathTrue (line 167) | @Test method testRandomlyDies_DeathChanceZero (line 178) | @Test method testRandomlyDies_NotDeath (line 192) | @Test method testRandomlyDies_Dies (line 240) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/divorce/DisabledRandomDivorceTest.java class DisabledRandomDivorceTest (line 45) | @ExtendWith(value = MockitoExtension.class) method beforeEach (line 50) | @BeforeEach method testRandomDivorce (line 60) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/divorce/PercentageRandomDivorceTest.java class PercentageRandomDivorceTest (line 49) | @ExtendWith(value = MockitoExtension.class) method beforeEach (line 54) | @BeforeEach method testRandomDivorce (line 65) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/education/AcademyFactoryTest.java class AcademyFactoryTest (line 54) | class AcademyFactoryTest { method setUp (line 58) | @BeforeEach method createAcademyXml (line 76) | private String createAcademyXml(String... academyNames) { method testBaseAcademiesAreLoaded (line 90) | @Test method testUserAcademyOverridesBaseWithSameName (line 113) | @Test method testBaseAcademiesPreservedWhenNotInUserFile (line 140) | @Test method testNewUserAcademiesGetUniqueIds (line 164) | @Test method testMixedOverrideAndNewAcademies (line 189) | @Test method testNoIdConflictsAfterMultipleLoads (line 221) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/education/AcademyTests.java class AcademyTests (line 52) | class AcademyTests { method testSetName (line 53) | @Test method testSetTuition (line 60) | @Test method testIsMilitary (line 67) | @Test method testAcademyCreationAllFields (line 74) | @Test method testCompareToSameID (line 112) | @Test method testCompareToDifferentID (line 121) | @Test method testGetTuitionAdjustedLowEducationLevel (line 130) | @Test method testGetTuitionAdjustedHighEducationLevel (line 141) | @Test method testIsQualifiedTrue (line 152) | @Test method testIsQualifiedFalse (line 161) | @Test method testGetFactionDiscountAdjustedNotPresentInLocationSystems (line 170) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/AgeGroupTest.java class AgeGroupTest (line 44) | public class AgeGroupTest { method testGetToolTipText (line 53) | @Test method testIsElder (line 61) | @Test method testIsAdult (line 72) | @Test method testIsTeenager (line 83) | @Test method testIsPreteen (line 94) | @Test method testIsChild (line 105) | @Test method testIsToddler (line 116) | @Test method testIsBaby (line 127) | @Test method testDetermineAgeGroup (line 139) | @Test method testToStringOverride (line 149) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/BabySurnameStyleTest.java class BabySurnameStyleTest (line 48) | class BabySurnameStyleTest { method testGetToolTipText (line 57) | @Test method testIsFathers (line 67) | @Test method testIsMothers (line 78) | @Test method testIsMothersFathers (line 89) | @Test method testIsMothersHyphenFathers (line 100) | @Test method testIsFathersMothers (line 111) | @Test method testIsFathersHyphenMothers (line 122) | @Test method testIsWelshPatronymics (line 133) | @Test method testIsWelshMatronymics (line 144) | @Test method testIsIcelandicPatronymics (line 155) | @Test method testIsIcelandicMatronymics (line 166) | @Test method testIsIcelandicCombinationNymics (line 177) | @Test method testIsRussianPatronymics (line 188) | @Test method testGenerateBabySurnameBaseline (line 200) | @Test method testGenerateBabySurnameWelsh (line 224) | @Test method testGenerateBabySurnameIcelandic (line 257) | @Test method testGenerateBabySurnameRussianPatronymics (line 316) | @Test method testParseFromString (line 348) | @Test method testToStringOverride (line 360) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/BloodGroupTest.java class BloodGroupTest (line 46) | class BloodGroupTest { method testFromString_ValidStatus (line 47) | @Test method testFromString_InvalidStatus (line 53) | @Test method testFromString_NullStatus (line 60) | @Test method testFromString_EmptyString (line 67) | @Test method testFromString_FromOrdinal (line 74) | @Test method testGetLabel_notInvalid (line 81) | @Test method testCumulativeChance (line 89) | @Test method testGetInheritedBloodGroup_AAandBB_RhPositive (line 100) | @Test method testGetInheritedBloodGroup_BOandAO_RhNegative (line 112) | @Test method testGetInheritedBloodGroup_OOandAA_MixedRhFactor (line 124) | @Test method testGetInheritedBloodGroup_OOandOO_UniveralDonor (line 136) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/BloodmarkLevelTest.java class BloodmarkLevelTest (line 51) | class BloodmarkLevelTest { method test_allLevelsAreUnique (line 52) | @Test method test_allLevelsAreValid (line 62) | @Test method test_allBountiesAreIncremental (line 71) | @Test method test_allBountyHunterSkillsAreDecremental (line 81) | @Test method test_allRollFrequenciesAreDecremental (line 92) | @Test method test_allBountiesAreValid (line 107) | @ParameterizedTest method test_allRollFrequenciesAreValid (line 119) | @ParameterizedTest method test_allRollDivisorsAreValid (line 131) | @ParameterizedTest FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/ConnectionsLevelTest.java class ConnectionsLevelTest (line 44) | class ConnectionsLevelTest { method testParseConnectionsLevelFromInt_ValidLevel (line 45) | @Test method testParseConnectionsLevelFromInt_ZeroLevel (line 55) | @Test method testParseConnectionsLevelFromInt_InvalidHighLevel (line 65) | @Test method testParseConnectionsLevelFromInt_NegativeLevel (line 75) | @Test method testAllLevelsAreUnique (line 85) | @ParameterizedTest method testAllBurnChancesAreDecremental (line 102) | @Test method testAllWealthValuesAreIncremental (line 119) | @Test method testAllRecruitValuesAreIncremental (line 136) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/FamilialConnectionTypeTest.java class FamilialConnectionTypeTest (line 44) | public class FamilialConnectionTypeTest { method testIsMarried (line 53) | @Test method testIsDivorced (line 64) | @Test method testIsWidowed (line 75) | @Test method testIsPartner (line 86) | @Test method testIsSingleParent (line 97) | @Test method testIsAdopted (line 108) | @Test method testIsUndefined (line 119) | @Test method testToStringOverride (line 131) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/FamilialRelationshipDisplayLevelTest.java class FamilialRelationshipDisplayLevelTest (line 44) | class FamilialRelationshipDisplayLevelTest { method testIsSpouse (line 53) | @Test method testIsParentsChildrenSiblings (line 64) | @Test method testIsGrandparentsGrandchildren (line 75) | @Test method testIsAuntsUnclesCousins (line 86) | @Test method testDisplayParentsChildrenSiblings (line 97) | @Test method testDisplayGrandparentsGrandchildren (line 105) | @Test method testParseFromString (line 115) | @Test method testToStringOverride (line 131) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/FamilialRelationshipTypeTest.java class FamilialRelationshipTypeTest (line 45) | public class FamilialRelationshipTypeTest { method testIsGrandparent (line 55) | @Test method testIsParent (line 66) | @Test method testIsSibling (line 77) | @Test method testIsHalfSibling (line 88) | @Test method testIsChild (line 99) | @Test method testIsGrandchild (line 110) | @Test method testIsGrandpibling (line 122) | @Test method testIsPibling (line 133) | @Test method testIsCousin (line 144) | @Test method testIsNibling (line 155) | @Test method testIsSpouse (line 166) | @Test method testIsDivorce (line 177) | @Test method testIsWidow (line 188) | @Test method testIsPartner (line 199) | @Test method testIsParentInLaw (line 210) | @Test method testIsSiblingInLaw (line 221) | @Test method testIsChildInLaw (line 232) | @Test method testIsStepparent (line 244) | @Test method testIsStepsibling (line 255) | @Test method testIsStepchild (line 266) | @Test method testGetTypename (line 278) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/FormerSpouseReasonTest.java class FormerSpouseReasonTest (line 44) | class FormerSpouseReasonTest { method testIsWidowed (line 53) | @Test method testIsDivorce (line 64) | @Test method testParseFromString (line 77) | @Test method testToStringOverride (line 89) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/GenderDescriptorsTest.java class GenderDescriptorsTest (line 45) | public class GenderDescriptorsTest { method testIsMaleFemaleOther (line 54) | @Test method testIsHeSheThey (line 65) | @Test method testIsHeHerHim (line 76) | @Test method testIsHisHerTheir (line 87) | @Test method testIsHisHersTheirs (line 98) | @Test method testIsBoyGirl (line 109) | @Test method testGetDescriptor (line 121) | @Test method testGetDescriptorCapitalized (line 137) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/InjuryLevelTest.java class InjuryLevelTest (line 40) | public class InjuryLevelTest { method testIsNone (line 46) | @Test method testIsChronic (line 57) | @Test method testIsMinor (line 68) | @Test method testIsMajor (line 79) | @Test method testIsDeadly (line 90) | @Test method testIsMajorOrDeadly (line 101) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/ManeiDominiClassTest.java class ManeiDominiClassTest (line 44) | class ManeiDominiClassTest { method testIsNone (line 53) | @Test method testIsGhost (line 64) | @Test method testIsWraith (line 75) | @Test method testIsBanshee (line 86) | @Test method testIsZombie (line 97) | @Test method testIsPhantom (line 108) | @Test method testIsSpectre (line 119) | @Test method testIsPoltergeist (line 130) | @Test method testParseFromString (line 148) | @Test method testToStringOverride (line 160) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/ManeiDominiRankTest.java class ManeiDominiRankTest (line 44) | class ManeiDominiRankTest { method testIsNone (line 53) | @Test method testIsAlpha (line 64) | @Test method testIsBeta (line 75) | @Test method testIsOmega (line 86) | @Test method testIsTau (line 97) | @Test method testIsDelta (line 108) | @Test method testIsSigma (line 119) | @Test method testIsOmicron (line 130) | @Test method testParseFromString (line 143) | @Test method testToStringOverride (line 155) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/MergingSurnameStyleTest.java class MergingSurnameStyleTest (line 63) | @ExtendWith(value = MockitoExtension.class) method beforeEach (line 78) | @BeforeEach method testGetToolTipText (line 84) | @Test method testGetDropDownText (line 92) | @Test method testIsNoChange (line 102) | @Test method testIsYours (line 113) | @Test method testIsSpouse (line 124) | @Test method testIsSpaceYours (line 135) | @Test method testIsBothSpaceYours (line 146) | @Test method testIsHyphenYours (line 157) | @Test method testIsBothHyphenYours (line 168) | @Test method testIsSpaceSpouse (line 179) | @Test method testIsBothSpaceSpouse (line 190) | @Test method testIsHyphenSpouse (line 201) | @Test method testIsBothHyphenSpouse (line 212) | @Test method testIsMale (line 223) | @Test method testIsFemale (line 234) | @Test method testIsWeighted (line 245) | @Test method testApplyNoChange (line 257) | @Test method testApplyYours (line 275) | @Test method testApplySpouse (line 292) | @Test method testApplySpaceYours (line 309) | @Test method testApplyBothSpaceYours (line 338) | @Test method testApplyHyphenYours (line 373) | @Test method testApplyBothHyphenYours (line 402) | @Test method testApplySpaceSpouse (line 437) | @Test method testApplyBothSpaceSpouse (line 466) | @Test method testApplyHyphenSpouse (line 501) | @Test method testApplyBothHyphenSpouse (line 530) | @Test method testApplyMale (line 565) | @Test method testApplyFemale (line 593) | @Test method testApplyWeighted (line 621) | @Test method testCreateWeightedSurnameMap (line 641) | @Test method testParseFromString (line 652) | @Test method testToStringOverride (line 663) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/ModifierValueTest.java class ModifierValueTest (line 40) | public class ModifierValueTest { method testIsPiloting (line 46) | @Test method testIsGunnery (line 57) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/PersonnelRoleTest.java class PersonnelRoleTest (line 60) | class PersonnelRoleTest { method testGetLabel_NotClan (line 63) | @Test method testGetLabel_IsClan (line 72) | @Test method testGetMnemonicEnsureUniqueness (line 81) | @Test method testIsMekWarrior (line 98) | @Test method testIsLAMPilot (line 109) | @Test method testIsCombatTechnicianGround (line 120) | @Test method testIsNavalVehicleDriver (line 131) | @Test method testIsCombatTechnicianVTOL (line 142) | @Test method testIsAerospacePilot (line 153) | @Test method testIsConventionalAircraftPilot (line 164) | @Test method testIsProtoMekPilot (line 175) | @Test method testIsBattleArmour (line 186) | @Test method testIsSoldier (line 197) | @Test method testIsVesselPilot (line 208) | @Test method testIsVesselGunner (line 219) | @Test method testIsVesselCrew (line 230) | @Test method testIsVesselNavigator (line 241) | @Test method testIsMekTech (line 252) | @Test method testIsMechanic (line 263) | @Test method testIsAeroTek (line 274) | @Test method testIsBATech (line 285) | @Test method testIsAstech (line 296) | @Test method testIsDoctor (line 307) | @Test method testIsMedic (line 318) | @Test method testIsAdministratorCommand (line 329) | @Test method testIsAdministratorLogistics (line 340) | @Test method testIsAdministratorTransport (line 351) | @Test method testIsAdministratorHR (line 362) | @Test method testIsDependent (line 373) | @Test method testIsNone (line 384) | @Test method testIsMekWarriorGrouping (line 395) | @Test method testIsAerospaceGrouping (line 406) | @Test method testIsConventionalAirGrouping (line 417) | @Test method testIsGroundVehicleCrew (line 428) | @ParameterizedTest method testIsNavalVehicleCrew (line 440) | @ParameterizedTest method testIsVTOLCrew (line 452) | @ParameterizedTest method testIsCombatTechnicianMember (line 464) | @ParameterizedTest method testIsSoldierOrBattleArmour (line 478) | @Test method testIsVesselCrewMember (line 489) | @Test method testIsSupport (line 506) | @Test method testIsTech (line 524) | @Test method testIsTechSecondary (line 542) | @Test method testIsMedicalStaff (line 559) | @Test method testIsAdministrator (line 570) | @Test method isSubType (line 587) | @ParameterizedTest method testGetMarketableRoles (line 602) | @Test method testFromString (line 610) | @Test method testGetPrimaryRoles (line 633) | @Test method testGetVesselRoles (line 641) | @Test method testGetTechRoles (line 651) | @Test method testGetAdministratorRoles (line 662) | @Test method testGetCivilianCount (line 672) | @Test method testRoleEligibility (line 684) | @ParameterizedTest method testGetDescription_notClan (line 713) | @ParameterizedTest method testGetDescription_Clan (line 725) | @ParameterizedTest method testAdultEntertain_ageLimit (line 745) | @ParameterizedTest method seventeenToEighteenYearsOld (line 768) | static IntStream seventeenToEighteenYearsOld() { method testAdultEntertainer_atAgeLimit (line 783) | @Test method testLuxuryCompanion_ageLimit (line 813) | @ParameterizedTest method testLuxuryCompanion_atAgeLimit (line 836) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/PersonnelStatusTest.java class PersonnelStatusTest (line 44) | public class PersonnelStatusTest { method testFromString_ValidStatus (line 45) | @Test method testFromString_InvalidStatus (line 51) | @Test method testFromString_NullStatus (line 58) | @Test method testFromString_EmptyString (line 65) | @Test method testFromString_Ordinal (line 72) | @Test method testGetLabel_notInvalid (line 79) | @Test method testGetToolTipText_notInvalid (line 87) | @Test method testGetReportText_notInvalid (line 95) | @Test method testGetLogText_notInvalid (line 103) | @Test method testIsAbsent (line 111) | @Test method testIsDepartedUnit (line 122) | @Test method testIsDead (line 137) | @Test method testIsDeadOrMIA (line 150) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/PhenotypeTest.java class PhenotypeTest (line 45) | class PhenotypeTest { method testFromString (line 48) | @Test method testGetLabel (line 65) | @Test method testGetTooltip (line 74) | @Test method testGetShortName (line 83) | @Test method testGetExternalPhenotypes (line 92) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/ProfessionTest.java class ProfessionTest (line 52) | public class ProfessionTest { method testGetToolTipText (line 61) | @Test method testIsMekWarrior (line 71) | @Test method testIsAerospace (line 82) | @Test method testIsVehicle (line 93) | @Test method testIsNaval (line 104) | @Test method testIsInfantry (line 115) | @Test method testIsTech (line 126) | @Test method testIsMedical (line 137) | @Test method testIsAdministrator (line 148) | @Test method testIsCivilian (line 159) | @Test method testGetProfession (line 171) | @Disabled // FIXME : Windchild : Broken Test method testGetProfessionFromBase (line 213) | @Disabled // FIXME : Windchild : Test Missing method testGetBaseProfession (line 219) | @Disabled // FIXME : Windchild : Test Missing method testIsEmptyProfessionMekWarrior (line 225) | @Test method testIsEmptyProfessionInitialRank (line 231) | @Disabled // FIXME : Windchild : Broken Test method testIsEmptyProfessionCheckAll (line 250) | @Disabled // FIXME : Windchild : Broken Test method testGetAlternateProfessionRankSystem (line 286) | @Test method testGetAlternateProfessionRank (line 300) | @Test method testGetAlternateProfessionString (line 313) | @Test method testToStringOverride (line 328) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/ROMDesignationTest.java class ROMDesignationTest (line 53) | class ROMDesignationTest { method beforeAll (line 61) | @BeforeAll method testIsNone (line 67) | @Test method testIsEpsilon (line 78) | @Test method testIsPi (line 89) | @Test method testIsIota (line 100) | @Test method testIsXi (line 111) | @Test method testIsTheta (line 122) | @Test method testIsZeta (line 133) | @Test method testIsMu (line 144) | @Test method testIsRho (line 155) | @Test method testIsLambda (line 166) | @Test method testIsPsi (line 177) | @Test method testIsOmicron (line 188) | @Test method testIsChi (line 199) | @Test method testIsGamma (line 210) | @Test method testIsKappa (line 221) | @Test method testGetComStarBranchDesignation (line 233) | @Test method testParseFromString (line 362) | @Test method testToStringOverride (line 374) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/RandomDivorceMethodTest.java class RandomDivorceMethodTest (line 50) | public class RandomDivorceMethodTest { method testGetToolTipText (line 59) | @Test method testIsNone (line 69) | @Test method testIsDiceRoll (line 80) | @Test method testGetMethod (line 92) | @Test method testToStringOverride (line 107) | @Test method testFromStringValidEnums (line 114) | @Test method testFromStringInvalidEnums (line 122) | @Test method testFromStringOrdinalNumbers (line 129) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/RandomMarriageMethodTest.java class RandomMarriageMethodTest (line 51) | public class RandomMarriageMethodTest { method testGetToolTipText (line 60) | @Test method testIsNone (line 70) | @Test method testIsPercentage (line 81) | @Test method testFromString (line 93) | @Test method testGetMethod (line 109) | @Test method testToStringOverride (line 122) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/RandomProcreationMethodTest.java class RandomProcreationMethodTest (line 50) | public class RandomProcreationMethodTest { method testGetToolTipText (line 59) | @Test method testIsNone (line 69) | @Test method testIsPercentage (line 80) | @Test method testGetMethod (line 92) | @Test method testToStringOverride (line 107) | @Test method testFromString (line 114) | @Test method testFromStringInvalidInput (line 122) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/RankSystemTypeTest.java class RankSystemTypeTest (line 45) | public class RankSystemTypeTest { method testGetToolTipText (line 54) | @Test method testIsDefault (line 64) | @Test method testIsUserData (line 75) | @Test method testIsCampaign (line 86) | @Test method testGetFilePath (line 98) | @Test method testToStringOverride (line 105) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/SplittingSurnameStyleTest.java class SplittingSurnameStyleTest (line 61) | @ExtendWith(value = MockitoExtension.class) method beforeEach (line 76) | @BeforeEach method testGetToolTipText (line 82) | @Test method testGetDropDownText (line 90) | @Test method testIsOriginChangesSurname (line 100) | @Test method testIsSpouseChangesSurname (line 111) | @Test method testIsBothChangeSurname (line 122) | @Test method testIsBothKeepSurname (line 133) | @Test method testIsWeighted (line 144) | @Test method testApplyOriginChangesSurname (line 156) | @Test method testApplySpouseChangesSurname (line 172) | @Test method testApplyBothChangeSurname (line 188) | @Test method testApplyBothKeepSurname (line 208) | @Test method testApplyWeighted (line 224) | @Test method testCreateWeightedSurnameMap (line 242) | @Test method testToStringOverride (line 252) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/TenYearAgeRangeTest.java class TenYearAgeRangeTest (line 44) | public class TenYearAgeRangeTest { method testIsUnderOne (line 53) | @Test method testIsOneToFour (line 64) | @Test method testIsFiveToFourteen (line 75) | @Test method testIsFifteenToTwentyFour (line 86) | @Test method testIsTwentyFiveToThirtyFour (line 97) | @Test method testIsThirtyFiveToFortyFour (line 108) | @Test method testIsFortyFiveToFiftyFour (line 119) | @Test method testIsFiftyFiveToSixtyFour (line 130) | @Test method testIsSixtyFiveToSeventyFour (line 141) | @Test method testIsSeventyFiveToEightyFour (line 152) | @Test method testIsEightyFiveOrOlder (line 163) | @Test method testDetermineAgeRange (line 175) | @Test method testToStringOverride (line 191) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/enums/TimeInDisplayFormatTest.java class TimeInDisplayFormatTest (line 45) | public class TimeInDisplayFormatTest { method testIsDays (line 54) | @Test method testIsWeeks (line 65) | @Test method testIsMonths (line 76) | @Test method testIsMonthsYears (line 87) | @Test method testIsYears (line 98) | @Test method testGetDisplayFormattedOutput (line 110) | @Test method testToStringOverride (line 192) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/familyTree/FormerSpouseTest.java class FormerSpouseTest (line 61) | @ExtendWith(value = MockitoExtension.class) method testWriteToXML (line 64) | @Test method testGenerateInstanceFromXML (line 85) | @Test method testToString (line 110) | @Test method testEqualsAndHashCode (line 124) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/familyTree/GenealogyTest.java class GenealogyTest (line 71) | public class GenealogyTest { method createFamilyTree (line 93) | @BeforeAll method testOrigin (line 216) | @Test method testAddAndRemoveFormerSpouse (line 221) | @Test method testAddFamilyMember (line 242) | @Test method testRemoveFamilyMemberNullRelationshipType (line 255) | @Test method testRemoveFamilyMemberUnknownRelationshipType (line 287) | @Test method testRemoveFamilyMemberCorrectRelationshipType (line 305) | @Test method testIsEmpty (line 325) | @Test method testFamilyIsEmpty (line 333) | @Test method testHasSpouse (line 340) | @Test method testHasFormerSpouse (line 346) | @Test method testHasChildren (line 352) | @Test method testHasParents (line 358) | @Test method testCheckMutualAncestors (line 364) | @Test method testGetGrandparents (line 405) | @Test method testGetParents (line 419) | @Test method testGetFathers (line 433) | @Test method testGetMothers (line 446) | @Test method testGetSiblings (line 459) | @Test method testGetSiblingsAndSpouses (line 472) | @Test method testGetChildren (line 486) | @Test method testGetGrandchildren (line 500) | @Test method testGetAuntsAndUncles (line 514) | @Test method testGetCousins (line 528) | @Test method testWriteToXML (line 544) | @Test method testGenerateInstanceFromXML (line 583) | @Test method testGenerateInstanceFromXMLErrorCases (line 622) | @Test method clearGenealogyLinksSpouseOnly (line 653) | @Test method clearGenealogyLinksFormerSpouseOnly (line 666) | @Test method clearGenealogyLinksFamilyOnly (line 681) | @Test method clearGenealogyLinksAllTypesExist (line 694) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/marriage/AbstractMarriageTest.java class AbstractMarriageTest (line 71) | @ExtendWith(value = MockitoExtension.class) method beforeEach (line 82) | @BeforeEach method testGettersAndSetters (line 88) | @Test method testNotMarriageable (line 105) | @Test method testAlreadyMarried (line 122) | @Test method testInactiveStatus (line 142) | @Test method testDeployed (line 163) | @Test method testUnderage (line 185) | @Test method testClanPersonnelMarriageDisabled (line 208) | @Test method testPrisonerMarriageDisabled (line 233) | @Test method testPrisonerMarriageDisabledBondsman (line 259) | @Test method testRandomClanMarriageDisabled (line 285) | @Test method testRandomPrisonerMarriageDisabled (line 311) | @Test method testRandomPrisonerMarriageDisabledBondsman (line 337) | @Test method testNoBlockers (line 363) | @Test method testSafeSpouse (line 391) | @Test method testMarry (line 460) | @Test method testProcessNewWeek (line 492) | @Test method testMarryRandomSpouse_NoPotentialSpouses (line 513) | @Test method isGenderCompatible_allCombinations (line 530) | @ParameterizedTest(name = "[{index}] origin={0} (men={1}, women={2}) |... method answerPerson (line 551) | private static Object answerPerson(InvocationOnMock invocation, Gender... method allGenderAndPreferenceCombinations (line 561) | static Stream allGenderAndPreferenceCombinations() { method likes (line 590) | private static boolean likes(boolean prefersMen, boolean prefersWomen,... FILE: MekHQ/unittests/mekhq/campaign/personnel/marriage/DisabledRandomMarriageTest.java class DisabledRandomMarriageTest (line 45) | @ExtendWith(value = MockitoExtension.class) method beforeEach (line 50) | @BeforeEach method testRandomMarriage (line 58) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/marriage/PercentageRandomMarriageTest.java class PercentageRandomMarriageTest (line 49) | @ExtendWith(value = MockitoExtension.class) method beforeEach (line 54) | @BeforeEach method testRandomMarriage (line 63) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/medical/advancedMedical/InjuryTypesTest.java class InjuryTypesTest (line 60) | class InjuryTypesTest { method testRegisterAllDoesNotCrash (line 62) | @Test method testRegisterAllCanBeCalledMultipleTimes (line 69) | @Test method testGenStressEffect_permanentInjuryProducesNoEffects (line 85) | @ParameterizedTest(name = "{0} permanent injury produces no stress eff... method permanentInjuryNoStressEffectData (line 103) | static Stream permanentInjuryNoStressEffectData() { method testGenStressEffect_permanentInjuryCanWorsenButSkipsTimerReset (line 119) | @ParameterizedTest(name = "{0} permanent injury can still worsen but s... method permanentInjuryCanWorsenData (line 142) | static Stream permanentInjuryCanWorsenData() { FILE: MekHQ/unittests/mekhq/campaign/personnel/medical/advancedMedicalAlternate/InoculationsTest.java class InoculationsTest (line 51) | public class InoculationsTest { method getActiveDiseases_excludesPermanentInfections (line 53) | @Test method getActiveDiseases_excludesPermanentCanonBioweapons (line 80) | @Test method getActiveDiseases_permanentOnlyUnitReportsEmpty (line 102) | @Test method injury (line 117) | private static Injury injury(InjuryType type, InjurySubType subType, b... method personWith (line 125) | private static Person personWith(Injury... injuries) { FILE: MekHQ/unittests/mekhq/campaign/personnel/medical/advancedMedicalAlternate/ProstheticTypeTest.java class ProstheticTypeTest (line 48) | public class ProstheticTypeTest { method injuryTypeIsUniqueAndNonNull (line 49) | @Test method getProstheticFromInjury_roundTrip (line 65) | @Test method getProstheticFromInjury_returnsNullForNonPermanent (line 77) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/procreation/AbstractProcreationTest.java class AbstractProcreationTest (line 67) | @ExtendWith(value = MockitoExtension.class) method beforeEach (line 78) | @BeforeEach method testGettersAndSetters (line 84) | @Test method testDetermineNumberOfBabies (line 104) | @Test method testDeterminePregnancyWeek (line 117) | @Test method testDetermineFather (line 140) | @Test method testIsMale (line 166) | @Test method testNotInterestInChildren (line 183) | @Test method testIsAlreadyPregnant (line 201) | @Test method testIsInactive (line 220) | @Test method testIsDeployed (line 240) | @Test method testIsChild (line 261) | @Test method testIsTooOld (line 283) | @Test method testIsClanAndClanProcreationDisabled (line 306) | @Test method testIsPrisonerAndPrisonerProcreationDisabled (line 330) | @Test method testIsPrisonerAndPrisonerProcreationDisabledBondsman (line 355) | @Test method testRandomProcreationRelationshiplessProcreationDisabled (line 380) | @Test method testRandomProcreationSpouseIsFemale (line 408) | @Test method testRandomProcreationSpouseHasNoInterestInChildren (line 439) | @Test method testRandomProcreationSpouseIsInactive (line 471) | @Test method testRandomProcreationSpouseIsDeployed (line 504) | @Test method testRandomProcreationSpouseIsChild (line 538) | @Test method testRandomProcreationSpouseIsClanAndClanRandomProcreationDisabled (line 573) | @Test method testRandomProcreationSpouseIsPrisonAndPrisonerRandomProcreationDisabled (line 609) | @Test method testRandomProcreationSpouseIsPrisonAndPrisonerRandomProcreationDisabledBondsman (line 646) | @Test method testProcreationNoBlockers (line 683) | @Test method testAddPregnancy (line 720) | @Test method testRemovePregnancy (line 766) | @Test method testProcessPregnancyComplications (line 785) | @Test method testProcessNewWeek_ForNonPregnantMale (line 832) | @Test method testProcessNewWeek_ForPregnantFemale (line 843) | @Test method testProcessNewWeek_ForPregnantFemaleWithDueDate (line 859) | @Test method testRandomlyProcreates (line 877) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/procreation/DisabledRandomProcreationTest.java class DisabledRandomProcreationTest (line 48) | @ExtendWith(value = MockitoExtension.class) method beforeEach (line 56) | @BeforeEach method testRandomlyProcreates (line 65) | @Test method testRandomlyDies (line 70) | @Test method testRelationshiplessProcreation (line 75) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/procreation/RandomProcreationTest.java class RandomProcreationTest (line 52) | @ExtendWith(value = MockitoExtension.class) method beforeEach (line 60) | @BeforeEach method testProcreation (line 71) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/skills/AppraisalTest.java class AppraisalTest (line 40) | class AppraisalTest { method testGetAppraisalCostMultiplier_withPositiveMargin (line 41) | @Test method testGetAppraisalCostMultiplier_withNegativeMargin (line 47) | @Test method testGetAppraisalCostMultiplier_withZeroMargin (line 53) | @Test method testGetMarginOfSuccess_withPositiveMultiplier (line 59) | @Test method testGetMarginOfSuccess_withNegativeMultiplier (line 65) | @Test method testGetMarginOfSuccess_withZeroMultiplier (line 71) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/skills/AttributesTest.java class AttributesTest (line 57) | public class AttributesTest { method testDefaultConstructor (line 58) | @Test method testSetStrength (line 70) | @Test method testSetBody (line 91) | @Test method testSetReflexes (line 112) | @Test method testSetDexterity (line 133) | @Test method testSetIntelligence (line 154) | @Test method testSetWillpower (line 175) | @Test method testSetCharisma (line 196) | @Test method testChangeAllAttributes_BelowMinimum (line 214) | @Test method testChangeAllAttributes_AboveMaximum (line 235) | @Test method testChangeAllAttributes_AllPossibleValues (line 252) | @Test method testGetAdjustedAttributeScore_MinimumScore_Edge (line 277) | @Test method testGetAdjustedAttributeScore_MinimumScore_NotEdge (line 288) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/skills/SkillCheckUtilityTest.java class SkillCheckUtilityTest (line 86) | class SkillCheckUtilityTest { method testIsPersonNull_EdgeDisallowed (line 89) | @Test method testIsPersonNull_EdgeAllowed (line 116) | @Test method testIsPersonNull_PerformQuickSkillCheck (line 143) | @Test method testGetTotalAttributeScoreForSkill_SingleLinkedAttribute (line 149) | @Test method testGetTotalAttributeScoreForSkill_TwoLinkedAttributes (line 175) | @Test method testGetTotalAttributeScoreForSkill_NoLinkedAttributes (line 201) | @Test method testGetTotalAttributeScoreForSkill_SingleLinkedAttribute_None (line 227) | @Test method testDetermineTargetNumber_UntrainedWithOneLinkedAttribute (line 253) | @Test method testDetermineTargetNumber_UntrainedWithTwoLinkedAttributes (line 278) | @Test method testDetermineTargetNumber_TrainedWithOneLinkedAttribute (line 304) | @Test method testDetermineTargetNumber_TrainedWithOneLinkedAttribute_AboveNormalAttributeScore (line 354) | @Test method testDetermineTargetNumber_TrainedWithTwoLinkedAttributes (line 395) | @Test method testDetermineTargetNumber_InvalidAttributes (line 444) | @Test method testDetermineTargetNumber_EdgeCaseSkillType (line 475) | @Test method testDetermineTargetNumber_NegativeAttributeModifier (line 502) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/skills/SkillTest.java class SkillTest (line 52) | public class SkillTest { method testGetTotalAttributeModifier_SingleLinkedAttribute (line 53) | @Test method testGetTotalAttributeModifier_TwoLinkedAttributes (line 80) | @Test method testGetTotalAttributeModifier_NoLinkedAttributes (line 107) | @Test method testGetIndividualAttributeModifier (line 134) | @ParameterizedTest FILE: MekHQ/unittests/mekhq/campaign/personnel/skills/SkillTypeTest.java class SkillTypeTest (line 48) | class SkillTypeTest { method allSkillNames (line 50) | static Stream allSkillNames() { method testGetTarget_isValid (line 54) | @ParameterizedTest method testGetSubType_isValid (line 70) | @ParameterizedTest method testGetFirstAttribute_isValid (line 87) | @ParameterizedTest method testGetSecondAttribute_isValid (line 105) | @ParameterizedTest method testGetGreenLevel_isValid (line 122) | @ParameterizedTest method testGetCosts_isValid (line 158) | @ParameterizedTest method testGetFlavorText_flavorTextExists (line 175) | @ParameterizedTest method testGetFlavorText_tagsIncludedWhenRequested (line 190) | @ParameterizedTest method testGetFlavorText_allAttributesIncluded (line 206) | @ParameterizedTest method testGetFlavorText_containsBothAttributesAndHtmlTags (line 238) | @ParameterizedTest FILE: MekHQ/unittests/mekhq/campaign/personnel/skills/TestSkillModifierData.java class TestSkillModifierData (line 41) | public class TestSkillModifierData { method createDefault (line 47) | public static SkillModifierData createDefault() { FILE: MekHQ/unittests/mekhq/campaign/personnel/skills/enums/AgingMilestoneTest.java class AgingMilestoneTest (line 55) | class AgingMilestoneTest { method beforeAll (line 59) | @BeforeAll method milestoneProvider (line 68) | static Stream milestoneProvider() { method testGetMilestone (line 90) | @ParameterizedTest method testGetAgeModifier_strength (line 105) | @Test method ageAndAttributeProvider (line 136) | static Stream ageAndAttributeProvider() { method testGetAgeModifier_allAttributes (line 150) | @ParameterizedTest method testGetLabel (line 179) | @ParameterizedTest FILE: MekHQ/unittests/mekhq/campaign/personnel/skills/enums/MarginOfSuccessTest.java class MarginOfSuccessTest (line 40) | class MarginOfSuccessTest { method testGetLabel_notInvalid (line 41) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/skills/enums/SkillAttributeTest.java class SkillAttributeTest (line 43) | public class SkillAttributeTest { method testFromString_ValidStatus (line 44) | @Test method testFromString_InvalidStatus (line 50) | @Test method testFromString_NullStatus (line 57) | @Test method testFromString_EmptyString (line 64) | @Test method testFromString_FromOrdinal (line 71) | @Test method testGetLabel_notInvalid (line 78) | @Test method testGetShortName_notInvalid (line 86) | @Test method testGetDescription_notInvalid (line 94) | @Test FILE: MekHQ/unittests/mekhq/campaign/personnel/turnoverAndRetention/RetirementDefectionTrackerTest.java class RetirementDefectionTrackerTest (line 61) | class RetirementDefectionTrackerTest { class TestInjuryType (line 66) | private static class TestInjuryType extends InjuryType { method TestInjuryType (line 67) | public TestInjuryType(InjurySubType subType, boolean isPermanent) { method createInjury (line 78) | private Injury createInjury(InjurySubType subType, boolean permanent) { method createPersonWithInjuries (line 83) | private Person createPersonWithInjuries(Injury... injuries) { method prostheticInjuriesAreExcludedFromTurnoverInjuryCount (line 94) | @Test method onlyProstheticInjuriesResultsInZeroTurnoverPenalty (line 107) | @Test method nonPermanentNormalInjuriesAreAlsoExcluded (line 118) | @Test method prostheticOnlyPersonIsNotMedicallyDischarged (line 132) | @Test method personWithRealPermanentInjuryIsMedicallyDischarged (line 142) | @Test FILE: MekHQ/unittests/mekhq/campaign/randomEvents/personalities/enums/AggressionTest.java class AggressionTest (line 52) | public class AggressionTest { method testFromStringVariousInputs (line 53) | @ParameterizedTest method testFromString_Ordinal_All (line 63) | @ParameterizedTest method testGetLabel_notInvalid (line 70) | @ParameterizedTest method provideAggressionsAndIndices (line 77) | static Stream provideAggressionsAndIndices() { method testGetDescription_notInvalid (line 82) | @ParameterizedTest method testGetDescription_InvalidDescriptionIndex (line 89) | @ParameterizedTest method testGetRoninMessage_notInvalid (line 96) | @ParameterizedTest FILE: MekHQ/unittests/mekhq/campaign/randomEvents/personalities/enums/AmbitionTest.java class AmbitionTest (line 50) | public class AmbitionTest { method testFromStringVariousInputs (line 51) | @ParameterizedTest method testFromString_Ordinal_All (line 61) | @ParameterizedTest method testGetLabel_notInvalid (line 68) | @ParameterizedTest method provideAmbitionsAndIndices (line 75) | static Stream provideAmbitionsAndIndices() { method testGetDescription_notInvalid (line 81) | @ParameterizedTest method testGetDescription_InvalidDescriptionIndex (line 88) | @ParameterizedTest method testGetRoninMessage_notInvalid (line 95) | @ParameterizedTest FILE: MekHQ/unittests/mekhq/campaign/randomEvents/personalities/enums/GreedTest.java class GreedTest (line 50) | public class GreedTest { method testFromStringVariousInputs (line 51) | @ParameterizedTest method testFromString_Ordinal_All (line 61) | @ParameterizedTest method testGetLabel_notInvalid (line 68) | @ParameterizedTest method provideGreedsAndIndices (line 75) | static Stream provideGreedsAndIndices() { method testGetDescription_notInvalid (line 81) | @ParameterizedTest method testGetDescription_InvalidDescriptionIndex (line 88) | @ParameterizedTest method testGetRoninMessage_notInvalid (line 95) | @ParameterizedTest FILE: MekHQ/unittests/mekhq/campaign/randomEvents/personalities/enums/PersonalityQuirkTest.java class PersonalityQuirkTest (line 55) | public class PersonalityQuirkTest { method testFromStringVariousInputs (line 56) | @ParameterizedTest method testFromString_Ordinal_All (line 67) | @ParameterizedTest method provideTraitsAndRoles (line 74) | static Stream provideTraitsAndRoles() { method testGetDescription_notInvalid (line 86) | @ParameterizedTest method testGetPersonalityTraitTypeLabel_notInvalid (line 94) | @ParameterizedTest method testGetDescription_InvalidDescriptionIndex (line 101) | @ParameterizedTest FILE: MekHQ/unittests/mekhq/campaign/randomEvents/personalities/enums/PersonalityTraitTypeTest.java class PersonalityTraitTypeTest (line 41) | class PersonalityTraitTypeTest { method testGetLabel_notInvalid (line 42) | @ParameterizedTest FILE: MekHQ/unittests/mekhq/campaign/randomEvents/personalities/enums/ReasoningTest.java class ReasoningTest (line 45) | public class ReasoningTest { method testFromString_ValidStatus (line 46) | @Test method testFromString_InvalidStatus (line 52) | @Test method testFromString_NullStatus (line 59) | @Test method testFromString_EmptyString (line 66) | @Test method testFromString_FromOrdinal (line 73) | @Test method testGetLabel_notInvalid (line 80) | @Test method testGetExamResultsWithSpecificScore (line 88) | @Test FILE: MekHQ/unittests/mekhq/campaign/randomEvents/personalities/enums/SocialTest.java class SocialTest (line 50) | public class SocialTest { method testFromStringVariousInputs (line 51) | @ParameterizedTest method testFromString_Ordinal_All (line 61) | @ParameterizedTest method testGetLabel_notInvalid (line 68) | @ParameterizedTest method provideSocialsAndIndices (line 75) | static Stream provideSocialsAndIndices() { method testGetDescription_notInvalid (line 81) | @ParameterizedTest method testGetDescription_InvalidDescriptionIndex (line 88) | @ParameterizedTest method testGetRoninMessage_notInvalid (line 95) | @ParameterizedTest FILE: MekHQ/unittests/mekhq/campaign/randomEvents/prisoners/CapturePrisonersTest.java class CapturePrisonersTest (line 76) | class CapturePrisonersTest { method setup (line 79) | @BeforeAll method testCapturePrisoners_Ground (line 85) | @Test method testCapturePrisoners_Ground_ActiveProbe (line 114) | @Test method testCapturePrisoners_Ground_ImprovedSensors (line 144) | @Test method testCapturePrisoners_Space (line 174) | @Test method testAttemptCaptureOfNPC_PickedUp (line 202) | @Test method testAttemptCaptureOfNPC_NotPickedUp_Captured (line 223) | @Test method testAttemptCaptureOfNPC_NotPickedUp_Escaped (line 251) | @Test method testProcessPrisoner_CampaignOperations_InnerSphereFaction (line 279) | @Test method testProcessPrisoner_CampaignOperations_ClanFaction_TakenAsPrisoner (line 314) | @Test method testProcessPrisoner_CampaignOperations_ClanFaction_TakenAsBondsman (line 349) | @Test method testProcessPrisoner_MekHQ_InnerSphereFaction (line 386) | @Test method testProcessPrisoner_MekHQ_ClanFaction_TakenAsPrisoner (line 421) | @Test method testProcessPrisoner_MekHQ_ClanFaction_TakenAsBondsman (line 456) | @Test method testDetermineDefectionChance (line 493) | @Test method testDetermineDefection_Chance_MercenaryPrisoner (line 521) | @Test method testDetermineDefection_Chance_ClanPrisoner_NotDezgraFaction (line 553) | @Test method testDetermineDefection_Chance_ClanPrisoner_DezgraFaction (line 583) | @Test method getPartAvailability (line 625) | private AvailabilityValue getPartAvailability(LocalDate today, boolean... FILE: MekHQ/unittests/mekhq/campaign/randomEvents/prisoners/EventEffectsManagerTest.java class EventEffectsManagerTest (line 81) | class EventEffectsManagerTest { method testEventEffectPrisonerCapacity (line 82) | @Test method getReport (line 101) | private static String getReport(int MAGNITUDE, Campaign mockCampaign) { method testEventEffectInjury_NoAdvancedMedical (line 114) | @Test method testEventEffectInjury_WithAdvancedMedical (line 144) | @Test method testEventEffectInjuryPercent_NoAdvancedMedical (line 181) | @Test method testEventEffectInjuryPercent_WithAdvancedMedical (line 221) | @Test method testEventEffectDeath (line 265) | @Test method testEventEffectDeathPercent (line 300) | @Test method testEventEffectSkill (line 342) | @Test method testEventEffectLoyaltyOne (line 377) | @Test method testEventEffectLoyaltyAll (line 412) | @Test method testEventEffectEscape (line 456) | @Test method testEventEffectEscapePercent (line 494) | @Test method testEventEffectFatigueOne (line 532) | @Test method testEventEffectFatigueAll (line 568) | @Test method testEventEffectSupportPoint (line 613) | @Test method testEventEffectUniqueBartering (line 648) | @Test method testEventEffectUniqueMistake (line 683) | @Test method testEventEffectUniqueUndercover (line 729) | @Test method testEventEffectUniquePoison (line 770) | @Test FILE: MekHQ/unittests/mekhq/campaign/randomEvents/prisoners/PrisonerEventManagerTest.java class PrisonerEventManagerTest (line 67) | public class PrisonerEventManagerTest { method testDegradeTemporaryCapacity_DegradeDownTowardsDefault (line 68) | @Test method testDegradeTemporaryCapacity_DegradeDownTowardsDefault_ResultBelowDefault (line 98) | @Test method testDegradeTemporaryCapacity_DegradeUpTowardsDefault (line 126) | @Test method testDegradeTemporaryCapacity_DegradeUpTowardsDefault_ResultAboveDefault (line 157) | @Test method testCheckForRansomEvents_NoEvent (line 185) | @Test method testCheckForRansomEvents_EnemyEvent (line 223) | @Test method testCheckForRansomEvents_FriendlyEvent (line 269) | @Test method testCheckForPrisonerEvents_NoEvent (line 316) | @Test method testCheckForPrisonerEvents_MinorEvent (line 345) | @Test method testCheckForPrisonerEvents_MinorEvent_Automatic_BelowThreshold (line 374) | @Test method testCheckForPrisonerEvents_MinorEvent_Automatic_AboveThreshold (line 403) | @Test method testCheckForPrisonerEvents_MajorEvent (line 432) | @Test method testCheckForPrisonerEvents_MajorEvent_NotEnoughPrisoners (line 461) | @Test method testCheckForPrisonerEvents_MajorEvent_Automatic (line 490) | @Test FILE: MekHQ/unittests/mekhq/campaign/randomEvents/prisoners/PrisonerMissionEndEventTest.java class PrisonerMissionEndEventTest (line 67) | class PrisonerMissionEndEventTest { method testDetermineGoodEventChance_NoCrime (line 68) | @Test method testDetermineGoodEventChance_SomeCrime (line 92) | @Test method testDetermineGoodEventChance_AllTheCrime (line 120) | @Test method testGetRansom_MekWarrior (line 148) | @Test method testGetRansom_Other (line 181) | @Test FILE: MekHQ/unittests/mekhq/campaign/randomEvents/prisoners/enums/MobTypeTest.java class MobTypeTest (line 49) | class MobTypeTest { method testToStringSmall (line 50) | @Test FILE: MekHQ/unittests/mekhq/campaign/randomEvents/prisoners/enums/PrisonerCaptureStyleTest.java class PrisonerCaptureStyleTest (line 47) | public class PrisonerCaptureStyleTest { method testGetLabel_notInvalid (line 48) | @Test method testGetTitleExtension_notInvalid (line 56) | @Test FILE: MekHQ/unittests/mekhq/campaign/randomEvents/prisoners/enums/PrisonerStatusTest.java class PrisonerStatusTest (line 43) | public class PrisonerStatusTest { method testParseFromString_ValidStatus (line 44) | @Test method testParseFromString_InvalidStatus (line 50) | @Test method testParseFromString_NullStatus (line 57) | @Test method testParseFromString_EmptyString (line 64) | @Test method testGetLabel_notInvalid (line 71) | @Test method testGetTitleExtension_notInvalid (line 79) | @Test FILE: MekHQ/unittests/mekhq/campaign/report/TransportReportTest.java class TransportReportTest (line 46) | class TransportReportTest { method getTransportDetailsShowsColumnHeaders (line 47) | @Test method getTransportDetailsShowsHeavyVehiclesPlacedInSuperHeavyBays (line 63) | @Test method getTransportDetailsSeparatesSuperHeavyOccupantsFromHeavyOverflow (line 86) | @Test method getTransportDetailsShowsLightBeforeHeavyInSuperHeavyBays (line 105) | @Test method getTransportDetailsShowsLightVehiclesPlacedInHeavyBays (line 120) | @Test method getTransportDetailsShowsLightVehiclesPlacedInSuperHeavyBays (line 140) | @Test method getTransportDetailsShowsFightersPlacedInSmallCraftBays (line 158) | @Test method getTransportDetailsShowsSuperHeavyVehiclesInSuperHeavyBays (line 176) | @Test method lineStartingWith (line 192) | private static String lineStartingWith(String report, String prefix) { method assertDetailLineHasCountOnly (line 199) | private static void assertDetailLineHasCountOnly(String line, int coun... FILE: MekHQ/unittests/mekhq/campaign/stratCon/StratConRulesManagerTest.java class StratConRulesManagerTest (line 85) | class StratConRulesManagerTest { method setupProcessForceDeploymentMocks (line 91) | private void setupProcessForceDeploymentMocks(Campaign campaign, Campa... method officialChallenge_deployToCoordsDoesNotAutoAssign_assignForceToScenarioCommits (line 130) | @Test method deployForceToCoords_nonChallengeScenario_autoAssignsForce (line 177) | @Test method assignForceToScenario_nonChallengeScenario_commitsSelectedForce (line 221) | @Test method generateScenarioForExistingForces_officialChallenge_doesNotOverrideAutoAssignment (line 271) | @Test method generateScenarioForExistingForces_nonChallenge_overridesAutoAssignment (line 313) | @Test method setupIsValidUnitMocks (line 363) | private Object[] setupIsValidUnitMocks(int unitType, boolean hasUnstre... method isValidUnitForScenario_normalDropshipOnGround_allowed (line 401) | @Test method isValidUnitForScenario_unstreamlinedDropshipOnGroundWithAtmosphere_rejected (line 413) | @Test method isValidUnitForScenario_unstreamlinedDropshipOnGroundWithVacuum_allowed (line 425) | @Test method isValidUnitForScenario_unstreamlinedDropshipInSpace_allowed (line 437) | @Test method isValidUnitForScenario_unstreamlinedDropshipOnLowAtmosphereWithAtmosphere_rejected (line 449) | @Test method isValidUnitForScenario_unstreamlinedDropshipNullPlanet_rejected (line 461) | @Test method isValidUnitForScenario_dropshipWhenDropShipsDisabled_rejected (line 473) | @Test method isValidUnitForScenario_doomedOnGround_rejected (line 485) | @Test FILE: MekHQ/unittests/mekhq/campaign/stratCon/StratConTerrainPlacerTest.java class StratConTerrainPlacerTest (line 43) | class StratConTerrainPlacerTest { method initializeTrackTerrain_withExtremeColdTemperature_doesNotThrowNPE (line 50) | @Test method initializeTrackTerrain_withNormalTemperature_succeeds (line 69) | @Test method initializeTrackTerrain_atAbsoluteZero_succeeds (line 83) | @Test FILE: MekHQ/unittests/mekhq/campaign/unit/CargoCapacityTest.java class CargoCapacityTest (line 76) | class CargoCapacityTest { method getForceTypes (line 98) | private static Stream getForceTypes() { method setup (line 102) | @BeforeEach method testCargoCapacityOfCargoMek (line 114) | @ParameterizedTest method testCargoCapacityOfCargoMekKilledLocations (line 121) | @ParameterizedTest method testCargoCapacityOfCargoMekKilledBays (line 130) | @ParameterizedTest method testCargoCapacityOfCargoMekKillEverything (line 139) | @ParameterizedTest method testCargoCapacityOfLiftHoistMek (line 149) | @ParameterizedTest method testCargoCapacityOfLiftHoistMekKilledLocations (line 156) | @ParameterizedTest method testCargoCapacityOfLiftHoistMekKilledBays (line 165) | @ParameterizedTest method testCargoCapacityOfLiftHoistMekKillEverything (line 174) | @ParameterizedTest method testCargoCapacityOfCargoDropShip (line 184) | @ParameterizedTest method testCargoCapacityOfCargoDropShipKilledLocations (line 191) | @ParameterizedTest method testCargoCapacityOfCargoDropShipKilledBays (line 200) | @ParameterizedTest method testCargoCapacityOfCargoDropShipKillEverything (line 209) | @ParameterizedTest method testCargoCapacityOfCargoFighter (line 219) | @ParameterizedTest method testCargoCapacityOfCargoFighterKilledLocations (line 226) | @ParameterizedTest method testCargoCapacityOfCargoFighterKilledBays (line 235) | @ParameterizedTest method testCargoCapacityOfCargoFighterKillEverything (line 244) | @ParameterizedTest method testCargoCapacityOfCargoTank (line 254) | @ParameterizedTest method testCargoCapacityOfCargoTankKilledLocations (line 261) | @ParameterizedTest method testCargoCapacityOfCargoTankKilledBays (line 270) | @ParameterizedTest method testCargoCapacityOfCargoTankKillEverything (line 279) | @ParameterizedTest method killBays (line 297) | private void killBays(Entity entity) { method killCargoLocations (line 311) | private void killCargoLocations(Entity entity) { method getEntityForUnitTestingCargoCapacity (line 324) | private Entity getEntityForUnitTestingCargoCapacity(String name, boole... method getTotalCargoCapacity (line 354) | public double getTotalCargoCapacity(FormationType formationType) { method getCargoCapacityBaysDestroyed (line 362) | public double getCargoCapacityBaysDestroyed(FormationType formationTyp... method getCargoCapacityOtherDestroyed (line 370) | public double getCargoCapacityOtherDestroyed(FormationType formationTy... method getCargoCapacityAllDestroyed (line 378) | public double getCargoCapacityAllDestroyed(FormationType formationType) { method testCargoTotal (line 399) | private void testCargoTotal(Entity entity, double expectedCargoTotal, ... FILE: MekHQ/unittests/mekhq/campaign/unit/HangarStatisticsTest.java class HangarStatisticsTest (line 45) | class HangarStatisticsTest { method getNumberOfSuperHeavyVehiclesCountsSuperHeavyVehicleBayType (line 49) | @Test method getOccupiedSuperHeavyVehicleBaysCapsAtPresentCapacity (line 59) | @Test method getTotalSuperHeavyVehicleBaysIgnoresUnitsNotPresent (line 71) | @Test method presentUnitWithEntity (line 84) | private static Unit presentUnitWithEntity(Entity entity) { method unitWithEntity (line 90) | private static Unit unitWithEntity(Entity entity) { method vehicleWithWeight (line 96) | private static Entity vehicleWithWeight(double weight) { FILE: MekHQ/unittests/mekhq/campaign/unit/LegacyUnitShipTransportTest.java class LegacyUnitShipTransportTest (line 73) | public class LegacyUnitShipTransportTest { method before (line 75) | @BeforeAll method basicTransportedUnits (line 82) | @Test method isCarryingAeroAndGround (line 149) | @Test method testUnitTypeForAerosMatchesAeroBayType (line 194) | @Test method unloadFromTransportShipDoesNothingIfNotLoaded (line 224) | @Test method unloadFromTransportShipDoesNothingIfLoadedOnAnotherShip (line 242) | @Test FILE: MekHQ/unittests/mekhq/campaign/unit/UnitIOTest.java class UnitIOTest (line 81) | public class UnitIOTest { class WriteToXMLTests (line 87) | @Nested method setupAll (line 93) | @BeforeAll method setup (line 98) | @BeforeEach method getTempCrewRoles (line 178) | private static Stream getTempCrewRoles() { method writeUnitToXMLDocument (line 194) | private Document writeUnitToXMLDocument(Unit unit) throws Exception { method testBasicXMLStructure (line 213) | @Test method testNoTempCrewMapWhenEmpty (line 235) | @Test method testTempCrewMapWrittenWhenPresent (line 253) | @Test method testSingleTempCrewRoleSerialization (line 274) | @ParameterizedTest method testMultipleTempCrewRolesSerialization (line 308) | @Test method testZeroTempCrewNotWritten (line 359) | @Test method testUpdatedTempCrewCount (line 379) | @Test method testRemovingOneRoleFromMultiple (line 406) | @Test method testLargeTempCrewCount (line 436) | @Test method testAllTempCrewRolesTogether (line 459) | @Test class GenerateInstanceFromXMLTests (line 497) | @Nested method setupAll (line 504) | @BeforeAll method setup (line 509) | @BeforeEach method getTempCrewRoles (line 534) | private static Stream getTempCrewRoles() { method serializeAndDeserialize (line 550) | private Unit serializeAndDeserialize(Unit originalUnit) throws Excep... method testNoTempCrewDeserialization (line 581) | @Test method testSingleTempCrewRoleDeserialization (line 603) | @ParameterizedTest method testMultipleTempCrewRolesDeserialization (line 624) | @Test method testLargeTempCrewCountDeserialization (line 649) | @Test method testAllTempCrewRolesDeserialization (line 669) | @Test method testZeroTempCrewNotDeserialized (line 701) | @Test FILE: MekHQ/unittests/mekhq/campaign/unit/UnitPersonTest.java class UnitPersonTest (line 74) | public class UnitPersonTest { method testGetTechReturnsTech (line 75) | @Test method testGetTechReturnsEngineerIfPresent (line 101) | @Test method testNoTechRemoveTech (line 133) | @Test method testRemoveTech (line 150) | @Test method testUnitIsUnmaintained (line 176) | @Test method testUnitCompleteActivationRemovesTech (line 210) | @Test method testUnitIsUnmanned (line 234) | @Test method testDriver (line 255) | @Test method testGunner (line 314) | @Test method testVesselCrew (line 373) | @Test method testTechOfficer (line 421) | @Test method testNavigator (line 479) | @Test class UnitTempCrewTests (line 541) | @Nested method setupAll (line 549) | @BeforeAll method setup (line 555) | @BeforeEach method getTempCrewRoles (line 636) | private static Stream getTempCrewRoles() { class TempCrewTests (line 652) | @Nested method getTempCrewRoles (line 655) | private static Stream getTempCrewRoles() { method testInitialTempCrewStateIsZero (line 663) | @ParameterizedTest method testSetTempCrewToPositiveValue (line 673) | @ParameterizedTest method testSetTempCrewToZeroRemovesRole (line 690) | @ParameterizedTest method testSetTempCrewToNegativeRemovesRole (line 708) | @ParameterizedTest method testUpdateTempCrewValue (line 725) | @ParameterizedTest method testMultipleRolesWithTempCrew (line 742) | @Test method testTempCrewRoleIsolation (line 760) | @Test class TotalTempCrewTests (line 778) | @Nested method testGetTotalTempCrewWithNoTempCrew (line 785) | @Test method testGetTotalTempCrewWithSingleRole (line 793) | @Test method testGetTotalTempCrewWithMultipleRoles (line 808) | @Test method testGetTotalTempCrewAfterRemoval (line 825) | @Test class BlobCrewStatusTests (line 843) | @Nested method getTempCrewRoles (line 846) | private static Stream getTempCrewRoles() { method testIsUsingBlobCrewReturnsFalseWhenNoTempCrew (line 854) | @Test method testIsUsingBlobCrewReturnsTrueWhenTempCrewAssigned (line 863) | @ParameterizedTest method testIsUsingBlobCrewReturnsFalseAfterRemoval (line 877) | @Test method testIsUsingBlobCrewReturnsTrueWithMultipleRoles (line 895) | @Test class ResetPilotAndEntityTests (line 913) | @Nested method testMissingCrewMarkedAsMissingWithoutTempCrew (line 920) | @Test method testTempCrewFillsMissingSlots (line 956) | @Test method testTempCrewPartialFill (line 1022) | @Test class EntityRoleCompatibilityTests (line 1063) | @Nested method getEntityRoles (line 1070) | private static Stream getEntityRoles() { method testEntityReturnsCorrectRoles (line 1094) | @ParameterizedTest method testSetTempCrewForCompatibleRole (line 1151) | @Test class RoleSpecificTests (line 1169) | @Nested class SoldierTempCrewTests (line 1172) | @Nested method testSoldierTempCrewOperations (line 1174) | @Test class BattleArmorTempCrewTests (line 1186) | @Nested method testBattleArmorTempCrewOperations (line 1188) | @Test class VehicleCrewGroundTempCrewTests (line 1200) | @Nested method testVehicleCrewGroundTempCrewOperations (line 1202) | @Test class VehicleCrewVTOLTempCrewTests (line 1214) | @Nested method testVehicleCrewVTOLTempCrewOperations (line 1216) | @Test class VehicleCrewNavalTempCrewTests (line 1228) | @Nested method testVehicleCrewNavalTempCrewOperations (line 1230) | @Test class VesselPilotTempCrewTests (line 1242) | @Nested method testVesselPilotTempCrewOperations (line 1244) | @Test class VesselGunnerTempCrewTests (line 1256) | @Nested method testVesselGunnerTempCrewOperations (line 1258) | @Test class VesselCrewTempCrewTests (line 1270) | @Nested method testVesselCrewTempCrewOperations (line 1272) | @Test method getMockCommander (line 1286) | private Person getMockCommander() { FILE: MekHQ/unittests/mekhq/campaign/unit/UnitQuirksTest.java class UnitQuirksTest (line 52) | public class UnitQuirksTest { method testGetQuirks (line 53) | @Test method testGetQuirksEmptyWhenQuirksOff (line 67) | @Test method testGetQuirksListHTML (line 81) | @Test method testGetQuirksListHTMLEmptyWhenQuirksOff (line 99) | @Test FILE: MekHQ/unittests/mekhq/campaign/unit/UnitTestUtilities.java class UnitTestUtilities (line 48) | public final class UnitTestUtilities { method addAndGetUnit (line 50) | public static Unit addAndGetUnit(Campaign campaign, Entity entity) { method ParseBase64MtfFile (line 60) | public static @Nullable Entity ParseBase64MtfFile(String base64) { method parseBase64BlkFile (line 72) | public static Entity parseBase64BlkFile(String base64) { method getLocustLCT1V (line 113) | public static Entity getLocustLCT1V() { method getLocustLCT1E (line 149) | public static Entity getLocustLCT1E() { method getWaspLAMMk1 (line 219) | public static Entity getWaspLAMMk1() { method getArionStandard (line 256) | public static Entity getArionStandard() { method getJavelinJVN10N (line 292) | public static Entity getJavelinJVN10N() { method getJavelinJVN10A (line 361) | public static Entity getJavelinJVN10A() { method getFleaFLE4 (line 396) | public static Entity getFleaFLE4() { method getFleaFLE15 (line 463) | public static Entity getFleaFLE15() { method getMasakariWarhawkA (line 533) | public static Entity getMasakariWarhawkA() { method getMasakariWarhawkB (line 620) | public static Entity getMasakariWarhawkB() { method getHeavyTrackedApcStandard (line 714) | public static Entity getHeavyTrackedApcStandard() { method getHeavyTrackedApcMg (line 729) | public static Entity getHeavyTrackedApcMg() { FILE: MekHQ/unittests/mekhq/campaign/unit/UnitTransportTest.java class UnitTransportTest (line 65) | public class UnitTransportTest { method before (line 67) | @BeforeAll method basicTransportedUnits (line 74) | @ParameterizedTest method isCarryingAeroAndGround (line 142) | @ParameterizedTest method testUnitTypeForAerosMatchesAeroBayType (line 180) | @ParameterizedTest method unloadFromTransportDoesNothingIfNotLoaded (line 211) | @ParameterizedTest method unloadFromTransportDoesNothingIfLoadedOnAnotherTransport (line 229) | @ParameterizedTest FILE: MekHQ/unittests/mekhq/campaign/unit/actions/AdjustLargeCraftAmmoActionTest.java class AdjustLargeCraftAmmoActionTest (line 64) | public class AdjustLargeCraftAmmoActionTest { method onlyAcceptsEntitiesUsingBayWeapons (line 65) | @Test method doesNothingWithNoAmmoBays (line 84) | @Test method addsMissingBins (line 104) | @Test method updatesExistingBayToMatchType (line 162) | @Test method addsMissingBinsSkipsNonLargeCraftBins (line 199) | @Test method updatesExistingBayToMatchTypeSkipsNonLargeCraftBins (line 259) | @Test FILE: MekHQ/unittests/mekhq/campaign/unit/actions/HirePersonnelUnitActionTest.java class HirePersonnelUnitActionTest (line 52) | public class HirePersonnelUnitActionTest { method fullUnitTakesNoAction (line 53) | @Test method actionPassesAlongGMSetting (line 77) | @Test method mekNeedingDriverAddsDriver (line 108) | @Test method mekDoesntAddDriverIfRecruitFails (line 139) | @Test method lamNeedingDriverAddsDriver (line 167) | @Test method mekNeedingGunnerAddsGunner (line 198) | @Test method tankNeedingGunnerAddsGunner (line 228) | @Test method spaceShipNeedingGunnerAddsGunner (line 259) | @Test method smallCraftNeedingGunnerAddsGunner (line 289) | @Test method spaceShipNeedingCrewAddsCrew (line 319) | @Test method supportVehicleNeedingCrewAddsCrew (line 351) | @Test method spaceShipNeedingNavigatorAddsNavigator (line 383) | @Test method mekNeedingTechOfficerAddsTechOfficer (line 414) | @Test method tankNeedingTechOfficerAddsTechOfficer (line 444) | @Test FILE: MekHQ/unittests/mekhq/campaign/unit/actions/RestoreUnitActionTest.java class RestoreUnitActionTest (line 60) | public class RestoreUnitActionTest { method restoreUnitSwitchesOutEntityAndParts (line 61) | @Test method restoreUnitUsingOldStrategy (line 112) | @Test FILE: MekHQ/unittests/mekhq/campaign/unit/actions/StripUnitActionTest.java class StripUnitActionTest (line 47) | public class StripUnitActionTest { method beforeAll (line 48) | @BeforeAll method strippedMekHasNoSalvageableParts (line 58) | @Test method strippedLAMHasNoSalvageableParts (line 67) | @Test method strippedQuadVeeHasNoSalvageableParts (line 76) | @Test method strippedUnitIsSalvaged (line 85) | @Test FILE: MekHQ/unittests/mekhq/campaign/unit/actions/SwapAmmoTypeActionTest.java class SwapAmmoTypeActionTest (line 49) | public class SwapAmmoTypeActionTest { method swapAmmoTypeSwapsMunitions (line 50) | @Test method swapAmmoTypeSwapsMunitionsOnlyForSelectedUnit (line 84) | @Test FILE: MekHQ/unittests/mekhq/campaign/unit/cleanup/ApproximateMatchStepTest.java class ApproximateMatchStepTest (line 51) | public class ApproximateMatchStepTest { method notAmmoBinTest (line 52) | @Test method noMatchingEquipmentTest (line 64) | @Test method mountDoesNotMatchEquipmentTest (line 76) | @Test method mountDoesNotMatchAmmoTypeTest (line 93) | @Test method mountMatchesEquipmentTest (line 110) | @Test FILE: MekHQ/unittests/mekhq/campaign/unit/cleanup/EquipmentProposalTest.java class EquipmentProposalTest (line 53) | class EquipmentProposalTest { method getUnitTest (line 55) | @Test method considerTest (line 63) | @Test method includeEquipmentTest (line 83) | @Test method getOriginalMappingTest (line 105) | @Test method proposeMappingTest (line 126) | @Test method isReducedTest (line 164) | @Test method applyTest (line 198) | @Test FILE: MekHQ/unittests/mekhq/campaign/unit/cleanup/EquipmentUnscramblerTest.java class EquipmentUnscramblerTest (line 65) | public class EquipmentUnscramblerTest { method createTest (line 66) | @Test method unscrambleSimpleTest (line 81) | @Test method unscrambleSimpleEquipmentMoveTest (line 115) | @Test method unscrambleSimpleAmmoTypeDifferenceTest (line 153) | @Test method unscrambleSimpleAmmoBinsMovedTest (line 189) | @Test method unscrambleDuplicatePartTest (line 228) | @Test method unscrambleMissingPartTest (line 268) | @Test method createEquipment (line 308) | private Mounted createEquipment(Entity entity, int equipmentNum, Equip... method createPart (line 317) | private EquipmentPart createPart(int equipmentNum, EquipmentType type) { method createMissingPart (line 329) | private MissingEquipmentPart createMissingPart(int equipmentNum, Equip... method createPart (line 341) | private AmmoBin createPart(int equipmentNum, AmmoType type) { method equipmentList (line 354) | private List> equipmentList(Mounted... equipment) { FILE: MekHQ/unittests/mekhq/campaign/unit/cleanup/ExactMatchStepTest.java class ExactMatchStepTest (line 54) | public class ExactMatchStepTest { method noMatchingEquipmentTest (line 55) | @Test method noMatchingMissingEquipmentTest (line 67) | @Test method mountDoesNotMatchEquipmentTest (line 79) | @Test method mountDoesNotMatchMissingEquipmentTest (line 96) | @Test method mountMatchesEquipmentTest (line 113) | @Test method mountMatchesMissingEquipmentTest (line 131) | @Test method missingAmmoBinWithNonAmmoTypeMountDoesNotThrowTest (line 149) | @Test method missingAmmoBinWithAmmoTypeMountProposesMapping (line 169) | @Test FILE: MekHQ/unittests/mekhq/campaign/unit/cleanup/MovedAmmoBinTest.java class MovedAmmoBinTest (line 53) | class MovedAmmoBinTest { method notAmmoBinEquipmentTest (line 54) | @Test method noMatchingEquipmentTest (line 66) | @Test method doesNotMatchDestroyedEquipmentTest (line 79) | @Test method doesNotMatchEquipmentTest (line 94) | @Test method doesNotMatchAmmoTypeTest (line 110) | @Test method mountMatchesEquipmentTest (line 126) | @Test FILE: MekHQ/unittests/mekhq/campaign/unit/cleanup/MovedEquipmentStepTest.java class MovedEquipmentStepTest (line 52) | public class MovedEquipmentStepTest { method noMatchingEquipmentTest (line 53) | @Test method noMatchingMissingEquipmentTest (line 66) | @Test method doesNotMatchDestroyedEquipmentTest (line 79) | @Test method doesNotMatchDestroyedMissingEquipmentTest (line 96) | @Test method doesNotMatchEquipmentTest (line 111) | @Test method doesNotMatchMissingEquipmentTest (line 127) | @Test method mountMatchesEquipmentTest (line 143) | @Test method mountMatchesMissingEquipmentTest (line 160) | @Test FILE: MekHQ/unittests/mekhq/campaign/universe/FactionBorderTrackerTest.java class FactionBorderTrackerTest (line 51) | public class FactionBorderTrackerTest { method buildTestTracker (line 59) | private FactionBorderTracker buildTestTracker() { method createFaction (line 76) | private Faction createFaction(final String key, final boolean peripher... method createSystem (line 84) | private PlanetarySystem createSystem(final double x, final double y, F... method testFactionBorderTrackerAllPlanets (line 94) | @Test method testFactionBorderTrackerSmallerRegion (line 110) | @Test method testFactionBorderTrackerEmptyRegion (line 123) | @Test method testDefaultBorderSize (line 137) | @Test method testSetBorderSize (line 150) | @Test method testHexRegionContainsReturnsFalseOutsideBoundingRect (line 160) | @Test method testHexRegionContainsReturnsTrueInnerBoundingRect (line 170) | @Test method testHexRegionContainsNearSides (line 180) | @Test FILE: MekHQ/unittests/mekhq/campaign/universe/FactionBordersTest.java class FactionBordersTest (line 47) | public class FactionBordersTest { method createFaction (line 52) | private Faction createFaction(final String key, final boolean peripher... method createSystem (line 59) | private PlanetarySystem createSystem(final double x, final double y, F... method testGetBorderPlanetsFactionBorders (line 69) | @Test FILE: MekHQ/unittests/mekhq/campaign/universe/FactionsIntegrationTest.java class FactionsIntegrationTest (line 49) | public class FactionsIntegrationTest { method setUp (line 52) | @BeforeAll method loadDefaultTest (line 58) | @Test FILE: MekHQ/unittests/mekhq/campaign/universe/RandomFactionGeneratorTest.java class RandomFactionGeneratorTest (line 55) | public class RandomFactionGeneratorTest { method init (line 63) | @BeforeEach method createTestBorderTracker (line 68) | private FactionBorderTracker createTestBorderTracker() { method createTestFaction (line 97) | private static Faction createTestFaction(final String id, final boolea... method createTestSystem (line 109) | private static PlanetarySystem createTestSystem(final double x, final ... method createTestHints (line 118) | private FactionHints createTestHints() { method createTestRFG (line 124) | private RandomFactionGenerator createTestRFG() { method testCurrentFactions (line 128) | @Test method testGetEmployers (line 139) | @Test method testGetEmployer (line 151) | @Test method testGetEnemy (line 158) | @Test method testGetEnemyList (line 168) | @Test method testGetMissionTarget (line 180) | @Test method testAlliance (line 189) | @Test method testCivilWar (line 200) | @Test method testNeutralFaction (line 211) | @Test method testContainedFactionOpponents (line 224) | @Test method testExtinctFactionExcludedFromCurrentFactions (line 242) | @Test method testExtinctFactionExcludedFromEmployers (line 254) | @Test method testExtinctContainedFactionExcluded (line 266) | @Test method testExtinctFactionExcludedFromEnemyList (line 282) | @Test method testExtinctFactionExcludedAsPirateOpponent (line 294) | @Test method testExtinctFactionNeverChosenAsEmployer (line 313) | @Test method testContainedFactionCanBeChosenAsEmployer (line 333) | @Test FILE: MekHQ/unittests/mekhq/campaign/universe/RegionPerimeterTest.java class RegionPerimeterTest (line 49) | public class RegionPerimeterTest { method createMockSystem (line 51) | private PlanetarySystem createMockSystem(final double x, final double ... method testLeastYSorter (line 59) | @Test method testVectorCrossProductSameQuadrant (line 73) | @Test method testVectorCrossProductDifferentQuadrant (line 83) | @Test method testVectorCrossProductCollinear (line 93) | @Test method testGrahamScanPointSorter (line 102) | @Test method testFindBorderOf3x3Grid (line 125) | @Test method testIsInsideRegion (line 141) | @Test method testIntersectionTriangleClippedByRectangle (line 161) | @Test method testIntersectionNonOverlappingRegions (line 182) | @Test method testScaledIntersection (line 198) | @Test FILE: MekHQ/unittests/mekhq/campaign/universe/TestSystems.java class TestSystems (line 36) | public class TestSystems extends Systems { method getInstance (line 40) | public static TestSystems getInstance() { method setInstance (line 48) | public static void setInstance(TestSystems instance) { method TestSystems (line 52) | public TestSystems() { FILE: MekHQ/unittests/mekhq/campaign/universe/enums/BattleMekFactionGenerationMethodTest.java class BattleMekFactionGenerationMethodTest (line 49) | class BattleMekFactionGenerationMethodTest { method testGetToolTipText (line 58) | @Test method testIsOriginFaction (line 68) | @Test method testIsCampaignFaction (line 79) | @Test method testIsSpecifiedFaction (line 90) | @Test method testGenerateFaction (line 102) | @Test method testToStringOverride (line 128) | @Test FILE: MekHQ/unittests/mekhq/campaign/universe/enums/CompanyGenerationMethodTest.java class CompanyGenerationMethodTest (line 54) | class CompanyGenerationMethodTest { method testGetToolTipText (line 63) | @Test method testIsAgainstTheBot (line 73) | @Test method testIsWindchild (line 84) | @Test method testGetGenerator (line 96) | @Test method testToStringOverride (line 114) | @Test FILE: MekHQ/unittests/mekhq/campaign/universe/enums/MysteryBoxTypeTest.java class MysteryBoxTypeTest (line 44) | public class MysteryBoxTypeTest { method testGetToolTipText (line 53) | @Test method testIsThirdSuccessionWar (line 63) | @Test method testIsStarLeagueRoyal (line 74) | @Test method testIsStarLeagueRegular (line 85) | @Test method testIsInnerSphereExperimental (line 96) | @Test method testIsClanKeshik (line 107) | @Test method testIsClanFrontLine (line 118) | @Test method testIsClanSecondLine (line 129) | @Test method testIsClanExperimental (line 140) | @Test method testToStringOverride (line 152) | @Test FILE: MekHQ/unittests/mekhq/campaign/universe/factionHints/FactionHintsTest.java class FactionHintsTest (line 49) | public class FactionHintsTest { method createTestFaction (line 51) | private Faction createTestFaction(final String id) { method testIsAlliedWith (line 57) | @Test method testIsRivalOf (line 72) | @Test method testIsAtWarWith (line 87) | @Test method testGetCurrentWar (line 102) | @Test method testIsNeutralFactionException (line 121) | @Test method testGetContainedFactions (line 137) | @Test method testIsContainedFactionOpponent (line 153) | @Test FILE: MekHQ/unittests/mekhq/campaign/universe/factionStanding/AccoladeEntryTest.java class AccoladeEntryTest (line 48) | class AccoladeEntryTest { method testCanImprove (line 51) | @ParameterizedTest(name = "canImprove: monthsToAdd={0}, accoladeLevel=... method provideDifferentStandingLevels (line 76) | private static Stream provideDifferentStandingLevels() { method testCanImproveWithDifferentStandingLevels (line 88) | @ParameterizedTest(name = "canImproveWithDifferentStandingLevels: {0},... method provideCooldownDateCases (line 106) | private static Stream provideCooldownDateCases() { method testCanImproveWithReachingCooldownDate (line 114) | @ParameterizedTest(name = "canImproveAtCooldownDate: {0}, {1}, {2}") FILE: MekHQ/unittests/mekhq/campaign/universe/factionStanding/CensureEntryTest.java class CensureEntryTest (line 46) | class CensureEntryTest { method testHasExpired_param (line 50) | @ParameterizedTest(name = "hasExpired: monthsToAdd={0}, expectedExpire... method testCanEscalate_param (line 69) | @ParameterizedTest(name = "canEscalate: monthsToAdd={0}, censureLevel=... FILE: MekHQ/unittests/mekhq/campaign/universe/factionStanding/FactionAccoladeEventAdoptionTextTest.java class FactionAccoladeEventAdoptionTextTest (line 51) | class FactionAccoladeEventAdoptionTextTest { method adoptionOocResourceContainsFactionNamePlaceholder (line 55) | @Test method adoptionOocFormattingSubstitutesFactionName (line 63) | @Test FILE: MekHQ/unittests/mekhq/campaign/universe/factionStanding/FactionAccoladeLevelTest.java class FactionAccoladeLevelTest (line 44) | class FactionAccoladeLevelTest { method testAccoladeLevelOrdering (line 45) | @Test method testAccoladeStandingRequirementsOrdering (line 62) | @Test method testLookupNameValidity (line 86) | @ParameterizedTest FILE: MekHQ/unittests/mekhq/campaign/universe/factionStanding/FactionCensureLevelTest.java class FactionCensureLevelTest (line 53) | class FactionCensureLevelTest { method test_allSeveritiesAreExclusive (line 54) | @Test method test_allSeverityLevelsAreSequential (line 65) | @Test method test_allSeverityValuesArePossible (line 77) | @Test method censureStringProvider (line 87) | private static Stream censureStringProvider() { method test_getCensureLevelFromCensureString (line 109) | @ParameterizedTest FILE: MekHQ/unittests/mekhq/campaign/universe/factionStanding/FactionStandingLevelTest.java class FactionStandingLevelTest (line 62) | class FactionStandingLevelTest { method test_allStandingLevelsAreExclusive (line 67) | @Test method test_allStandingLevelsAreSequential (line 78) | @Test method test_allRegardValuesArePossible (line 90) | @Test method test_allRegardValuesAreSequential (line 100) | @Test method test_negotiationModifiersAlwaysImprove (line 119) | @Test method test_resupplyWeightModifiersAlwaysImprove (line 134) | @Test method test_commandCircuitAccessAlwaysImproves (line 149) | @Test method test_outlawStatusAlwaysImproves (line 161) | @Test method test_batchallAllowedStatusAlwaysImproves (line 176) | @Test method test_recruitmentTicketsAlwaysImprove (line 188) | @Test method test_recruitmentRollsAlwaysImprove (line 203) | @Test method test_barrackCostMultipliersAlwaysImprove (line 218) | @Test method test_contractPayMultipliersAlwaysImprove (line 230) | @Test method test_contractStartSupportPointModifiersAlwaysImprove (line 242) | @Test method test_periodicStartSupportPointModifiersAlwaysImprove (line 258) | @Test method labelsProvider (line 270) | static Stream labelsProvider() { method test_allLabelsAreValid (line 276) | @ParameterizedTest method test_allDescriptionsAreValid (line 285) | @ParameterizedTest method test_getPolarityOfModifier_positive (line 295) | @Test method test_getPolarityOfModifier_negative (line 301) | @Test method test_getPolarityOfModifier_zero (line 307) | @Test method test_fallbackSuffix_clan (line 313) | @Test method test_fallbackSuffix_periphery (line 324) | @Test method test_fallbackSuffix_other (line 335) | @Test method fromStringTestCases (line 343) | private static Stream fromStringTestCases() { method test_fromString (line 357) | @ParameterizedTest FILE: MekHQ/unittests/mekhq/campaign/universe/factionStanding/FactionStandingUtilitiesTest.java class FactionStandingUtilitiesTest (line 46) | class FactionStandingUtilitiesTest { method standingLevelProvider (line 47) | static Stream standingLevelProvider() { method testCalculateFactionStandingLevel (line 80) | @ParameterizedTest method testAlwaysReturnsStandingLevel (line 87) | @Test FILE: MekHQ/unittests/mekhq/campaign/universe/factionStanding/FactionStandingsTest.java class FactionStandingsTest (line 65) | class FactionStandingsTest { method setUp (line 68) | @BeforeEach method initializeDynamicRegardValuesProvider (line 80) | static Stream initializeDynamicRegardValuesProvider() { method test_initializeDynamicRegardValues (line 92) | @ParameterizedTest(name = "{0}") method processRegardDegradationProvider (line 114) | static Stream processRegardDegradationProvider() { method test_processRegardDegradation (line 122) | @ParameterizedTest(name = "{0}") method test_processRefusedBatchall_decreasesRegard (line 137) | @Test method test_executePrisonersOfWar (line 156) | @Test FILE: MekHQ/unittests/mekhq/campaign/universe/factionStanding/MercenaryRelationsTest.java class MercenaryRelationsTest (line 58) | public class MercenaryRelationsTest { method testNullFactionReturnsInnerSphereFallback (line 61) | @Test method testInnerSphereFactionReturnsInnerSphereFallbackWhenNoRelation (line 70) | @Test method testClanFactionReturnsClanFallbackWhenNoRelation (line 83) | @Test method testReturnsModifierFromMatchingRelation (line 96) | @Test method chronologicalOrderProvider (line 109) | static Stream chronologicalOrderProvider() { method testValuesInChronologicalOrder (line 125) | @ParameterizedTest method noOverlapProvider (line 132) | static Stream noOverlapProvider() { method testValuesHaveNoOverlaps (line 154) | @ParameterizedTest method startAndEndDatesProvider (line 162) | static Stream startAndEndDatesProvider() { method testStartDateIsBeforeEndDate (line 175) | @ParameterizedTest FILE: MekHQ/unittests/mekhq/campaign/utilities/AutomatedPersonnelCleanUpTest.java class AutomatedPersonnelCleanUpTest (line 52) | class AutomatedPersonnelCleanUpTest { method setUp (line 56) | @BeforeEach method testGetPersonnelToCleanUp_NoExemptions_NoDepartedPersons (line 64) | @Test method testGetPersonnelToCleanUp_NoExemptions_DeadPersonsButBeforeDate (line 88) | @Test method testGetPersonnelToCleanUp_NoExemptions_DeadPersonsAfterDate (line 113) | @Test method testGetPersonnelToCleanUp_RelatedExemption_DeadPersonsAfterDate (line 138) | @Test method testGetPersonnelToCleanUp_UnrelatedExemption_DeadPersonsAfterDate (line 163) | @Test method testGetPersonnelToCleanUp_NoExemptions_DeadPersonsAfterDateActiveGenealogy (line 188) | @Test method testGetPersonnelToCleanUp_NoExemptions_DeadPersonsAfterDateInactiveGenealogy (line 219) | @Test method testGetPersonnelToCleanUp_NoExemptions_RetiredPersonsButBeforeDate (line 250) | @Test method testGetPersonnelToCleanUp_NoExemptions_DepartedPersonsAfterDateButNotRetired (line 275) | @Test method testGetPersonnelToCleanUp_NoExemptions_RetiredPersonsAfterDate (line 300) | @Test method testGetPersonnelToCleanUp_RelatedExemption_RetiredPersonsAfterDate (line 325) | @Test method testGetPersonnelToCleanUp_UnrelatedExemption_RetiredPersonsAfterDate (line 350) | @Test method testGetPersonnelToCleanUp_NoExemptions_RetiredPersonsAfterDateActiveGenealogy (line 375) | @Test method testGetPersonnelToCleanUp_NoExemptions_RetiredPersonsAfterDateInactiveGenealogy (line 406) | @Test FILE: MekHQ/unittests/mekhq/campaign/utilities/AutomatedTechAssignmentsTest.java class AutomatedTechAssignmentsTest (line 59) | class AutomatedTechAssignmentsTest { method getTechLevel_returnsExpNoneWhenSkillMissing (line 60) | @Test method getTechLevel_returnsSkillTotalSkillLevelWhenSkillPresent (line 70) | @Test method constructor_bucketsUnitsByUnitType_andSkipsNullEntityAndAlreadyAssignedTech (line 85) | @Test method sortByBattleValue_sortsNullEntityLast (line 142) | @Test method constructor_whenNoUnmaintainedUnits_initializesEmptyTechLists (line 157) | @Test method arrangeTechsIntoBuckets_respectsTwoRoleLimit_andOnlyAddsRolesWithUnmaintainedUnits (line 172) | @Test method sortTechList_ordersByAssignedCountAsc_thenTechLevelDesc (line 212) | @Test method assignUnmaintainedUnitsTechs_assignsUnitsToBestTechFirst_andKeepsTechListInBestFirstOrder (line 236) | @Test method assignUnmaintainedUnitsTechs_isNoOpWhenTechsOrUnitsEmpty (line 281) | @Test method unitWithUnitTypeAndBV (line 304) | private static Unit unitWithUnitTypeAndBV(int unitType, int battleValu... method wireSetTechToUpdateTechUnits (line 317) | private static void wireSetTechToUpdateTechUnits(Unit unit) { method stubTechLevel (line 330) | private static void stubTechLevel(Person person, int level) { method invokeAssignUnmaintainedUnitsTechs (line 339) | private static void invokeAssignUnmaintainedUnitsTechs(AutomatedTechAs... method invokeSortTechList (line 347) | private static void invokeSortTechList(AutomatedTechAssignments techAs... method invokeStaticSortByBattleValue (line 356) | private static void invokeStaticSortByBattleValue(List units) th... method getField (line 362) | @SuppressWarnings("unchecked") method assignUnmaintainedUnitsTechs_doesNotAssignMoreThanTwoUnitsToAnyTech_evenAcrossMultipleAssignments (line 369) | @Test method assignUnmaintainedUnitsTechs_skipsTechsAlreadyAtCapacity (line 419) | @Test method assignUnmaintainedUnitsTechs_reportsUnitsThatCannotBeAssignedWhenAllTechsReachCapacity (line 458) | @Test FILE: MekHQ/unittests/mekhq/campaign/utilities/JumpBlockersTest.java class JumpBlockersTest (line 49) | class JumpBlockersTest { method areAllUnitsJumpCapable_returnsTrue_whenNoJumpShipsPresent (line 51) | @Test method areAllUnitsJumpCapable_returnsTrue_whenAllJumpShipsAreCapable (line 61) | @Test method areAllUnitsJumpCapable_doesNotTreatSpaceStationsWithKfAdapterAsBlockers (line 76) | @Test method areAllUnitsJumpCapable_doesNotTreatModularSpaceStationsAsBlockers (line 94) | @Test FILE: MekHQ/unittests/mekhq/campaign/utilities/glossary/DocumentationEntryTest.java class DocumentationEntryTest (line 54) | class DocumentationEntryTest { method testAllEntriesHaveValidTitle (line 55) | @ParameterizedTest method testTitlesAreSortedAlphabeticallyByLookUpNamesOrder (line 62) | @Test method testTitlesAreUnique (line 77) | @Test method testGetFileAddressReturnsExistingFile (line 89) | @ParameterizedTest method testAllDocumentationEntriesCanBeOpenedAsPdf (line 100) | @ParameterizedTest FILE: MekHQ/unittests/mekhq/campaign/utilities/glossary/GlossaryEntryTest.java class GlossaryEntryTest (line 46) | class GlossaryEntryTest { method testAllEntriesHaveValidTitle (line 47) | @ParameterizedTest method testAllEntriesHaveValidDefinition (line 54) | @ParameterizedTest method testTitlesAreSortedAlphabeticallyByLookUpNamesOrder (line 62) | @Test method testTitlesAreUnique (line 77) | @Test FILE: MekHQ/unittests/mekhq/gui/campaignOptions/CampaignOptionsMetadataTest.java class CampaignOptionsMetadataTest (line 47) | class CampaignOptionsMetadataTest { method testConstructor_NullFlags (line 49) | @Test method testConstructor_EmptyFlags (line 58) | @Test method testConstructor_WithFlags (line 70) | @Test method testConstructor_WithVersion (line 84) | @Test method testHasFlag_True (line 97) | @Test method testHasFlag_False (line 109) | @Test method testHasFlag_EmptyFlags (line 122) | @Test method testGetAddedSinceBadgeHtml_NullVersion (line 134) | @Test method testGetAddedSinceBadgeHtml_CurrentVersion (line 145) | @Test method testGetAddedSinceBadgeHtml_AfterMilestone (line 163) | @Test method testGetAddedSinceBadgeHtml_OldVersion (line 187) | @Test method testRecordImmutability (line 200) | @Test method testAllFlags (line 215) | @Test method testMultipleInstancesWithSameFlags (line 229) | @Test FILE: MekHQ/unittests/mekhq/gui/campaignOptions/CampaignOptionsUtilitiesTest.java class CampaignOptionsUtilitiesTest (line 45) | class CampaignOptionsUtilitiesTest { method testFormatBadges_NullMetadata (line 47) | @Test method testFormatBadges_NoFlagsNoVersion (line 53) | @Test method testFormatBadges_WithFlags (line 63) | @Test method testFormatBadges_WithVersion (line 79) | @Test method testFormatBadges_WithOldVersion (line 97) | @Test method testFormatBadges_WithFlagsAndVersion (line 112) | @Test method testFormatBadges_AllFlags (line 129) | @Test method testFormatBadges_SingleFlag (line 147) | @Test FILE: MekHQ/unittests/mekhq/gui/campaignOptions/enums/ProcurementPersonnelPickTest.java class ProcurementPersonnelPickTest (line 43) | class ProcurementPersonnelPickTest { method testFromStringValidPick (line 44) | @Test method testFromStringInvalidPick (line 50) | @Test method testFromStringNullPick (line 57) | @Test method testFromString_EmptyString (line 64) | @Test method testFromString_FromOrdinal (line 71) | @Test method testGetLabel_notInvalid (line 78) | @Test method testGetDescription_notInvalid (line 86) | @Test FILE: MekHQ/unittests/mekhq/gui/dialog/CampaignExportWizardTest.java class CampaignExportWizardTest (line 50) | class CampaignExportWizardTest { method parseExportMoneyReturnsZeroForNull (line 56) | @Test method parseExportMoneyReturnsZeroForEmptyString (line 61) | @Test method parseExportMoneyReturnsZeroForWhitespaceOnly (line 66) | @Test method parseExportMoneyParsesPlainDigitsInUsLocale (line 73) | @Test method parseExportMoneyParsesPlainDigitsInSpanishLocale (line 78) | @Test method parseExportMoneyTrimsSurroundingWhitespace (line 83) | @Test method parseExportMoneyParsesUsGroupingSeparator (line 90) | @Test method parseExportMoneyParsesUsDecimalSeparator (line 96) | @Test method parseExportMoneyAcceptsValuesLargerThanIntegerMaxValue (line 101) | @Test method parseExportMoneyParsesSpanishGroupingSeparator (line 110) | @Test method parseExportMoneyParsesSpanishDecimalSeparator (line 118) | @Test method parseExportMoneyParsesGermanGroupingSeparator (line 127) | @Test method parseExportMoneyThrowsOnNonNumericInput (line 136) | @Test method parseExportMoneyThrowsOnTrailingGarbage (line 142) | @Test method parseExportMoneyThrowsOnLeadingGarbage (line 150) | @Test method parseExportMoneyRejectsSpanishFormatInUsLocale (line 156) | @Test method parseExportMoneyParsesNegativeValues (line 166) | @Test method parseExportMoneyParsesFractionalCBills (line 173) | @Test FILE: MekHQ/unittests/mekhq/gui/dialog/nagDialogs/nagLogic/EndContractNagLogicTest.java class EndContractNagLogicTest (line 54) | public class EndContractNagLogicTest { method init (line 63) | @BeforeEach method noActiveContracts (line 76) | @Test method oneActiveContractEndsTomorrow (line 81) | @Test method oneActiveContractEndsToday (line 88) | @Test method twoActiveContractsOneEndsTomorrowOneEndsToday (line 95) | @Test method twoActiveContractsBothEndToday (line 103) | @Test FILE: MekHQ/unittests/mekhq/gui/dialog/nagDialogs/nagLogic/HRStrainNagLogicTest.java class HRStrainNagLogicTest (line 44) | public class HRStrainNagLogicTest { method testHasHRStrainWithPositiveValue (line 45) | @Test method testHasHRStrainWithZeroValue (line 52) | @Test method testHasHRStrainWithNegativeValue (line 59) | @Test FILE: MekHQ/unittests/mekhq/gui/dialog/nagDialogs/nagLogic/InsufficientAsTechsNagLogicTest.java class InsufficientAsTechsNagLogicTest (line 46) | class InsufficientAsTechsNagLogicTest { method noAsTechsNeeded (line 47) | @Test method oneAsTechNeeded (line 52) | @Test method negativeAsTechsNeeded (line 57) | @Test FILE: MekHQ/unittests/mekhq/gui/dialog/nagDialogs/nagLogic/InsufficientMedicsNagLogicTest.java class InsufficientMedicsNagLogicTest (line 45) | class InsufficientMedicsNagLogicTest { method noMedicsNeeded (line 46) | @Test method oneMedicNeeded (line 51) | @Test method negativeMedicsNeeded (line 56) | @Test FILE: MekHQ/unittests/mekhq/gui/dialog/nagDialogs/nagLogic/InvalidFactionNagLogicTest.java class InvalidFactionNagLogicTest (line 55) | class InvalidFactionNagLogicTest { method setup (line 66) | @BeforeEach method validDate (line 82) | @Test method invalidDate (line 90) | @Test FILE: MekHQ/unittests/mekhq/gui/dialog/nagDialogs/nagLogic/OutstandingScenariosNagLogicTest.java class OutstandingScenariosNagLogicTest (line 58) | class OutstandingScenariosNagLogicTest { method init (line 70) | @BeforeEach method twoScenariosDueToday (line 87) | @Test method oneScenariosDueToday (line 97) | @Test method noScenariosDueToday (line 107) | @Test FILE: MekHQ/unittests/mekhq/gui/dialog/nagDialogs/nagLogic/PregnantCombatantNagLogicTest.java class PregnantCombatantNagLogicTest (line 58) | class PregnantCombatantNagLogicTest { method init (line 67) | @BeforeEach method noActiveMission (line 87) | @Test method activeMissionsNoPregnancy (line 92) | @Test method activeMissionsPregnancyNoUnit (line 97) | @Test method activeMissionsPregnancyYesUnitNoForce (line 102) | @Test method activeMissionsPregnancyYesUnitYesForce (line 110) | @Test FILE: MekHQ/unittests/mekhq/gui/dialog/nagDialogs/nagLogic/PrisonersNagLogicTest.java class PrisonersNagLogicTest (line 46) | class PrisonersNagLogicTest { method activeContract (line 49) | @Test method noActiveContractNoPrisoners (line 54) | @Test method noActiveContractPrisoners (line 59) | @Test FILE: MekHQ/unittests/mekhq/gui/dialog/nagDialogs/nagLogic/ShortDeploymentNagLogicTest.java class ShortDeploymentNagLogicTest (line 55) | public class ShortDeploymentNagLogicTest { method init (line 65) | @BeforeEach method notOnPlanet (line 81) | @Test method notSunday (line 88) | @Test method noContract (line 96) | @Test method noDeploymentDeficit (line 106) | @Test method negativeDeploymentDeficit (line 117) | @Test method positiveDeploymentDeficit (line 128) | @Test FILE: MekHQ/unittests/mekhq/gui/dialog/nagDialogs/nagLogic/UnableToAffordExpensesNagLogicTest.java class UnableToAffordExpensesNagLogicTest (line 56) | class UnableToAffordExpensesNagLogicTest { method init (line 67) | @BeforeEach method canAffordExpenses (line 90) | @Test method cannotAffordExpenses (line 98) | @Test FILE: MekHQ/unittests/mekhq/gui/dialog/nagDialogs/nagLogic/UnableToAffordLoanPaymentNagLogicTest.java class UnableToAffordLoanPaymentNagLogicTest (line 56) | class UnableToAffordLoanPaymentNagLogicTest { method init (line 65) | @BeforeEach method initializeLoans (line 88) | private void initializeLoans(int daysTillFirstLoan) { method canAffordLoans (line 98) | @Test method cannotAffordLoans (line 107) | @Test FILE: MekHQ/unittests/mekhq/gui/dialog/nagDialogs/nagLogic/UnableToAffordShoppingListNagLogicTest.java class UnableToAffordShoppingListNagLogicTest (line 43) | public class UnableToAffordShoppingListNagLogicTest { method canAfford (line 45) | @Test method canNotAfford (line 52) | @Test method bothZero (line 59) | @Test method bothSame (line 66) | @Test FILE: MekHQ/unittests/mekhq/gui/dialog/nagDialogs/nagLogic/UnmaintainedUnitsNagLogicTest.java class UnmaintainedUnitsNagLogicTest (line 52) | class UnmaintainedUnitsNagLogicTest { method init (line 59) | @BeforeEach method initializeUnits (line 75) | private void initializeUnits(boolean unit1Unmaintained, boolean unit1S... method unmaintainedUnitExistsUnit1 (line 87) | @Test method unmaintainedUnitExistsUnit2 (line 93) | @Test method unmaintainedUnitExistsButSalvageUnit1 (line 99) | @Test method unmaintainedUnitExistsButSalvageUnit2 (line 105) | @Test method unmaintainedUnitExistsButSalvageMixed (line 111) | @Test method noUnmaintainedUnitExistsNoSalvage (line 117) | @Test method noUnmaintainedUnitExistsAllSalvage (line 123) | @Test method noUnmaintainedUnitExistsButSalvageUnit1 (line 129) | @Test method noUnmaintainedUnitExistsButSalvageUnit2 (line 135) | @Test method noUnmaintainedUnitExistsButSalvageMixed (line 141) | @Test FILE: MekHQ/unittests/mekhq/gui/dialog/nagDialogs/nagLogic/UnresolvedStratConContactsNagLogicTest.java class UnresolvedStratConContactsNagLogicTest (line 61) | public class UnresolvedStratConContactsNagLogicTest { method init (line 70) | @BeforeEach method noScenariosDue (line 107) | @Test method scenariosDue (line 115) | @Test FILE: MekHQ/unittests/mekhq/gui/dialog/nagDialogs/nagLogic/UntreatedPersonnelNagLogicTest.java class UntreatedPersonnelNagLogicTest (line 60) | class UntreatedPersonnelNagLogicTest { method setup (line 69) | @BeforeAll method init (line 79) | @BeforeEach method isUntreatedInjuryTest (line 99) | @Test method isNoUntreatedInjuryTest (line 104) | @Test method isAboveDoctorThresholdTest (line 109) | @Test method isBelowDoctorThresholdTest (line 115) | @Test FILE: MekHQ/unittests/mekhq/gui/enums/FormationIconOperationalStatusStyleTest.java class FormationIconOperationalStatusStyleTest (line 45) | public class FormationIconOperationalStatusStyleTest { method testGetToolTipText (line 54) | @Test method testGetPath (line 62) | @Test method testIsBorder (line 72) | @Test method testIsTab (line 83) | @Test method testToStringOverride (line 95) | @Test FILE: MekHQ/unittests/mekhq/gui/enums/MHQTabTypeTest.java class MHQTabTypeTest (line 50) | public class MHQTabTypeTest { method testGetMnemonic (line 59) | @Test method testIsCommandCenter (line 69) | @Test method testIsTOE (line 80) | @Test method testIsBriefingRoom (line 91) | @Test method testIsInterstellarMap (line 102) | @Test method testIsPersonnel (line 113) | @Test method testIsHangar (line 124) | @Test method testIsWarehouse (line 135) | @Test method testIsRepairBay (line 146) | @Test method testIsInfirmary (line 157) | @Test method testIsFinances (line 168) | @Test method testIsMekLab (line 179) | @Test method testIsStratCon (line 190) | @Test method testCreateTab (line 206) | @Disabled method testToStringOverride (line 257) | @Test FILE: MekHQ/unittests/mekhq/gui/enums/PersonnelFilterStyleTest.java class PersonnelFilterStyleTest (line 48) | public class PersonnelFilterStyleTest { method testGetToolTipText (line 57) | @Test method testIsStandard (line 67) | @Test method testIsIndividualRole (line 78) | @Test method testIsAll (line 89) | @Test method testGetFilters (line 101) | @Test method testToStringOverride (line 140) | @Test FILE: MekHQ/unittests/mekhq/gui/enums/PersonnelFilterTest.java class PersonnelFilterTest (line 44) | class PersonnelFilterTest { method testGetToolTipText (line 53) | @Test method testIsAll (line 63) | @Test method testIsActive (line 74) | @Test method testIsCombat (line 85) | @Test method testIsSupport (line 96) | @Test method testIsMekWarriors (line 107) | @Test method testIsMekWarrior (line 118) | @Test method testIsLAMPilot (line 129) | @Test method testIsCombatTechnicianMember (line 140) | @Test method testIsGroundVehicleDriver (line 151) | @Test method testIsNavalVehicleDriver (line 162) | @Test method testIsVTOLPilot (line 173) | @Test method testIsAerospacePilot (line 184) | @Test method testIsConventionalAircraftPilot (line 195) | @Test method testIsProtoMekPilot (line 206) | @Test method testIsBattleArmour (line 217) | @Test method testIsSoldier (line 228) | @Test method testIsVesselCrewMember (line 239) | @Test method testIsVesselPilot (line 250) | @Test method testIsVesselGunner (line 261) | @Test method testIsVesselCrew (line 272) | @Test method testIsVesselNavigator (line 283) | @Test method testIsTech (line 294) | @Test method testIsMekTech (line 305) | @Test method testIsMechanic (line 316) | @Test method testIsAeroTek (line 327) | @Test method testIsBATech (line 338) | @Test method testIsAsTech (line 349) | @Test method testIsMedical (line 360) | @Test method testIsDoctor (line 371) | @Test method testIsMedic (line 382) | @Test method testIsAdministrator (line 393) | @Test method testIsAdministratorCommand (line 404) | @Test method testIsAdministratorLogistics (line 415) | @Test method testIsAdministratorTransport (line 426) | @Test method testIsAdministratorHR (line 437) | @Test method testIsDependent (line 448) | @Test method testIsFounder (line 459) | @Test method testIsPrisoner (line 470) | @Test method testIsInactive (line 481) | @Test method testIsMIA (line 492) | @Test method testIsRetired (line 503) | @Test method testIsDeserted (line 514) | @Test method testIsStudent (line 525) | @Test method testIsKIA (line 536) | @Test method testIsDead (line 547) | @Test method testToStringOverride (line 559) | @Test FILE: MekHQ/unittests/mekhq/gui/enums/PersonnelTabViewTest.java class PersonnelTabViewTest (line 44) | public class PersonnelTabViewTest { method testGetToolTipText (line 53) | @Test method testIsGraphic (line 63) | @Test method testIsGeneral (line 74) | @Test method testIsGunneryPilotSkills (line 85) | @Test method testIsGunneryPilotSkillsII (line 96) | @Test method testIsInfantrySkills (line 107) | @Test method testIsTacticalSkills (line 118) | @Test method testIsTechnicalSkills (line 129) | @Test method testIsAdministrativeSkills (line 140) | @Test method testIsBiographical (line 151) | @Test method testIsFluff (line 162) | @Test method testIsDates (line 173) | @Test method testIsPersonality (line 184) | @Test method testIsOther (line 195) | @Test method testToStringOverride (line 207) | @Test FILE: MekHQ/unittests/mekhq/gui/enums/PersonnelTableModelColumnTest.java class PersonnelTableModelColumnTest (line 60) | public class PersonnelTableModelColumnTest { method testIsRank (line 69) | @Test method testIsFirstName (line 80) | @Test method testIsLastName (line 91) | @Test method testIsPreNominal (line 102) | @Test method testIsGivenName (line 113) | @Test method testIsSurname (line 124) | @Test method testIsBloodname (line 135) | @Test method testIsPostNominal (line 146) | @Test method testIsCallsign (line 157) | @Test method testIsAge (line 168) | @Test method testIsPersonnelStatus (line 179) | @Test method testIsGender (line 190) | @Test method testIsSkillLevel (line 201) | @Test method testIsPersonnelRole (line 212) | @Test method testIsUnitAssignment (line 223) | @Test method testIsForce (line 234) | @Test method testIsDeployed (line 245) | @Test method testIsMek (line 256) | @Test method testIsGroundVehicle (line 267) | @Test method testIsNavalVehicle (line 278) | @Test method testIsVTOL (line 289) | @Test method testIsAerospace (line 300) | @Test method testIsConventionalAircraft (line 311) | @Test method testIsVessel (line 322) | @Test method testIsBattleArmour (line 333) | @Test method testIsSmallArms (line 344) | @Test method testIsAntiMek (line 355) | @Test method testIsArtillery (line 366) | @Test method testIsTactics (line 377) | @Test method testIsStrategy (line 388) | @Test method testIsLeadership (line 399) | @Test method testIsTechMek (line 410) | @Test method testIsTechAero (line 421) | @Test method testIsTechMechanic (line 432) | @Test method testIsTechBA (line 443) | @Test method testIsTechVessel (line 454) | @Test method testIsMedical (line 465) | @Test method testIsAdministration (line 476) | @Test method testIsNegotiation (line 487) | @Test method testIsInjuries (line 498) | @Test method testIsKills (line 509) | @Test method testIsSalary (line 520) | @Test method testIsXP (line 531) | @Test method testIsOriginFaction (line 542) | @Test method testIsOriginPlanet (line 553) | @Test method testIsBirthday (line 564) | @Test method testIsRecruitmentDate (line 575) | @Test method testIsLastRankChangeDate (line 586) | @Test method testIsDueDate (line 597) | @Test method testIsRetirementDate (line 608) | @Test method testIsDeathDate (line 619) | @Test method testIsCommander (line 630) | @Test method testIsFounder (line 641) | @Test method testIsClanPersonnel (line 652) | @Test method testIsMarriageable (line 663) | @Test method testIsDivorceable (line 674) | @Test method testIsTryingToConceive (line 685) | @Test method testIsImmortal (line 696) | @Test method testIsToughness (line 707) | @Test method testIsEdge (line 718) | @Test method testIsSPACount (line 729) | @Test method testIsImplantCount (line 740) | @Test method testGetWidth (line 753) | @Test method testGetAlignment (line 788) | @Test method testGetComparator (line 820) | @Test method testGetDefaultSortOrder (line 892) | @Test method testToStringOverride (line 909) | @Test FILE: MekHQ/unittests/mekhq/gui/model/UnitTableModelTest.java class UnitTableModelTest (line 58) | @ExtendWith(value = MockitoExtension.class) method setCrew (line 78) | private void setCrew(int driverCount, int totalDriverNeeds, method noCrewNeeded (line 113) | @Test method fullyCrewed (line 122) | @Test method partiallyCrewed (line 135) | @Test method excessCrew (line 148) | @Test method noAssignedCrew (line 161) | @Test FILE: MekHQ/unittests/mekhq/gui/panels/StartupScreenPanelTest.java class StartupScreenPanelTest (line 45) | class StartupScreenPanelTest { method setUp (line 48) | @BeforeEach method testSaveFilterAllowsValidCampaignSaves (line 53) | @Test method testSaveFilterNotAllowClientSettingsXML (line 63) | @Test FILE: MekHQ/unittests/mekhq/gui/utilities/StaticChecksNovaCEWSTest.java class StaticChecksNovaCEWSTest (line 52) | class StaticChecksNovaCEWSTest { method createMockNovaCEWSUnit (line 63) | private Unit createMockNovaCEWSUnit(boolean hasNovaCEWS, int freeNodes... class DoAllUnitsHaveNovaCEWSTests (line 76) | @Nested method testAllUnitsHaveNovaCEWS (line 80) | @Test method testSomeUnitsLackNovaCEWS (line 90) | @Test method testNoUnitsHaveNovaCEWS (line 100) | @Test method testEmptyVector (line 110) | @Test method testNullEntity (line 118) | @Test class AreAllUnitsNotNovaCEWSNetworkedTests (line 131) | @Nested method testAllUnitsUnnetworked (line 135) | @Test method testSomeUnitsNetworked (line 145) | @Test method testAllUnitsNetworked (line 155) | @Test method testUnitLacksNovaCEWS (line 165) | @Test class AreAllUnitsNovaCEWSNetworkedTests (line 175) | @Nested method testAllUnitsNetworked (line 179) | @Test method testSomeUnitsUnnetworked (line 189) | @Test method testAllUnitsUnnetworked (line 199) | @Test method testUnitLacksNovaCEWS (line 209) | @Test class AreAllUnitsOnSameNovaCEWSNetworkTests (line 219) | @Nested method testAllUnitsSameNetwork (line 223) | @Test method testUnitsDifferentNetworks (line 234) | @Test method testFirstUnitNullNetworkId (line 244) | @Test method testEmptyVector (line 254) | @Test method testFirstUnitNullEntity (line 261) | @Test method testSomeUnitsLackNovaCEWS (line 273) | @Test method testSingleUnit (line 283) | @Test FILE: MekHQ/unittests/mekhq/io/FileTypeTest.java class FileTypeTest (line 42) | public class FileTypeTest { method testExtensionsProvided (line 47) | @Test method testFileNamefilter (line 54) | @Test FILE: MekHQ/unittests/mekhq/io/idReferenceClasses/PersonIdReferenceTest.java class PersonIdReferenceTest (line 62) | @ExtendWith(value = MockitoExtension.class) method testFixPersonIdReferences (line 67) | @Test method testFixGenealogyReferencesEmptyGenealogy (line 78) | @Test method testFixGenealogyReferencesSpouseOnly (line 85) | @Test method testFixGenealogyReferencesFormerSpousesOnly (line 108) | @Test method testFixGenealogyReferencesFamilyOnly (line 137) | @Test method testFixGenealogyReferencesNullFamilyOnly (line 169) | @Test FILE: MekHQ/unittests/mekhq/service/enums/MRMSModeTest.java class MRMSModeTest (line 40) | public class MRMSModeTest { method testIsUnits (line 46) | @Test method testIsWarehouse (line 57) | @Test FILE: MekHQ/unittests/mekhq/service/mrms/MRMSServiceTest.java class MRMSServiceTest (line 88) | public class MRMSServiceTest { method beforeAll (line 105) | @BeforeAll method beforeEach (line 115) | @BeforeEach method testMRMS (line 170) | @Test method getUrbanMek (line 210) | private static Entity getUrbanMek() { class testMRMSUnitsSkillLevels (line 217) | @Nested method beforeEach (line 226) | @BeforeEach method testControlMRMSUnitsSkills (line 236) | @Test method testMRMSUnitsBelowPreferredSkill (line 251) | @Test method testMRMSUnitsAboveMaxSkill (line 266) | @Test method arrangeTestMRMSUnits (line 281) | private void arrangeTestMRMSUnits(int skillMin, int skillMax) { class testMRMSUnitsTargetNumbers (line 297) | @Nested method beforeEach (line 312) | @BeforeEach method testControlMRMSUnitsTargetNumbers (line 321) | @Test class TestNoExtraTimeNorUseRush (line 347) | @Nested method beforeEach (line 350) | @BeforeEach method testMRMSUnitsTargetNumbersIfTNAbovePreferredAboveMax (line 359) | @Test method testMRMSUnitsTargetNumbersIfTNAbovePreferredBelowMax (line 371) | @Test method testMRMSUnitsTargetNumbersIfTNBelowPreferredAboveMax (line 386) | @Test method testMRMSUnitsTargetNumbersIfTNBelowPreferredBelowMax (line 398) | @Test class TestExtraTimeAndUseRush (line 411) | @Nested method beforeEach (line 414) | @BeforeEach method testMRMSUnitsTargetNumbersIfTNAbovePreferredAboveMax (line 425) | @Test method testMRMSUnitsTargetNumbersIfTNAbovePreferredBelowMax (line 442) | @Test method testMRMSUnitsTargetNumbersIfTNBelowPreferredAboveMax (line 458) | @Test method testMRMSUnitsTargetNumbersIfTNBelowPreferredBelowMax (line 471) | @Test method testMRMSUnitsTargetNumbersIfTNWayAbovePreferredWayAboveMax (line 486) | @Test method testMRMSUnitsTargetNumbersIfTNWayAbovePreferredWayBelowMax (line 499) | @Test method testMRMSUnitsTargetNumbersIfTNWayBelowPreferredWayAboveMax (line 515) | @Test method testMRMSUnitsTargetNumbersIfTNWayBelowPreferredWayBelowMax (line 528) | @Test method arrangeTestMRMSUnits (line 541) | private void arrangeTestMRMSUnits(int targetNumberPreferred, int tar... method doMRMSUnitsTargetNumbersWhereTNAbovePreferredAboveMax (line 555) | private void doMRMSUnitsTargetNumbersWhereTNAbovePreferredAboveMax() { method doMRMSUnitsTargetNumbersWhereTNAbovePreferredBelowMax (line 566) | private void doMRMSUnitsTargetNumbersWhereTNAbovePreferredBelowMax() { method doMRMSUnitsTargetNumbersWhereTNBelowPreferredAboveMax (line 577) | private void doMRMSUnitsTargetNumbersWhereTNBelowPreferredAboveMax() { method doMRMSUnitsTargetNumbersWhereTNBelowPreferredBelowMax (line 588) | public void doMRMSUnitsTargetNumbersWhereTNBelowPreferredBelowMax() { method doMRMSUnitsTargetNumbersWhereTNWayAbovePreferredWayAboveMax (line 599) | private void doMRMSUnitsTargetNumbersWhereTNWayAbovePreferredWayAbov... method doMRMSUnitsTargetNumbersWhereTNWayAbovePreferredWayBelowMax (line 610) | private void doMRMSUnitsTargetNumbersWhereTNWayAbovePreferredWayBelo... method doMRMSUnitsTargetNumbersWhereTNWayBelowPreferredWayAboveMax (line 621) | private void doMRMSUnitsTargetNumbersWhereTNWayBelowPreferredWayAbov... method doMRMSUnitsTargetNumbersWhereTNWayBelowPreferredWayBelowMax (line 632) | public void doMRMSUnitsTargetNumbersWhereTNWayBelowPreferredWayBelow... method breakArmor (line 644) | private void breakArmor(Armor armor) { class IPartWorkMatch (line 660) | private static class IPartWorkMatch implements ArgumentMatcher messages) { FILE: MekHQ/unittests/testUtilities/MHQTestUtilities.java class MHQTestUtilities (line 64) | public final class MHQTestUtilities { method buildTestConfigWithSystems (line 89) | public static CampaignConfiguration buildTestConfigWithSystems(Systems... method getTestCampaign (line 132) | public static Campaign getTestCampaign() { method ParseBase64XmlFile (line 140) | public static InputStream ParseBase64XmlFile(String base64) { method Decode (line 144) | public static byte[] Decode(String base64) { method getEntityForUnitTesting (line 164) | public static @Nullable Entity getEntityForUnitTesting(String unitName...