List of usage examples for org.eclipse.jface.viewers ILightweightLabelDecorator interface-usage
From source file org.xtuml.bp.ui.explorer.decorators.SynchronizationDecorator.java
public class SynchronizationDecorator implements ILightweightLabelDecorator { private static final ImageDescriptor SYNC_OVERLAY = CorePlugin.getImageDescriptor("warning_co.gif"); public static final String ID = "org.xtuml.bp.ui.explorer.synchronizationDecorator"; //$NON-NLS-1$ @Override
From source file rabbit.ui.internal.decorators.RabbitDecorator.java
public class RabbitDecorator extends BaseLabelProvider implements ILightweightLabelDecorator { private static final String SEPARATOR = System.getProperty("file.separator"); private LocalDate today; private long endOfToday;
From source file sernet.verinice.iso27k.rcp.GroupDecorator.java
/**
* Decorates {@link IISO27kGroup}s but not
* <ul>
* <li>{@link IISO27Scope}s</li>
* <li>{@link Audit}s</li>
* <li>{@link Asset}s</li>
From source file sernet.verinice.rcp.DBIDDecorator.java
/** * */ public class DBIDDecorator extends LabelProvider implements ILightweightLabelDecorator { /* (non-Javadoc)
From source file sernet.verinice.rcp.GsmIsmDecorator.java
/**
* Creates an overlay Decorator (blue, yellow or red dot) for Vulnerabilities and Scenarios
* based on values coming from the Greenbone OMM API (see
* http://greenbone.net/technology/omp.html#type_threat).
*
* @author Moritz Reiter <mr[at]sernet[dot]de>
From source file sernet.verinice.rcp.ImportDecorator.java
/** * @author Daniel Murygin <dm[at]sernet[dot]de> * */ public class ImportDecorator extends LabelProvider implements ILightweightLabelDecorator {
From source file sernet.verinice.rcp.OwnControlDecorator.java
/**Decorator for new user-defined Controls * @author Julia Haas <jh[at]sernet[dot]de> * */ public class OwnControlDecorator extends LabelProvider implements ILightweightLabelDecorator {
From source file sernet.verinice.rcp.RiskAnalysisDecorator.java
/**
* Creates an overlay Decorator (green, yellow or red dot) for Assets, Scenarios, Threats and
* Vulnerabilities based on different risk analysis values.
*
* @author Moritz Reiter <mr[at]sernet[dot]de>
*/
From source file sernet.verinice.rcp.SiegelDecorator.java
/** * @author Daniel Murygin <dm[at]sernet[dot]de> * */ public class SiegelDecorator extends LabelProvider implements ILightweightLabelDecorator {
From source file tinyos.dlrc.properties.source.SourceFolderDecorator.java
public class SourceFolderDecorator implements ILightweightLabelDecorator, INesCPathListener { private List<ILabelProviderListener> listeners = new ArrayList<ILabelProviderListener>(); private ImageDescriptor image = NesCIcons.icons().getImageDescriptor(NesCIcons.ICON_NESC_DECORATION); private TinyOSProjects projects;