|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTopComponent
org.formaria.editor.netbeans.project.pages.ComponentProperties
public class ComponentProperties
| Method Summary | |
|---|---|
void |
addStyleListener(StyleListener l)
Set a listener for style changes |
java.util.List |
availableModes(java.util.List modes)
|
boolean |
canClose()
|
void |
componentAdded()
|
static ComponentProperties |
getDefault()
|
int |
getPersistenceType()
|
java.lang.String |
preferredID()
|
java.lang.Object |
readResolve()
Resolve to singleton instance |
void |
setEventHandlerEditor(EventHandlerEditor ehe)
|
void |
setNewComponent(java.awt.Component c)
|
void |
setPageDesigner(PageDesigner pd)
|
void |
setSelectedComponents(IPagePanel currentPagePanel,
java.util.Vector selectedComponents,
boolean contentsChanged)
Called when a component has been selected |
void |
styleChanged(java.lang.String styleName,
Style newStyle)
Called when a style is changed. |
protected void |
updateTitle()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ComponentProperties getDefault()
public java.util.List availableModes(java.util.List modes)
public boolean canClose()
protected void updateTitle()
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic java.lang.String preferredID()
public int getPersistenceType()
public void setPageDesigner(PageDesigner pd)
setPageDesigner in interface IComponentProperties
public void setSelectedComponents(IPagePanel currentPagePanel,
java.util.Vector selectedComponents,
boolean contentsChanged)
setSelectedComponents in interface ComponentSelectListenerselectedComponents - public void componentAdded()
componentAdded in interface EditorComponentListenerpublic void setNewComponent(java.awt.Component c)
setNewComponent in interface EditorComponentListenerpublic void setEventHandlerEditor(EventHandlerEditor ehe)
setEventHandlerEditor in interface IComponentPropertiespublic void addStyleListener(StyleListener l)
addStyleListener in interface IComponentPropertieslistener - the new listener
public void styleChanged(java.lang.String styleName,
Style newStyle)
styleChanged in interface StyleListenerstyleName - the name of the style which has been changednewStyle - The new Style
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||