|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensubsystems.patterns.thickclient.application.swt.CharacterPad.CharacterPadLayout
public static class CharacterPad.CharacterPadLayout
Structure defining what keys should appear in the keyboard pad and what is the width of the pad.
| Field Summary | |
|---|---|
protected int |
m_iWidth
How many buttons to display at one line |
protected java.lang.String |
m_strKeyLayout
String of characters defining the keys to display. |
| Constructor Summary | |
|---|---|
CharacterPad.CharacterPadLayout(java.lang.String strKeyLayout,
int width)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getKeyLayout()
|
int |
getWidth()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String m_strKeyLayout
protected int m_iWidth
| Constructor Detail |
|---|
public CharacterPad.CharacterPadLayout(java.lang.String strKeyLayout,
int width)
strKeyLayout - - String of characters defining the keys to display.width - - how many buttons to display at one line| Method Detail |
|---|
public int getWidth()
public java.lang.String getKeyLayout()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||