Class BVDisplayDialog

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

public class BVDisplayDialog extends AbstractDialog
See Also:
  • Constructor Details

    • BVDisplayDialog

      public BVDisplayDialog(JFrame frame, Entity entity)
    • BVDisplayDialog

      public BVDisplayDialog(JFrame frame, boolean modal, Entity entity)
  • Method Details

    • finalizeInitialization

      protected void finalizeInitialization() throws Exception
      Description copied from class: AbstractDialog
      This MUST be called at the end of initialization to finalize it. This is the key method for this being the abstract basis for all other dialogs.
      Overrides:
      finalizeInitialization in class AbstractDialog
      Throws:
      Exception - if there's an issue finishing initialization. Normally this means there's an issue setting the preferences, which normally means that a component has had its name value set.
    • getEntity

      public Entity getEntity()
    • createCenterPane

      protected Container createCenterPane()
      Description copied from class: AbstractDialog
      This is used to create the dialog's center pane
      Specified by:
      createCenterPane in class AbstractDialog
      Returns:
      the center pane of the dialog
    • cancelAction

      protected void cancelAction()
      Description copied from class: AbstractDialog
      Action performed when the Cancel button is clicked, the dialog is closed by the X button, or the escape key is pressed
      Overrides:
      cancelAction in class AbstractDialog