Java Doc for IKeTreeNode.java in  » J2EE » WiSerFramework » de » ug2t » kernel » interfaces » 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 » J2EE » WiSerFramework » de.ug2t.kernel.interfaces 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


de.ug2t.kernel.interfaces.IKeTreeNode

All known Subclasses:   de.ug2t.kernel.KeTreeNode,
IKeTreeNode
public interface IKeTreeNode extends IKeTreeElement(Code)




Method Summary
abstract public  KeTreeElementpcmf_addElement(String xName, KeTreeElement xNode)
    

Adds a child-elelemt into this node.

abstract public  KeTreeElementpcmf_addElement(String xName, KeTreeElement xNode, KeTreeElement xBehind)
    

Adds a child-element into this node behind a given child-node or child-element.

abstract public  KeTreeElementpcmf_addElement(String xName, KeTreeElement xNode, int xIdx)
    

Adds a child-element into this node at a given index.

abstract public  KeTreeElementpcmf_addElementLocal(String xName, KeTreeElement xNode)
    

Adds a child-elelemt into this node.

abstract public  KeTreeNodepcmf_addNode(String xName, KeTreeNode xNode)
    

Adds a child-node into this node.

abstract public  KeTreeNodepcmf_addNode(String xName, KeTreeNode xNode, int xIdx)
    

Adds a child-node into this node at a given index.

abstract public  KeTreeNodepcmf_addNode(String xName, KeTreeNode xNode, KeTreeElement xBehind)
    

Adds a child-node into this node behind a given child-node or child-element.

abstract public  KeTreeNodepcmf_addNodeLocal(String xName, KeTreeNode xNode)
    

Adds a child-node into this node.

abstract public  voidpcmf_clear()
    
abstract public  voidpcmf_clearAndRelease()
    
abstract public  booleanpcmf_contains(KeTreeElement xObj)
    

Tests if a node/element is inserted in the tree.

abstract public  voidpcmf_deepSubNodeVector(ArrayList l_vect)
    
abstract public  voidpcmf_disable()
    
abstract public  voidpcmf_enable()
    
abstract public  voidpcmf_getAllDisabled(ArrayList xRes)
    
abstract public  voidpcmf_getAllEnabled(ArrayList xRes)
    
abstract public  intpcmf_getAllSubCount(boolean xCountHide)
    
abstract public  ArrayListpcmf_getAllSubNames()
    
abstract public  ArrayListpcmf_getAllSubs()
    
abstract public  KeTreeElementpcmf_getByPath(String xPath)
    

Gets a sub-node or sub-element by its path.

abstract public  intpcmf_getChildCount()
    
abstract public  Iteratorpcmf_getDeepSubNodeIt()
    
abstract public  KeTreeElementpcmf_getElementAt(int xIdx)
    

Gets a child-node or chld-element at a given index.

abstract public  KeTreeNodepcmf_getNodeAt(int xIdx)
    

Gets a child-node or chld-element at a given index.

abstract public  KeTreeElementpcmf_getSub(String xName)
    

Gets a sub-node or sub-element by its name.

abstract public  intpcmf_getSubCount()
    
abstract public  KeTreeElementpcmf_getSubElement(String xName)
    

Gets a sub-element by its name.

abstract public  Iteratorpcmf_getSubIterator()
    
abstract public  Iteratorpcmf_getSubNameIterator()
    
abstract public  KeTreeNodepcmf_getSubNode(String xName)
    

Gets a sub-node by its name.

abstract public  voidpcmf_hide()
    
abstract public  voidpcmf_hideAll()
    
abstract public  voidpcmf_hideAllChildren()
    
abstract public  voidpcmf_hideLevel(int xLevel)
    
abstract public  intpcmf_indexOf(KeTreeElement xEl)
    

Gets the index of a child-node or child-element with the list of child-nodes.

abstract public  booleanpcmf_isHidden()
    
abstract public  booleanpcmf_isOwner()
    
abstract public  booleanpcmf_isParentHidden()
    
abstract public  voidpcmf_releaseSubs()
    
abstract public  KeTreeElementpcmf_removeElement(String xName)
    
abstract public  KeTreeElementpcmf_removeElement(KeTreeElement xNode)
    
abstract public  KeTreeNodepcmf_removeNode(String xName)
    
abstract public  KeTreeNodepcmf_removeNode(KeTreeNode xNode)
    
