|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.editor.project.registry.ClassTreeNodeItem
public class ClassTreeNodeItem
A component class utility class for registering components
Copyright (c) Formaria Ltd., 2002-2007
$Revision: 1.18 $
License: see License.txt
| Nested Class Summary | |
|---|---|
class |
ClassTreeNodeItem.Property
|
| Constructor Summary | |
|---|---|
ClassTreeNodeItem(java.lang.Class clazz,
boolean mode,
org.formaria.editor.project.registry.JarRef jar)
Constructs a palette item from the fully qualified bean name |
|
| Method Summary | |
|---|---|
java.lang.Object |
createProperty(java.lang.Object[] values)
|
java.lang.String |
getIconFile()
Retrieves the icon for the beaninfo |
boolean |
getIsSystemClass()
Get the isSystemClass flag which indicates if the class is loaded by the system/plugins or from user specified Jars |
org.formaria.editor.project.registry.JarRef |
getJarRef()
|
java.lang.String |
getName()
|
java.awt.Dimension |
getPreferredSize()
Get the preferred size for a new component |
java.lang.String |
getUI()
Get the name of teh Widget set. |
java.lang.Class |
getUserClass()
|
java.lang.String |
getUserName()
Get a user name for this bean. |
java.util.ArrayList |
getUserProperties()
Get the user properties for this bean. |
void |
setIconFile(java.lang.String value)
Retrieves the icon for the beaninfo |
void |
setIsSystemClass(boolean isSysClass)
Set the isSystemClass flag to indicate if the class is loaded by the system/plugins or from user specified Jars |
void |
setJarRef(org.formaria.editor.project.registry.JarRef jr)
|
void |
setPreferredSize(java.awt.Dimension size)
|
void |
setUserName(java.lang.String un)
Set a user name for this bean. |
void |
setUserProperties(java.util.ArrayList props)
Set a user properties for this bean. |
java.lang.String |
toString()
Get the name to dispay in the tree view |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClassTreeNodeItem(java.lang.Class clazz,
boolean mode,
org.formaria.editor.project.registry.JarRef jar)
beanName - - The name of the bean that this item represents.
i.e. javax.swing.JButton
java.lang.ClassNotFoundException| Method Detail |
|---|
public void setIsSystemClass(boolean isSysClass)
isSysClass - the flag valuepublic boolean getIsSystemClass()
public java.lang.String getUI()
public java.lang.String getIconFile()
public void setIconFile(java.lang.String value)
public java.lang.String getName()
public java.lang.String getUserName()
public void setUserName(java.lang.String un)
public java.lang.Class getUserClass()
public java.util.ArrayList getUserProperties()
public void setUserProperties(java.util.ArrayList props)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object createProperty(java.lang.Object[] values)
public java.awt.Dimension getPreferredSize()
public void setPreferredSize(java.awt.Dimension size)
public org.formaria.editor.project.registry.JarRef getJarRef()
public void setJarRef(org.formaria.editor.project.registry.JarRef jr)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||