Java Doc for JGraphpadCellAction.java in  » Graphic-Library » jgraphpad » com » jgraph » pad » action » 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 » Graphic Library » jgraphpad » com.jgraph.pad.action 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.jgraph.editor.JGraphEditorAction
   com.jgraph.pad.action.JGraphpadFormatAction
      com.jgraph.pad.action.JGraphpadCellAction

JGraphpadCellAction
public class JGraphpadCellAction extends JGraphpadFormatAction (Code)
Implements all actions of the cell menu. Extends format action to use some of the helper methods.

Inner Class :public static class AllActions implements Bundle

Field Summary
final public static  intALIGN_LEFTALIGN_RIGHTALIGN_TOPALIGN_BOTTOMALIGN_CENTERALIGN_MIDDLE
     Defines the constants to be passed to JGraphpadCellAction.doAlignCells(JGraph,int) .
final public static  StringKEY_PROTOTYPE
     Key under which the cell prototype is stored in the actions values.
final public static  StringNAME_ADDPROPERTY
     Specifies the name for the addProperty action.
final public static  StringNAME_ALLSELECTABLE
     Specifies the name for the allSelectable action.
final public static  StringNAME_CELLSALIGNBOTTOM
     Specifies the name for the cellsAlignBottom action.
final public static  StringNAME_CELLSALIGNCENTER
     Specifies the name for the cellsAlignCenter action.
final public static  StringNAME_CELLSALIGNLEFT
     Specifies the name for the cellsAlignLeft action.
final public static  StringNAME_CELLSALIGNMIDDLE
     Specifies the name for the cellsAlignMiddle action.
final public static  StringNAME_CELLSALIGNRIGHT
     Specifies the name for the cellsAlignRight action.
final public static  StringNAME_CELLSALIGNTOP
     Specifies the name for the cellsAlignTop action.
final public static  StringNAME_CLONEATTRIBUTES
     Specifies the name for the cloneAttributes action.
final public static  StringNAME_CLONESIZE
     Specifies the name for the cloneSize action.
final public static  StringNAME_CLONEVALUE
     Specifies the name for the cloneValue action.
final public static  StringNAME_COLLAPSE
     Specifies the name for the collapse action.
final public static  StringNAME_CONNECT
     Specifies the name for the connect action.
final public static  StringNAME_DISCONNECT
     Specifies the name for the disconnect action.
final public static  StringNAME_EXPAND
     Specifies the name for the expand action.
final public static  StringNAME_EXPANDALL
     Specifies the name for the expandAll action.
final public static  StringNAME_GROUP
     Specifies the name for the group action.
final public static  StringNAME_GROUPASEDGE
     Specifies the name for the groupAsEdge action.
final public static  StringNAME_INVERT
     Specifies the name for the invert action.
final public static  StringNAME_REMOVEFROMGROUP
     Specifies the name for the removeFromGroup action.
final public static  StringNAME_REMOVEPROPERTY
     Specifies the name for the removeProperty action.
final public static  StringNAME_TOBACK
     Specifies the name for the toBack action.
final public static  StringNAME_TOFRONT
     Specifies the name for the toFront action.
final public static  StringNAME_TOGGLECHILDRENSELECTABLE
     Specifies the name for the toggleChildrenSelectable action.
final public static  StringNAME_TOGGLECOLLAPSED
     Specifies the name for the collapse action.
final public static  StringNAME_TOGGLESELECTABLE
     Specifies the name for the toggleSelectable action.
final public static  StringNAME_UNGROUP
     Specifies the name for the ungroup action.

Constructor Summary
public  JGraphpadCellAction(String name)
     Constructs a new cell action for the specified name.

Method Summary
public  voidactionPerformed(ActionEvent e)
     Executes the action based on the action name.
protected  voidalignRectangle2D(Rectangle2D cellBounds, Rectangle2D outerBounds, int constraint)
     Helper methods that aligns cellBounds inside outerBounds according to constraint.
protected  voiddoAlignCells(JGraph graph, int constraint)
     Aligns the selection vertices according to constraint.
protected  voiddoCellProperty(JGraph graph, boolean add)
     Displays a value dialog and adds or removes the entered value as a property to/from the user objects of the selection cells.
protected  voiddoClone(JGraph graph, boolean value, boolean size)
     Clones the value, size or attributes of the first selection cell to the other selection cells.
protected  voiddoConnect(JGraph graph, Object prototype)
     Connects the selection vertices using clones of prototype as edges.
protected  voiddoDisconnect(JGraph graph)
     Disconnects the selection vertices by removing all edges between them.
