|
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.StyleServiceAdapter
public class StyleServiceAdapter
Style service listener adapter
Constructor Summary | |
---|---|
StyleServiceAdapter()
|
Method Summary | |
---|---|
void |
backgroundChanged(StyleService styleService,
org.eclipse.swt.graphics.RGB background)
Called when the background has changed |
void |
stylesAdded(StyleService styleService)
Called when styles have been added to the service |
void |
styleSettingsChanged(StyleService styleService)
Called when the settings have been changed (e.g. |
void |
stylesRemoved(StyleService styleService)
Called when styles have been removed from the service |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StyleServiceAdapter()
Method Detail |
---|
public void stylesAdded(StyleService styleService)
StyleServiceListener
stylesAdded
in interface StyleServiceListener
styleService
- the style service instanceStyleServiceListener.stylesAdded(StyleService)
public void stylesRemoved(StyleService styleService)
StyleServiceListener
stylesRemoved
in interface StyleServiceListener
styleService
- the style service instanceStyleServiceListener.stylesRemoved(StyleService)
public void styleSettingsChanged(StyleService styleService)
StyleServiceListener
styleSettingsChanged
in interface StyleServiceListener
styleService
- the style service instanceStyleServiceListener.styleSettingsChanged(StyleService)
public void backgroundChanged(StyleService styleService, org.eclipse.swt.graphics.RGB background)
StyleServiceListener
backgroundChanged
in interface StyleServiceListener
styleService
- the style service instancebackground
- the new backgroundStyleServiceListener.backgroundChanged(StyleService, RGB)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |