|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.ui.style.service.internal.AbstractStyleService
public abstract class AbstractStyleService
Base StyleService
implementation
Constructor Summary | |
---|---|
AbstractStyleService()
|
Method Summary | |
---|---|
void |
addListener(StyleServiceListener listener)
Adds a style service listener. |
protected void |
notifyBackgroundChanged(org.eclipse.swt.graphics.RGB background)
Notify listeners that the settings have been changed |
protected void |
notifySettingsChanged()
Notify listeners that the settings have been changed |
protected void |
notifyStylesAdded()
Notify listeners that styles have been added |
protected void |
notifyStylesRemoved()
Notify listeners that styles have been removed |
void |
removeListener(StyleServiceListener listener)
Removes a style service listener. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface eu.esdihumboldt.hale.ui.style.service.StyleService |
---|
addStyles, addStyles, clearStyles, getBackground, getDefinedStyle, getNamedStyle, getSelectionStyle, getStyle, getStyle, getStyle, setBackground |
Constructor Detail |
---|
public AbstractStyleService()
Method Detail |
---|
public void addListener(StyleServiceListener listener)
StyleService
addListener
in interface StyleService
listener
- the listener to addStyleService.addListener(StyleServiceListener)
public void removeListener(StyleServiceListener listener)
StyleService
removeListener
in interface StyleService
listener
- the listener to removeStyleService.removeListener(StyleServiceListener)
protected void notifyStylesAdded()
protected void notifyStylesRemoved()
protected void notifySettingsChanged()
protected void notifyBackgroundChanged(org.eclipse.swt.graphics.RGB background)
background
- the new background
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |