org.simBio.sim.gui
クラス Constant

java.lang.Object
  上位を拡張 org.simBio.sim.gui.Constant

public class Constant
extends java.lang.Object

Constants used in GUI.
GUIで使用する定数定義.

バージョン:
$Revision: 1.6 $
作成者:
misaki

フィールドの概要
static java.lang.String configDirHomeWindows
          ホームディレクトリ取得の際に、システムプロパティ"user.home"に追加する文字列(Windows)
static java.lang.String configDirKey
          ホームディレクトリを得るシステムプロパティ
static java.lang.String globalPropertyFile
          グローバルプロパティファイル名(ホームディレクトリ上)
static java.lang.String helpEntry
          Helpの初期インデックス
static java.lang.String helpFile
          Helpファイル(リソース内)
static java.lang.String htmlDir
          About用のディレクトリ文字列(リソース内)
static java.lang.String iconDir
          アイコン用のディレクトリ文字列(リソース内)
static java.lang.String numberValueEditFormat
          TreeTableの値変種フォーマット(java.text.DecimalFormat)
static java.lang.String numberValueFormat
          TreeTableの値表示フォーマット(java.text.DecimalFormat)
static java.lang.String numberValueFormatToolTip
          ToolTipの値表示フォーマット(java.text.DecimalFormat)
static java.lang.String propertyFrameConfig
          プロパティファイルのJFrame設定のプレフィックス
static java.lang.String propertyToolbarOrder
          プロパティファイルのツールバー順のプレフィックス
static java.lang.String propertyTreeTableConfig
          プロパティファイルのJTreeTable設定のプレフィックス
static java.lang.String titleVersion
          the version of the simBio, which should be the same as in build.xml.
static java.lang.String toolBarPropertyFile
          ツールバープロパティファイル名(ホームディレクトリ上)
 
コンストラクタの概要
Constant()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

titleVersion

public static final java.lang.String titleVersion
the version of the simBio, which should be the same as in build.xml.
simBioのバージョン

関連項目:
定数フィールド値

htmlDir

public static final java.lang.String htmlDir
About用のディレクトリ文字列(リソース内)

関連項目:
定数フィールド値

helpFile

public static final java.lang.String helpFile
Helpファイル(リソース内)

関連項目:
定数フィールド値

iconDir

public static final java.lang.String iconDir
アイコン用のディレクトリ文字列(リソース内)

関連項目:
定数フィールド値

helpEntry

public static final java.lang.String helpEntry
Helpの初期インデックス

関連項目:
定数フィールド値

configDirKey

public static final java.lang.String configDirKey
ホームディレクトリを得るシステムプロパティ

関連項目:
定数フィールド値

configDirHomeWindows

public static final java.lang.String configDirHomeWindows
ホームディレクトリ取得の際に、システムプロパティ"user.home"に追加する文字列(Windows)


toolBarPropertyFile

public static final java.lang.String toolBarPropertyFile
ツールバープロパティファイル名(ホームディレクトリ上)

関連項目:
定数フィールド値

globalPropertyFile

public static final java.lang.String globalPropertyFile
グローバルプロパティファイル名(ホームディレクトリ上)

関連項目:
定数フィールド値

propertyToolbarOrder

public static final java.lang.String propertyToolbarOrder
プロパティファイルのツールバー順のプレフィックス

関連項目:
定数フィールド値

propertyTreeTableConfig

public static final java.lang.String propertyTreeTableConfig
プロパティファイルのJTreeTable設定のプレフィックス

関連項目:
定数フィールド値

propertyFrameConfig

public static final java.lang.String propertyFrameConfig
プロパティファイルのJFrame設定のプレフィックス

関連項目:
定数フィールド値

numberValueFormat

public static final java.lang.String numberValueFormat
TreeTableの値表示フォーマット(java.text.DecimalFormat)

関連項目:
定数フィールド値

numberValueEditFormat

public static final java.lang.String numberValueEditFormat
TreeTableの値変種フォーマット(java.text.DecimalFormat)

関連項目:
定数フィールド値

numberValueFormatToolTip

public static final java.lang.String numberValueFormatToolTip
ToolTipの値表示フォーマット(java.text.DecimalFormat)

関連項目:
定数フィールド値
コンストラクタの詳細

Constant

public Constant()


???(C) 2002-2007 ?????????????????????