Searched refs:_oUnoNode (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/odk/examples/java/Inspector/ |
| H A D | InspectorPane.java | 365 private void setNodeFoldable(XUnoNode _oUnoNode, Object _oUnoObject){ in setNodeFoldable() argument 368 _oUnoNode.setFoldable(true); in setNodeFoldable() 397 private void addPrimitiveValuesToTreeNode(XUnoNode _oUnoNode, Object _oUnoObject){ in addPrimitiveValuesToTreeNode() argument 403 … XUnoNode oChildNode = addUnoNode(_oUnoNode, null, UnoNode.getNodeDescription(object[i])); in addPrimitiveValuesToTreeNode() 410 XUnoNode oUnoNode = addUnoNode(_oUnoNode, null, sDisplayValues[i]); in addPrimitiveValuesToTreeNode() 449 public boolean expandNode(XUnoNode _oUnoNode, XTreePathProvider _xTreePathProvider){ in expandNode() argument 450 if ( _oUnoNode != null ) { in expandNode() 451 _oUnoNode.setFoldable(false); in expandNode() 452 if (m_xTreeControlProvider.isMethodNode(_oUnoNode)){ in expandNode() 453 XUnoMethodNode oUnoMethodNode = (XUnoMethodNode) _oUnoNode; in expandNode() [all …]
|
| H A D | SwingTreeControlProvider.java | 149 public String enableFilterElements(XUnoNode _oUnoNode){ in enableFilterElements() argument 151 boolean bIsFacetteNode = isFacetteNode(_oUnoNode); in enableFilterElements() 154 sFilter = m_oInspectorPane.getFilter(_oUnoNode); in enableFilterElements() 325 public boolean isPropertyNode(XUnoNode _oUnoNode){ in isPropertyNode() argument 326 return (_oUnoNode instanceof SwingUnoPropertyNode); in isPropertyNode() 330 public boolean isMethodNode(XUnoNode _oUnoNode){ in isMethodNode() argument 331 return (_oUnoNode instanceof SwingUnoMethodNode); in isMethodNode() 335 public boolean isFacetteNode(XUnoNode _oUnoNode){ in isFacetteNode() argument 336 return (_oUnoNode instanceof SwingUnoFacetteNode); in isFacetteNode()
|
| H A D | XTreeControlProvider.java | 33 public String enableFilterElements(XUnoNode _oUnoNode); in enableFilterElements() argument 55 public boolean isPropertyNode(XUnoNode _oUnoNode); in isPropertyNode() argument 57 public boolean isMethodNode(XUnoNode _oUnoNode); in isMethodNode() argument 59 public boolean isFacetteNode(XUnoNode _oUnoNode); in isFacetteNode() argument
|
| H A D | SwingTreePathProvider.java | 53 public XTreePathProvider pathByAddingChild(XUnoNode _oUnoNode){ in pathByAddingChild() argument 54 TreePath aTreePath = m_aTreePath.pathByAddingChild(_oUnoNode); in pathByAddingChild()
|
| H A D | SourceCodeGenerator.java | 339 private String getRootDescription(XUnoNode _oUnoNode){ in getRootDescription() argument 340 return "_o" + _oUnoNode.toString(); in getRootDescription() 986 …public String getMainMethodSignatureSourceCode(XUnoNode _oUnoNode, String _soReturnObjectDescripti… in getMainMethodSignatureSourceCode() argument 1222 …public String getMainMethodSignatureSourceCode(XUnoNode _oUnoNode, String _soReturnObjectDescripti… in getMainMethodSignatureSourceCode() argument 1490 …public String getMainMethodSignatureSourceCode(XUnoNode _oUnoNode, String _soReturnObjectDescripti… in getMainMethodSignatureSourceCode() argument
|
| H A D | XTreePathProvider.java | 45 public XTreePathProvider pathByAddingChild(XUnoNode _oUnoNode); in pathByAddingChild() argument
|
| H A D | XLanguageSourceCodeGenerator.java | 38 …public String getMainMethodSignatureSourceCode(XUnoNode _oUnoNode, String _soReturnObjectDescripti… in getMainMethodSignatureSourceCode() argument
|