Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit.msg
Class EditorStarted  view EditorStarted download EditorStarted.java

java.lang.Object
  extended byorg.gjt.sp.jedit.EBMessage
      extended byorg.gjt.sp.jedit.msg.EditorStarted

public class EditorStarted
extends org.gjt.sp.jedit.EBMessage

Message sent after jEdit has finished starting up, but before the initial view is created.

Since:
jEdit 2.3pre2
Version:
$Id: EditorStarted.java,v 1.2 2002/05/14 07:55:48 spestov Exp $

Nested Class Summary
 
Nested classes inherited from class org.gjt.sp.jedit.EBMessage
org.gjt.sp.jedit.EBMessage.NonVetoable
 
Field Summary
 
Fields inherited from class org.gjt.sp.jedit.EBMessage
 
Constructor Summary
EditorStarted(org.gjt.sp.jedit.EBComponent source)
          Creates a new editor started message.
 
Methods inherited from class org.gjt.sp.jedit.EBMessage
getSource, isVetoed, paramString, toString, veto
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EditorStarted

public EditorStarted(org.gjt.sp.jedit.EBComponent source)
Creates a new editor started message.