Java Doc for TaxonomyTreeView.java in  » Portal » Open-Portal » components » 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 » Portal » Open Portal » components 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


graphical.TreeView
   components.TaxonomyTreeView

TaxonomyTreeView
public class TaxonomyTreeView extends TreeView (Code)


Field Summary
public  TextFielddescLabel
    
public  TextFielddescription
    
public  ContainerViewdetailView
    
public  applications.Desktopdt
    
public  TextFieldmatchLabel
    
public  TextFieldmatchingRule
    
public  TargetnotifyOfChange
    
public  TargetnotifyOfSelect
    
public  Taxonomytaxonomy
    
public  applications.TaxonomyEditte
    

Constructor Summary
public  TaxonomyTreeView(String CGILocation, String CGITarget, String CGIRead, String CGIWrite, CSID csid, boolean pro, boolean editable, int x, int y, int w, int h, int dragSourcePolicy, int dragDestinationPolicy, boolean sizeForWindow, String nameSpace, String nameDocumentSel, String nameDocument, String nameFolderSel, String nameFolder, String nameBranchOpenSel, String nameBranchOpen, String nameBranchClosedSel, String nameBranchClosed)
     Construct instance of TaxonomyTreeView.
public  TaxonomyTreeView(String CGILocation, String CGITarget, String CGIRead, String CGIWrite, CSID csid, boolean pro, boolean editable, int x, int y, int w, int h, int dragSourcePolicy, int dragDestinationPolicy, boolean sizeForWindow, int arraySpace, int arrayDocumentSel, int arrayDocument, int arrayFolderSel, int arrayFolder, int arrayBranchOpenSel, int arrayBranchOpen, int arrayBranchClosedSel, int arrayBranchClosed, Dimension imageSize, int pixelCount)
     Construct instance of TaxonomyTreeView.
public  TaxonomyTreeView(Taxonomy taxonomy, boolean editable, int x, int y, int w, int h, int dragSourcePolicy, int dragDestinationPolicy, boolean sizeForWindow, String nameSpace, String nameDocumentSel, String nameDocument, String nameFolderSel, String nameFolder, String nameBranchOpenSel, String nameBranchOpen, String nameBranchClosedSel, String nameBranchClosed)
     Construct instance of TaxonomyTreeView.
public  TaxonomyTreeView(Taxonomy taxonomy, boolean editable, int x, int y, int w, int h, int dragSourcePolicy, int dragDestinationPolicy, boolean sizeForWindow, int arraySpace, int arrayDocumentSel, int arrayDocument, int arrayFolderSel, int arrayFolder, int arrayBranchOpenSel, int arrayBranchOpen, int arrayBranchClosedSel, int arrayBranchClosed, Dimension imageSize, int pixelCount)
     Construct instance of TaxonomyTreeView.

Method Summary
public  booleanclickCommand()
    
public  voiddelBtnPress()
    
public  voidgetData()
     Set the detail data description TextField based on the description in the TaxonomyNode, if any.
public  voidhideEditButtons()
    
public  voidnewChildBtnPress()
    
public  voidnewPeerBtnPress()
    
public  voidperformCommand(String command, Object arg)
    
public  voidsetData()
    
public  voidsetDetailDirty()
    
public  voidsetDetailDisabled()
    
public  voidtextEditingDidEnd(TextField textfield, int endCondition, boolean contentsChanged)
    
public  voidtextWasModified(TextField textfield)
    
public  StringwriteTaxonomy()
     Write the taxonomy to the server.

Field Detail
descLabel
public TextField descLabel(Code)



description
public TextField description(Code)



detailView
public ContainerView detailView(Code)



dt
public applications.Desktop dt(Code)



matchLabel
public TextField matchLabel(Code)



matchingRule
public TextField matchingRule(Code)



notifyOfChange
public Target notifyOfChange(Code)



notifyOfSelect
public Target notifyOfSelect(Code)



taxonomy
public Taxonomy taxonomy(Code)



te
public applications.TaxonomyEdit te(Code)




