Class PayCollateralDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class PayCollateralDialog extends JDialog
A dialog to decide how you want to pay off collateral when you default on a loan
See Also:
  • Constructor Details

    • PayCollateralDialog

      public PayCollateralDialog(JFrame frame, boolean modal, Campaign campaign, Loan loan)
  • Method Details

    • wasCancelled

      public boolean wasCancelled()
    • wasPaid

      public boolean wasPaid()
    • payCollateral

      public void payCollateral()
    • dontPayCollateral

      public void dontPayCollateral()
    • getUnits

      public ArrayList<UUID> getUnits()
    • getParts

      public ArrayList<int[]> getParts()
    • getRemainingAssets

      public ArrayList<Asset> getRemainingAssets()