Java Doc for ResourceTreeBrowser.java in  » Web-Server » Jigsaw » org » w3c » jigadmin » editors » 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 » Web Server » Jigsaw » org.w3c.jigadmin.editors 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


javax.swing.JTree
   org.w3c.jigadmin.editors.ResourceTreeBrowser

All known Subclasses:   org.w3c.jigadmin.editors.FrameBrowser,
ResourceTreeBrowser
public class ResourceTreeBrowser extends JTree implements DropTargetListener,ResourceActionListener(Code)
A JTree used to manage RemoteResource.
version:
   $Revision: 1.33 $
author:
   Benoît Mahé (bmahe@w3.org)


Field Summary
final public static  StringDELETE_RESOURCE_AC
    
 ActionListeneral
    
 DropTargetdropTarget
    
 MouseAdaptermouseAdapter
    
 ActionListenerpmal
     The popup menu action listener.
protected  JDialogpopup
    
protected  StringresClassname
    
protected  StringresIdentifier
    
protected  RemoteResourceWrapperNoderootNode
    
 TreeWillExpandListenertwel
    

Constructor Summary
protected  ResourceTreeBrowser(RemoteResourceWrapperNode root)
    

Method Summary
protected  voidaddResource(String identifier, String classname, RemoteResourceWrapper rrwf, TreePath fpath)
     Add a resource to the resource wrapped.
protected  voidaddResourceToSelectedContainer(String classname, String identifier)
     Add a resource to the selected container.
protected  voidaddResourceToSelectedContainer()
     Add a (new) resource to the container associated to the selected node.
protected  voiddeleteResource(RemoteResourceWrapper rrw)
    
protected  voiddeleteSelectedResources()
     Delete the resources associated to the selected nodes.
protected  voiddisposeAddResourcePopup()
    
protected  voiddoubleClick(TreePath path)
     A double click occured on the node with the given path.
public  voiddragEnter(DropTargetDragEvent dropTargetDragEvent)
    
public  voiddragExit(DropTargetEvent dropTargetEvent)
     The Drag operation has departed the DropTarget without dropping.
public  voiddragOver(DropTargetDragEvent dropTargetDragEvent)
    
public synchronized  voiddrop(DropTargetDropEvent dropTargetDropEvent)
    
public  voiddropActionChanged(DropTargetDragEvent dropTargetDragEvent)
    
protected  booleandropResource(ResourceCell cell)
     Drop a resource.
protected  AddResourcePanelgetAddResourcePanel(String title, RemoteResourceWrapper rrw)
    
protected  StringgetIdentifier(ResourceCell cell, RemoteResourceWrapper rrw)
     Get (compute) the resource identifier of the dropped resource.
protected  JPopupMenugetPopupMenu(RemoteResourceWrapper rrw)
     Get the popup menu relative to the selected resource.
public static  ResourceTreeBrowsergetResourceTreeBrowser(RemoteResourceWrapper rrw, String rootName)
     Get a ResourceTreeBrowser.
Parameters:
  rrw - The root resource
Parameters:
  rootName - The root identifier.
protected  RemoteResourceWrappergetSelectedResourceWrapper()
     Get the RemoteResourceWrapper associated to the selected node.
protected  RemoteResourceWrappergetSelectedResourceWrapper(TreePath path)
     Get the RemoteResourceWrapper associated to the selected node.
public  booleanisDragging()
    
protected  voidpopupAddResourceDialog(String title, RemoteResourceWrapper rrw)
    
protected  voidpopupResource(RemoteResourceWrapper rrw)
     Popup a dialog where the user can edit the resource properties.
protected  voidreindexResource(RemoteResourceWrapper rrw, boolean rec)
     Reindex the container wrapped by the given wrapper.
protected  voidreindexSelectedResources(boolean rec)
     Reindex the containers associated to the selected nodes.
protected  TreePath[]removeDescendants(TreePath[] paths)
     Filter the TreePath array.
