|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.wordhoard.swing.calculator.analysis.DescribeUserDataObject
public class DescribeUserDataObject
Describes the contents of a word set, work set, or phrase set.
Constructor Summary | |
---|---|
DescribeUserDataObject()
|
Method Summary | |
---|---|
protected static void |
addSetting(LabeledSettingsTable table,
java.lang.String refLabel,
int value)
Add a setting and its value to the settings table. |
protected static void |
addSetting(LabeledSettingsTable table,
java.lang.String refLabel,
java.lang.Object value)
Add a setting and its value to the settings table. |
static XTable |
describe(UserDataObject userDataObject)
Describe a user data object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DescribeUserDataObject()
Method Detail |
---|
public static XTable describe(UserDataObject userDataObject)
userDataObject
- The user data object to describe.
protected static void addSetting(LabeledSettingsTable table, java.lang.String refLabel, java.lang.Object value)
table
- The settings table.refLabel
- Reference name for setting.
Will be looked up in WordHoardSettings.value
- The setting's value. protected static void addSetting(LabeledSettingsTable table, java.lang.String refLabel, int value)
table
- The settings table.refLabel
- Reference name for setting.
Will be looked up in WordHoardSettings.value
- The setting's value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |