[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[jfriends-ml 10725] Re: Contribution って



村山@NETGENEです.

> > の6位のJava Developer's Guide to Eclipseを読み進めているんですが、
> > 「Action Contribution」という単語が出てくるたびに、なんとなくひっかかっ
> > てしまって夜も眠れません。
> 
> 前後関係が分からないので想像ですが、Eclipse開発に協力して欲しいという文脈で
> あれば、(Eclipse開発への)貢献行為、というような感じ?

ためしに検索したら,こんなのがひっかかりました.
http://eclipse.org/documentation/html/plugins/org.eclipse.platform.doc.isv/doc/reference/api/org/eclipse/jface/action/ActionContributionItem.html

------------
public class ActionContributionItem
extends ContributionItem

A contribution item which delegates to an action.
------------
さらに辿ると,
------------
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. 
------------

#....それでもよく分からない.(^^;
#委譲とその処理に関連した話だろうとは推測できるのだが.