プラグインの構成例

Plug-in : hogehoge
	hogehoge.core
	hogehoge.ui
		↓
	パッケージ hogehoge.ui
		|
		+-- パラメータクラス
		|
		+-- ユーティリティクラス←処理の中核部分
		|
		+-- パッケージ hogehoge.ui.actions
		|		|
		|		+-- 各アクションクラス fooAction, barAction, ...
		|
		+-- パッケージ hogehoge.ui.popup.actions
		|		|
		|		+-- 各popupのアクションクラス
		|
		+-- パッケージ hogehoge.ui.preferences
				|
				+-- プロパティページの処理