Java Doc for TocObject.java in  » IDE-Eclipse » Eclipse-plug-in-development » org » eclipse » pde » internal » core » text » toc » 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 » IDE Eclipse » Eclipse plug in development » org.eclipse.pde.internal.core.text.toc 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.eclipse.pde.internal.core.text.DocumentObject
   org.eclipse.pde.internal.core.text.toc.TocObject

All known Subclasses:   org.eclipse.pde.internal.core.text.toc.TocLink,  org.eclipse.pde.internal.core.text.toc.TocTopic,  org.eclipse.pde.internal.core.text.toc.TocAnchor,
TocObject
abstract public class TocObject extends DocumentObject implements ITocConstants,Serializable(Code)
TocObject - All objects modeled in a Table of Contents subclass TocObject This class contains functionality common to all TOC elements.



Constructor Summary
public  TocObject(TocModel model, String tagName)
     Constructs the TocObject and initializes its attributes.

Method Summary
abstract public  booleancanBeParent()
    
public  booleancanBeRemoved()
    
public  booleandescendsFrom(TocObject obj)
     Check if the object is a direct or indirect descendant of the object parameter.
protected  StringgetAttributeIndent()
    
public  ListgetChildren()
    
public  TocModelgetModel()
    
abstract public  StringgetName()
    
public  TocObjectgetNextSibling(TocObject tocObject)
    
public  TocObjectgetParent()
    
abstract public  StringgetPath()
    
public  TocObjectgetPreviousSibling(TocObject tocObject)
    
public  TocgetToc()
    
abstract public  intgetType()
     Get the concrete type of this TocObject.
public  booleanisLeafNode()
    


Constructor Detail
TocObject
public TocObject(TocModel model, String tagName)(Code)
Constructs the TocObject and initializes its attributes.
Parameters:
  model - The model associated with this TocObject.
Parameters:
  parent - The parent of this TocObject.




Method Detail
canBeParent
abstract public boolean canBeParent()(Code)
true iff this TOC object is capable of containing children.



canBeRemoved
public boolean canBeRemoved()(Code)
true iff a child object can be removed



descendsFrom
public boolean descendsFrom(TocObject obj)(Code)
Check if the object is a direct or indirect descendant of the object parameter.
Parameters:
  obj - The TOC object to find in this object's ancestry true iff obj is an ancestor of this TOC object



getAttributeIndent
protected String getAttributeIndent()(Code)



getChildren
public List getChildren()(Code)
the children of the object or an empty List if none exist.



getModel
public TocModel getModel()(Code)
the root TOC element that is an ancestor to this TocObject.



getName
abstract public String getName()(Code)
the identifier for this TocObject.



getNextSibling
public TocObject getNextSibling(TocObject tocObject)(Code)

Parameters:
  tocObject - the child used to locate a sibling the TocObject proceeding the specified onein the list of children



getParent
public TocObject getParent()(Code)
the parent of this TocObject, or
null if the TocObject has no parent.



getPath
abstract public String getPath()(Code)
the path to the resource associated with this TOC objector null if one does not exist.



getPreviousSibling
public TocObject getPreviousSibling(TocObject tocObject)(Code)

Parameters:
  tocObject - the child used to locate a sibling the TocObject preceding the specified onein the list of children



getToc
public Toc getToc()(Code)
the root TOC element that is an ancestor to this TocObject.



getType
abstract public int getType()(Code)
Get the concrete type of this TocObject.



isLeafNode
public boolean isLeafNode()(Code)



Methods inherited from org.eclipse.pde.internal.core.text.DocumentObject
public void addChildNode(IDocumentElementNode child)(Code)(Java Doc)
public void addChildNode(IDocumentElementNode child, int position)(Code)(Java Doc)
public void addChildNode(IDocumentElementNode child, int position, boolean fireEvent)(Code)(Java Doc)
public void addChildNode(IDocumentElementNode child, boolean fireEvent)(Code)(Java Doc)
public IDocumentElementNode clone(IDocumentElementNode node)(Code)(Java Doc)
protected void firePropertyChanged(String property, Object oldValue, Object newValue)(Code)(Java Doc)
protected void fireStructureChanged(Object child, int changeType)(Code)(Java Doc)
protected void fireStructureChanged(Object[] children, int changeType)(Code)(Java Doc)
public boolean getBooleanAttributeValue(String name, boolean defaultValue)(Code)(Java Doc)
public IDocumentElementNode getChildNode(Class clazz)(Code)(Java Doc)
public int getChildNodeCount(Class clazz)(Code)(Java Doc)
public ArrayList getChildNodesList(Class clazz, boolean match)(Code)(Java Doc)
public ArrayList getChildNodesList(Class[] classes, boolean match)(Code)(Java Doc)
protected String getFileEncoding()(Code)(Java Doc)
protected String getLineDelimiter()(Code)(Java Doc)
public IDocumentElementNode getNextSibling(IDocumentElementNode node, Class clazz)(Code)(Java Doc)
public IDocumentElementNode getPreviousSibling(IDocumentElementNode node, Class clazz)(Code)(Java Doc)
public IModel getSharedModel()(Code)(Java Doc)
public boolean hasChildNodes(Class clazz)(Code)(Java Doc)
public boolean isEditable()(Code)(Java Doc)
public boolean isFirstChildNode(IDocumentElementNode node, Class clazz)(Code)(Java Doc)
public boolean isInTheModel()(Code)(Java Doc)
public boolean isLastChildNode(IDocumentElementNode node, Class clazz)(Code)(Java Doc)
public void moveChildNode(IDocumentElementNode node, int newRelativeIndex, boolean fireEvent)(Code)(Java Doc)
public void reconnect(IDocumentElementNode parent, IModel model)(Code)(Java Doc)
public IDocumentElementNode removeChildNode(IDocumentElementNode child)(Code)(Java Doc)
public IDocumentElementNode removeChildNode(int index)(Code)(Java Doc)
public IDocumentElementNode removeChildNode(IDocumentElementNode child, boolean fireEvent)(Code)(Java Doc)
public IDocumentElementNode removeChildNode(int index, Class clazz, boolean fireEvent)(Code)(Java Doc)
public IDocumentElementNode removeChildNode(int index, Class clazz)(Code)(Java Doc)
protected void replaceChildNode(IDocumentElementNode newNode, IDocumentElementNode oldNode, boolean fireEvent)(Code)(Java Doc)
public void reset()(Code)(Java Doc)
public boolean setBooleanAttributeValue(String name, boolean value)(Code)(Java Doc)
public void setChildNode(IDocumentElementNode newNode, Class clazz)(Code)(Java Doc)
public void setInTheModel(boolean inModel)(Code)(Java Doc)
public void setSharedModel(IModel model)(Code)(Java Doc)
public boolean setXMLAttribute(String name, String newValue)(Code)(Java Doc)
public boolean setXMLContent(String text)(Code)(Java Doc)
protected boolean shouldFireEvent()(Code)(Java Doc)
public void swap(IDocumentElementNode child1, IDocumentElementNode child2, boolean fireEvent)(Code)(Java Doc)
public void write(String indent, PrintWriter writer)(Code)(Java Doc)

w__w___w__._j_a__v__a_2__s.___co_m_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.