[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[jfriends-ml 10728] Re: Contribution って
こんにちは、山本と申します。
(more java pitfalls まだ買ってません)
> 村山@NETGENEです.
>
> > > の6位のJava Developer's Guide to Eclipseを読み進めているんですが、
> > > 「Action Contribution」という単語が出てくるたびに、なんとなくひっか
かっ
> > > てしまって夜も眠れません。
> >
> > 前後関係が分からないので想像ですが、Eclipse開発に協力して欲しいという文
脈で
> > あれば、(Eclipse開発への)貢献行為、というような感じ?
>
MacroMediaからContributて言うソフトが出てます。
確か、Webページの開発・管理をチームで行うの
をサポートするツールだと思いました。
tribute(名)で調べたら
贈り物・賛辞・ 賞賛・感謝などのあかしとしてささげるもの
でした。
> ------------
> public class ActionContributionItem
> extends ContributionItem
>
> A contribution item which delegates to an action.
http://eclipse.org/documentation/html/plugins/org.eclipse.platform.doc.isv/doc/reference/api/org/eclipse/jface/action/IContributionItem.html
public interface IContributionItem
A contribution item represents a contribution to a shared UI resource such
as a menu or tool bar. More generally, contribution items are managed by a
contribution manager. For instance, in a tool bar a contribution item is a
tool bar button or a separator. In a menu bar a contribution item is a menu,
and in a menu a contribution item is a menu item or separator.
なんか、いろいろなボタンを集めて表示するUI(ツールバーとか)
に追加するものがContributionItemみたいです。
> ------------
> さらに辿ると,
> ------------
> public interface IAction
>
> An action represents the non-UI side of a command which can be triggered
> by the end user. Actions are typically associated with buttons, menu
> items, and items in tool bars.
> ------------
>
同じ、機能をあのボタンにも、このボタンにもつけたい時に
使うのがIActionなのかなぁ〜〜〜
/**
* テンプスタッフ・テクノロジー株式会社
* ITソリューション事業部 J−ビジネスチーム
*
* 山本 貴士
* yamamotot@xxxxxxxxxx
*/