List of usage examples for org.eclipse.jface.viewers ILightweightLabelDecorator interface-usage
From source file org.polymap.core.data.feature.buffer.LayerBufferDecorator.java
/** * Decorates {@link ILayer} according their buffer state. * * @author <a href="http://www.polymap.de">Falko Brutigam</a> */ public class LayerBufferDecorator extends BaseLabelProvider implements ILightweightLabelDecorator {
From source file org.polymap.core.mapeditor.tooling.edit.LayerEditableDecorator.java
/**
*
*
* @author <a href="http://www.polymap.de">Falko Brutigam</a>
* @since 3.1
*/
From source file org.polymap.core.mapeditor.tooling.select.LayerSelectableDecorator.java
/**
*
*
* @author <a href="http://www.polymap.de">Falko Brutigam</a>
* @since 3.1
*/
From source file org.polymap.core.project.ui.EntityModificationDecorator.java
/**
*
*
* @author <a href="http://www.polymap.de">Falko Brutigam</a>
* @since 3.0
*/
From source file org.polymap.core.project.ui.layer.LayerStatusDecorator.java
/**
*
*
* @author <a href="http://www.polymap.de">Falko Brutigam</a>
* @since 3.1
*/
From source file org.polymap.core.project.ui.project.MapStatusDecorator.java
/** * * * @author <a href="http://www.polymap.de">Falko Brutigam</a> */ public class MapStatusDecorator extends BaseLabelProvider implements ILightweightLabelDecorator {
From source file org.python.pydev.navigator.decorator.ProblemsLabelDecorator.java
/** * Decorates problems. * * Based on: org.eclipse.jdt.ui.ProblemsLabelDecorator */ public class ProblemsLabelDecorator implements ILabelDecorator, ILightweightLabelDecorator {
From source file org.reuseware.sokan.resource.ui.GenDecorator.java
/** * Decorates files generated by Sokan with a special icon. */ public class GenDecorator extends LabelProvider implements ILightweightLabelDecorator { private static final String ID = SokanConst.ID_GEN_DECORATOR;
From source file org.reuseware.sokan.resource.ui.StoreDecorator.java
/** * Decorates store folders or projects with a special icon. */ public class StoreDecorator extends LabelProvider implements ILightweightLabelDecorator { private static final String ID = SokanConst.ID_STORE_DECORATOR;
From source file org.robotframework.ide.eclipse.main.plugin.navigator.RobotFilesDecorator.java
public class RobotFilesDecorator implements ILightweightLabelDecorator { @Override public void addListener(final ILabelProviderListener listener) { // nothing to do here }