de.guhsoft.languageEditor
Class ResourceBundleEditor

java.lang.Object
  extended byde.guhsoft.languageEditor.ResourceBundleEditor
All Implemented Interfaces:
com.intellij.openapi.fileEditor.FileEditor

public class ResourceBundleEditor
extends Object
implements com.intellij.openapi.fileEditor.FileEditor


Field Summary
static String cvsVersion
           
 
Fields inherited from interface com.intellij.openapi.fileEditor.FileEditor
PROP_MODIFIED, PROP_VALID
 
Constructor Summary
ResourceBundleEditor(com.intellij.openapi.vfs.VirtualFile virtualFile)
           
 
Method Summary
 void addPropertyChangeListener(PropertyChangeListener propertyChangeListener)
           
 void deselectNotify()
           
 JComponent getComponent()
           
 String getName()
           
 JComponent getPreferredFocusedComponent()
           
 com.intellij.openapi.fileEditor.FileEditorState getState(com.intellij.openapi.fileEditor.FileEditorStateLevel fileEditorStateLevel)
           
 boolean isModified()
           
 boolean isValid()
           
 void removePropertyChangeListener(PropertyChangeListener propertyChangeListener)
           
 void selectNotify()
           
 void setState(com.intellij.openapi.fileEditor.FileEditorState fileEditorState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cvsVersion

public static final String cvsVersion
See Also:
Constant Field Values
Constructor Detail

ResourceBundleEditor

public ResourceBundleEditor(com.intellij.openapi.vfs.VirtualFile virtualFile)
Method Detail

getComponent

public JComponent getComponent()
Specified by:
getComponent in interface com.intellij.openapi.fileEditor.FileEditor

getPreferredFocusedComponent

public JComponent getPreferredFocusedComponent()
Specified by:
getPreferredFocusedComponent in interface com.intellij.openapi.fileEditor.FileEditor

getName

public String getName()
Specified by:
getName in interface com.intellij.openapi.fileEditor.FileEditor

getState

public com.intellij.openapi.fileEditor.FileEditorState getState(com.intellij.openapi.fileEditor.FileEditorStateLevel fileEditorStateLevel)
Specified by:
getState in interface com.intellij.openapi.fileEditor.FileEditor

setState

public void setState(com.intellij.openapi.fileEditor.FileEditorState fileEditorState)
Specified by:
setState in interface com.intellij.openapi.fileEditor.FileEditor

isModified

public boolean isModified()
Specified by:
isModified in interface com.intellij.openapi.fileEditor.FileEditor

isValid

public boolean isValid()
Specified by:
isValid in interface com.intellij.openapi.fileEditor.FileEditor

selectNotify

public void selectNotify()
Specified by:
selectNotify in interface com.intellij.openapi.fileEditor.FileEditor

deselectNotify

public void deselectNotify()
Specified by:
deselectNotify in interface com.intellij.openapi.fileEditor.FileEditor

addPropertyChangeListener

public void addPropertyChangeListener(PropertyChangeListener propertyChangeListener)
Specified by:
addPropertyChangeListener in interface com.intellij.openapi.fileEditor.FileEditor

removePropertyChangeListener

public void removePropertyChangeListener(PropertyChangeListener propertyChangeListener)
Specified by:
removePropertyChangeListener in interface com.intellij.openapi.fileEditor.FileEditor