jp.ac.aiit.xdf.component.swing.mappers
クラス JMenuItemMapper

java.lang.Object
  上位を拡張 jp.ac.aiit.xdf.component.swing.mappers.SwingComponentMapperTemplate
      上位を拡張 jp.ac.aiit.xdf.component.swing.mappers.JMenuItemMapper
すべての実装されたインタフェース:
ComponentMapper

public class JMenuItemMapper
extends SwingComponentMapperTemplate

menuitemタグをSwingのJMenuItemにマッピングする

作成者:
pin.Yuan

フィールドの概要
 
クラス jp.ac.aiit.xdf.component.swing.mappers.SwingComponentMapperTemplate から継承されたフィールド
component, eventhandlers, model, processingAction, processingUnits
 
コンストラクタの概要
JMenuItemMapper()
           
 
メソッドの概要
protected  java.util.Map<java.lang.String,AttributeProcessingUnit> initProcessingUnits()
           
protected  java.util.Map<java.lang.String,EventHandler> intiProcessingAction()
           
protected  java.lang.Object newComponent()
           
protected  void processingChildComponents()
           
 
クラス jp.ac.aiit.xdf.component.swing.mappers.SwingComponentMapperTemplate から継承されたメソッド
getAttr, getComponent, getModel, isRealized, realize, setAttr, setModel, setRealize, typeConvert
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JMenuItemMapper

public JMenuItemMapper()
メソッドの詳細

initProcessingUnits

protected java.util.Map<java.lang.String,AttributeProcessingUnit> initProcessingUnits()
定義:
クラス SwingComponentMapperTemplate 内の initProcessingUnits

newComponent

protected java.lang.Object newComponent()
定義:
クラス SwingComponentMapperTemplate 内の newComponent

processingChildComponents

protected void processingChildComponents()
定義:
クラス SwingComponentMapperTemplate 内の processingChildComponents

intiProcessingAction

protected java.util.Map<java.lang.String,EventHandler> intiProcessingAction()
定義:
クラス SwingComponentMapperTemplate 内の intiProcessingAction