com.intellij.j2ee.appServerIntegrations
Class ApplicationServerPersistentDataEditor<T extends ApplicationServerPersistentData>

java.lang.Object
  extended by com.intellij.openapi.options.SettingsEditor<T>
      extended by com.intellij.j2ee.appServerIntegrations.ApplicationServerPersistentDataEditor<T>

public abstract class ApplicationServerPersistentDataEditor<T extends ApplicationServerPersistentData>
extends SettingsEditor<T>


Constructor Summary
ApplicationServerPersistentDataEditor()
           
 
Method Summary
 
Methods inherited from class com.intellij.openapi.options.SettingsEditor
addSettingsEditorListener, applyEditorTo, applyTo, createEditor, dispose, disposeEditor, fireEditorStateChanged, getComponent, getFactory, getOwner, getSnapshot, installWatcher, removeSettingsEditorListener, resetEditorFrom, resetFrom, uninstallWatcher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationServerPersistentDataEditor

public ApplicationServerPersistentDataEditor()