Class SourceEditorOptions

  • All Implemented Interfaces:
    Options

    public class SourceEditorOptions
    extends AbstractOptions
    SourceEditor settings for Netbeans Platform Settings. It keep the window location, width and height
    Author:
    Kiyut
    • Constructor Detail

      • SourceEditorOptions

        protected SourceEditorOptions()
    • Method Detail

      • getInstance

        public static SourceEditorOptions getInstance()
        Returns the single instance, creating one if it's the first time this method is called.
        Returns:
        The single instance.
      • setBounds

        public void setBounds​(Rectangle rv)
      • getReplaceList

        public List<String> getReplaceList()
      • setFindReplaceList

        public void setFindReplaceList​(List<String> findList,
                                       List<String> replaceList)