本文整理汇总了Java中org.eclipse.emf.common.util.ResourceLocator类的典型用法代码示例。如果您正苦于以下问题:Java ResourceLocator类的具体用法?Java ResourceLocator怎么用?Java ResourceLocator使用的例子?那么, 这里精选的类代码示例或许可以为您提供帮助。
ResourceLocator类属于org.eclipse.emf.common.util包,在下文中一共展示了ResourceLocator类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Java代码示例。
示例1: getResourceLocator
import org.eclipse.emf.common.util.ResourceLocator; //导入依赖的package包/类
/**
* Returns the resource locator that will be used to fetch messages for this validator's diagnostics.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public ResourceLocator getResourceLocator() {
// TODO
// Specialize this to return a resource locator for messages specific to this validator.
// Ensure that you remove @generated or mark it @generated NOT
return super.getResourceLocator();
}
示例2: PlatformEditPlugin
import org.eclipse.emf.common.util.ResourceLocator; //导入依赖的package包/类
/**
* Create the instance.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public PlatformEditPlugin() {
super
(new ResourceLocator [] {
OCCIEditPlugin.INSTANCE,
});
}
示例3: MemoryManagerEditPlugin
import org.eclipse.emf.common.util.ResourceLocator; //导入依赖的package包/类
/**
* Create the instance.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public MemoryManagerEditPlugin ()
{
super ( new ResourceLocator[]
{
ExecEditPlugin.INSTANCE,
MemoryEditPlugin.INSTANCE,
SecurityEditPlugin.INSTANCE,
WorldEditPlugin.INSTANCE,
} );
}
示例4: InfrastructureEditPlugin
import org.eclipse.emf.common.util.ResourceLocator; //导入依赖的package包/类
/**
* Create the instance.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public InfrastructureEditPlugin() {
super
(new ResourceLocator [] {
OCCIEditPlugin.INSTANCE,
});
}
示例5: ItemEditPlugin
import org.eclipse.emf.common.util.ResourceLocator; //导入依赖的package包/类
/**
* Create the instance.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ItemEditPlugin ()
{
super ( new ResourceLocator[]
{
} );
}
示例6: ExtendedtoscaEditPlugin
import org.eclipse.emf.common.util.ResourceLocator; //导入依赖的package包/类
/**
* Create the instance.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ExtendedtoscaEditPlugin() {
super
(new ResourceLocator [] {
InfrastructureEditPlugin.INSTANCE,
PlatformEditPlugin.INSTANCE,
SlaEditPlugin.INSTANCE,
ToscaEditPlugin.INSTANCE,
OCCIEditPlugin.INSTANCE,
});
}
示例7: ItemPropertyDescriptor2
import org.eclipse.emf.common.util.ResourceLocator; //导入依赖的package包/类
public ItemPropertyDescriptor2 ( final AdapterFactory adapterFactory, final ResourceLocator resourceLocator, final String displayName, final String description, final EStructuralFeature feature, final boolean isSettable, final Object staticImage )
{
super ( adapterFactory, resourceLocator, displayName, description, feature, isSettable, staticImage );
}
示例8: getResourceLocator
import org.eclipse.emf.common.util.ResourceLocator; //导入依赖的package包/类
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public ResourceLocator getResourceLocator ()
{
return CommonEditPlugin.INSTANCE;
}
示例9: getResourceLocator
import org.eclipse.emf.common.util.ResourceLocator; //导入依赖的package包/类
/**
* Return the resource locator for this item provider's resources.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public ResourceLocator getResourceLocator() {
return TraceEditPlugin.INSTANCE;
}
示例10: getResourceLocator
import org.eclipse.emf.common.util.ResourceLocator; //导入依赖的package包/类
/**
* Return the resource locator for this item provider's resources.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public ResourceLocator getResourceLocator() {
return SlaEditPlugin.INSTANCE;
}
示例11: getResourceLocator
import org.eclipse.emf.common.util.ResourceLocator; //导入依赖的package包/类
/**
* Return the resource locator for this item provider's resources.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public ResourceLocator getResourceLocator() {
return ((IChildCreationExtender)adapterFactory).getResourceLocator();
}
示例12: getResourceLocator
import org.eclipse.emf.common.util.ResourceLocator; //导入依赖的package包/类
/**
* Return the resource locator for this item provider's resources.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public ResourceLocator getResourceLocator ()
{
return ( (IChildCreationExtender)adapterFactory ).getResourceLocator ();
}
示例13: getPluginResourceLocator
import org.eclipse.emf.common.util.ResourceLocator; //导入依赖的package包/类
/**
* Returns the singleton instance of the Eclipse plugin.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the singleton instance.
* @generated
*/
@Override
public ResourceLocator getPluginResourceLocator() {
return plugin;
}
示例14: getResourceLocator
import org.eclipse.emf.common.util.ResourceLocator; //导入依赖的package包/类
/**
* Return the resource locator for this item provider's resources.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public ResourceLocator getResourceLocator() {
return MonitoringEditPlugin.INSTANCE;
}
示例15: getResourceLocator
import org.eclipse.emf.common.util.ResourceLocator; //导入依赖的package包/类
/**
* Return the resource locator for this item provider's resources.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public ResourceLocator getResourceLocator() {
return SmarthomeEditPlugin.INSTANCE;
}