org.seasar.swing.application
クラス ViewManager

java.lang.Object
  上位を拡張 org.seasar.swing.application.ViewManager

public class ViewManager
extends java.lang.Object

作成者:
kaiseh

コンストラクタの概要
ViewManager(S2ViewObject view)
           
 
メソッドの概要
protected  void autoBindActions()
           
protected  void autoInjectComponentNames()
           
protected  void autoInjectComponentProperties()
           
 void configure()
           
protected  S2ActionUpdater createActionUpdater()
           
 org.jdesktop.application.ApplicationActionMap getActionMap()
           
 S2ActionUpdater getActionUpdater()
           
 org.jdesktop.application.ResourceMap getResourceMap()
           
protected  void installWindowListener()
           
 boolean isConfigured()
           
static boolean isConfigured(java.awt.Component c)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ViewManager

public ViewManager(S2ViewObject view)
メソッドの詳細

createActionUpdater

protected S2ActionUpdater createActionUpdater()

getActionMap

public org.jdesktop.application.ApplicationActionMap getActionMap()

getResourceMap

public org.jdesktop.application.ResourceMap getResourceMap()

getActionUpdater

public S2ActionUpdater getActionUpdater()

isConfigured

public boolean isConfigured()

isConfigured

public static boolean isConfigured(java.awt.Component c)

configure

public void configure()

autoInjectComponentNames

protected void autoInjectComponentNames()

autoInjectComponentProperties

protected void autoInjectComponentProperties()

autoBindActions

protected void autoBindActions()

installWindowListener

protected void installWindowListener()