Class ComponentVisitor.TemplatePreDeserializeVisitor

  • Enclosing class:
    ComponentVisitor

    public static class ComponentVisitor.TemplatePreDeserializeVisitor
    extends ComponentVisitor
    Counts up the number of each template that will be needed on initialize, and then can pre-load instances for templates that will be needed more than once.
    • Constructor Detail

      • TemplatePreDeserializeVisitor

        public TemplatePreDeserializeVisitor()
    • Method Detail

      • visit

        public boolean visit​(javax.swing.JComponent component)
        Description copied from class: ComponentVisitor
        Visit the component. Return false to not visit beneath this component.
        Specified by:
        visit in class ComponentVisitor