パッケージ jp.ne.mki.wedge.rule

クラス RuleLibraryClient

java.lang.Object
jp.ne.mki.wedge.rule.RuleLibrary
jp.ne.mki.wedge.rule.RuleLibraryClient

public class RuleLibraryClient extends RuleLibrary
導入されたバージョン:
1.3.0
  • コンストラクタの詳細

    • RuleLibraryClient

      public RuleLibraryClient()
  • メソッドの詳細

    • showErrorDialog

      public static void showErrorDialog(Container pane, String message)
      ダイアログの表示(エラー)
    • showInfomationDialog

      public static void showInfomationDialog(Container pane, String message)
      ダイアログの表示(情報)
    • showWarningDialog

      public static void showWarningDialog(Container pane, String message)
      ダイアログの表示(警告)
    • showQuestionDialog

      public static void showQuestionDialog(Container pane, String message)
      ダイアログの表示(確認)
    • showConfirmDialog

      public static int showConfirmDialog(Container pane, String message)
      ダイアログの表示(Yes-No確認)
    • showConfirmDialog_YesNoCancel

      public static int showConfirmDialog_YesNoCancel(Container pane, String message)
      ダイアログの表示(Yes-No-Cancel確認)
    • getComponentPhysicalName

      public static String getComponentPhysicalName(JComponent comp)
      コンポーネントの物理名称を取得する 取得できなかった場合(標準提供コンポーネントでない場合)は、nullが返ります
      パラメータ:
      JComponent - comp
      戻り値:
      String コンポーネントの物理名称
    • getItemPhysicalName

      public static String getItemPhysicalName(JComponent comp)
      アイテムの物理名称を取得する 引数のコンポーネントにアイテムが設定されていない場合には Null が返ります
      パラメータ:
      JComponent - comp
      戻り値:
      String コンポーネントの物理名称