Interface LinesProvider
- All Known Implementing Classes:
HexWithControls
,TextWithControls
public interface LinesProvider
-
Method Details
-
getLines
-
getName
String getName() -
setLines
- Throws:
Exception
-
isBin
boolean isBin() -
isText
default boolean isText() -
getFile
File getFile() -
setFile
-
open
- Throws:
IOException
-
save
- Throws:
IOException
-
asComponent
JComponent asComponent() -
undo
void undo() -
redo
void redo() -
resetUndoRedo
void resetUndoRedo()
-