Uses of Class
net.sourceforge.fixagora.basis.client.view.BusinessObjectTreeNode

Packages that use BusinessObjectTreeNode
net.sourceforge.fixagora.basis.client.view   
net.sourceforge.fixagora.basis.client.view.dialog   
 

Uses of BusinessObjectTreeNode in net.sourceforge.fixagora.basis.client.view
 

Methods in net.sourceforge.fixagora.basis.client.view with parameters of type BusinessObjectTreeNode
 java.lang.Object MainPanel.copySubTree(BusinessObjectTreeNode subRoot, BusinessObjectTreeNode sourceTree)
          Copy sub tree.
 java.lang.Object TreePanel.copySubTree(BusinessObjectTreeNode subRoot, BusinessObjectTreeNode sourceTree)
          Copy sub tree.
 

Uses of BusinessObjectTreeNode in net.sourceforge.fixagora.basis.client.view.dialog
 

Methods in net.sourceforge.fixagora.basis.client.view.dialog with parameters of type BusinessObjectTreeNode
 void AcceptorTreeDialog.addTopNode(BusinessObjectTreeNode businessObjectTreeNode)
          Adds the top node.
 void InitiatorTreeDialog.addTopNode(BusinessObjectTreeNode businessObjectTreeNode)
          Adds the top node.
 boolean SecurityTreeDialog.cleanSubTree(BusinessObjectTreeNode subRoot)
          Clean sub tree.
 boolean CounterpartyTreeDialog.cleanSubTree(BusinessObjectTreeNode subRoot)
          Clean sub tree.
 void CounterpartyTreeDialog.copySubTree(BusinessObjectTreeNode subRoot, BusinessObjectTreeNode sourceTree, java.util.Set<Counterparty> counterparties)
          Copy sub tree.
 void SecurityTreeDialog.copySubTree(BusinessObjectTreeNode subRoot, BusinessObjectTreeNode sourceTree, java.util.Set<FSecurity> securities)
          Copy sub tree.
 

Method parameters in net.sourceforge.fixagora.basis.client.view.dialog with type arguments of type BusinessObjectTreeNode
 void AcceptorTreeDialog.setBusinessObjectTreeNodeMap(java.util.Map<java.lang.Long,BusinessObjectTreeNode> defaultMutableTreeNodeMap)
          Sets the business object tree node map.
 void InitiatorTreeDialog.setBusinessObjectTreeNodeMap(java.util.Map<java.lang.Long,BusinessObjectTreeNode> defaultMutableTreeNodeMap)
          Sets the business object tree node map.
 void CounterpartyTreeDialog.setBusinessObjectTreeNodeMap(java.util.Map<java.lang.Long,BusinessObjectTreeNode> defaultMutableTreeNodeMap)
          Sets the business object tree node map.
 

Constructors in net.sourceforge.fixagora.basis.client.view.dialog with parameters of type BusinessObjectTreeNode
CounterpartyTreeDialog(BusinessObjectTreeNode topNode, BasisClientConnector basisClientConnector)
          Instantiates a new counterparty tree dialog.
CounterpartyTreeDialog(BusinessObjectTreeNode topNode, BasisClientConnector basisClientConnector, javax.swing.JDialog jDialog)
          Instantiates a new counterparty tree dialog.
SecurityTreeDialog(BusinessObjectTreeNode topNode, BasisClientConnector basisClientConnector)
          Instantiates a new security tree dialog.
SecurityTreeDialog(BusinessObjectTreeNode topNode, BasisClientConnector basisClientConnector, javax.swing.JDialog dialog)
          Instantiates a new security tree dialog.