本文整理匯總了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;
}