protected  voiddoGroup(JGraph graph, Object prototype)
     Creates a new group cell that contains the selection cells as children using a clone of prototype as the group cell.
protected  voiddoGroupAsEdge(JGraph graph, Object prototype)
     Creates a new group cell that contains the selection cells as children using a clone of prototype as the group cell.
protected  voiddoInvert(JGraph graph)
     Inverts all selected cells by swapping the source and target of edges and inverting all control points, or by swapping width and height of vertices.

Field Detail
ALIGN_LEFTALIGN_RIGHTALIGN_TOPALIGN_BOTTOMALIGN_CENTERALIGN_MIDDLE
final public static int ALIGN_LEFTALIGN_RIGHTALIGN_TOPALIGN_BOTTOMALIGN_CENTERALIGN_MIDDLE(Code)
Defines the constants to be passed to JGraphpadCellAction.doAlignCells(JGraph,int) .



KEY_PROTOTYPE
final public static String KEY_PROTOTYPE(Code)
Key under which the cell prototype is stored in the actions values. This is used to store the prototype for connect and group actions, which require to create new edges and groups respectively.



NAME_ADDPROPERTY
final public static String NAME_ADDPROPERTY(Code)
Specifies the name for the addProperty action.



NAME_ALLSELECTABLE
final public static String NAME_ALLSELECTABLE(Code)
Specifies the name for the allSelectable action.



NAME_CELLSALIGNBOTTOM
final public static String NAME_CELLSALIGNBOTTOM(Code)
Specifies the name for the cellsAlignBottom action.



NAME_CELLSALIGNCENTER
final public static String NAME_CELLSALIGNCENTER(Code)
Specifies the name for the cellsAlignCenter action.



NAME_CELLSALIGNLEFT
final public static String NAME_CELLSALIGNLEFT(Code)
Specifies the name for the cellsAlignLeft action.



NAME_CELLSALIGNMIDDLE
final public static String NAME_CELLSALIGNMIDDLE(Code)
Specifies the name for the cellsAlignMiddle action.



NAME_CELLSALIGNRIGHT
final public static String NAME_CELLSALIGNRIGHT(Code)
Specifies the name for the cellsAlignRight action.



NAME_CELLSALIGNTOP
final public static String NAME_CELLSALIGNTOP(Code)
Specifies the name for the cellsAlignTop action.



NAME_CLONEATTRIBUTES
final public static String NAME_CLONEATTRIBUTES(Code)
Specifies the name for the cloneAttributes action.



NAME_CLONESIZE
final public static String NAME_CLONESIZE(Code)
Specifies the name for the cloneSize action.



NAME_CLONEVALUE
final public static String NAME_CLONEVALUE(Code)
Specifies the name for the cloneValue action.



NAME_COLLAPSE
final public static String NAME_COLLAPSE(Code)
Specifies the name for the collapse action.



NAME_CONNECT
final public static String NAME_CONNECT(Code)
Specifies the name for the connect action.



NAME_DISCONNECT
final public static String NAME_DISCONNECT(Code)
Specifies the name for the disconnect action.



NAME_EXPAND
final public static String NAME_EXPAND(Code)
Specifies the name for the expand action.



NAME_EXPANDALL
final public static String NAME_EXPANDALL(Code)
Specifies the name for the expandAll action.



NAME_GROUP
final public static String NAME_GROUP(Code)
Specifies the name for the group action.



NAME_GROUPASEDGE
final public static String NAME_GROUPASEDGE(Code)
Specifies the name for the groupAsEdge action.



NAME_INVERT
final public static String NAME_INVERT(Code)
Specifies the name for the invert action.



NAME_REMOVEFROMGROUP
final public static String NAME_REMOVEFROMGROUP(Code)
Specifies the name for the removeFromGroup action.



NAME_REMOVEPROPERTY
final public static String NAME_REMOVEPROPERTY(Code)
Specifies the name for the removeProperty action.



NAME_TOBACK
final public static String NAME_TOBACK(Code)
Specifies the name for the toBack action.



NAME_TOFRONT
final public static String NAME_TOFRONT(Code)
Specifies the name for the toFront action.



NAME_TOGGLECHILDRENSELECTABLE
final public static String NAME_TOGGLECHILDRENSELECTABLE(Code)
Specifies the name for the toggleChildrenSelectable action.



NAME_TOGGLECOLLAPSED
final public static String NAME_TOGGLECOLLAPSED(Code)
Specifies the name for the collapse action.



