| java.lang.Object com.xoetrope.swing.XuiProComponentFactory
XuiProComponentFactory | public class XuiProComponentFactory implements XComponentConstructor(Code) | | |
Field Summary | |
protected XProject | currentProject The owner project and the context in which this object operates. |
currentProject | protected XProject currentProject(Code) | | The owner project and the context in which this object operates.
|
XuiProComponentFactory | public XuiProComponentFactory(XProject project)(Code) | | |
constructComponent | public Component constructComponent(XComponentFactory cf, int type, String content)(Code) | | |
getComponentAdapter | public ComponentAdapter getComponentAdapter(String type)(Code) | | Get the component adapter for this type
Parameters: type - the name identifying the type |
setPackageName | public void setPackageName(String defPackage)(Code) | | |
update | public void update()(Code) | | |
|
|