Java Doc for BaseGraphPanel.java in  » UML » MetaBoss » com » metaboss » applications » designstudio » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » UML » MetaBoss » com.metaboss.applications.designstudio 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.metaboss.applications.designstudio.BaseChildPanel
   com.metaboss.applications.designstudio.BaseGraphPanel

All known Subclasses:   com.metaboss.applications.designstudio.systemsmodel.SystemsPanel,  com.metaboss.applications.designstudio.usecasesmodel.UseCasesPanel,  com.metaboss.applications.designstudio.statesmodel.StatesPanel,  com.metaboss.applications.designstudio.structuresmodel.StructuresPanel,  com.metaboss.applications.designstudio.domainmodel.DomainViewPanel,
BaseGraphPanel
public class BaseGraphPanel extends BaseChildPanel (Code)

Inner Class :public class SelectionListener implements GraphSelectionListener
Inner Class :public class SelectionUserObject extends BaseUserObject
Inner Class :public class MouseHandler extends MouseAdapter
Inner Class :public class GraphElementCopyContainer
Inner Class :public class BringToFrontAction extends BaseAction
Inner Class :public class BringToBackAction extends BaseAction
Inner Class :public class ActualSizeAction extends BaseAction
Inner Class :public class ZoomInAction extends BaseAction
Inner Class :public class ZoomOutAction extends BaseAction
Inner Class :public class ZoomToPageAction extends BaseAction
Inner Class :public class AlignToGridAction extends BaseAction
Inner Class :public class AlignAllToGridAction extends BaseAction
Inner Class :public class ViewEdgesCaptionsAction extends BaseAction
Inner Class :public class ViewEdgesCardinalityAction extends BaseAction
Inner Class :public class ViewEdgesEndsNamesAction extends BaseAction
Inner Class :public class ViewFieldsAction extends BaseAction
Inner Class :public class AddEdgePointAction extends BaseAction
Inner Class :public class EditCellAction extends BaseAction
Inner Class :public class DeleteCellAction extends BaseAction
Inner Class :public class DeleteElementFromDiagramAction extends BaseAction
Inner Class :public class SetColorAction extends BaseAction
Inner Class :public class CopyElementAction extends BaseAction
Inner Class :public class PasteElementAction extends BaseAction
Inner Class :public class BaseSelectionAction extends BaseAction
Inner Class :public class UnselectAction extends BaseSelectionAction

Field Summary
final public static  intNO_SELECTION
    
protected  ActualSizeActionmActualSizeAction
    
protected  AddEdgePointActionmAddEdgePointAction
    
protected  AlignAllToGridActionmAlignAllToGridAction
    
protected  AlignToGridActionmAlignToGridAction
    
protected  BringToBackActionmBringToBackAction
    
protected  BringToFrontActionmBringToFrontAction
    
protected  ButtonGroupmButtonGroup
    
protected  RulemColumnRule
    
protected  CopyElementActionmCopyElementAction
    
protected  DeleteCellActionmDeleteCellAction
    
protected  DiagrammDiagram
    
protected  BaseGraphDropTargetmDropTarget
    
protected  EditCellActionmEditCellAction
    
protected  DesignGraphmGraph
    
protected  BorderLayoutmLayout
    
protected  booleanmLoading
    
protected  BaseGraphModelmModel
    
protected  Application.ObjectChangedListenermObjectChangedListener
    
protected  booleanmOldPortsVisible
    
protected  Application.OnContainerChangedListenermOnContainerChangedListener
    
protected  JScrollPanemPane
    
protected  PasteElementActionmPasteElementAction
    
protected  Application.RefreshDiagramsEventListenermRefreshDiagramsEventListener
    
protected  Application.RefreshListenermRefreshListener
    
protected  RulemRowRule
    
protected  SelectionListenermSelectionListener
    
protected  SetColorActionmSetColorAction
    
protected  intmState
    
protected  JToolBarmToolBar
    
protected  UnselectActionmUnselectAction
    
