Class TextAreaDialog

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.jidesoft.dialog.StandardDialog
com.kheops.jmap.client.gui.TextAreaDialog
All Implemented Interfaces:
com.jidesoft.dialog.ButtonNames, ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class TextAreaDialog extends com.jidesoft.dialog.StandardDialog
Creates a simple standard dialog with text area and ok/cancel buttons.
See Also:
  • Constructor Details

    • TextAreaDialog

      public TextAreaDialog(Frame owner, String title, boolean modal)
  • Method Details

    • createBannerPanel

      public JComponent createBannerPanel()
      Specified by:
      createBannerPanel in class com.jidesoft.dialog.StandardDialog
    • createButtonPanel

      public com.jidesoft.dialog.ButtonPanel createButtonPanel()
      Specified by:
      createButtonPanel in class com.jidesoft.dialog.StandardDialog
    • createContentPanel

      public JComponent createContentPanel()
      Specified by:
      createContentPanel in class com.jidesoft.dialog.StandardDialog
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • isResultOK

      public boolean isResultOK()
    • isEditable

      public boolean isEditable()
    • setEditable

      public void setEditable(boolean editable)