public  voidresourceActionPerformed(ResourceActionEvent e)
     A resource action occured.
protected  voidsetCursor(int cursor)
     Set the cursor.
protected  voidsetResourceToAdd(String classname, String identifier)
    
protected  voidshowReferenceDocumentation()
     Display (in another frame) the reference documentation relative to the resource associated to the selected node.
protected  voidsimpleClick(TreePath path)
     A simle click occured on the node with the given path.

Field Detail
DELETE_RESOURCE_AC
final public static String DELETE_RESOURCE_AC(Code)



al
ActionListener al(Code)
Our ActionListener



dropTarget
DropTarget dropTarget(Code)



mouseAdapter
MouseAdapter mouseAdapter(Code)
Our MouseListener



pmal
ActionListener pmal(Code)
The popup menu action listener.



popup
protected JDialog popup(Code)



resClassname
protected String resClassname(Code)



resIdentifier
protected String resIdentifier(Code)



rootNode
protected RemoteResourceWrapperNode rootNode(Code)



twel
TreeWillExpandListener twel(Code)
Our TreeWillExpandListener




Constructor Detail
ResourceTreeBrowser
protected ResourceTreeBrowser(RemoteResourceWrapperNode root)(Code)
Constructor
Parameters:
  root - The root node




Method Detail
addResource
protected void addResource(String identifier, String classname, RemoteResourceWrapper rrwf, TreePath fpath) throws RemoteAccessException(Code)
Add a resource to the resource wrapped.
Parameters:
  identifier - The new resource identifier
Parameters:
  classname - The new resource class name
Parameters:
  rrwf - the Wrapper of the father resource
Parameters:
  fpath - The path of the father node



addResourceToSelectedContainer
protected void addResourceToSelectedContainer(String classname, String identifier) throws RemoteAccessException(Code)
Add a resource to the selected container.
Parameters:
  classname - the resource class name
Parameters:
  identifier - the resource identifier



addResourceToSelectedContainer
protected void addResourceToSelectedContainer()(Code)
Add a (new) resource to the container associated to the selected node.



deleteResource
protected void deleteResource(RemoteResourceWrapper rrw) throws RemoteAccessException(Code)
Delete the resource wrapped by the given wrapper
Parameters:
  rrw - The RemoteResourceWrapper



deleteSelectedResources
protected void deleteSelectedResources()(Code)
Delete the resources associated to the selected nodes. Display an error message if there is no node selected or if the resource is not editable.



disposeAddResourcePopup
protected void disposeAddResourcePopup()(Code)
Dispose the "add resource" popup



doubleClick
protected void doubleClick(TreePath path)(Code)
A double click occured on the node with the given path.
Parameters:
  path - The path where the double click occured.



dragEnter
public void dragEnter(DropTargetDragEvent dropTargetDragEvent)(Code)
a Drag operation has encountered the DropTarget



dragExit
public void dragExit(DropTargetEvent dropTargetEvent)(Code)
The Drag operation has departed the DropTarget without dropping.



dragOver
public void dragOver(DropTargetDragEvent dropTargetDragEvent)(Code)
a Drag operation is ongoing on the DropTarget



drop
public synchronized void drop(DropTargetDropEvent dropTargetDropEvent)(Code)
The Drag operation has terminated with a Drop on this DropTarget



dropActionChanged
public void dropActionChanged(DropTargetDragEvent dropTargetDragEvent)(Code)
The user as modified the current drop gesture



dropResource
protected boolean dropResource(ResourceCell cell)(Code)
Drop a resource.
Parameters:
  cell - The resource cell
See Also:   org.w3c.jigadmin.editors.ResourceCell



getAddResourcePanel
protected AddResourcePanel getAddResourcePanel(String title, RemoteResourceWrapper rrw) throws RemoteAccessException(Code)
Get the Panel used to add a new resource
Parameters:
  title - The title
Parameters:
  rrw - The wrapper of the father RemoteResource a AddResourcePanel instance
