edu.mit.ai.psg.traveler
Class TravelerOutliner

java.lang.Object
  |
  +--edu.mit.ai.psg.ui.outliner.Outliner
        |
        +--edu.mit.ai.psg.jexa.Jexa
              |
              +--edu.mit.ai.psg.traveler.TravelerOutliner

public class TravelerOutliner
extends Jexa

Extends Jexa outliner with alternate Renderers for ActivityRecord produced by Trace. (Based in part on "Traveler: the Apiary Observatory", ECOOP'1987).


Inner Class Summary
static class TravelerOutliner.TravelerOutlineMaker
           
 
Inner classes inherited from class edu.mit.ai.psg.jexa.Jexa
Jexa.JexaOutlineMaker
 
Field Summary
protected static String travelerResourceName
           
 
Fields inherited from class edu.mit.ai.psg.jexa.Jexa
dbgLev, jexaResourceName, mousedObject
 
Fields inherited from class edu.mit.ai.psg.ui.outliner.Outliner
outlineMaker, outlinerResourceName
 
Constructor Summary
TravelerOutliner()
           
 
Method Summary
static void ensureInitialized()
          if necessary, initializes static Outliner.outlineMaker.
protected static String formatWithTravelerBundleString(String resourceKey, Object obj)
           
static String getCopyright()
           
static String getHomepage()
           
static String getNoWarranty()
           
protected static String getTravelerBundleString(String resourceKey)
           
static String getVersion()
           
 
Methods inherited from class edu.mit.ai.psg.jexa.Jexa
examine, formatWithJexaBundleString, getJexaBundleString
 
Methods inherited from class edu.mit.ai.psg.ui.outliner.Outliner
addRenderer, getAllRenderers, getMostSpecificRenderer, getNoteRenderer, getOutlinerBundleString, makeFrame, makeFrame, makeOutlineNode, makeOutlineNode, outline, removeRenderer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

travelerResourceName

protected static final String travelerResourceName
Constructor Detail

TravelerOutliner

public TravelerOutliner()
Method Detail

getCopyright

public static String getCopyright()

getNoWarranty

public static String getNoWarranty()

getVersion

public static String getVersion()

getHomepage

public static String getHomepage()

ensureInitialized

public static void ensureInitialized()
Description copied from class: Jexa
if necessary, initializes static Outliner.outlineMaker.
Tags copied from class: Jexa
See Also:
Outliner

getTravelerBundleString

protected static String getTravelerBundleString(String resourceKey)

formatWithTravelerBundleString

protected static String formatWithTravelerBundleString(String resourceKey,
                                                       Object obj)

Copyright (c) 1996-1999
Massachusetts Institute of Technology

Feedback: jeva-feedback@ai.mit.edu