Uses of Class
xal.extension.bricks.BorderProxy
Packages that use BorderProxy
-
Uses of BorderProxy in xal.extension.bricks
Fields in xal.extension.bricks with type parameters of type BorderProxyModifier and TypeFieldDescriptionprotected static Map<String,BorderProxy<Border>> BorderProxyFactory.proxyTabletable of proxies keyed by typeMethods in xal.extension.bricks that return BorderProxyModifier and TypeMethodDescriptionBorderNode.getBorderProxy()Get the border proxystatic <T extends Border>
BorderProxy<T>BorderProxyFactory.getBorderProxy(Class<T> borderClass, String name) Create a border proxy for a border with an empty constructorstatic BorderProxy<Border>BorderProxyFactory.getBorderProxy(String type) get a border proxy with the specified typestatic BorderProxy<Border>BorderProxy.getInstance(DataAdaptor adaptor) generatorstatic BorderProxy<BevelBorder>BorderProxyFactory.getLoweredBevelBorderProxy(String name) Create a title border proxystatic BorderProxy<BevelBorder>BorderProxyFactory.getRaisedBevelBorderProxy(String name) Create a title border proxystatic BorderProxy<TitledBorder>BorderProxyFactory.getTitledBorderProxy(String name) Create a title border proxyMethods in xal.extension.bricks with parameters of type BorderProxyModifier and TypeMethodDescriptionprotected static voidBorderProxyFactory.register(BorderProxy<? extends Border> proxy) register the proxy in the proxy tableConstructors in xal.extension.bricks with parameters of type BorderProxyModifierConstructorDescriptionBorderNode(BorderProxy<Border> borderProxy) Primary ConstructorBorderNode(BorderProxy<Border> borderProxy, Map<String, Object> beanSettings, String tag) Primary Constructor