|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
org.openide.windows.TopComponent
cz.cuni.amis.dash.DashWindow
public class DashWindow
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.openide.windows.TopComponent |
|---|
org.openide.windows.TopComponent.Cloneable, org.openide.windows.TopComponent.Description, org.openide.windows.TopComponent.NodeName, org.openide.windows.TopComponent.OpenActionRegistration, org.openide.windows.TopComponent.Registration, org.openide.windows.TopComponent.Registry |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class org.openide.windows.TopComponent |
|---|
CLOSE_EACH, CLOSE_LAST, PERSISTENCE_ALWAYS, PERSISTENCE_NEVER, PERSISTENCE_ONLY_OPENED, PROP_CLOSING_DISABLED, PROP_DND_COPY_DISABLED, PROP_DRAGGING_DISABLED, PROP_KEEP_PREFERRED_SIZE_WHEN_SLIDED_IN, PROP_MAXIMIZATION_DISABLED, PROP_SLIDING_DISABLED, PROP_UNDOCKING_DISABLED |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
DashWindow(YaposhEngine engine,
String name)
|
|
| Method Summary | |
|---|---|
void |
breakpointAdded(LapBreakpoint breakpoint)
|
void |
breakpointRemoved(LapBreakpoint breakpoint)
|
protected void |
componentClosed()
Make sure to clean up after window will be closed. |
void |
connected()
This method is called when debugger has successfully connected to the engine. |
void |
disconnected(String message,
boolean error)
When debugger crashes or user asks to be disconnected, it will sooner or later cause this. |
void |
evaluationFinished()
Every time the debugger finished the evaluation, listeners are notified |
void |
evaluationReached()
Every time the debugger reaches this stage, it calls this method. |
int |
getPersistenceType()
|
void |
pathReached(cz.cuni.amis.pogamut.sposh.elements.LapPath path)
Notify about path that is about to be fired. |
void |
planRecieved(String name,
cz.cuni.amis.pogamut.sposh.elements.PoshPlan plan)
Called when plan was recieved. |
| Methods inherited from class org.openide.windows.TopComponent |
|---|
addNotify, associateLookup, availableModes, cancelRequestAttention, canClose, canClose, close, close, closeNotify, componentActivated, componentDeactivated, componentHidden, componentOpened, componentShowing, getAccessibleContext, getActions, getActivatedNodes, getCloseOperation, getDisplayName, getHelpCtx, getHtmlDisplayName, getIcon, getLookup, getRegistry, getSystemActions, getTabPosition, getUndoRedo, isOpened, isOpened, open, open, openAction, openAtTabPosition, openNotify, preferredID, processKeyBinding, readExternal, requestActive, requestAttention, requestFocus, requestFocusInWindow, requestVisible, setActivatedNodes, setCloseOperation, setDisplayName, setHtmlDisplayName, setIcon, setName, setToolTipText, toFront, writeExternal, writeReplace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DashWindow(YaposhEngine engine,
String name)
| Method Detail |
|---|
public void connected()
IDebugEngineListener
connected in interface IDebugEngineListener
public void planRecieved(String name,
cz.cuni.amis.pogamut.sposh.elements.PoshPlan plan)
IDebugEngineListener
planRecieved in interface IDebugEngineListenername - name used to identify the instance of the engine that is
running this planplan - String representation of plan (e.g. POSH or Shade)public void evaluationReached()
IDebugEngineListener
evaluationReached in interface IDebugEngineListenerpublic void pathReached(cz.cuni.amis.pogamut.sposh.elements.LapPath path)
IDebugEngineListener
pathReached in interface IDebugEngineListenerpublic void evaluationFinished()
IDebugEngineListener
evaluationFinished in interface IDebugEngineListenerpublic void breakpointAdded(LapBreakpoint breakpoint)
breakpointAdded in interface IDebugEngineListenerpublic void breakpointRemoved(LapBreakpoint breakpoint)
breakpointRemoved in interface IDebugEngineListener
public void disconnected(String message,
boolean error)
IDebugEngineListener
disconnected in interface IDebugEngineListenermessage - Optional message to display the user.error - Was debugger disconnected because of an error or was it OK.protected void componentClosed()
componentClosed in class org.openide.windows.TopComponentpublic int getPersistenceType()
getPersistenceType in class org.openide.windows.TopComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||