Package snap.viewx

Class DialogSheet

All Implemented Interfaces:
PropChange.DoChange

public class DialogSheet extends DialogBox
A DialogBox subclass that shows as a sheet.
  • Constructor Details

    • DialogSheet

      public DialogSheet()
  • Method Details

    • showPanel

      protected boolean showPanel(View aView)
      Show Dialog in sheet.
      Overrides:
      showPanel in class DialogBox
    • hide

      protected void hide()
      Hide dialog.
      Overrides:
      hide in class DialogBox
    • createUI

      protected View createUI()
      Override to create UI.
      Overrides:
      createUI in class DialogBox