jp.sonohara.framework.katana.swing
クラス AbstractFormPanel

java.lang.Object
  拡張jp.sonohara.common.form.AbstractForm
      拡張jp.sonohara.common.form.swing.AbstractForm
          拡張jp.sonohara.common.form.swing.Form
              拡張jp.sonohara.framework.katana.swing.AbstractFormPanel
すべての実装インタフェース:
java.awt.event.ActionListener, java.util.EventListener, jp.sonohara.common.form.swing.IForm, jp.sonohara.common.form.IForm, jp.sonohara.common.form.swing.ISwingForm, java.awt.event.KeyListener, javax.swing.event.ListSelectionListener

public abstract class AbstractFormPanel
extends jp.sonohara.common.form.swing.Form

 基本フォームパネル。

 $Log: AbstractFormPanel.java,v $
 Revision 1.1  2004/06/18 04:49:48  sonohara
 Ver0.0.4_12 2004/06/19
 ・Swing用Form関連追加

 

導入されたバージョン:
$Revision: 1.1 $
バージョン:
$Revision: 1.1 $ $Date: 2004/06/18 04:49:48 $

フィールドの概要
 
クラス jp.sonohara.common.form.swing.AbstractForm から継承したフィールド
gbcConstraints
 
インタフェース jp.sonohara.common.form.IForm から継承したフィールド
TYPE_CAN_EDIT, TYPE_READ_ONLY
 
コンストラクタの概要
AbstractFormPanel(ISwingFrame isf)
           
 
メソッドの概要
 void exception(java.lang.Exception e)
          例外。
 ISwingActionMain getMain()
          Swingメイン取得。
 ISwingFrame getSwingFrame()
          Swingフレーム取得。
 
クラス jp.sonohara.common.form.swing.AbstractForm から継承したメソッド
actionPerformed, cleanup, getComponent, getDefaultFocus, getGridHeight, getGridWidth, getPanel, getPanelComponent, init, keyPressed, keyReleased, keyTyped, setDefaultFocus, setGridHeight, setGridWidth, valueChanged
 
クラス jp.sonohara.common.form.AbstractForm から継承したメソッド
action, action, addObject, cancel, close, defaultSelect, defaultvalues, destory, getButton, getDefaultValue, getField, getLabel, getLayoutManager, getObject, getObjects, getResourceBundle, getResult, getTitle, getType, isModified, modify, newXMLResourceBundle, no, objects, ok, removeObject, setLayoutManager, setModified, setResourceBundle, setResult, setType, size, yes
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース jp.sonohara.common.form.IForm から継承したメソッド
addObject, destory, getDefaultValue, getLayoutManager, getObjects, getResourceBundle, getResult, getTitle, getType, isModified, objects, removeObject
 

コンストラクタの詳細

AbstractFormPanel

public AbstractFormPanel(ISwingFrame isf)
メソッドの詳細

getSwingFrame

public ISwingFrame getSwingFrame()
Swingフレーム取得。

戻り値:
取得した値。

getMain

public ISwingActionMain getMain()
Swingメイン取得。

戻り値:
ISwingActionMain

exception

public void exception(java.lang.Exception e)
例外。

パラメータ:
e - 発生した例外。