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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean canBeMergedWith(FileEditorState otherState, FileEditorStateLevel level)
canBeMergedWith in interface FileEditorStatepublic java.lang.String toString()
toString in class java.lang.Object