Class ComponentVisitor.ComponentSecurityVisitor
java.lang.Object
com.inductiveautomation.factorypmi.application.components.util.ComponentVisitor
com.inductiveautomation.factorypmi.application.components.util.ComponentVisitor.ComponentSecurityVisitor
- Enclosing class:
- ComponentVisitor
-
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.factorypmi.application.components.util.ComponentVisitor
ComponentVisitor.BindingInitVisitor, ComponentVisitor.ComponentSecurityVisitor, ComponentVisitor.LocaleChangedVisitor, ComponentVisitor.ShutdownVisitor, ComponentVisitor.StartupVisitor, ComponentVisitor.TemplateHolderVisitor, ComponentVisitor.TemplatePreDeserializeVisitor, ComponentVisitor.UDTInitVisitor
-
Field Summary
Fields inherited from class com.inductiveautomation.factorypmi.application.components.util.ComponentVisitor
LOG
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
pop
(JComponent container) Called after a container's children have been visitedvoid
push
(JComponent container) Called before a container's children are visited.boolean
visit
(JComponent component) Visit the component.Methods inherited from class com.inductiveautomation.factorypmi.application.components.util.ComponentVisitor
walk, walk
-
Constructor Details
-
ComponentSecurityVisitor
-
-
Method Details
-
push
Description copied from class:ComponentVisitor
Called before a container's children are visited.- Overrides:
push
in classComponentVisitor
-
pop
Description copied from class:ComponentVisitor
Called after a container's children have been visited- Overrides:
pop
in classComponentVisitor
-
visit
Description copied from class:ComponentVisitor
Visit the component. Return false to not visit beneath this component.- Specified by:
visit
in classComponentVisitor
-