NAME_TOGGLESELECTABLE
final public static String NAME_TOGGLESELECTABLE(Code)
Specifies the name for the toggleSelectable action.



NAME_UNGROUP
final public static String NAME_UNGROUP(Code)
Specifies the name for the ungroup action.




Constructor Detail
JGraphpadCellAction
public JGraphpadCellAction(String name)(Code)
Constructs a new cell action for the specified name. If the action name starts with toggle or switch then the action is configured to be a toggle action.
Parameters:
  name - The name of the action to be created.




Method Detail
actionPerformed
public void actionPerformed(ActionEvent e)(Code)
Executes the action based on the action name.
Parameters:
  e - The object that describes the event.



alignRectangle2D
protected void alignRectangle2D(Rectangle2D cellBounds, Rectangle2D outerBounds, int constraint)(Code)
Helper methods that aligns cellBounds inside outerBounds according to constraint.



doAlignCells
protected void doAlignCells(JGraph graph, int constraint)(Code)
Aligns the selection vertices according to constraint. Valid constraints are: JGraphpadCellAction.ALIGN_TOP , JGraphpadCellAction.ALIGN_MIDDLE , JGraphpadCellAction.ALIGN_BOTTOM , JGraphpadCellAction.ALIGN_LEFT , JGraphpadCellAction.ALIGN_CENTER and JGraphpadCellAction.ALIGN_RIGHT .
Parameters:
  graph - The graph to perform the operation in.
Parameters:
  constraint - The constraint that describes the alignment.
See Also:   JGraphpadCellAction.alignRectangle2D(Rectangle2D,Rectangle2D,int)
See Also:   GraphLayoutCache.getCells(booleanbooleanbooleanboolean)



doCellProperty
protected void doCellProperty(JGraph graph, boolean add)(Code)
Displays a value dialog and adds or removes the entered value as a property to/from the user objects of the selection cells.
Parameters:
  graph - The graph to perform the operation in.
Parameters:
  add - Whether the property should be added or removed.



doClone
protected void doClone(JGraph graph, boolean value, boolean size)(Code)
Clones the value, size or attributes of the first selection cell to the other selection cells. If value is true then the value is cloned, if size if true then the size is cloned. If both are false, then the attributes (except the bounds and points) are cloned.
Note: If value and size are true at the same time, then the value is cloned.
Parameters:
  graph - The graph to perform the operation in.
Parameters:
  value - Whether to clone the value.
Parameters:
  size - Whether to clone the size.



doConnect
protected void doConnect(JGraph graph, Object prototype)(Code)
Connects the selection vertices using clones of prototype as edges. JGraph.getDefaultPortForCell(Object) is used to find the connection points of the vertices.
Parameters:
  graph - The graph to perform the operation in.
Parameters:
  prototype - The cell to be cloned for creating edges.
See Also:   GraphLayoutCache.getCells(booleanbooleanbooleanboolean)
See Also:   DefaultGraphModel.cloneCell(GraphModelObject)
See Also:   DefaultGraphModel.containsEdgeBetween(GraphModelObjectObject)



doDisconnect
protected void doDisconnect(JGraph graph)(Code)
Disconnects the selection vertices by removing all edges between them.
Parameters:
  graph - The graph to perform the operation in.
See Also:   GraphLayoutCache.getCells(booleanbooleanbooleanboolean)
See Also:   DefaultGraphModel.getEdgesBetween(GraphModelObjectObjectboolean)



doGroup
protected void doGroup(JGraph graph, Object prototype)(Code)
Creates a new group cell that contains the selection cells as children using a clone of prototype as the group cell.
Parameters:
  graph - The graph to perform the operation in.
Parameters:
  prototype - The cell to be cloned for creating groups.
See Also:   DefaultGraphModel.cloneCell(GraphModelObject)
See Also:   JGraph.order(Object[])
See Also:   GraphLayoutCache.insertGroup(ObjectObject[])



doGroupAsEdge
protected void doGroupAsEdge(JGraph graph, Object prototype)(Code)
Creates a new group cell that contains the selection cells as children using a clone of prototype as the group cell. The prototype is assumed to be an edge.
Parameters:
  graph - The graph to perform the operation in.
Parameters:
  prototype - The cell to be cloned for creating groups.



doInvert
protected void doInvert(JGraph graph)(Code)
Inverts all selected cells by swapping the source and target of edges and inverting all control points, or by swapping width and height of vertices.
Parameters:
  graph - The graph to perform the operation in.