See Also:   org.w3c.jigadmin.editors.AddResourcePanel



getIdentifier
protected String getIdentifier(ResourceCell cell, RemoteResourceWrapper rrw) throws RemoteAccessException(Code)
Get (compute) the resource identifier of the dropped resource.
Parameters:
  cell - the ResourceCell dropped
Parameters:
  rrw - the RemoteResourceWrapper of the father a String instance
See Also:   org.w3c.jigadmin.editors.ResourceCell



getPopupMenu
protected JPopupMenu getPopupMenu(RemoteResourceWrapper rrw)(Code)
Get the popup menu relative to the selected resource.
Parameters:
  rrw - the wrapper of the resource a JPopupMenu instance



getResourceTreeBrowser
public static ResourceTreeBrowser getResourceTreeBrowser(RemoteResourceWrapper rrw, String rootName)(Code)
Get a ResourceTreeBrowser.
Parameters:
  rrw - The root resource
Parameters:
  rootName - The root identifier. a ResourceTreeBrowser instance



getSelectedResourceWrapper
protected RemoteResourceWrapper getSelectedResourceWrapper()(Code)
Get the RemoteResourceWrapper associated to the selected node. a RemoteResourceWrapper



getSelectedResourceWrapper
protected RemoteResourceWrapper getSelectedResourceWrapper(TreePath path)(Code)
Get the RemoteResourceWrapper associated to the selected node.
Parameters:
  path - the selected path a RemoteResourceWrapper



isDragging
public boolean isDragging()(Code)
Is the mouse dragging something on the resource tree? a boolean



popupAddResourceDialog
protected void popupAddResourceDialog(String title, RemoteResourceWrapper rrw)(Code)
Popup a "add resource" Dialog
Parameters:
  title - the popup title
Parameters:
  rrw - The wrapper of the father RemoteResource



popupResource
protected void popupResource(RemoteResourceWrapper rrw)(Code)
Popup a dialog where the user can edit the resource properties.
Parameters:
  rrw - the wrapper if the resource to edit.



reindexResource
protected void reindexResource(RemoteResourceWrapper rrw, boolean rec) throws RemoteAccessException(Code)
Reindex the container wrapped by the given wrapper. Display an error message (dialog) if the resource is not a ResourceContainer.
Parameters:
  rrw - the RemoteResourceWrapper
Parameters:
  rec - recursivly?
exception:
  RemoteAccessException - if a Remote Error occurs



reindexSelectedResources
protected void reindexSelectedResources(boolean rec)(Code)
Reindex the containers associated to the selected nodes. Display an error message (dialog) if there is no node selected or if one of the selected resource is not a ResourceContainer.
Parameters:
  rec - recursivly?



removeDescendants
protected TreePath[] removeDescendants(TreePath[] paths)(Code)
Filter the TreePath array. Remove all nodes that have one of their parent in this array.
Parameters:
  paths - the TreePath array the filtered array



resourceActionPerformed
public void resourceActionPerformed(ResourceActionEvent e)(Code)
A resource action occured.
Parameters:
  e - the ResourceActionEvent



setCursor
protected void setCursor(int cursor)(Code)
Set the cursor.
Parameters:
  a - cursor type



setResourceToAdd
protected void setResourceToAdd(String classname, String identifier)(Code)
Specify some properties of the resource to add
Parameters:
  classnema - the new resource class name
Parameters:
  identifier - the new resource identifier



showReferenceDocumentation
protected void showReferenceDocumentation()(Code)
Display (in another frame) the reference documentation relative to the resource associated to the selected node. Display en error message (dialog) if no node is selected.



simpleClick
protected void simpleClick(TreePath path)(Code)
A simle click occured on the node with the given path.
Parameters:
  path - The path where the click occured.



