Class StructuredSyntaxResources


  • public final class StructuredSyntaxResources
    extends java.lang.Object
    Contains all the basic resources and values used by the utility frame work framework.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.awt.Font EDITOR_FONT  
      static java.lang.String FIND  
      static java.lang.String FIND_NEXT  
      static java.awt.Font LARGE_FONT  
      static java.awt.Font MEDIUM_FONT  
      static java.lang.String PRINT  
      static java.lang.String REDO  
      static java.lang.String REPLACE  
      static java.awt.Font SMALL_FONT  
      static java.awt.datatransfer.Clipboard SYSTEM_CLIPBOARD  
      static java.lang.String UNDO  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SYSTEM_CLIPBOARD

        public static final java.awt.datatransfer.Clipboard SYSTEM_CLIPBOARD
      • LARGE_FONT

        public static final java.awt.Font LARGE_FONT
      • MEDIUM_FONT

        public static final java.awt.Font MEDIUM_FONT
      • SMALL_FONT

        public static final java.awt.Font SMALL_FONT
      • EDITOR_FONT

        public static final java.awt.Font EDITOR_FONT