abstract public  KeTreeNodepcmf_removeNodeLocal(String xName)
    
abstract public  KeTreeNodepcmf_removeNodeLocal(KeTreeNode xNode)
    
abstract public  voidpcmf_resetPropertyChangeFlag()
    

This method resets the property change flag recursively.

abstract public  Objectpcmf_resetRecursive()
    
abstract public  voidpcmf_setLocalValue(Object xValue)
    

Sets the value of the server side part of the node.

abstract public  voidpcmf_setSubNodeOwnerShip(boolean xOwner)
    

Sets the ownership of child-nodes and elements.

abstract public  voidpcmf_toggleHideState()
    
abstract public  voidpcmf_unHideAll()
    
abstract public  voidpcmf_unHideAllChildren()
    
abstract public  voidpcmf_unhide()
    



Method Detail
pcmf_addElement
abstract public KeTreeElement pcmf_addElement(String xName, KeTreeElement xNode)(Code)

Adds a child-elelemt into this node. The child-elelemt has to have a name. Not unique name are permitted. The pcmf_getSubElement (xName,... method returns the last node which has been inserted with a not unique name.

if xName is not unique the current elelemt with this name isreturned. Else null is returned.


Parameters:
  xName - name of the element to insert
Parameters:
  xNode - node to insert




pcmf_addElement
abstract public KeTreeElement pcmf_addElement(String xName, KeTreeElement xNode, KeTreeElement xBehind)(Code)

Adds a child-element into this node behind a given child-node or child-element. The child-element has to have a name. Not unique name are permitted. The pcmf_getSubElement (xName,... method returns the last node which has been inserted with a not unique name.

if xName is not unique the current node with this name is returned.Else null is returned.


Parameters:
  xName - name of the element to insert
Parameters:
  xNode - element to insert
Parameters:
  xBehind - node ore element behind which the new node is inserted




pcmf_addElement
abstract public KeTreeElement pcmf_addElement(String xName, KeTreeElement xNode, int xIdx)(Code)

Adds a child-element into this node at a given index. The child-element has to have a name. Not unique name are permitted. The pcmf_getSubElement (xName,... method returns the last node which has been inserted with a not unique name.

if xName is not unique the current node with this name is returned.Else null is returned.


Parameters:
  xName - name of the element to insert
Parameters:
  xNode - element to insert
Parameters:
  xIdx - index where the node is inserted




pcmf_addElementLocal
abstract public KeTreeElement pcmf_addElementLocal(String xName, KeTreeElement xNode)(Code)

Adds a child-elelemt into this node. The child-elelemt has to have a name. Not unique name are permitted. The pcmf_getSubElement (xName,... method returns the last node which has been inserted with a not unique name.

if xName is not unique the current elelemt with this name isreturned. Else null is returned.


Parameters:
  xName - name of the element to insert
Parameters:
  xNode - node to insert




pcmf_addNode
abstract public KeTreeNode pcmf_addNode(String xName, KeTreeNode xNode)(Code)

Adds a child-node into this node. The child-node has to have a name. Not unique name are permitted. The pcmf_getSubNode (xName,... method returns the last node which has been inserted with a not unique name.

if xName is not unique the current node with this name is returned.Else null is returned.


Parameters:
  xName - name of the node to insert
Parameters:
  xNode - node to insert




pcmf_addNode
abstract public KeTreeNode pcmf_addNode(String xName, KeTreeNode xNode, int xIdx)(Code)

Adds a child-node into this node at a given index. The child-node has to have a name. Not unique name are permitted. The pcmf_getSubNode (xName,... method returns the last node which has been inserted with a not unique name.

if xName is not unique the current node with this name is returned.Else null is returned.


Parameters:
  xName - name of the node to insert
Parameters:
  xNode - node to insert
Parameters:
  xIdx - index where the node is inserted




pcmf_addNode
abstract public KeTreeNode pcmf_addNode(String xName, KeTreeNode xNode, KeTreeElement xBehind)(Code)

Adds a child-node into this node behind a given child-node or child-element. The child-node has to have a name. Not unique name are permitted. The pcmf_getSubNode (xName,... method returns the last node which has been inserted with a not unique name.

if xName is not unique the current node with this name is returned.Else null is returned.


Parameters:
  xName - name of the node to insert
Parameters:
  xNode - node to insert
Parameters:
  xBehind - node ore element behind which the new node is inserted




pcmf_addNodeLocal
abstract public KeTreeNode pcmf_addNodeLocal(String xName, KeTreeNode xNode)(Code)

Adds a child-node into this node. The child-node has to have a name. Not unique name are permitted. The pcmf_getSubNode (xName,... method returns the last node which has been inserted with a not unique name.

if xName is not unique the current node with this name is returned.Else null is returned.


Parameters:
  xName - name of the node to insert
Parameters:
  xNode - node to insert




pcmf_clear
abstract public void pcmf_clear()(Code)

Deletes the (sub)tree which is represented by this node, but excludes this node and all subtrees of this node are kept alive




pcmf_clearAndRelease
abstract public void pcmf_clearAndRelease()(Code)

Deletes the (sub)tree which is represented by this node, but excludes this node




pcmf_contains
abstract public boolean pcmf_contains(KeTreeElement xObj)(Code)

Tests if a node/element is inserted in the tree.

true if the node/element was found, otherwise false


Parameters:
  xObj - node/element to test




pcmf_deepSubNodeVector
abstract public void pcmf_deepSubNodeVector(ArrayList l_vect)(Code)

Inserts all nodes of the (sub)tree which is represented by this node into an array


Parameters:
  l_vect - array whre the nodes and elements are inserted




pcmf_disable
abstract public void pcmf_disable()(Code)

Disables the node and all children




pcmf_enable
abstract public void pcmf_enable()(Code)

Enables the node and all children




pcmf_getAllDisabled
abstract public void pcmf_getAllDisabled(ArrayList xRes)(Code)

Gets all disabled nodes/elements and includes ths node/element


Parameters:
  xRes - ArrayList with result




pcmf_getAllEnabled
abstract public void pcmf_getAllEnabled(ArrayList xRes)(Code)

Gets all enabled nodes/elements and includes ths node/element


Parameters:
  xRes - ArrayList with result




pcmf_getAllSubCount
abstract public int pcmf_getAllSubCount(boolean xCountHide)(Code)

Gets the number of children selectable by their hidden-flag

child count


Parameters:
  xCountHide - indicates whether hidden childs are counted or not




pcmf_getAllSubNames
abstract public ArrayList pcmf_getAllSubNames()(Code)

Gets all child-node and child element names

list with all node and element names




pcmf_getAllSubs
abstract public ArrayList pcmf_getAllSubs()(Code)

Gets all child-nodes and child elements

list with all nodes and elements




pcmf_getByPath
abstract public KeTreeElement pcmf_getByPath(String xPath)(Code)

Gets a sub-node or sub-element by its path. The path is similar to a path in a directory tree. Names are separated by / or :

sub-node or element with the given path of null if no node orelement could be found


Parameters:
  xPath - path of the node or element




pcmf_getChildCount
abstract public int pcmf_getChildCount()(Code)

Gets the number of all children

child count




pcmf_getDeepSubNodeIt
abstract public Iterator pcmf_getDeepSubNodeIt()(Code)

Creates an iterator over all nodes of the (sub)tree which is represented by this node

iterator




pcmf_getElementAt
abstract public KeTreeElement pcmf_getElementAt(int xIdx)(Code)

Gets a child-node or chld-element at a given index. The internal list of child-nodes and child-elements represents the order of inserting.

child-node or elelemt. If the index is not valid an exception isrised


Parameters:
  xIdx - child-node or child-element index




pcmf_getNodeAt
abstract public KeTreeNode pcmf_getNodeAt(int xIdx)(Code)

Gets a child-node or chld-element at a given index. The internal list of child-nodes and child-elements represents the order of inserting. The only difference between this method and pcmf_getElementAt is an internal cast operation

child-node or elelemt. If the index is not valid an exception isrised


Parameters:
  xIdx - child-node or child-element index




pcmf_getSub
abstract public KeTreeElement pcmf_getSub(String xName)(Code)

Gets a sub-node or sub-element by its name. If the name is not unique the last node or element of this name which has been inserted is returned

sub-node or element with the given name of null if no node of thisname could be found


Parameters:
  xName - name of the node or element




pcmf_getSubCount
abstract public int pcmf_getSubCount()(Code)

Similar to pcmf_getChildCount




pcmf_getSubElement
abstract public KeTreeElement pcmf_getSubElement(String xName)(Code)

Gets a sub-element by its name. If the name is not unique the last element of this name which has been inserted is returned

sub-element with the given name of null if no node of this namecould be found


Parameters:
  xName - name of the element




pcmf_getSubIterator
abstract public Iterator pcmf_getSubIterator()(Code)

Creates an iterator over all child-nodes and child-elements

iterator




pcmf_getSubNameIterator
abstract public Iterator pcmf_getSubNameIterator()(Code)

Creates an iterator over all child-node and child-element names

iterator




pcmf_getSubNode
abstract public KeTreeNode pcmf_getSubNode(String xName)(Code)

Gets a sub-node by its name. If the name is not unique the last node of this name which has been inserted is returned

sub-node with the given name of null if no node of this name couldbe found


Parameters:
  xName - name of the node




pcmf_hide
abstract public void pcmf_hide()(Code)

Hide this node




pcmf_hideAll
abstract public void pcmf_hideAll()(Code)

Hides all children (in deep search manner) and the node itself




pcmf_hideAllChildren
abstract public void pcmf_hideAllChildren()(Code)

Hides all children (in deep search manner)




pcmf_hideLevel
abstract public void pcmf_hideLevel(int xLevel)(Code)

Hides all children (in deep search manner) starting by the specified depth


Parameters:
  xLevel - depth to start




pcmf_indexOf
abstract public int pcmf_indexOf(KeTreeElement xEl)(Code)

Gets the index of a child-node or child-element with the list of child-nodes. The internal list of child-nodes and child-elements represents the order of inserting.

index of the given node or -1 if the node is not a child-node


Parameters:
  xEl - node or element to search




pcmf_isHidden
abstract public boolean pcmf_isHidden()(Code)

Returns the hidden-flag of this node

idden flag




pcmf_isOwner
abstract public boolean pcmf_isOwner()(Code)

Returns the ownership flag

ownership




pcmf_isParentHidden
abstract public boolean pcmf_isParentHidden()(Code)

Returns whether a parent is hidden or not

true indicates hidden, otherwise false




pcmf_releaseSubs
abstract public void pcmf_releaseSubs()(Code)

Deletes the (sub)tree which is represented by this node and includes this node




pcmf_removeElement
abstract public KeTreeElement pcmf_removeElement(String xName)(Code)

Removes a element with a given name

the removed element


Parameters:
  xName - name of the element to remove




pcmf_removeElement
abstract public KeTreeElement pcmf_removeElement(KeTreeElement xNode)(Code)

Removes a given element

the removed element


Parameters:
  xNode - element to remove




pcmf_removeNode
abstract public KeTreeNode pcmf_removeNode(String xName)(Code)

Removes a node with a given name

the removed node


Parameters:
  xName - name of the node to remove




pcmf_removeNode
abstract public KeTreeNode pcmf_removeNode(KeTreeNode xNode)(Code)

Removes a given node

the remove node


Parameters:
  xNode - node-object to remove




pcmf_removeNodeLocal
abstract public KeTreeNode pcmf_removeNodeLocal(String xName)(Code)

Removes a node with a given name

the removed node


Parameters:
  xName - name of the node to remove




pcmf_removeNodeLocal
abstract public KeTreeNode pcmf_removeNodeLocal(KeTreeNode xNode)(Code)

Removes a given node

the remove node


Parameters:
  xNode - node-object to remove




pcmf_resetPropertyChangeFlag
abstract public void pcmf_resetPropertyChangeFlag()(Code)

This method resets the property change flag recursively.




pcmf_resetRecursive
abstract public Object pcmf_resetRecursive()(Code)

Resets a node and element values (in this node and all children) to the default value

the old value of this node




pcmf_setLocalValue
abstract public void pcmf_setLocalValue(Object xValue)(Code)

Sets the value of the server side part of the node.


Parameters:
  xValue - new node-value




pcmf_setSubNodeOwnerShip
abstract public void pcmf_setSubNodeOwnerShip(boolean xOwner)(Code)

Sets the ownership of child-nodes and elements. If true a delete of the parent node deletes all children as well


Parameters:
  xOwner -




pcmf_toggleHideState
abstract public void pcmf_toggleHideState()(Code)

Toggles the hidden-flag of this node




pcmf_unHideAll
abstract public void pcmf_unHideAll()(Code)

Unhides all children (in deep search manner) and the node itself




pcmf_unHideAllChildren
abstract public void pcmf_unHideAllChildren()(Code)

Unhides all children (in deep search manner)




pcmf_unhide
abstract public void pcmf_unhide()(Code)

Unhide this node




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