SourceFileEvent

ij_plugins.scala.console.editor.Editor$.SourceFileEvent
case class SourceFileEvent(file: Option[File]) extends EditorEvent

Notifies that file name associated with the editor changed. Informs what file was saved or opened in the editor.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product