Class RMTextPane


  • public class RMTextPane
    extends SwingOwner
    A simple text pane.
    • Constructor Detail

      • RMTextPane

        public RMTextPane()
    • Method Detail

      • getTextArea

        public RMTextArea getTextArea()
        Returns the text area.
      • getTextEditor

        public RMTextEditor getTextEditor()
        Returns the text editor.
      • getText

        public java.lang.String getText()
        Returns the text string.
      • setText

        public void setText​(java.lang.String aString)
        Sets the text string.
      • initUI

        protected void initUI()
        Override to add SaveAction KeyActionEvent.
        Overrides:
        initUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • saveFile

        public void saveFile()
        Save file.