| 
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.digitalmuseum.mr.gui.utils.GUIUtils
public class GUIUtils
| コンストラクタの概要 | |
|---|---|
GUIUtils()
 | 
|
| メソッドの概要 | |
|---|---|
static void | 
errorDialog(java.awt.Component component,
            java.lang.String message,
            java.lang.String title)
Show an error dialog over the specified component.  | 
static javax.swing.JFrame | 
getParentFrame(java.awt.Component component)
 | 
static void | 
setBorder(javax.swing.JComponent component,
          int width)
Set a border with the specified width to the swing component.  | 
| クラス java.lang.Object から継承されたメソッド | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| コンストラクタの詳細 | 
|---|
public GUIUtils()
| メソッドの詳細 | 
|---|
public static void setBorder(javax.swing.JComponent component,
                             int width)
component - width - 
public static void errorDialog(java.awt.Component component,
                               java.lang.String message,
                               java.lang.String title)
component - message - title - public static javax.swing.JFrame getParentFrame(java.awt.Component component)
component - 
  | 
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||