インタフェース
com.JRcServer.window.ActionCommon の使用

ActionCommon を使用しているパッケージ
com.JRcServer.window Swingによるウィンドウ処理をサポートします. 
 

com.JRcServer.window での ActionCommon の使用
 

ActionCommon を返す com.JRcServer.window のメソッド
 ActionCommon WindowObject.getAction()
          格納アクションを取得.
 ActionCommon WindowComponent.getAction()
          格納アクションを取得.
 ActionCommon CommonWObject.getAction()
          対象処理アクションを取得.
 ActionCommon BaseComponent.getAction()
          対象処理アクションを取得.
 

ActionCommon 型のパラメータを持つ com.JRcServer.window のメソッド
 void WindowObject.create(ActionCommon action)
          ウィンドウオブジェクトを生成.
 void BaseComponent.create(ActionCommon action)
          ベースコンポーネントの生成.
 void CommonWObject.setAction(ActionCommon action)
          対象処理アクションを設定.