Fields inherited from com.jgraph.pad.action.JGraphpadFormatAction
protected static int FONT_UNDERLINE(Code)(Java Doc)
final public static String NAME_BEGINSIZE(Code)(Java Doc)
final public static String NAME_CELLBACKGROUNDCOLOR(Code)(Java Doc)
final public static String NAME_CELLBORDERCOLOR(Code)(Java Doc)
final public static String NAME_CELLBORDERWIDTH(Code)(Java Doc)
final public static String NAME_CELLGRADIENTCOLOR(Code)(Java Doc)
final public static String NAME_CELLIMAGE(Code)(Java Doc)
final public static String NAME_CELLIMAGEURL(Code)(Java Doc)
final public static String NAME_CELLINSET(Code)(Java Doc)
final public static String NAME_CLEARBEGIN(Code)(Java Doc)
final public static String NAME_CLEARCELLBORDER(Code)(Java Doc)
final public static String NAME_CLEARCELLIMAGE(Code)(Java Doc)
final public static String NAME_CLEAREND(Code)(Java Doc)
final public static String NAME_DASHOFFSET(Code)(Java Doc)
final public static String NAME_DASHPATTERN(Code)(Java Doc)
final public static String NAME_ENDSIZE(Code)(Java Doc)
final public static String NAME_FONT(Code)(Java Doc)
final public static String NAME_FONTBOLD(Code)(Java Doc)
final public static String NAME_FONTCOLOR(Code)(Java Doc)
final public static String NAME_FONTITALIC(Code)(Java Doc)
final public static String NAME_FONTPLAIN(Code)(Java Doc)
final public static String NAME_FONTSIZE(Code)(Java Doc)
final public static String NAME_FONTUNDERLINE(Code)(Java Doc)
final public static String NAME_LINECOLOR(Code)(Java Doc)
final public static String NAME_LINEWIDTH(Code)(Java Doc)
final public static String NAME_RESIZE(Code)(Java Doc)
final public static String NAME_SWITCHALIGNBOTTOM(Code)(Java Doc)
final public static String NAME_SWITCHALIGNCENTER(Code)(Java Doc)
final public static String NAME_SWITCHALIGNLEFT(Code)(Java Doc)
final public static String NAME_SWITCHALIGNMIDDLE(Code)(Java Doc)
final public static String NAME_SWITCHALIGNRIGHT(Code)(Java Doc)
final public static String NAME_SWITCHALIGNTOP(Code)(Java Doc)
final public static String NAME_SWITCHLABELBOTTOM(Code)(Java Doc)
final public static String NAME_SWITCHLABELCENTER(Code)(Java Doc)
final public static String NAME_SWITCHLABELLEFT(Code)(Java Doc)
final public static String NAME_SWITCHLABELMIDDLE(Code)(Java Doc)
final public static String NAME_SWITCHLABELRIGHT(Code)(Java Doc)
final public static String NAME_SWITCHLABELTOP(Code)(Java Doc)
final public static String NAME_SWITCHLOCKHEIGHT(Code)(Java Doc)
final public static String NAME_SWITCHLOCKWIDTH(Code)(Java Doc)
final public static String NAME_SWITCHLOCKX(Code)(Java Doc)
final public static String NAME_SWITCHLOCKY(Code)(Java Doc)
final public static String NAME_SWITCHROUTINGNONE(Code)(Java Doc)
final public static String NAME_SWITCHROUTINGPARALLEL(Code)(Java Doc)
final public static String NAME_SWITCHROUTINGPARALLELSPLINE(Code)(Java Doc)
final public static String NAME_SWITCHROUTINGSIMPLE(Code)(Java Doc)
final public static String NAME_SWITCHSHAPECIRCLE(Code)(Java Doc)
final public static String NAME_SWITCHSHAPECYLINDER(Code)(Java Doc)
final public static String NAME_SWITCHSHAPEDIAMOND(Code)(Java Doc)
final public static String NAME_SWITCHSHAPERECTANGLE(Code)(Java Doc)
final public static String NAME_SWITCHSHAPEROUNDED(Code)(Java Doc)
final public static String NAME_SWITCHSHAPETRIANGLE(Code)(Java Doc)
final public static String NAME_SWITCHSTYLEBEZIER(Code)(Java Doc)
final public static String NAME_SWITCHSTYLEORTHOGONAL(Code)(Java Doc)
final public static String NAME_SWITCHSTYLESPLINE(Code)(Java Doc)
final public static String NAME_TOGGLEAUTOSIZE(Code)(Java Doc)
final public static String NAME_TOGGLECELLEDITABLE(Code)(Java Doc)
final public static String NAME_TOGGLECELLMOVEABLE(Code)(Java Doc)
final public static String NAME_TOGGLECELLOPAQUE(Code)(Java Doc)
final public static String NAME_TOGGLECELLSIZEABLE(Code)(Java Doc)
final public static String NAME_TOGGLECONNECTABLE(Code)(Java Doc)
final public static String NAME_TOGGLECONSTRAINED(Code)(Java Doc)
final public static String NAME_TOGGLEDISCONNECTABLE(Code)(Java Doc)
final public static String NAME_TOGGLEEDGEBENDABLE(Code)(Java Doc)
final public static String NAME_TOGGLEGROUPOPAQUE(Code)(Java Doc)
final public static String NAME_TOGGLEGROUPREPOSITION(Code)(Java Doc)
final public static String NAME_TOGGLELABELALONGEDGE(Code)(Java Doc)
final public static String NAME_TOGGLESTRETCHCELLIMAGE(Code)(Java Doc)
protected File lastDirectory(Code)(Java Doc)

