org.simBio.sim.gui
Class Constant

java.lang.Object
  extended by org.simBio.sim.gui.Constant

public class Constant
extends Object

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

Version:
$Revision: 1.6 $
Author:
misaki

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

Field Detail

titleVersion

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

See Also:
Constant Field Values

htmlDir

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

See Also:
Constant Field Values

helpFile

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

See Also:
Constant Field Values

iconDir

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

See Also:
Constant Field Values

helpEntry

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

See Also:
Constant Field Values

configDirKey

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

See Also:
Constant Field Values

configDirHomeWindows

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


toolBarPropertyFile

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

See Also:
Constant Field Values

globalPropertyFile

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

See Also:
Constant Field Values

propertyToolbarOrder

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

See Also:
Constant Field Values

propertyTreeTableConfig

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

See Also:
Constant Field Values

propertyFrameConfig

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

See Also:
Constant Field Values

numberValueFormat

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

See Also:
Constant Field Values

numberValueEditFormat

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

See Also:
Constant Field Values

numberValueFormatToolTip

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

See Also:
Constant Field Values
Constructor Detail

Constant

public Constant()


Copyright © 2005 Cell/Biodinamics simulation project. All Rights Reserved.