eswing
b2007092001

org.phosphoresce.commons.eswing.core
クラス ESwingConfig

java.lang.Object
  拡張org.phosphoresce.commons.eswing.core.ESwingConfig

public final class ESwingConfig
extends java.lang.Object

拡張Swing各種コンポーネントに対する設定値を管理するクラス

作成者:
Kitagawa

メソッドの概要
static java.awt.Color getContainerBackgroundColor()
          コンテナ背景色を取得します。
static java.awt.Font getContainerFont()
          コンテナフォントを取得します。
static java.awt.Color getContainerForegroundColor()
          コンテナ前景色を取得します。
static javax.swing.ImageIcon getFilechooserDetailsViewIcon()
          Filechooser詳細表示アイコンを取得します。
static javax.swing.ImageIcon getFilechooserListViewIcon()
          Filechooser一覧表示アイコンを取得します。
static javax.swing.ImageIcon getFilechooserNewFolderIcon()
          Filechooser新規フォルダアイコンを取得します。
static javax.swing.ImageIcon getFilechooserUpFolderIcon()
          Filechooser上位フォルダアイコンを取得します。
static java.awt.Color getInputFormBackgroundColor()
          入力フォーム背景色を取得します。
static java.awt.Color getInputFormForegroundColor()
          入力フォーム前景色を取得します。
static java.lang.String getLookAndFeelName()
          Look&Feelクラス名を取得します。
static java.awt.Font getPasswordFont()
          パスワードフォントを取得します。
static java.awt.Color getTableFocusedCellBackgroundColor()
          テーブルセルフォーカス背景色を取得します。
static java.awt.Color getTableFocusedCellForegroungColor()
          テーブルセルフォーカス前景色を取得します。
static java.awt.Color getTableHoverCellBackgroundColor()
          テーブルセルホバー着色背景色を取得します。
static java.awt.Color getTableHoverCellForegroungColor()
          テーブルセルホバー着色前景色を取得します。
static java.awt.Color getTableStepedCellBackgroundColor()
          テーブルセルステップ着色背景色を取得します。
static java.awt.Color getTableStepedCellForegroungColor()
          テーブルセルステップ着色前景色を取得します。
static void setContainerBackgroundColor(java.awt.Color containerBackgroundColor)
          コンテナ背景色を設定します。
static void setContainerFont(java.awt.Font containerFont)
          コンテナフォントを設定します。
static void setContainerForegroundColor(java.awt.Color containerForegroundColor)
          コンテナ前景色を設定します。
static void setFilechooserDetailsViewIcon(javax.swing.ImageIcon filechooserDetailsViewIcon)
          Filechooser詳細表示アイコンを設定します。
static void setFilechooserListViewIcon(javax.swing.ImageIcon filechooserListViewIcon)
          Filechooser一覧表示アイコンを設定します。
static void setFilechooserNewFolderIcon(javax.swing.ImageIcon filechooserNewFolderIcon)
          Filechooser新規フォルダアイコンを設定します。
static void setFilechooserUpFolderIcon(javax.swing.ImageIcon filechooserUpFolderIcon)
          Filechooser上位フォルダアイコンを設定します。
static void setInputFormBackgroundColor(java.awt.Color inputFormBackgroundColor)
          入力フォーム背景色を設定します。
static void setInputFormForegroundColor(java.awt.Color inputFormForegroundColor)
          入力フォーム前景色を設定します。
static void setLookAndFeelName(java.lang.String lookAndFeelName)
          Look&Feelクラス名を設定します。
static void setPasswordFont(java.awt.Font passwordFont)
          パスワードフォントを設定します。
static void setTableFocusedCellBackgroundColor(java.awt.Color tableFocusedCellBackgroundColor)
          テーブルセルフォーカス背景色を設定します。
static void setTableFocusedCellForegroungColor(java.awt.Color tableFocusedCellForegroungColor)
          テーブルセルフォーカス前景色を設定します。
static void setTableHoverCellBackgroundColor(java.awt.Color tableHoverCellBackgroundColor)
          テーブルセルホバー着色背景色を設定します。
static void setTableHoverCellForegroungColor(java.awt.Color tableHoverCellForegroungColor)
          テーブルセルホバー着色前景色を設定します。
static void setTableStepedCellBackgroundColor(java.awt.Color tableStepedCellBackgroundColor)
          テーブルセルステップ着色背景色を設定します。
static void setTableStepedCellForegroungColor(java.awt.Color tableStepedCellForegroungColor)
          テーブルセルステップ着色前景色を設定します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getLookAndFeelName

public static java.lang.String getLookAndFeelName()
Look&Feelクラス名を取得します。

戻り値:
Look&Feelクラス名

setLookAndFeelName

public static void setLookAndFeelName(java.lang.String lookAndFeelName)
Look&Feelクラス名を設定します。

パラメータ:
lookAndFeelName - Look&Feelクラス名

getContainerFont

public static java.awt.Font getContainerFont()
コンテナフォントを取得します。

戻り値:
コンテナフォント

setContainerFont

public static void setContainerFont(java.awt.Font containerFont)
コンテナフォントを設定します。

パラメータ:
containerFont - コンテナフォント

getPasswordFont

public static java.awt.Font getPasswordFont()
パスワードフォントを取得します。

戻り値:
パスワードフォント

setPasswordFont

public static void setPasswordFont(java.awt.Font passwordFont)
パスワードフォントを設定します。

パラメータ:
passwordFont - パスワードフォント

getContainerBackgroundColor

public static java.awt.Color getContainerBackgroundColor()
コンテナ背景色を取得します。

戻り値:
コンテナ背景色

setContainerBackgroundColor

public static void setContainerBackgroundColor(java.awt.Color containerBackgroundColor)
コンテナ背景色を設定します。

パラメータ:
containerBackgroundColor - コンテナ背景色

getContainerForegroundColor

public static java.awt.Color getContainerForegroundColor()
コンテナ前景色を取得します。

戻り値:
コンテナ前景色

setContainerForegroundColor

public static void setContainerForegroundColor(java.awt.Color containerForegroundColor)
コンテナ前景色を設定します。

パラメータ:
containerForegroundColor - コンテナ前景色

getInputFormBackgroundColor

public static java.awt.Color getInputFormBackgroundColor()
入力フォーム背景色を取得します。

戻り値:
入力フォーム背景色

setInputFormBackgroundColor

public static void setInputFormBackgroundColor(java.awt.Color inputFormBackgroundColor)
入力フォーム背景色を設定します。

パラメータ:
inputFormBackgroundColor - 入力フォーム背景色

getInputFormForegroundColor

public static java.awt.Color getInputFormForegroundColor()
入力フォーム前景色を取得します。

戻り値:
入力フォーム前景色

setInputFormForegroundColor

public static void setInputFormForegroundColor(java.awt.Color inputFormForegroundColor)
入力フォーム前景色を設定します。

パラメータ:
inputFormForegroundColor - 入力フォーム前景色

getTableFocusedCellBackgroundColor

public static java.awt.Color getTableFocusedCellBackgroundColor()
テーブルセルフォーカス背景色を取得します。

戻り値:
テーブルセルフォーカス背景色

setTableFocusedCellBackgroundColor

public static void setTableFocusedCellBackgroundColor(java.awt.Color tableFocusedCellBackgroundColor)
テーブルセルフォーカス背景色を設定します。

パラメータ:
tableFocusedCellBackgroundColor - テーブルセルフォーカス背景色

getTableFocusedCellForegroungColor

public static java.awt.Color getTableFocusedCellForegroungColor()
テーブルセルフォーカス前景色を取得します。

戻り値:
テーブルセルフォーカス前景色

setTableFocusedCellForegroungColor

public static void setTableFocusedCellForegroungColor(java.awt.Color tableFocusedCellForegroungColor)
テーブルセルフォーカス前景色を設定します。

パラメータ:
tableFocusedCellForegroungColor - テーブルセルフォーカス前景色

