Class AwtVisitor

java.lang.Object
eu.bandm.tools.graficUtils.AwtVisitor
Direct Known Subclasses:
AwtDisableAll

public abstract class AwtVisitor extends Object
Descends awt structures, i.e. Containers down to their Components.
  • Field Details

    • noDescend

      protected boolean noDescend
      Set by "action()" to prevent the descending on THIS component.
    • level

      protected int level
  • Constructor Details

    • AwtVisitor

      public AwtVisitor()
  • Method Details