Path: blob/master/org.neo4j.neoclipse.doc/context-help.xml
115 views
<?xml version="1.0" encoding="UTF-8"?>1<contexts>2<context id="NeoGraphViewPart" title="Neo4j Graph view">3<description>The Neo4j Graph view visualizes the nodes and relationships available in a Neo4j node space.</description>4<topic href="html/tasks/graphview.html" label="Using Neo4j Graph view"/>5<topic href="html/tasks/PropertySheetPage.html" label="Using Neo4j Properties view"/>6<topic href="html/concepts/graph-database.html" label="Graph database concepts"/>7</context>8<context id="NeoRelationshipTypeView" title="Relationship types">9<description>The Neo4j Relationship types view presents a list of existing relationship types and lets you create new such types and perform different operations on the node space.</description>10</context>11<context id="NeoPropertySheetPage" title="Properties view">12<description>The Neo4j properties view is used to read and alter properties of nodes and relationships.</description>13</context>14</contexts>151617