| java.lang.Object com.jeta.swingbuilder.store.ImportedBeanInfo
VERSION | final public static int VERSION(Code) | | |
serialVersionUID | final static long serialVersionUID(Code) | | |
ImportedBeanInfo | public ImportedBeanInfo()(Code) | | ctor - for serialization
|
ImportedBeanInfo | public ImportedBeanInfo(String beanName, boolean scrollable)(Code) | | ctor
|
getBeanName | public String getBeanName()(Code) | | the class name of the imported java bean |
isScrollable | public boolean isScrollable()(Code) | | true if this component is scrollable |
setBeanName | public void setBeanName(String name)(Code) | | Sets the class name of the imported java bean
|
setIconMemento | public void setIconMemento(IconMemento im)(Code) | | Sets the icon memento for this object
|
setScrollable | public void setScrollable(boolean scrollable)(Code) | | |
|
|