Fields inherited from javax.swing.JTree
final public static String ANCHOR_SELECTION_PATH_PROPERTY(Code)(Java Doc)
final public static String CELL_EDITOR_PROPERTY(Code)(Java Doc)
final public static String CELL_RENDERER_PROPERTY(Code)(Java Doc)
final public static String EDITABLE_PROPERTY(Code)(Java Doc)
final public static String EXPANDS_SELECTED_PATHS_PROPERTY(Code)(Java Doc)
final public static String INVOKES_STOP_CELL_EDITING_PROPERTY(Code)(Java Doc)
final public static String LARGE_MODEL_PROPERTY(Code)(Java Doc)
final public static String LEAD_SELECTION_PATH_PROPERTY(Code)(Java Doc)
final public static String ROOT_VISIBLE_PROPERTY(Code)(Java Doc)
final public static String ROW_HEIGHT_PROPERTY(Code)(Java Doc)
final public static String SCROLLS_ON_EXPAND_PROPERTY(Code)(Java Doc)
final public static String SELECTION_MODEL_PROPERTY(Code)(Java Doc)
final public static String SHOWS_ROOT_HANDLES_PROPERTY(Code)(Java Doc)
final public static String TOGGLE_CLICK_COUNT_PROPERTY(Code)(Java Doc)
final public static String TREE_MODEL_PROPERTY(Code)(Java Doc)
final public static String VISIBLE_ROW_COUNT_PROPERTY(Code)(Java Doc)
protected transient TreeCellEditor cellEditor(Code)(Java Doc)
protected transient TreeCellRenderer cellRenderer(Code)(Java Doc)
protected boolean editable(Code)(Java Doc)
protected boolean invokesStopCellEditing(Code)(Java Doc)
protected boolean largeModel(Code)(Java Doc)
protected boolean rootVisible(Code)(Java Doc)
protected int rowHeight(Code)(Java Doc)
protected boolean scrollsOnExpand(Code)(Java Doc)
protected transient TreeSelectionModel selectionModel(Code)(Java Doc)
protected transient TreeSelectionRedirector selectionRedirector(Code)(Java Doc)
protected boolean showsRootHandles(Code)(Java Doc)
protected int toggleClickCount(Code)(Java Doc)
protected transient TreeModel treeModel(Code)(Java Doc)
protected transient TreeModelListener treeModelListener(Code)(Java Doc)
protected int visibleRowCount(Code)(Java Doc)

