Uses of Class
mars.venus.EditPane
Packages that use EditPane
Package
Description
-
Uses of EditPane in mars.venus
Methods in mars.venus that return EditPaneModifier and TypeMethodDescriptionEditTabbedPane.getCurrentEditTab()
The current EditPane representing a file.EditTabbedPane.getCurrentEditTabForFile(File file)
If the given file is open in the tabbed pane, make it the current tab.MainPane.getEditPane()
Returns current edit pane.EditTabbedPane.getEditPaneForFile(String pathname)
If there is an EditPane for the given file pathname, return it.Methods in mars.venus with parameters of type EditPaneModifier and TypeMethodDescriptionvoid
Remove the pane and update menu statusvoid
EditTabbedPane.setCurrentEditTab(EditPane editPane)
Select the specified EditPane to be the current tab. -
Uses of EditPane in mars.venus.editors.generic
Constructors in mars.venus.editors.generic with parameters of type EditPane -
Uses of EditPane in mars.venus.editors.jeditsyntax
Constructors in mars.venus.editors.jeditsyntax with parameters of type EditPane -
Uses of EditPane in mars.venus.editors.rsyntax
Constructors in mars.venus.editors.rsyntax with parameters of type EditPane