de.guhsoft.languageEditor
Class ResourceBundleEditor
java.lang.Object
de.guhsoft.languageEditor.ResourceBundleEditor
- All Implemented Interfaces:
- com.intellij.openapi.fileEditor.FileEditor
- public class ResourceBundleEditor
- extends Object
- implements com.intellij.openapi.fileEditor.FileEditor
| Fields inherited from interface com.intellij.openapi.fileEditor.FileEditor |
PROP_MODIFIED, PROP_VALID |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cvsVersion
public static final String cvsVersion
- See Also:
- Constant Field Values
ResourceBundleEditor
public ResourceBundleEditor(com.intellij.openapi.vfs.VirtualFile virtualFile)
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