Methods inherited from javax.swing.JTree
public void addSelectionInterval(int index0, int index1)(Code)(Java Doc)
public void addSelectionPath(TreePath path)(Code)(Java Doc)
public void addSelectionPaths(TreePath[] paths)(Code)(Java Doc)
public void addSelectionRow(int row)(Code)(Java Doc)
public void addSelectionRows(int[] rows)(Code)(Java Doc)
public void addTreeExpansionListener(TreeExpansionListener tel)(Code)(Java Doc)
public void addTreeSelectionListener(TreeSelectionListener tsl)(Code)(Java Doc)
public void addTreeWillExpandListener(TreeWillExpandListener tel)(Code)(Java Doc)
public void cancelEditing()(Code)(Java Doc)
public void clearSelection()(Code)(Java Doc)
protected void clearToggledPaths()(Code)(Java Doc)
public void collapsePath(TreePath path)(Code)(Java Doc)
public void collapseRow(int row)(Code)(Java Doc)
public String convertValueToText(Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus)(Code)(Java Doc)
protected static TreeModel createTreeModel(Object value)(Code)(Java Doc)
protected TreeModelListener createTreeModelListener()(Code)(Java Doc)
public void expandPath(TreePath path)(Code)(Java Doc)
public void expandRow(int row)(Code)(Java Doc)
public void fireTreeCollapsed(TreePath path)(Code)(Java Doc)
public void fireTreeExpanded(TreePath path)(Code)(Java Doc)
public void fireTreeWillCollapse(TreePath path) throws ExpandVetoException(Code)(Java Doc)
public void fireTreeWillExpand(TreePath path) throws ExpandVetoException(Code)(Java Doc)
protected void fireValueChanged(TreeSelectionEvent e)(Code)(Java Doc)
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public TreePath getAnchorSelectionPath()(Code)(Java Doc)
public TreeCellEditor getCellEditor()(Code)(Java Doc)
public TreeCellRenderer getCellRenderer()(Code)(Java Doc)
public TreePath getClosestPathForLocation(int x, int y)(Code)(Java Doc)
public int getClosestRowForLocation(int x, int y)(Code)(Java Doc)
protected static TreeModel getDefaultTreeModel()(Code)(Java Doc)
protected Enumeration<TreePath> getDescendantToggledPaths(TreePath parent)(Code)(Java Doc)
public boolean getDragEnabled()(Code)(Java Doc)
final public DropLocation getDropLocation()(Code)(Java Doc)
final public DropMode getDropMode()(Code)(Java Doc)
public TreePath getEditingPath()(Code)(Java Doc)
public Enumeration<TreePath> getExpandedDescendants(TreePath parent)(Code)(Java Doc)
public boolean getExpandsSelectedPaths()(Code)(Java Doc)
public boolean getInvokesStopCellEditing()(Code)(Java Doc)
public Object getLastSelectedPathComponent()(Code)(Java Doc)
public TreePath getLeadSelectionPath()(Code)(Java Doc)
public int getLeadSelectionRow()(Code)(Java Doc)
public int getMaxSelectionRow()(Code)(Java Doc)
public int getMinSelectionRow()(Code)(Java Doc)
public TreeModel getModel()(Code)(Java Doc)
public TreePath getNextMatch(String prefix, int startingRow, Position.Bias bias)(Code)(Java Doc)
protected TreePath[] getPathBetweenRows(int index0, int index1)(Code)(Java Doc)
public Rectangle getPathBounds(TreePath path)(Code)(Java Doc)
public TreePath getPathForLocation(int x, int y)(Code)(Java Doc)
public TreePath getPathForRow(int row)(Code)(Java Doc)
public Dimension getPreferredScrollableViewportSize()(Code)(Java Doc)
public Rectangle getRowBounds(int row)(Code)(Java Doc)
public int getRowCount()(Code)(Java Doc)
public int getRowForLocation(int x, int y)(Code)(Java Doc)
public int getRowForPath(TreePath path)(Code)(Java Doc)
public int getRowHeight()(Code)(Java Doc)
public int getScrollableBlockIncrement(Rectangle visibleRect, int orientation, int direction)(Code)(Java Doc)
public boolean getScrollableTracksViewportHeight()(Code)(Java Doc)
public boolean getScrollableTracksViewportWidth()(Code)(Java Doc)
public int getScrollableUnitIncrement(Rectangle visibleRect, int orientation, int direction)(Code)(Java Doc)
public boolean getScrollsOnExpand()(Code)(Java Doc)
public int getSelectionCount()(Code)(Java Doc)
public TreeSelectionModel getSelectionModel()(Code)(Java Doc)
public TreePath getSelectionPath()(Code)(Java Doc)
public TreePath[] getSelectionPaths()(Code)(Java Doc)
public int[] getSelectionRows()(Code)(Java Doc)
public boolean getShowsRootHandles()(Code)(Java Doc)
public int getToggleClickCount()(Code)(Java Doc)
public String getToolTipText(MouseEvent event)(Code)(Java Doc)
public TreeExpansionListener[] getTreeExpansionListeners()(Code)(Java Doc)
public TreeSelectionListener[] getTreeSelectionListeners()(Code)(Java Doc)
public TreeWillExpandListener[] getTreeWillExpandListeners()(Code)(Java Doc)
public TreeUI getUI()(Code)(Java Doc)
public String getUIClassID()(Code)(Java Doc)
public int getVisibleRowCount()(Code)(Java Doc)
public boolean hasBeenExpanded(TreePath path)(Code)(Java Doc)
public boolean isCollapsed(TreePath path)(Code)(Java Doc)
public boolean isCollapsed(int row)(Code)(Java Doc)
public boolean isEditable()(Code)(Java Doc)
public boolean isEditing()(Code)(Java Doc)
public boolean isExpanded(TreePath path)(Code)(Java Doc)
public boolean isExpanded(int row)(Code)(Java Doc)
public boolean isFixedRowHeight()(Code)(Java Doc)
public boolean isLargeModel()(Code)(Java Doc)
public boolean isPathEditable(TreePath path)(Code)(Java Doc)
public boolean isPathSelected(TreePath path)(Code)(Java Doc)
public boolean isRootVisible()(Code)(Java Doc)
public boolean isRowSelected(int row)(Code)(Java Doc)
public boolean isSelectionEmpty()(Code)(Java Doc)
public boolean isVisible(TreePath path)(Code)(Java Doc)
public void makeVisible(TreePath path)(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
protected boolean removeDescendantSelectedPaths(TreePath path, boolean includePath)(Code)(Java Doc)
protected void removeDescendantToggledPaths(Enumeration<TreePath> toRemove)(Code)(Java Doc)
public void removeSelectionInterval(int index0, int index1)(Code)(Java Doc)
public void removeSelectionPath(TreePath path)(Code)(Java Doc)
public void removeSelectionPaths(TreePath[] paths)(Code)(Java Doc)
public void removeSelectionRow(int row)(Code)(Java Doc)
public void removeSelectionRows(int[] rows)(Code)(Java Doc)
public void removeTreeExpansionListener(TreeExpansionListener tel)(Code)(Java Doc)
public void removeTreeSelectionListener(TreeSelectionListener tsl)(Code)(Java Doc)
public void removeTreeWillExpandListener(TreeWillExpandListener tel)(Code)(Java Doc)
public void scrollPathToVisible(TreePath path)(Code)(Java Doc)
public void scrollRowToVisible(int row)(Code)(Java Doc)
public void setAnchorSelectionPath(TreePath newPath)(Code)(Java Doc)
public void setCellEditor(TreeCellEditor cellEditor)(Code)(Java Doc)
public void setCellRenderer(TreeCellRenderer x)(Code)(Java Doc)
public void setDragEnabled(boolean b)(Code)(Java Doc)
final public void setDropMode(DropMode dropMode)(Code)(Java Doc)
public void setEditable(boolean flag)(Code)(Java Doc)
protected void setExpandedState(TreePath path, boolean state)(Code)(Java Doc)
public void setExpandsSelectedPaths(boolean newValue)(Code)(Java Doc)
public void setInvokesStopCellEditing(boolean newValue)(Code)(Java Doc)
public void setLargeModel(boolean newValue)(Code)(Java Doc)
public void setLeadSelectionPath(TreePath newPath)(Code)(Java Doc)
public void setModel(TreeModel newModel)(Code)(Java Doc)
public void setRootVisible(boolean rootVisible)(Code)(Java Doc)
public void setRowHeight(int rowHeight)(Code)(Java Doc)
public void setScrollsOnExpand(boolean newValue)(Code)(Java Doc)
public void setSelectionInterval(int index0, int index1)(Code)(Java Doc)
public void setSelectionModel(TreeSelectionModel selectionModel)(Code)(Java Doc)
public void setSelectionPath(TreePath path)(Code)(Java Doc)
public void setSelectionPaths(TreePath[] paths)(Code)(Java Doc)
public void setSelectionRow(int row)(Code)(Java Doc)
public void setSelectionRows(int[] rows)(Code)(Java Doc)
public void setShowsRootHandles(boolean newValue)(Code)(Java Doc)
public void setToggleClickCount(int clickCount)(Code)(Java Doc)
public void setUI(TreeUI ui)(Code)(Java Doc)
public void setVisibleRowCount(int newCount)(Code)(Java Doc)
public void startEditingAtPath(TreePath path)(Code)(Java Doc)
public boolean stopEditing()(Code)(Java Doc)
public void treeDidChange()(Code)(Java Doc)
public void updateUI()(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.