org.seasar.uruma.rcp.configuration
インタフェース ExtensionPoints


public interface ExtensionPoints

エクステンション・ポイントの ID を定数として提供するインターフェースです。

作成者:
y-komori

フィールドの概要
static String APPLICATIONS
          エクステンションポイント:"org.eclipse.core.runtime.applications" を表す定数です。
static String PERSPECTIVES
          エクステンションポイント:"org.eclipse.ui.perspectives" を表す定数です。
static String VIEWS
          エクステンションポイント:"org.eclipse.ui.views" を表す定数です。
 

フィールドの詳細

APPLICATIONS

static final String APPLICATIONS
エクステンションポイント:"org.eclipse.core.runtime.applications" を表す定数です。

関連項目:
定数フィールド値

VIEWS

static final String VIEWS
エクステンションポイント:"org.eclipse.ui.views" を表す定数です。

関連項目:
定数フィールド値

PERSPECTIVES

static final String PERSPECTIVES
エクステンションポイント:"org.eclipse.ui.perspectives" を表す定数です。

関連項目:
定数フィールド値


Copyright © 2006-2007 The Seasar Foundation. All Rights Reserved.