Uses of Class
adams.flow.standalone.AbstractMultiView.ViewWrapper
-
Packages that use AbstractMultiView.ViewWrapper Package Description adams.flow.standalone -
-
Uses of AbstractMultiView.ViewWrapper in adams.flow.standalone
Fields in adams.flow.standalone with type parameters of type AbstractMultiView.ViewWrapper Modifier and Type Field Description protected List<AbstractMultiView.ViewWrapper>
AbstractMultiView. m_Wrappers
the panels in use.Methods in adams.flow.standalone with parameters of type AbstractMultiView.ViewWrapper Modifier and Type Method Description abstract boolean
AbstractMultiView. makeVisible(AbstractMultiView.ViewWrapper wrapper)
Ensures that the wrapper is visible.boolean
GridView. makeVisible(AbstractMultiView.ViewWrapper wrapper)
Ensures that the wrapper is visible.boolean
TabView. makeVisible(AbstractMultiView.ViewWrapper wrapper)
Ensures that the wrapper is visible.
-