Constructor Detail
TaxonomyTreeView
public TaxonomyTreeView(String CGILocation, String CGITarget, String CGIRead, String CGIWrite, CSID csid, boolean pro, boolean editable, int x, int y, int w, int h, int dragSourcePolicy, int dragDestinationPolicy, boolean sizeForWindow, String nameSpace, String nameDocumentSel, String nameDocument, String nameFolderSel, String nameFolder, String nameBranchOpenSel, String nameBranchOpen, String nameBranchClosedSel, String nameBranchClosed)(Code)
Construct instance of TaxonomyTreeView.
Parameters:
  CGILocation - cgi location
Parameters:
  CGITarget - cgi target
Parameters:
  CGIRead - cgi read argument
Parameters:
  CGIWrite - cgi write argument
Parameters:
  csid - csid
Parameters:
  editable - editable or not
Parameters:
  x - x
Parameters:
  y - y
Parameters:
  w - width
Parameters:
  h - height
Parameters:
  dragSourcePolicy - drag source policy
Parameters:
  dragDestinationPolicy - drag destination policy
Parameters:
  sizeForWindow - size for containment in a window or a view
Parameters:
  nameSpace - url for space image
Parameters:
  nameDocumentSel - url for selected document image
Parameters:
  nameDocument - url for document image
Parameters:
  nameFolderSel - url for selected folder image
Parameters:
  nameFolder - url for folder image
Parameters:
  nameBranchOpenSel - url for selected branch open image
Parameters:
  nameBranchOpen - url for branch open image
Parameters:
  nameBranchClosedSel - url for selected branch closed image
Parameters:
  nameBranchClosed - url for branch closed image



TaxonomyTreeView
public TaxonomyTreeView(String CGILocation, String CGITarget, String CGIRead, String CGIWrite, CSID csid, boolean pro, boolean editable, int x, int y, int w, int h, int dragSourcePolicy, int dragDestinationPolicy, boolean sizeForWindow, int arraySpace, int arrayDocumentSel, int arrayDocument, int arrayFolderSel, int arrayFolder, int arrayBranchOpenSel, int arrayBranchOpen, int arrayBranchClosedSel, int arrayBranchClosed, Dimension imageSize, int pixelCount)(Code)
Construct instance of TaxonomyTreeView.
Parameters:
  CGILocation - cgi location
Parameters:
  CGITarget - cgi target
Parameters:
  CGIRead - cgi read argument
Parameters:
  CGIWrite - cgi write argument
Parameters:
  csid - csid
Parameters:
  editable - editable or not
Parameters:
  x - x
Parameters:
  y - y
Parameters:
  w - width
Parameters:
  h - height
Parameters:
  dragSourcePolicy - drag source policy
Parameters:
  dragDestinationPolicy - drag destination policy
Parameters:
  sizeForWindow - size for containment in a window or a view
Parameters:
  arraySpace - pixel array for space
Parameters:
  arrayDocumentSel - pixel array for selected document
Parameters:
  arrayDocument - pixel array for document
Parameters:
  arrayFolderSel - pixel array for selected folder
Parameters:
  arrayFolder - pixel array for folder
Parameters:
  arrayBranchOpenSel - pixel array for selected branch open
Parameters:
  arrayBranchOpen - pixel array for branch open
Parameters:
  arrayBranchClosedSel - pixel array for selected branch closed
Parameters:
  arrayBranchClosed - pixel array for branch closed



TaxonomyTreeView
public TaxonomyTreeView(Taxonomy taxonomy, boolean editable, int x, int y, int w, int h, int dragSourcePolicy, int dragDestinationPolicy, boolean sizeForWindow, String nameSpace, String nameDocumentSel, String nameDocument, String nameFolderSel, String nameFolder, String nameBranchOpenSel, String nameBranchOpen, String nameBranchClosedSel, String nameBranchClosed)(Code)
Construct instance of TaxonomyTreeView.
Parameters:
  taxonomy - taxonomy
Parameters:
  editable - editable or not
Parameters:
  x - x
Parameters:
  y - y
Parameters:
  w - width
Parameters:
  h - height
Parameters:
  dragSourcePolicy - drag source policy
Parameters:
  dragDestinationPolicy - drag destination policy
Parameters:
  sizeForWindow - size for containment in a window or a view
Parameters:
  nameSpace - url for space image
Parameters:
  nameDocumentSel - url for selected document image
Parameters:
  nameDocument - url for document image
Parameters:
  nameFolderSel - url for selected folder image
