The Meta-Environment API

Serialized Form


Package nl.cwi.sen1.tide

Class nl.cwi.sen1.tide.TideControl extends javax.swing.JPanel implements Serializable

Serialized Fields

bridge

TideControlBridge bridge

debugTool

DebugTool debugTool

studio

nl.cwi.sen1.gui.Studio studio

desktop

javax.swing.JDesktopPane desktop

processList

ProcessList processList

manager

ToolManager manager

debugToolThread

java.lang.Thread debugToolThread

tideControlThread

java.lang.Thread tideControlThread

plugin

TideMainFrame plugin

Package nl.cwi.sen1.tide.tool

Class nl.cwi.sen1.tide.tool.AdapterAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

tool

java.lang.String tool

manager

ToolManager manager

adapter

DebugAdapter adapter

Class nl.cwi.sen1.tide.tool.AdapterTool extends TideTool implements Serializable

Serialized Fields

adapter

DebugAdapter adapter

Class nl.cwi.sen1.tide.tool.ProcessAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

tool

java.lang.String tool

manager

ToolManager manager

process

DebugProcess process

Class nl.cwi.sen1.tide.tool.ProcessTool extends TideTool implements Serializable

Serialized Fields

process

DebugProcess process

Class nl.cwi.sen1.tide.tool.TideTool extends javax.swing.JPanel implements Serializable

Serialized Fields

id

int id

manager

ToolManager manager

name

java.lang.String name

tooltip

java.lang.String tooltip

target

java.lang.Object target

statusMessage

java.lang.String statusMessage

listenerList

javax.swing.event.EventListenerList listenerList

Package nl.cwi.sen1.tide.tool.prefeditor

Class nl.cwi.sen1.tide.tool.prefeditor.FontPreferenceEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

editor

PreferencesEditor editor

preferences

PreferenceSet preferences

fontCount

int fontCount

fontPanels

FontPanel[] fontPanels

preview

javax.swing.JLabel preview

Class nl.cwi.sen1.tide.tool.prefeditor.PreferencesEditor extends TideTool implements Serializable

Serialized Fields

preferences

PreferenceSet preferences

fontPrefs

FontPreferenceEditor fontPrefs

buttonUpdate

javax.swing.JButton buttonUpdate

buttonRevert

javax.swing.JButton buttonRevert

Package nl.cwi.sen1.tide.tool.proclist

Class nl.cwi.sen1.tide.tool.proclist.ProcessList extends javax.swing.JPanel implements Serializable

Serialized Fields

info

Info info

adapterPanel

java.awt.Container adapterPanel

adapters

java.util.Map<K,V> adapters

toolManager

ToolManager toolManager

Package nl.cwi.sen1.tide.tool.ruleinspector

Class nl.cwi.sen1.tide.tool.ruleinspector.RuleInspector extends ProcessTool implements Serializable

Serialized Fields

selector

RuleSelector selector

editor

RuleEditor editor

Package nl.cwi.sen1.tide.tool.srcviewer

Class nl.cwi.sen1.tide.tool.srcviewer.SourceViewer extends ProcessTool implements Serializable

Serialized Fields

tools

javax.swing.JToolBar tools

center

javax.swing.JTabbedPane center

message

javax.swing.JLabel message

tag_step_into

java.lang.String tag_step_into

tag_step_over

java.lang.String tag_step_over

tag_step_up

java.lang.String tag_step_up

tag_view_var

java.lang.String tag_view_var

tag_add_source

java.lang.String tag_add_source

stepInto

javax.swing.Action stepInto

stepOver

javax.swing.Action stepOver

stepUp

javax.swing.Action stepUp

run

javax.swing.Action run

stop

javax.swing.Action stop

addSourceFile

javax.swing.Action addSourceFile

delSourceFile

javax.swing.Action delSourceFile

process

DebugProcess process

ruleStepInto

Rule ruleStepInto

ruleStepOver

Rule ruleStepOver

ruleStepUp

Rule ruleStepUp

currentFile

java.lang.String currentFile

currentViewer

SourceFileViewer currentViewer

residentViewers

java.util.Map<K,V> residentViewers

Package nl.cwi.sen1.tide.tool.stackviewer

Class nl.cwi.sen1.tide.tool.stackviewer.StackViewer extends ProcessTool implements Serializable

Serialized Fields

trace

javax.swing.JList trace

tools

javax.swing.JToolBar tools

frameName

javax.swing.JLabel frameName

frameDepth

javax.swing.JLabel frameDepth

frameLocation

javax.swing.JLabel frameLocation

frameVars

javax.swing.JList frameVars

tag_stack_trace

java.lang.String tag_stack_trace

tag_stack_unwind

java.lang.String tag_stack_unwind

unwind

javax.swing.Action unwind

viewSource

javax.swing.Action viewSource

inspectVar

javax.swing.Action inspectVar

process

DebugProcess process

ruleStackTrace

Rule ruleStackTrace

ruleStackUnwind

Rule ruleStackUnwind

selectedFrame

StackFrame selectedFrame

Package nl.cwi.sen1.tide.tool.support

Class nl.cwi.sen1.tide.tool.support.ProcessStatus extends javax.swing.JComponent implements Serializable

Serialized Fields

process

DebugProcess process


The Meta-Environment API