edu.rice.cs.drjava.config

Home
Java Source Code / Java Documentation
1.6.0 JDK Core
2.6.0 JDK Modules
3.6.0 JDK Modules com.sun
4.6.0 JDK Modules com.sun.java
5.6.0 JDK Modules sun
6.6.0 JDK Platform
7.Ajax
8.Apache Harmony Java SE
9.Aspect oriented
10.Authentication Authorization
11.Blogger System
12.Build
13.Byte Code
14.Cache
15.Chart
16.Chat
17.Code Analyzer
18.Collaboration
19.Content Management System
20.Database Client
21.Database DBMS
22.Database JDBC Connection Pool
23.Database ORM
24.Development
25.EJB Server
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Natural Language Processing
51.Net
52.Parser
53.PDF
54.Portal
55.Profiler
56.Project Management
57.Report
58.RSS RDF
59.Rule Engine
60.Science
61.Scripting
62.Search Engine
63.Security
64.Sevlet Container
65.Source Control
66.Swing Library
67.Template Engine
68.Test Coverage
69.Testing
70.UML
71.Web Crawler
72.Web Framework
73.Web Mail
74.Web Server
75.Web Services
76.Web Services apache cxf 2.2.6
77.Web Services AXIS2
78.Wiki Engine
79.Workflow Engines
80.XML
81.XML UI
Java Source Code / Java Documentation  » IDE » DrJava » edu.rice.cs.drjava.config 
edu.rice.cs.drjava.config
This package contains the code that allows for dynamically modifying the configuration options in DrJava. {@link edu.rice.cs.drjava.config.Configuration} is the primary class that maintains the config information, while {@link edu.rice.cs.drjava.config.OptionConstants} contains all the default values for the configurable options.
Java Source File NameTypeComment
BinaryOpProperty.javaClass Class representing binary operations that can be inserted as variables in external processes.
BooleanOption.javaClass Class defining all configuration options with values of type Boolean.
BooleanOptionTest.javaClass Class according to the JUnit protocol.
ClassPathOption.javaClass Generate vector options separately to appease javadoc.
ColorOption.javaClass Class defining all configuration options with values of type Color.
ColorOptionTest.javaClass Class according to the JUnit protocol.
ConfigOptionListeners.javaClass
ConfigProperty.javaClass Class representing values from the DrJava configuration file that can be inserted as variables in external processes.
Configuration.javaClass Class to store and retrieve all configurable options.
ConstantProperty.javaClass Class representing values that are constant and that can be inserted as variables in external processes.
DefaultOptionMap.javaClass
DrJavaActionProperty.javaClass Class representing actions that are executed as side effect of command line evaluation for variables in external processes.
DrJavaProperty.javaClass Class representing values that can be inserted as variables in external processes.
DrJavaPropertySetup.javaClass Class setting up the variables for external processes.
DrJavaPropertySetupTest.javaClass Tests for the variables and language constructs that can be used in external processes.
EagerProperty.javaClass Class representing values that are eagerly computed, so they are never stale.
FileConfiguration.javaClass A Configuration object that is backed by a file.
FileListProperty.javaClass Class representing file lists that are not evaluated until necessary.
FileOption.javaClass Class representing all configuration options with values of type File.
FileProperty.javaClass Property that evaluates to a file and that can be inserted as variables in external processes.
FontOption.javaClass
FontOptionTest.javaClass Class according to the JUnit protocol.
ForcedChoiceOption.javaClass Class defining a configuration option that requires a choice between mutually-exclusive possible values.
ForcedChoiceOptionTest.javaClass Class according to the JUnit protocol.
FormatStrategy.javaInterface The sheer ability to format something of type T to a String.
IntegerOption.javaClass Class defining all configuration options with values of type Integer.
IntegerOptionTest.javaClass Class according to the JUnit protocol.
JavaSystemProperty.javaClass Class representing values from the Java System properties that can be inserted as variables in external processes.
KeyStrokeOption.javaClass Class representing all configuration options with values of type KeyStroke.
KeyStrokeOptionTest.javaClass Class according to the JUnit protocol.
LongOption.javaClass Class defining all configuration options with values of type Long.
LongOptionTest.javaClass Class according to the JUnit protocol.
MutableFileProperty.javaClass Property that evaluates to a file, can be mutated, and that can be inserted as variables in external processes.
NonNegativeIntegerOption.javaClass Class defining all configuration options with values of type NonNegativeInteger.
NonNegativeIntegerOptionTest.javaClass Class according to the JUnit protocol.
Option.javaClass An instance of this class represents a configurable option in DrJava that has static type T.
OptionConstants.javaInterface Defines the commonly used Option constants in DrJava config and project profiles.
OptionEvent.javaClass
OptionListener.javaInterface
OptionMap.javaInterface
OptionMapLoader.javaClass
OptionMapLoaderTest.javaClass Tests the OptionMapLoader.
OptionParseException.javaClass Exception indicating that an OptionParser could not parse the specified value for a given configurable option.
OptionParser.javaClass The association of an OptionName with the ability to parse something to type T; the intended type parameterization is covariant: if U extends T, then OptionParser extends OptionParser.
ParseStrategy.javaInterface The sheer ability to parse a String into something of type T.
PropertyMaps.javaClass Class representing all the variables that can be inserted as variables in external processes.
QuaternaryOpProperty.javaClass Class representing quaternary operations that can be inserted as variables in external processes.
RecursiveFileListProperty.javaClass Class representing a lazy lists of files that are found recursively inside a start directory.
RecursiveFileListPropertyTest.javaClass A JUnit test case class.
ResourceBundleConfiguration.javaClass A configuration in a resource bundle.
SavableConfiguration.javaClass A Configuration object that can be read and saved from a Stream.
SavableConfigurationTest.javaClass JUnit test class for testing SavableConfiguration.
StringOption.javaClass Class representing all configuration options with values of type String.
StringOptionTest.javaClass Class according to the JUnit protocol.
TernaryOpProperty.javaClass Class representing ternary operations that can be inserted as variables in external processes.
UnaryOpProperty.javaClass Class representing unary operations that can be inserted as variables in external processes.
VariableProperty.javaClass Class representing user-defined variables that can be inserted as variables in external processes.
VectorOption.javaClass Abstract class defining behavior shared by all configuration options with values of type Vector. VectorOption now allows empty strings, i.e.
VectorOptionTest.javaClass Class according to the JUnit protocol.
ww_w___.__j___a___v_a2__s_._co___m__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.