frysk.gui.srcwin.prefs
Class SyntaxPreferenceGroup

java.lang.Object
  extended by frysk.gui.prefs.PreferenceGroup
      extended by frysk.gui.srcwin.prefs.SyntaxPreferenceGroup
All Implemented Interfaces:
Saveable

public class SyntaxPreferenceGroup
extends PreferenceGroup


Field Summary
static String CLASSES
           
static String COMMENTS
           
static String FUNCTIONS
           
static String GLOBALS
           
static String INCLUDES
           
static String KEYWORDS
           
static String MACRO
           
static String NAMESPACE
           
static String OPTIMIZED
           
static String OUT_OF_SCOPE
           
static String TEMPLATE
           
static String VARIABLES
           
 
Constructor Summary
SyntaxPreferenceGroup(String name, int tabNum)
           
 
Method Summary
 
Methods inherited from class frysk.gui.prefs.PreferenceGroup
addPreference, addSubgroup, contains, getName, getPreference, getPreferences, getSubgroup, getSubgroups, getTabNum, load, removePreference, removePreference, removeSubgroup, removeSubgroup, revertAll, save
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FUNCTIONS

public static final String FUNCTIONS
See Also:
Constant Field Values

VARIABLES

public static final String VARIABLES
See Also:
Constant Field Values

OPTIMIZED

public static final String OPTIMIZED
See Also:
Constant Field Values

OUT_OF_SCOPE

public static final String OUT_OF_SCOPE
See Also:
Constant Field Values

KEYWORDS

public static final String KEYWORDS
See Also:
Constant Field Values

GLOBALS

public static final String GLOBALS
See Also:
Constant Field Values

CLASSES

public static final String CLASSES
See Also:
Constant Field Values

COMMENTS

public static final String COMMENTS
See Also:
Constant Field Values

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

INCLUDES

public static final String INCLUDES
See Also:
Constant Field Values

MACRO

public static final String MACRO
See Also:
Constant Field Values

TEMPLATE

public static final String TEMPLATE
See Also:
Constant Field Values
Constructor Detail

SyntaxPreferenceGroup

public SyntaxPreferenceGroup(String name,
                             int tabNum)