| Package | Description |
|---|---|
| org.netbeans.modules.schema2beans |
| Modifier and Type | Method and Description |
|---|---|
DDRegistryParser.DDCursor |
DDRegistryParser.getCursor() |
DDRegistryParser.DDCursor |
DDRegistryParser.DDCursor.getParent() |
DDRegistryParser.DDCursor |
DDRegistry.newCursor(BaseBean bean)
Create a cursor location
|
DDRegistryParser.DDCursor |
DDRegistry.newCursor(DDRegistryParser.DDCursor c,
String path)
Create a cursor location
|
DDRegistryParser.DDCursor |
DDRegistry.newCursor(String path)
Create a cursor location
|
| Modifier and Type | Method and Description |
|---|---|
void |
DDRegistry.DDChangeMarker.add(DDRegistryParser.DDCursor c)
Add the graph the cursor belongs to, to the marker list
|
String |
DDRegistry.getID(DDRegistryParser.DDCursor c)
Return the unique ID of the graph where the cursor points to.
|
String |
DDRegistry.getName(DDRegistryParser.DDCursor c)
Same as getID but return the non unique name.
|
boolean |
DDRegistry.hasGraph(String str,
DDRegistryParser.DDCursor c) |
DDRegistryParser.DDCursor |
DDRegistry.newCursor(DDRegistryParser.DDCursor c,
String path)
Create a cursor location
|
DDRegistryParser |
DDRegistry.newParser(DDRegistryParser.DDCursor cursor,
String path)
Create a new DDRegistryParser based on a current position in a graph
and a schema2beans path.
|
void |
DDRegistry.DDChangeMarker.remove(DDRegistryParser.DDCursor c) |
| Constructor and Description |
|---|
DDCursor(DDRegistryParser.DDCursor parent,
BaseBean root) |
DDCursor(DDRegistryParser.DDCursor parent,
String path) |
DDRegistryParser(DDRegistry reg,
DDRegistryParser.DDCursor cursor,
String path) |
PathResolver(DDRegistryParser.DDCursor cursor,
String path) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.