|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.ComponentInterfaceSupportInfo
public class ComponentInterfaceSupportInfo
The ComponentInterfaceSupportInfo class provides a place for ComponentInterfaceSupport to store instance data for objects that implement the ComponentInterface using ComponentInterfaceSupport.
ComponentInterface,
ComponentInterfaceSupport,
Serialized Form| Field Summary | |
|---|---|
java.util.Vector |
m_ChangeHistory
the property change event delivery history (really a stack). |
java.lang.String |
m_Description
component description |
boolean |
m_DesignTime
design time boolean |
int |
m_PropertyChangeDepth
for infinite recursion detection in property change event delivery |
java.util.Vector |
m_RequiredInterfaces
a list of required interfaces which models must supply. |
com.sas.beans.PropertyChangeListenerList |
propertyListeners
efficient list of property change listeners. |
java.beans.VetoableChangeSupport |
vetos
list of vetoable change listeners. |
| Constructor Summary | |
|---|---|
ComponentInterfaceSupportInfo()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
clone the ComponentInterfaceSupportInfo |
| Field Detail |
|---|
public java.lang.String m_Description
public java.util.Vector m_RequiredInterfaces
public transient boolean m_DesignTime
public transient int m_PropertyChangeDepth
public transient java.util.Vector m_ChangeHistory
public transient com.sas.beans.PropertyChangeListenerList propertyListeners
public transient java.beans.VetoableChangeSupport vetos
| Constructor Detail |
|---|
public ComponentInterfaceSupportInfo()
| Method Detail |
|---|
public java.lang.Object clone()
clone in interface com.sas.PublicClonableclone in class java.lang.Object
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||