| javax.swing.JApplet biz.hammurapi.diagram.DiagramApplet
All known Subclasses: biz.hammurapi.web.webdiagram.WebDiagramApplet, biz.hammurapi.web.webdiagram.CompositeServiceApplet,
DiagramApplet | public class DiagramApplet extends JApplet implements GraphSelectionListener,KeyListener(Code) | | Base class for Diagram applets.
author: Pavel Vlasov |
Inner Class :public static class DiagramGraph extends JGraph | |
Inner Class :public class DiagramMarqueeHandler extends BasicMarqueeHandler | |
Inner Class :public class EdStatusBar extends JPanel implements GraphModelListener | |
CREATE_ID | final public static String CREATE_ID(Code) | | Flag requesting creation of a new id.
|
IS_NEW | final public static String IS_NEW(Code) | | Flag that file being uploaded to the server side is new.
|
graph | protected JGraph graph(Code) | | |
statusBar | protected EdStatusBar statusBar(Code) | | |
undoManager | protected GraphUndoManager undoManager(Code) | | |
DiagramApplet | public DiagramApplet()(Code) | | |
connect | public void connect(Port source, Port target)(Code) | | |
connect | public void connect(Edge edge, Port source, Port target, List points)(Code) | | |
createModel | protected DiagramModel createModel()(Code) | | Implement this method to create proper model instance.
New model instance. |
getDelete | public Action getDelete()(Code) | | Returns the remove. |
getGraph | public JGraph getGraph()(Code) | | Returns the graph. |
getRemoteRegistry | protected RemoteRegistry getRemoteRegistry()(Code) | | Registry is created in start() method.
Registry for remote invocations. |
init | public void init()(Code) | | Reads download URL, upload URL and Cookie string.
|
insert | public void insert(Point2D point, DefaultGraphCell cell)(Code) | | |
modelChanged | public void modelChanged()(Code) | | Notification that model has changed.
|
populateToolBar | public void populateToolBar()(Code) | | |
setDelete | public void setDelete(Action delete)(Code) | | Parameters: delete - The remove to set. |
setGraph | public void setGraph(JGraph graph)(Code) | | Parameters: graph - The graph to set. |
start | public void start()(Code) | | |
uninstallListeners | protected void uninstallListeners(JGraph graph)(Code) | | |
updateHistoryButtons | protected void updateHistoryButtons()(Code) | | |
valueChanged | public void valueChanged(GraphSelectionEvent e)(Code) | | |
|
|