| java.lang.Object com.sshtools.common.ui.UIUtil
parseAcceleratorString | public static KeyStroke parseAcceleratorString(String string)(Code) | | Parse a string in the format of [ALT+|CTRL+|SHIFT+] to
create a keystroke. This can be used to define accelerators from
resource bundles
Parameters: string - accelerator string keystroke |
parseMnemonicString | public static Integer parseMnemonicString(String string)(Code) | | Parse a string in the format of [character] to create an
Integer that may be used for an action.
Parameters: character - mnemonic string mnemonic |
positionComponent | public static void positionComponent(int p, Component c)(Code) | | Parameters: p - Parameters: c - |
|
|