List of usage examples for org.eclipse.jface.viewers LabelProvider subclass-usage
From source file com.hangum.tadpole.manager.core.editor.restfulapi.RESTFulAPIManagerEditor.java
/**
* label provider
*
* @author hangum
*
*/
From source file com.hangum.tadpole.manager.core.editor.schemahistory.SchemaHistoryEditor.java
/** * * @author hangum * */ class SchemaHistorLabelProvider extends LabelProvider implements ITableLabelProvider {
From source file com.hangum.tadpole.manager.core.editor.transaction.connection.GeneralConnecionPoolLabelprovider.java
/**
* general connection pool lnfo
*
*
* @author hangum
* @version 1.6.1
From source file com.hangum.tadpole.manager.core.editor.transaction.connection.TransactionConnectionListLabelProvider.java
/**
* Transaction Connection Manager Labelprovider
*
* @author hangum
*
*/
From source file com.hangum.tadpole.mongodb.core.composite.result.TreeMongoLabelProvider.java
/**
* tree label provider
*
* @author hangum
*
*/
From source file com.hangum.tadpole.mongodb.core.dialogs.collection.index.MongoDBCollectionFieldsLabelProvider.java
/**
* Mongodb collection field label provide
*
* @author hangum
*
*/
From source file com.hangum.tadpole.mongodb.core.dialogs.users.UserManagerDialog.java
class UserListLabelProvider extends LabelProvider implements ITableLabelProvider { @Override public Image getColumnImage(Object element, int columnIndex) { return null; }
From source file com.hangum.tadpole.mongodb.core.editors.dbInfos.comosites.CollectionInformationComposite.java
/** * mongodb lable provider * @author hangum * */ class MongoInfoLabelProvider extends LabelProvider implements ITableLabelProvider {
From source file com.hangum.tadpole.mongodb.core.editors.dbInfos.MongoDBInfosEditor.java
/** * mongodb lable provider * @author hangum * */ class MongoInfoLabelProvider extends LabelProvider implements ITableLabelProvider {
From source file com.hangum.tadpole.monitoring.core.dialogs.schedule.AddScheduleDialog.java
/** * schedule label provider * @author hangum * */ class AddScheduleLableProvider extends LabelProvider implements ITableLabelProvider {