Revision d3725071
Added by Leszek Koltunski almost 8 years ago
src/main/java/org/distorted/library/DistortedNode.java | ||
---|---|---|
376 | 376 |
* DistortedAttacheable interface, which should really be a class that we extend here instead but |
377 | 377 |
* Java has no multiple inheritance. |
378 | 378 |
* |
379 |
* @y.exclude |
|
379 | 380 |
* @param node The new Node to add. |
380 | 381 |
*/ |
381 | 382 |
public void attachNow(DistortedNode node) |
... | ... | |
437 | 438 |
* DistortedAttacheable interface, which should really be a class that we extend here instead but |
438 | 439 |
* Java has no multiple inheritance. |
439 | 440 |
* |
441 |
* @y.exclude |
|
440 | 442 |
* @param node The Node to remove. |
441 | 443 |
*/ |
442 | 444 |
public void detachNow(DistortedNode node) |
... | ... | |
466 | 468 |
* This is not really part of the public API. Has to be public only because it is a part of the |
467 | 469 |
* DistortedAttacheable interface, which should really be a class that we extend here instead but |
468 | 470 |
* Java has no multiple inheritance. |
471 |
* |
|
472 |
* @y.exclude |
|
469 | 473 |
*/ |
470 | 474 |
public void detachAllNow() |
471 | 475 |
{ |
Also available in: Unified diff
Exclude still more methods from public documentation.