protected  ViewEdgesCaptionsActionmViewEdgesCaptionsAction
    
protected  ViewEdgesCardinalityActionmViewEdgesCardinalityAction
    
protected  ViewEdgesEndsNamesActionmViewEdgesEndsNamesAction
    
protected  ViewFieldsActionmViewFieldsAction
    
protected  ZoomInActionmZoomInAction
    
protected  ZoomOutActionmZoomOutAction
    
protected  ZoomToPageActionmZoomToPageAction
    

Constructor Summary
public  BaseGraphPanel(ModelElement pObject, Diagram pDiagram)
    

Method Summary
protected  voidaddEventsListeners()
    
protected  voidaddModelListeners()
    
public  voidaddNewPoint()
    
protected  voidalignAllToGrid()
    
protected  voidalignCellToGrid(DefaultGraphCell pCell, Map pVewMap)
    
protected  voidalignToGrid()
    
protected  voidarrangeActions(DefaultGraphCell pCell)
    
public  voidconnectEdges(Port pFrom, Port pTo)
    
public  voidcontainerActivate()
    
public synchronized  voidcopyElement()
    
public  DesignGraphcreateGraph()
    
public  BaseGraphModelcreateModel()
    
protected  voiddeleteCurrentCell()
    
protected  voiddeleteCurrentCellFromModel()
    
protected  voiddeleteObjectFormTheModel(BaseUserObject pObject, String pID)
    
protected  voiddeleteSelectionCells(Object[] pSelectionsCells)
    
public  voiddropObject(BaseUserObject pObject, Point aLocation)
    
public  booleanedgePending()
    
protected  voideditCurrentCell()
    
protected  voidfillActions(ArrayList pActionList)
    
protected  voidfillToolBarActions(ArrayList pActionsList)
    
protected  BaseUserObjectgetCurrentUserObject()
    
public  DesignGraphgetGraph()
    
public  DefaultGraphModelgetModel()
    
public  intgetState()
    
public  Object[]getToolBarActions()
    
protected  booleanisAddPointEvent(DefaultGraphCell pCell)
    
public synchronized  booleanisCopyElementExpected()
    
public  booleanisObjectExcepted(BaseUserObject pObject)
    
public  booleanisRightUserObject(BaseUserObject pObject)
    
protected  voidloadToolBar()
    
public synchronized  voidpasteElement()
    
public synchronized  intpasteIteration()
    
protected  voidprocessCellChange(DefaultGraphCell pCell)
    
protected  voidprocessObjectDeleted(ObjectChangedEvent event)
    
protected  voidprocessObjectEdited(BaseUserObject pObject)
    
protected  voidprocessObjectInserted(BaseUserObject pObject)
    
protected  voidprocessRefreshDiagramElement(Diagram pDiagram, BaseUserObject pUserObject)
    
protected  booleanprocessSelection(int pSelection, int X, int Y)
    
public  voidreLoadModel()
    
public  voidremoveEventsListeners()
    
protected  voidremoveSelectionCells(Object[] pSelectionsCells)
    
public  voidsaveContent()
    
protected  voidsetSelection(int pSelection)
    
protected  voidsetVertexColor()
    
public  voidsetVisible(boolean aFlag)
    
public  voidshowPopUpMenuForCell(DefaultGraphCell pCell, int X, int Y)
    
protected  voidtoBack(Object[] c)
    
protected  voidtoFront(Object[] c)
    
public  voidupdateAll()
    
protected  voidupdateComponents()
    
public  voidupdateModel(Map pViewMap)
    
public  voidupdateObject(BaseUserObject pObject)
    
public  voidupdateObject(ModelElement pElement)
    
public  voidupdateObject(DefaultGraphCell pCell)
    
protected  voidzoomToPage()
    

Field Detail
NO_SELECTION
final public static int NO_SELECTION(Code)



mActualSizeAction
protected ActualSizeAction mActualSizeAction(Code)



mAddEdgePointAction
protected AddEdgePointAction mAddEdgePointAction(Code)



