|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectconsole.ProjectCommandOptionsService
public class ProjectCommandOptionsService
Constructor Summary | |
---|---|
ProjectCommandOptionsService()
|
Method Summary | |
---|---|
org.gjt.sp.jedit.OptionGroup |
getOptionGroup(projectviewer.vpt.VPTProject proj)
This should return an OptionGroup to be shown. |
org.gjt.sp.jedit.OptionPane |
getOptionPane(projectviewer.vpt.VPTProject proj)
This method should return the option pane to be shown. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectCommandOptionsService()
Method Detail |
---|
public org.gjt.sp.jedit.OptionPane getOptionPane(projectviewer.vpt.VPTProject proj)
getOptionPane
in interface projectviewer.config.OptionsService
proj
- The project that will be edited.
public org.gjt.sp.jedit.OptionGroup getOptionGroup(projectviewer.vpt.VPTProject proj)
getOptionGroup
in interface projectviewer.config.OptionsService
proj
- The project that will be edited.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |