public final class TextEditorState extends java.lang.Object implements FileEditorState
INSTANCE
Constructor and Description |
---|
TextEditorState() |
Modifier and Type | Method and Description |
---|---|
boolean |
canBeMergedWith(FileEditorState otherState,
FileEditorStateLevel level) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean canBeMergedWith(FileEditorState otherState, FileEditorStateLevel level)
canBeMergedWith
in interface FileEditorState
public java.lang.String toString()
toString
in class java.lang.Object