mAlignAllToGridAction
protected AlignAllToGridAction mAlignAllToGridAction(Code)



mAlignToGridAction
protected AlignToGridAction mAlignToGridAction(Code)



mBringToBackAction
protected BringToBackAction mBringToBackAction(Code)



mBringToFrontAction
protected BringToFrontAction mBringToFrontAction(Code)



mButtonGroup
protected ButtonGroup mButtonGroup(Code)



mColumnRule
protected Rule mColumnRule(Code)



mCopyElementAction
protected CopyElementAction mCopyElementAction(Code)



mDeleteCellAction
protected DeleteCellAction mDeleteCellAction(Code)



mDiagram
protected Diagram mDiagram(Code)



mDropTarget
protected BaseGraphDropTarget mDropTarget(Code)



mEditCellAction
protected EditCellAction mEditCellAction(Code)



mGraph
protected DesignGraph mGraph(Code)



mLayout
protected BorderLayout mLayout(Code)



mLoading
protected boolean mLoading(Code)



mModel
protected BaseGraphModel mModel(Code)



mObjectChangedListener
protected Application.ObjectChangedListener mObjectChangedListener(Code)



mOldPortsVisible
protected boolean mOldPortsVisible(Code)



mOnContainerChangedListener
protected Application.OnContainerChangedListener mOnContainerChangedListener(Code)



mPane
protected JScrollPane mPane(Code)



mPasteElementAction
protected PasteElementAction mPasteElementAction(Code)



mRefreshDiagramsEventListener
protected Application.RefreshDiagramsEventListener mRefreshDiagramsEventListener(Code)



mRefreshListener
protected Application.RefreshListener mRefreshListener(Code)



mRowRule
protected Rule mRowRule(Code)



mSelectionListener
protected SelectionListener mSelectionListener(Code)



mSetColorAction
protected SetColorAction mSetColorAction(Code)



mState
protected int mState(Code)



mToolBar
protected JToolBar mToolBar(Code)



mUnselectAction
protected UnselectAction mUnselectAction(Code)



mViewEdgesCaptionsAction
protected ViewEdgesCaptionsAction mViewEdgesCaptionsAction(Code)



mViewEdgesCardinalityAction
protected ViewEdgesCardinalityAction mViewEdgesCardinalityAction(Code)



mViewEdgesEndsNamesAction
protected ViewEdgesEndsNamesAction mViewEdgesEndsNamesAction(Code)



mViewFieldsAction
protected ViewFieldsAction mViewFieldsAction(Code)



mZoomInAction
protected ZoomInAction mZoomInAction(Code)



mZoomOutAction
protected ZoomOutAction mZoomOutAction(Code)



mZoomToPageAction
protected ZoomToPageAction mZoomToPageAction(Code)




Constructor Detail
BaseGraphPanel
public BaseGraphPanel(ModelElement pObject, Diagram pDiagram) throws Exception(Code)




Method Detail
addEventsListeners
protected void addEventsListeners()(Code)



addModelListeners
protected void addModelListeners()(Code)



addNewPoint
public void addNewPoint()(Code)



alignAllToGrid
protected void alignAllToGrid()(Code)



alignCellToGrid
protected void alignCellToGrid(DefaultGraphCell pCell, Map pVewMap)(Code)



alignToGrid
protected void alignToGrid()(Code)



arrangeActions
protected void arrangeActions(DefaultGraphCell pCell)(Code)



connectEdges
public void connectEdges(Port pFrom, Port pTo)(Code)



containerActivate
public void containerActivate()(Code)



copyElement
public synchronized void copyElement()(Code)



createGraph
public DesignGraph createGraph() throws Exception(Code)



createModel
public BaseGraphModel createModel() throws Exception(Code)



deleteCurrentCell
protected void deleteCurrentCell()(Code)



deleteCurrentCellFromModel
protected void deleteCurrentCellFromModel()(Code)



deleteObjectFormTheModel
protected void deleteObjectFormTheModel(BaseUserObject pObject, String pID)(Code)



