Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

BranchGroup - detach and attach

843799Dec 25 2009 — edited Jun 13 2010
Hi,

in the API I found the sentence:

• A BranchGroup that is contained within another subgraph may be reparented or detached at run time if the appropriate capabilities are set.

What happens when a BG is detached? Is it removed by means deleted and therefore unusable for further processing? If so, it seems that one has to store a reference to the BG after creation to be able to attache it later again... But why naming a method detach(), would be better something like removeBG() or deleteBG() or so...

Thx!

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 11 2010
Added on Dec 25 2009
1 comment
177 views