| java.lang.Object com.javelin.swinglets.plaf.jfc.JFCComponentUI
All known Subclasses: com.javelin.swinglets.plaf.jfc.JFCLabelUI, com.javelin.swinglets.plaf.jfc.JFCContainerUI,
Method Summary | |
public void | addListener(EventListener listener) | public void | addListeners(SComponent component) Adds the listeners to receive component events from
the SComponent at initialisation. | public Class | getLookAndFeel() Get the look and feel class. | public void | initFrameSets(SComponent c) | public void | propertyChange(PropertyChangeEvent event) | public void | removeListener(EventListener listener) | public void | removeListeners(SComponent component) Removes all the listeners that received component events from
the SComponent at initialisation. | public void | update(Object out, SComponent c) Update the body. | public void | update(SComponent c, int id, int index) | public void | update(SComponent c, int id, Object constraint) | public void | updateComponentFooter(Object out, SComponent c) Update the component footer. | public void | updateComponentHeader(Object out, SComponent c) Update the component header. | public void | updateEvent(Object out, SComponent c) Update the script event handlers. | public void | updateHeader(Object out, SComponent c) Update the header. | public void | updateScript(Object out, SComponent c) Render the script code in the the Header. |
JFCComponentUI | public JFCComponentUI(Component component)(Code) | | Construct a JFC Component
|
addListener | public void addListener(EventListener listener)(Code) | | See Also: com.javelin.swinglets.plaf.SComponentUI.addListener() |
getLookAndFeel | public Class getLookAndFeel()(Code) | | Get the look and feel class.
|
propertyChange | public void propertyChange(PropertyChangeEvent event)(Code) | | Listen for changes in the SComponent and mirror them in the component
|
removeListener | public void removeListener(EventListener listener)(Code) | | See Also: com.javelin.swinglets.plaf.SComponentUI.removeListener() |
removeListeners | public void removeListeners(SComponent component)(Code) | | Removes all the listeners that received component events from
the SComponent at initialisation.
|
update | public void update(SComponent c, int id, int index)(Code) | | Tell the underlying UI that the container has been changed
|
update | public void update(SComponent c, int id, Object constraint)(Code) | | Tell the underlying UI that the container has been changed
|
updateComponentFooter | public void updateComponentFooter(Object out, SComponent c)(Code) | | Update the component footer.
|
updateComponentHeader | public void updateComponentHeader(Object out, SComponent c)(Code) | | Update the component header.
|
updateScript | public void updateScript(Object out, SComponent c)(Code) | | Render the script code in the the Header.
|
|
|