Java Doc for IKeTreeElement.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.IKeTreeElement

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




Method Summary
abstract public  voidpcmf_addPropertyChangedListener(IKePropertyChangeListener xListen)
    

Adds a property changed listener.

abstract public  voidpcmf_delete()
    
abstract public  voidpcmf_disable()
    
abstract public  voidpcmf_disableThis()
    
abstract public  voidpcmf_enable()
    
abstract public  voidpcmf_enableThis()
    
abstract public  Objectpcmf_execView()
    

Produces a view from this node.

abstract public  voidpcmf_getAllDisabled(ArrayList xRes)
    
abstract public  voidpcmf_getAllEnabled(ArrayList xRes)
    
abstract public  voidpcmf_getAllParentGenerations(ArrayList xToAdd)
    
abstract public  intpcmf_getAllSubCount(boolean xCountHide)
    
abstract public  intpcmf_getChildCount()
    
abstract public  Objectpcmf_getDefaultValue()
    
abstract public  KeTreeNodepcmf_getLastParentNode()
    

Gets the last parent node of this element.

abstract public  booleanpcmf_getMultipleParents()
    
abstract public  booleanpcmf_getMyPropChanged()
    

Gets the myProperty flag of an element.

abstract public  Stringpcmf_getName()
    
abstract public  KeTreeElementpcmf_getParentGeneration(int xGeneration)
    
abstract public  KeTreeNodepcmf_getParentNode()
    

Gets the parent node of this element.

abstract public  intpcmf_getParentNodeCount()
    
abstract public  Iteratorpcmf_getParents()
    
abstract public  ArrayListpcmf_getParentsList()
    
abstract public  Stringpcmf_getPath()
    
abstract public  booleanpcmf_getPropChanged()
    
abstract public  ArrayListpcmf_getPropertyChangedListeners()
    
abstract public  KeTreeElementpcmf_getRootNode()
    
abstract public  Objectpcmf_getValue()
    
abstract public  IKeViewpcmf_getView()
    
abstract public  booleanpcmf_isChildOf(KeTreeNode xNode)
    
abstract public  booleanpcmf_isDefSet()
    
abstract public  booleanpcmf_isDisabled()
    
abstract public  booleanpcmf_isParentDisabled()
    
abstract public  voidpcmf_releaseSubs()
    
abstract public  voidpcmf_removePropertyChangedListener(IKePropertyChangeListener xListen)
    

Removes a property changed listener.

abstract public  Objectpcmf_reset()
    
abstract public  Objectpcmf_resetRecursive()
    
abstract public  voidpcmf_setDefaultValue(Object xObj)
    
abstract public  voidpcmf_setMultipleParents(boolean xMp)
    
abstract public  voidpcmf_setName(String xName)
    

Sets the name of an element.

abstract public  voidpcmf_setPropChanged(boolean xPc)
    

Sets the property flag of an elements and updates this flag in all parents. This flag is used internally e.g.

abstract public  IUnTransformerpcmf_setStringTransformer(IUnTransformer xTrans)
    

Sets a transformer for the toString method.

abstract public  voidpcmf_setStringValue(Object xObj)
    
abstract public  voidpcmf_setTpl(String xTpl)
    
abstract public  voidpcmf_setTpl()
    
abstract public  voidpcmf_setValue(Object xObj)
    
abstract public  voidpcmf_setValueOwnerShip(boolean xOwn)
    

Sets the ownership of the value.

abstract public  voidpcmf_setView(IKeView xView)
    

Sets a view objects to this element.

abstract public  voidpcmf_unsetDefaultValue()
    



Method Detail
pcmf_addPropertyChangedListener
abstract public void pcmf_addPropertyChangedListener(IKePropertyChangeListener xListen)(Code)

Adds a property changed listener. This listener is called whenever a property of the tree element has been change. Derived classes should use the 'pcmf_setPropChanged(boolean xPc)' method to inform the the super class about the change!


Parameters:
  xListen - listener object to add




pcmf_delete
abstract public void pcmf_delete() throws Exception(Code)

Deletes this object from the registry




pcmf_disable
abstract public void pcmf_disable()(Code)

Disables the element




pcmf_disableThis
abstract public void pcmf_disableThis()(Code)

Disables the element




pcmf_enable
abstract public void pcmf_enable()(Code)

Enables the element




pcmf_enableThis
abstract public void pcmf_enableThis()(Code)

Enables the element




pcmf_execView
abstract public Object pcmf_execView()(Code)

Produces a view from this node.




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_getAllParentGenerations
abstract public void pcmf_getAllParentGenerations(ArrayList xToAdd)(Code)

Gets all (parent)node above this node

parent nodes




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

Returns 0 because tree_elements can not hold any children




pcmf_getChildCount
abstract public int pcmf_getChildCount()(Code)

Returns 0 because tree_elements can not hold any children




pcmf_getDefaultValue
abstract public Object pcmf_getDefaultValue()(Code)

Returns the default value




pcmf_getLastParentNode
abstract public KeTreeNode pcmf_getLastParentNode()(Code)

Gets the last parent node of this element. An element can be inserted in more than one parent node! The parent which has been added first is returned by this function.

last parent




pcmf_getMultipleParents
abstract public boolean pcmf_getMultipleParents()(Code)

For internal use only




