Uses of Class
org.aspectj.ajde.ui.swing.OptionsPanel

Packages that use OptionsPanel
org.aspectj.ajde.ui.javaoptions   
org.aspectj.ajde.ui.swing   
 

Uses of OptionsPanel in org.aspectj.ajde.ui.javaoptions
 

Subclasses of OptionsPanel in org.aspectj.ajde.ui.javaoptions
 class JavaCompilerWarningsOptionsPanel
          An options panel which displays the java compiler warning options.
 class JavaComplianceOptionsPanel
          An options panel which displays the java compiler compliance options.
 class JavaDebugOptionsPanel
          An options panel which displays the java compiler debug options.
 class JavaOtherOptionsPanel
          An options panel which displays the character encoding java compiler option.
 

Uses of OptionsPanel in org.aspectj.ajde.ui.swing
 

Methods in org.aspectj.ajde.ui.swing with parameters of type OptionsPanel
 void OptionsFrame.addOptionsPanel(OptionsPanel panel)
          Adds the panel in the second-to-last postion.
 void OptionsFrame.removeOptionsPanel(OptionsPanel panel)
           
 void OptionsFrame.showPanel(OptionsPanel panel)