|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.upenn.crimson.gui.ModelUtils
public class ModelUtils
Static methods used throughout the GUI for Model objects.
| Constructor Summary | |
|---|---|
ModelUtils()
|
|
| Method Summary | |
|---|---|
static void |
deleteModel(java.lang.String id)
This will delete the model specified by ModelSelector(). |
static void |
editModel(java.lang.String id)
This will edit the model. |
static java.lang.String |
getModelID(java.lang.String id)
This will use a FieldEditDialog to ask the user for a model ID. |
static java.lang.String |
modelSelector()
Present a dialog box for selecting a particular Model. |
static void |
viewModel(java.lang.String id)
This will display the specified model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelUtils()
| Method Detail |
|---|
public static java.lang.String modelSelector()
public static java.lang.String getModelID(java.lang.String id)
public static void deleteModel(java.lang.String id)
public static void viewModel(java.lang.String id)
public static void editModel(java.lang.String id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||