deleteSelectionCells
protected void deleteSelectionCells(Object[] pSelectionsCells)(Code)



dropObject
public void dropObject(BaseUserObject pObject, Point aLocation)(Code)



edgePending
public boolean edgePending()(Code)



editCurrentCell
protected void editCurrentCell()(Code)



fillActions
protected void fillActions(ArrayList pActionList)(Code)



fillToolBarActions
protected void fillToolBarActions(ArrayList pActionsList)(Code)



getCurrentUserObject
protected BaseUserObject getCurrentUserObject()(Code)



getGraph
public DesignGraph getGraph()(Code)



getModel
public DefaultGraphModel getModel()(Code)



getState
public int getState()(Code)



getToolBarActions
public Object[] getToolBarActions()(Code)



isAddPointEvent
protected boolean isAddPointEvent(DefaultGraphCell pCell)(Code)



isCopyElementExpected
public synchronized boolean isCopyElementExpected()(Code)



isObjectExcepted
public boolean isObjectExcepted(BaseUserObject pObject)(Code)



isRightUserObject
public boolean isRightUserObject(BaseUserObject pObject)(Code)



loadToolBar
protected void loadToolBar()(Code)



pasteElement
public synchronized void pasteElement()(Code)



pasteIteration
public synchronized int pasteIteration()(Code)



processCellChange
protected void processCellChange(DefaultGraphCell pCell)(Code)



processObjectDeleted
protected void processObjectDeleted(ObjectChangedEvent event) throws Exception(Code)



processObjectEdited
protected void processObjectEdited(BaseUserObject pObject) throws Exception(Code)



processObjectInserted
protected void processObjectInserted(BaseUserObject pObject) throws Exception(Code)



processRefreshDiagramElement
protected void processRefreshDiagramElement(Diagram pDiagram, BaseUserObject pUserObject) throws Exception(Code)



processSelection
protected boolean processSelection(int pSelection, int X, int Y)(Code)



reLoadModel
public void reLoadModel() throws Exception(Code)



removeEventsListeners
public void removeEventsListeners()(Code)



removeSelectionCells
protected void removeSelectionCells(Object[] pSelectionsCells)(Code)



saveContent
public void saveContent()(Code)



setSelection
protected void setSelection(int pSelection)(Code)



setVertexColor
protected void setVertexColor()(Code)



setVisible
public void setVisible(boolean aFlag)(Code)



showPopUpMenuForCell
public void showPopUpMenuForCell(DefaultGraphCell pCell, int X, int Y)(Code)



toBack
protected void toBack(Object[] c)(Code)



toFront
protected void toFront(Object[] c)(Code)



updateAll
public void updateAll()(Code)



updateComponents
protected void updateComponents()(Code)



updateModel
public void updateModel(Map pViewMap)(Code)



updateObject
public void updateObject(BaseUserObject pObject)(Code)



updateObject
public void updateObject(ModelElement pElement)(Code)



updateObject
public void updateObject(DefaultGraphCell pCell)(Code)



zoomToPage
protected void zoomToPage()(Code)



Fields inherited from com.metaboss.applications.designstudio.BaseChildPanel
protected boolean mChanged(Code)(Java Doc)
protected ModelElement mObject(Code)(Java Doc)
protected Application.OptionsChangedListener mOptionsChangedListener(Code)(Java Doc)

Methods inherited from com.metaboss.applications.designstudio.BaseChildPanel
public void containerActivate()(Code)(Java Doc)
protected void fillActions(ArrayList pActionList)(Code)(Java Doc)
public Object[] getActions()(Code)(Java Doc)
public ModelElement getBOObject()(Code)(Java Doc)
public boolean getChanged()(Code)(Java Doc)
public MetaBossModelPackage getPackage()(Code)(Java Doc)
public void removeEventsListeners()(Code)(Java Doc)
public void saveContent()(Code)(Java Doc)
public void setChanged(boolean pValue)(Code)(Java Doc)
public void setVisible(boolean aFlag)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
protected void updateComponents()(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.