Parameters:
  nameFolder - url for folder image
Parameters:
  nameBranchOpenSel - url for selected branch open image
Parameters:
  nameBranchOpen - url for branch open image
Parameters:
  nameBranchClosedSel - url for selected branch closed image
Parameters:
  nameBranchClosed - url for branch closed image



TaxonomyTreeView
public TaxonomyTreeView(Taxonomy taxonomy, boolean editable, int x, int y, int w, int h, int dragSourcePolicy, int dragDestinationPolicy, boolean sizeForWindow, int arraySpace, int arrayDocumentSel, int arrayDocument, int arrayFolderSel, int arrayFolder, int arrayBranchOpenSel, int arrayBranchOpen, int arrayBranchClosedSel, int arrayBranchClosed, Dimension imageSize, int pixelCount)(Code)
Construct instance of TaxonomyTreeView.
Parameters:
  taxonomy - taxonomy
Parameters:
  editable - editable or not
Parameters:
  x - x
Parameters:
  y - y
Parameters:
  w - width
Parameters:
  h - height
Parameters:
  dragSourcePolicy - drag source policy
Parameters:
  dragDestinationPolicy - drag destination policy
Parameters:
  sizeForWindow - size for containment in a window or a view
Parameters:
  arraySpace - pixel array for space
Parameters:
  arrayDocumentSel - pixel array for selected document
Parameters:
  arrayDocument - pixel array for document
Parameters:
  arrayFolderSel - pixel array for selected folder
Parameters:
  arrayFolder - pixel array for folder
Parameters:
  arrayBranchOpenSel - pixel array for selected branch open
Parameters:
  arrayBranchOpen - pixel array for branch open
Parameters:
  arrayBranchClosedSel - pixel array for selected branch closed
Parameters:
  arrayBranchClosed - pixel array for branch closed




Method Detail
clickCommand
public boolean clickCommand()(Code)



delBtnPress
public void delBtnPress()(Code)



getData
public void getData()(Code)
Set the detail data description TextField based on the description in the TaxonomyNode, if any.



hideEditButtons
public void hideEditButtons()(Code)



newChildBtnPress
public void newChildBtnPress()(Code)



newPeerBtnPress
public void newPeerBtnPress()(Code)



performCommand
public void performCommand(String command, Object arg)(Code)



setData
public void setData()(Code)



setDetailDirty
public void setDetailDirty()(Code)



setDetailDisabled
public void setDetailDisabled()(Code)



textEditingDidEnd
public void textEditingDidEnd(TextField textfield, int endCondition, boolean contentsChanged)(Code)



textWasModified
public void textWasModified(TextField textfield)(Code)



writeTaxonomy
public String writeTaxonomy()(Code)
Write the taxonomy to the server.



Fields inherited from graphical.TreeView
final public static int MACFEEL(Code)(Java Doc)
final public static int MACLOOK(Code)(Java Doc)
final public static int NSFEEL(Code)(Java Doc)
final public static int NSLOOK(Code)(Java Doc)
protected BinaryTree binaryTree(Code)(Java Doc)
public Button cancelBtn(Code)(Java Doc)
public Button delBtn(Code)(Java Doc)
public DragListView listView(Code)(Java Doc)
public Button newChildBtn(Code)(Java Doc)
public Button newPeerBtn(Code)(Java Doc)
public Button saveBtn(Code)(Java Doc)
public ScrollGroup scrollGroup(Code)(Java Doc)
protected TextField textField(Code)(Java Doc)
protected TextFieldOwner textFieldOwner(Code)(Java Doc)
protected TreeViewGroup treeViewGroup(Code)(Java Doc)

