|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.uruma.util.MnemonicUtil
public class MnemonicUtil
メニューのニーモニックを扱うためのユーティリティクラスです。
| フィールドの概要 |
|---|
| メソッドの概要 | |
|---|---|
static String |
chopAccelerator(String title)
テキストからアクセラレータ部分を削除します。 |
static String |
chopMnemonic(String text)
テキストからニーモニックプレフィックス(&記号)を削除します。 |
static String |
chopMnemonicAndAccelerator(String text)
テキストからニーモニックとアクセラレータを削除します。 |
static String |
getMnemonic(String text)
テキストからニーモニックを取り出します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public static String chopMnemonicAndAccelerator(String text)
text - テキスト
public static String chopMnemonic(String text)
text - テキスト
public static String chopAccelerator(String title)
title - テキスト
public static String getMnemonic(String text)
text - テキスト
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||