Uses of Enum Class
mars.venus.editor.FileStatus
Packages that use FileStatus
-
Uses of FileStatus in mars.venus
Methods in mars.venus that return FileStatusModifier and TypeMethodDescriptionVenusUI.getFileStatus()
Get the current status of the file being edited in the Edit tab (orNO_FILE
if no files are being edited).Methods in mars.venus with parameters of type FileStatusModifier and TypeMethodDescriptionvoid
VenusUI.setFileStatus
(FileStatus status) Set the status of the file being edited, and update the menu state. -
Uses of FileStatus in mars.venus.editor
Methods in mars.venus.editor that return FileStatusModifier and TypeMethodDescriptionFileEditorTab.getFileStatus()
Get the file status of this tab.static FileStatus
Returns the enum constant of this class with the specified name.static FileStatus[]
FileStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in mars.venus.editor with parameters of type FileStatusModifier and TypeMethodDescriptionvoid
FileEditorTab.setFileStatus
(FileStatus fileStatus) Set the file status of this tab.