getTableStepedCellBackgroundColor

public static java.awt.Color getTableStepedCellBackgroundColor()
テーブルセルステップ着色背景色を取得します。

戻り値:
テーブルセルステップ着色背景色

setTableStepedCellBackgroundColor

public static void setTableStepedCellBackgroundColor(java.awt.Color tableStepedCellBackgroundColor)
テーブルセルステップ着色背景色を設定します。

パラメータ:
tableStepedCellBackgroundColor - テーブルセルステップ着色背景色

getTableStepedCellForegroungColor

public static java.awt.Color getTableStepedCellForegroungColor()
テーブルセルステップ着色前景色を取得します。

戻り値:
テーブルセルステップ着色前景色

setTableStepedCellForegroungColor

public static void setTableStepedCellForegroungColor(java.awt.Color tableStepedCellForegroungColor)
テーブルセルステップ着色前景色を設定します。

パラメータ:
tableStepedCellForegroungColor - テーブルセルステップ着色前景色

getTableHoverCellBackgroundColor

public static java.awt.Color getTableHoverCellBackgroundColor()
テーブルセルホバー着色背景色を取得します。

戻り値:
tableHoverCellBackgroundColor

setTableHoverCellBackgroundColor

public static void setTableHoverCellBackgroundColor(java.awt.Color tableHoverCellBackgroundColor)
テーブルセルホバー着色背景色を設定します。

パラメータ:
tableHoverCellBackgroundColor - テーブルセルホバー着色背景色

getTableHoverCellForegroungColor

public static java.awt.Color getTableHoverCellForegroungColor()
テーブルセルホバー着色前景色を取得します。

戻り値:
テーブルセルホバー着色前景色

setTableHoverCellForegroungColor

public static void setTableHoverCellForegroungColor(java.awt.Color tableHoverCellForegroungColor)
テーブルセルホバー着色前景色を設定します。

パラメータ:
tableHoverCellForegroungColor - テーブルセルホバー着色前景色

getFilechooserDetailsViewIcon

public static javax.swing.ImageIcon getFilechooserDetailsViewIcon()
Filechooser詳細表示アイコンを取得します。

戻り値:
filechooserDetailsViewIcon

setFilechooserDetailsViewIcon

public static void setFilechooserDetailsViewIcon(javax.swing.ImageIcon filechooserDetailsViewIcon)
Filechooser詳細表示アイコンを設定します。

パラメータ:
filechooserDetailsViewIcon - Filechooser詳細表示アイコン

getFilechooserListViewIcon

public static javax.swing.ImageIcon getFilechooserListViewIcon()
Filechooser一覧表示アイコンを取得します。

戻り値:
Filechooser一覧表示アイコン

setFilechooserListViewIcon

public static void setFilechooserListViewIcon(javax.swing.ImageIcon filechooserListViewIcon)
Filechooser一覧表示アイコンを設定します。

パラメータ:
filechooserListViewIcon - Filechooser一覧表示アイコン

getFilechooserNewFolderIcon

public static javax.swing.ImageIcon getFilechooserNewFolderIcon()
Filechooser新規フォルダアイコンを取得します。

戻り値:
Filechooser新規フォルダアイコン

setFilechooserNewFolderIcon

public static void setFilechooserNewFolderIcon(javax.swing.ImageIcon filechooserNewFolderIcon)
Filechooser新規フォルダアイコンを設定します。

パラメータ:
filechooserNewFolderIcon - Filechooser新規フォルダアイコン

getFilechooserUpFolderIcon

public static javax.swing.ImageIcon getFilechooserUpFolderIcon()
Filechooser上位フォルダアイコンを取得します。

戻り値:
Filechooser上位フォルダアイコン

setFilechooserUpFolderIcon

public static void setFilechooserUpFolderIcon(javax.swing.ImageIcon filechooserUpFolderIcon)
Filechooser上位フォルダアイコンを設定します。

パラメータ:
filechooserUpFolderIcon - Filechooser上位フォルダアイコン

eswing
b2007092001