pcmf_getMyPropChanged
abstract public boolean pcmf_getMyPropChanged()(Code)

Gets the myProperty flag of an element. This flag is true if a property is changed directly




pcmf_getName
abstract public String pcmf_getName()(Code)

Gets the name of this element

name




pcmf_getParentGeneration
abstract public KeTreeElement pcmf_getParentGeneration(int xGeneration)(Code)

Gets a (parent)node above this node

parent node


Parameters:
  xGeneration - generation of the parent - the parent generation 0 the parent ofthe parent is generation 1 and so on




pcmf_getParentNode
abstract public KeTreeNode pcmf_getParentNode()(Code)

Gets the parent node of this element. An element can be inserted in more than one parent node! The parent which has been added last is returned by this function.

parent




pcmf_getParentNodeCount
abstract public int pcmf_getParentNodeCount()(Code)

Gets the depth of the tree from the root node to this element

depth




pcmf_getParents
abstract public Iterator pcmf_getParents()(Code)

Returns an iterator over all parent nodes of this element

iterator




pcmf_getParentsList
abstract public ArrayList pcmf_getParentsList()(Code)

Returns a list with all parent nodes of this element

iterator




pcmf_getPath
abstract public String pcmf_getPath()(Code)

Returns the absolute path of this node

path




pcmf_getPropChanged
abstract public boolean pcmf_getPropChanged()(Code)

Gets the property flag of an element.This flag is true if a property is changed directly or the property of any child had changed




pcmf_getPropertyChangedListeners
abstract public ArrayList pcmf_getPropertyChangedListeners()(Code)

Returns the list with all property changed listeners

list




pcmf_getRootNode
abstract public KeTreeElement pcmf_getRootNode()(Code)

Gets the root node of a tree

root node




pcmf_getValue
abstract public Object pcmf_getValue()(Code)

Gets the value of the element

value




pcmf_getView
abstract public IKeView pcmf_getView()(Code)

Gets the view of this node

view object




pcmf_isChildOf
abstract public boolean pcmf_isChildOf(KeTreeNode xNode)(Code)

Returns whether this node is part of the subtree of xNode or not

true, false




pcmf_isDefSet
abstract public boolean pcmf_isDefSet()(Code)

Returns whether a default is set or not

true indicates default set, otherwise false




pcmf_isDisabled
abstract public boolean pcmf_isDisabled()(Code)

Returns the disabled flag of this element

disabled flag




pcmf_isParentDisabled
abstract public boolean pcmf_isParentDisabled()(Code)

Returns whether a parent is disabled or not

true indicates disabled, otherwise false




pcmf_releaseSubs
abstract public void pcmf_releaseSubs()(Code)

For internal use only




pcmf_removePropertyChangedListener
abstract public void pcmf_removePropertyChangedListener(IKePropertyChangeListener xListen)(Code)

Removes a property changed listener.


Parameters:
  xListen - listener object to remove




pcmf_reset
abstract public Object pcmf_reset()(Code)

Resets the elements value to the default value

old value




pcmf_resetRecursive
abstract public Object pcmf_resetRecursive()(Code)

For internal use only




pcmf_setDefaultValue
abstract public void pcmf_setDefaultValue(Object xObj)(Code)

Sets a default value for this element


Parameters:
  xObj - default value




pcmf_setMultipleParents
abstract public void pcmf_setMultipleParents(boolean xMp)(Code)

For internal use only




pcmf_setName
abstract public void pcmf_setName(String xName)(Code)

Sets the name of an element. If an element is inserted in a node, the name can not be changed


Parameters:
  xName - new name




pcmf_setPropChanged
abstract public void pcmf_setPropChanged(boolean xPc)(Code)

Sets the property flag of an elements and updates this flag in all parents. This flag is used internally e.g. for cache implementations


Parameters:
  xPc - true indicates a change




pcmf_setStringTransformer
abstract public IUnTransformer pcmf_setStringTransformer(IUnTransformer xTrans)(Code)

Sets a transformer for the toString method. A transformer is responsible for the transformation of objects. In this case it is used to generate a string representation of this element

old transformer


Parameters:
  xTrans - new transformer




pcmf_setStringValue
abstract public void pcmf_setStringValue(Object xObj)(Code)

Sets the value of an element, while the value is converted to a String


Parameters:
  xObj - new value




pcmf_setTpl
abstract public void pcmf_setTpl(String xTpl)(Code)

Sets a template which may be used by a transformer to generate a String


Parameters:
  xTpl - string template




pcmf_setTpl
abstract public void pcmf_setTpl()(Code)

Resets to the default template




pcmf_setValue
abstract public void pcmf_setValue(Object xObj)(Code)

Sets the value of an element


Parameters:
  xObj - new value




pcmf_setValueOwnerShip
abstract public void pcmf_setValueOwnerShip(boolean xOwn)(Code)

Sets the ownership of the value. If true a delete of the element deletes the value as well


Parameters:
  xOwn -




pcmf_setView
abstract public void pcmf_setView(IKeView xView)(Code)

Sets a view objects to this element. The view generates a visual representation of this node


Parameters:
  xView - view object




pcmf_unsetDefaultValue
abstract public void pcmf_unsetDefaultValue()(Code)

Unsets a default value for this element


Parameters:
  xObj - default value




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