Uses of Class
org.acm.seguin.ide.common.options.PropertiesFile

Packages that use PropertiesFile
org.acm.seguin.ide.common Classes common to all IDEs. 
org.acm.seguin.ide.common.options   
org.acm.seguin.ide.jedit   
 

Uses of PropertiesFile in org.acm.seguin.ide.common
 

Methods in org.acm.seguin.ide.common that return PropertiesFile
static PropertiesFile IDEPlugin.getProperties(java.lang.String type, java.lang.String project)
          Gets the Properties attribute of the IDEPlugin class
 PropertiesFile IDEInterface.getProperties(java.lang.String type, java.lang.String project)
          Gets the Properties attribute of the IDEInterface object
 

Uses of PropertiesFile in org.acm.seguin.ide.common.options
 

Fields in org.acm.seguin.ide.common.options declared as PropertiesFile
protected  PropertiesFile JSHelpOptionPane.props
          Description of the Field
 

Methods in org.acm.seguin.ide.common.options that return PropertiesFile
 PropertiesFile SelectedPanel.getPropertiesFile()
          Gets the PropertiesFile attribute of the SelectedPanel object
 

Constructors in org.acm.seguin.ide.common.options with parameters of type PropertiesFile
SelectedPanel(JSHelpOptionPane optionPane, PropertiesFile props, java.lang.String project, java.lang.String option, java.lang.String defaultOption, java.lang.String label, javax.swing.JComponent comp)
          Constructor for the SelectedPanel object
 

Uses of PropertiesFile in org.acm.seguin.ide.jedit
 

Methods in org.acm.seguin.ide.jedit that return PropertiesFile
 PropertiesFile JavaStylePlugin.getProperties(java.lang.String type, java.lang.String project)
          Gets the Properties attribute of the JavaStylePlugin class