Uses of Class
xal.extension.bricks.ViewProxy
Packages that use ViewProxy
-
Uses of ViewProxy in xal.extension.bricks
Fields in xal.extension.bricks with type parameters of type ViewProxyMethods in xal.extension.bricks that return ViewProxyModifier and TypeMethodDescriptionViewProxyFactory.getComboBoxProxy()Generate a view proxy for a combo box viewViewProxyFactory.getComponentProxy(Class<T> viewClass, String name) Create a view proxy for a componentViewProxyFactory.getComponentProxy(Class<T> viewClass, String name, boolean makeIcon) Create a view proxy for a componentViewProxyFactory.getComponentProxy(Class<T> viewClass, String name, String text) Create a view proxy for a componentViewProxyFactory.getComponentProxy(Class<T> viewClass, String name, String text, boolean makeIcon) Create a view proxy for a componentViewProxyFactory.getContainerProxy(Class<T> viewClass, String name) Create a view proxy for a componentViewProxyFactory.getContainerProxy(Class<T> viewClass, String name, String text) Create a view proxy for a componentViewProxyFactory.getDialogProxy(String title) Generate a view proxy for creating horizontal glueViewProxyFactory.getFrameProxy(String title) Generate a view proxy for creating horizontal gluestatic ViewProxy<FunctionGraphsJPanel>ViewProxyFactory.getFunctionGraphsJPanelProxy()Generate a view proxy for creating a function graph panelViewProxyFactory.getHorizontalBoxProxy()Generate a view proxy for creating horizontal boxesViewProxyFactory.getHorizontalGlueProxy()Generate a view proxy for creating horizontal gluestatic ViewProxy<?>ViewProxy.getInstance(DataAdaptor adaptor) generatorViewProxyFactory.getListProxy()Generate a view proxy for a list viewstatic ViewProxy<JScrollPane>ViewProxyFactory.getScrollPaneProxy()Generate a view proxy for creating check boxesstatic ViewProxy<JSplitPane>ViewProxyFactory.getSplitPaneProxy()Generate a view proxy for creating a split panestatic ViewProxy<JTabbedPane>ViewProxyFactory.getTabbedPaneProxy()Generate a view proxy for a combo box viewViewProxyFactory.getTableProxy()Generate a view proxy for creating a tableViewProxyFactory.getTreeProxy()Generate a view proxy for creating a tableViewProxyFactory.getVerticalBoxProxy()Generate a view proxy for creating vertical boxesViewProxyFactory.getVerticalGlueProxy()Generate a view proxy for creating horizontal glueViewNode.getViewProxy()Get the view proxyViewProxyFactory.getViewProxy(Class<T> viewClass, String name, boolean isContainer, boolean makeIcon) Create a view proxy for a component with an empty constructorViewProxyFactory.getViewProxy(Class<T> viewClass, String name, String text, boolean isContainer, boolean makeIcon) Create a view proxy for a component with a constructor that takes a string argumentstatic ViewProxy<?>ViewProxyFactory.getViewProxy(String type) get a border proxy with the specified typeMethods in xal.extension.bricks with parameters of type ViewProxyModifier and TypeMethodDescriptionprotected static voidregister the proxy in the proxy tableConstructors in xal.extension.bricks with parameters of type ViewProxy