rj.tools.jcsc.plugins.intellij
Interface IntellijJCSC

All Superinterfaces:
com.intellij.openapi.components.BaseComponent, com.intellij.openapi.options.Configurable, com.intellij.openapi.util.JDOMExternalizable, com.intellij.openapi.components.ProjectComponent, com.intellij.openapi.options.UnnamedConfigurable
All Known Implementing Classes:
IntellijJCSCImpl

public interface IntellijJCSC
extends com.intellij.openapi.components.ProjectComponent, com.intellij.openapi.util.JDOMExternalizable, com.intellij.openapi.options.Configurable

JCSC / IntelliJ plugin

Version:
__0.1__
Author:
Ralph Jocham

Field Summary
static java.lang.String COMPONENT_NAME
          Name of component
 
Method Summary
 JCSCOptions getJCSCOptions()
          Get the JCSC options
 
Methods inherited from interface com.intellij.openapi.components.ProjectComponent
projectClosed, projectOpened
 
Methods inherited from interface com.intellij.openapi.components.BaseComponent
disposeComponent, getComponentName, initComponent
 
Methods inherited from interface com.intellij.openapi.util.JDOMExternalizable
readExternal, writeExternal
 
Methods inherited from interface com.intellij.openapi.options.Configurable
getDisplayName, getHelpTopic, getIcon
 
Methods inherited from interface com.intellij.openapi.options.UnnamedConfigurable
apply, createComponent, disposeUIResources, isModified, reset
 

Field Detail

COMPONENT_NAME

public static final java.lang.String COMPONENT_NAME
Name of component

See Also:
Constant Field Values
Method Detail

getJCSCOptions

public JCSCOptions getJCSCOptions()
Get the JCSC options

Returns:
options for JCSC


(c) 1999-2005 by Ralph Jocham (rjocham72@netscape.net)
JCSC is released under the terms of the GNU General Public License