Methods inherited from com.jgraph.pad.action.JGraphpadFormatAction
public void actionPerformed(ActionEvent event)(Code)(Java Doc)
protected void doAskColorAttribute(JGraph graph, String key)(Code)(Java Doc)
protected void doAskColorAttribute(JGraph graph, String key, boolean setOpaque)(Code)(Java Doc)
protected void doAskFloatAttribute(JGraph graph, String key, float defaultValue)(Code)(Java Doc)
protected void doAskImageAttribute(JGraph graph, String key, boolean urlDialog) throws MalformedURLException, FileNotFoundException, IOException(Code)(Java Doc)
protected void doAskIntAttribute(JGraph graph, String key, int defaultValue)(Code)(Java Doc)
protected void doSetDashPattern(JGraph graph)(Code)(Java Doc)
protected void doSetFont(Component component, Object change, boolean plain, int style, float size) throws BadLocationException(Code)(Java Doc)
protected void doSetHorizontalAlignment(Component component, int align)(Code)(Java Doc)
protected void doToggleAttribute(JGraph graph, String key, boolean defaultValue)(Code)(Java Doc)
public Font fontDialog(Component component, String title, Font font)(Code)(Java Doc)
public static Object getAttribute(JGraph graph, String key)(Code)(Java Doc)
public static boolean getBooleanAttribute(JGraph graph, String key, boolean defaultValue)(Code)(Java Doc)
public static int getIntAttribute(JGraph graph, String key, int defaultValue)(Code)(Java Doc)
protected void setAttribute(JGraph graph, String key, Object value)(Code)(Java Doc)
protected void setAttributes(JGraph graph, String[] keys, Object[] values, boolean all)(Code)(Java Doc)
protected void setRouting(JGraph graph, Edge.Routing routing)(Code)(Java Doc)

Fields inherited from com.jgraph.editor.JGraphEditorAction
final public static String PROPERTY_ISSELECTED(Code)(Java Doc)
final public static String PROPERTY_ISVISIBLE(Code)(Java Doc)
protected boolean isToggleAction(Code)(Java Doc)

Methods inherited from com.jgraph.editor.JGraphEditorAction
public static Frame getActiveFrame()(Code)(Java Doc)
public static Frame getFrame(ActionEvent event)(Code)(Java Doc)
public static JGraphpadPane getJGraphpadPane()(Code)(Java Doc)
public static JGraphpadPane getJGraphpadPane(JFrame frame)(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public static JGraph getParentGraph(Component component)(Code)(Java Doc)
public static Component getPermanentFocusOwner()(Code)(Java Doc)
public static JGraphEditorDiagram getPermanentFocusOwnerDiagram()(Code)(Java Doc)
public static JGraphEditorDiagramPane getPermanentFocusOwnerDiagramPane()(Code)(Java Doc)
public static JGraph getPermanentFocusOwnerGraph()(Code)(Java Doc)
public static Component getPermanentFocusOwnerOrParent()(Code)(Java Doc)
public static String getString(String key)(Code)(Java Doc)
public boolean isSelected()(Code)(Java Doc)
public boolean isToggleAction()(Code)(Java Doc)
public boolean isVisible()(Code)(Java Doc)
public void setEnabled(boolean newValue)(Code)(Java Doc)
public void setSelected(boolean selected)(Code)(Java Doc)
public void setToggleAction(boolean isToggleAction)(Code)(Java Doc)
public void setVisible(boolean visible)(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.