| |
|
| javax.swing.JPanel net.xoetrope.builder.editor.XPropertiesEditor
XPropertiesEditor | public XPropertiesEditor(String name)(Code) | | |
projectLoaded | public void projectLoaded(XEditorProject project)(Code) | | The project has been loaded
Parameters: project - the new project reference |
projectUpdated | public void projectUpdated()(Code) | | The project has been updated
|
refresh | public void refresh()(Code) | | |
repaintSelection | protected void repaintSelection(Vector selectionComponents)(Code) | | Repaint the listed components
Parameters: selectionComponents - |
setNewComponent | public void setNewComponent(Component component)(Code) | | Apply properties to the new component as dictated by the component's helper
Parameters: c - the new component |
setSelectedComponents | public void setSelectedComponents(Vector selectedComponents)(Code) | | |
setStyleListener | public void setStyleListener(StyleListener listener)(Code) | | Sets a listener for changes in style made by this editor
Parameters: listener - |
styleChanged | public void styleChanged(String styleName, XStyle style)(Code) | | Called when a style is changed. This allows the editor to reset the
components visually.
Parameters: styleName - the name of the style which has been changed Parameters: newstyle - The new XStyle |
|
|
|