org.simBio.sim.gui
Class Constant

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

public class Constant
extends java.lang.Object

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

Version:
$Revision: 1.6 $
Author:
misaki

Field Summary
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
          ツールバープロパティファイル名(ホームディレクトリ上)
 
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 java.lang.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 java.lang.String htmlDir
About用のディレクトリ文字列(リソース内)

See Also:
Constant Field Values

helpFile

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

See Also:
Constant Field Values

iconDir

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

See Also:
Constant Field Values

helpEntry

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

See Also:
Constant Field Values

configDirKey

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

See Also:
Constant Field Values

configDirHomeWindows

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


toolBarPropertyFile

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

See Also:
Constant Field Values

globalPropertyFile

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

See Also:
Constant Field Values

propertyToolbarOrder

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

See Also:
Constant Field Values

propertyTreeTableConfig

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

See Also:
Constant Field Values

propertyFrameConfig

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

See Also:
Constant Field Values

numberValueFormat

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

See Also:
Constant Field Values

numberValueEditFormat

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

See Also:
Constant Field Values

numberValueFormatToolTip

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

See Also:
Constant Field Values
Constructor Detail

Constant

public Constant()


Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.