Methods inherited from graphical.TreeView
public void buttonEnablement()(Code)(Java Doc)
public void cancelBtnPress()(Code)(Java Doc)
protected void childReorganize()(Code)(Java Doc)
protected void childReorganize(BTListItem listItem)(Code)(Java Doc)
public void clearChanged()(Code)(Java Doc)
public boolean clickCommand()(Code)(Java Doc)
public void completeEditing()(Code)(Java Doc)
public void deepSix()(Code)(Java Doc)
public void delBtnPress()(Code)(Java Doc)
public Image determineImage(BTreeNode btn, BTListItem listItem, boolean selected)(Code)(Java Doc)
public Image determineImage(BTreeNode btn, BTListItem listItem, boolean selected, boolean indent)(Code)(Java Doc)
public Image determineMacImage(BTreeNode btn, BTListItem listItem, boolean selected, boolean indent)(Code)(Java Doc)
public Image determineNSImage(BTreeNode btn, BTListItem listItem, boolean selected, boolean indent)(Code)(Java Doc)
public void doReimaging()(Code)(Java Doc)
public void doubleClickCommand()(Code)(Java Doc)
public boolean dupePeerNamesAllowed()(Code)(Java Doc)
public boolean editable()(Code)(Java Doc)
public boolean emptyAllowed()(Code)(Java Doc)
public void enableTextEdit(boolean b)(Code)(Java Doc)
public BinaryTree getBinaryTree()(Code)(Java Doc)
public BTreeNode getBinaryTreeRooted()(Code)(Java Doc)
public boolean getChanged()(Code)(Java Doc)
public BTListItem getCurrentListItem()(Code)(Java Doc)
public TreeViewGroup getTreeViewGroup()(Code)(Java Doc)
public BTListItem getUnaryParentItem(BTListItem listItem)(Code)(Java Doc)
public void hideEditButtons()(Code)(Java Doc)
public void newChild(BTreeNode newBtn)(Code)(Java Doc)
public void newChildBtnPress()(Code)(Java Doc)
public void newPeer(BTreeNode newBtn)(Code)(Java Doc)
public void newPeerBtnPress()(Code)(Java Doc)
public void newWindow()(Code)(Java Doc)
public boolean notifyOfTFEvents(Target target)(Code)(Java Doc)
protected void openAndClose()(Code)(Java Doc)
protected void openAndClose(BTListItem listItem)(Code)(Java Doc)
public TextFieldOwner owner()(Code)(Java Doc)
public void performCommand(String command, Object arg)(Code)(Java Doc)
public void saveBtnPress()(Code)(Java Doc)
public void selectAndDraw()(Code)(Java Doc)
public void selectAndDraw(BTListItem listItem)(Code)(Java Doc)
public void setBinaryTree(BinaryTree binaryTree)(Code)(Java Doc)
public void setBinaryTree(BTreeNode btRooted)(Code)(Java Doc)
public void setBinaryTree(BinaryTree binaryTree, BTreeNode btRooted)(Code)(Java Doc)
public void setCurrentListItem(BTListItem li)(Code)(Java Doc)
public void setDragDestinationPolicy(int dragDestinationPolicy)(Code)(Java Doc)
public void setDragDestinationTarget(Target dragDestinationTarget)(Code)(Java Doc)
public void setDragDroppedNotificationCommand(String cmd)(Code)(Java Doc)
public void setDragDroppedNotificationTarget(Target target)(Code)(Java Doc)
public void setDragSourcePolicy(int dragSourcePolicy)(Code)(Java Doc)
public void setDupePeerNamesAllowed(boolean dupePeerNamesAllowed)(Code)(Java Doc)
public void setEditListItem()(Code)(Java Doc)
public void setEditListItem(BTListItem li)(Code)(Java Doc)
public void setEditableRoot(boolean editableRoot)(Code)(Java Doc)
public void setEmptyAllowed(boolean emptyAllowed)(Code)(Java Doc)
public void setFeel(int feel) throws IllegalArgumentException(Code)(Java Doc)
public void setLauncher(Target target, String command)(Code)(Java Doc)
public void setLook(int look) throws IllegalArgumentException(Code)(Java Doc)
public void setOwner(TextFieldOwner object)(Code)(Java Doc)
public void setTreeViewGroup(TreeViewGroup treeViewGroup)(Code)(Java Doc)
public void textEditingDidBegin(TextField textfield)(Code)(Java Doc)
public void textEditingDidEnd(TextField textfield, int endCondition, boolean contentsChanged)(Code)(Java Doc)
public boolean textEditingWillEnd(TextField tf, int endCondition, boolean contentsChanged)(Code)(Java Doc)
public void textFieldSizer()(Code)(Java Doc)
public void textWasModified(TextField textfield)(Code)(Java Doc)
public View viewForMouse(int x, int y)(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.