Package | Description |
---|---|
rs.ac.uns.ftn.ssluzba.gui.controller | |
rs.ac.uns.ftn.ssluzba.gui.model |
Modifier and Type | Method and Description |
---|---|
static ModelAction |
ModelAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelAction[] |
ModelAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
PredmetController.deletePredmet(Predmet p,
ModelAction ma) |
static void |
PredmetController.editPredmet(java.lang.String sifra,
Predmet novi,
ModelAction ma) |
Modifier and Type | Method and Description |
---|---|
void |
ListaPredmeta.deletePredmet(Predmet p,
ModelAction ma) |
void |
ListaStudenata.deletePredmetInList(Predmet p,
ModelAction ma)
deletes
Predmet p from ListaStudenata |
void |
ListaProfesora.deletePredmetInList(Predmet p,
ModelAction ma) |
void |
ListaStudenata.editPredmetInList(java.lang.String sifra,
Predmet novi,
ModelAction ma) |
void |
ListaProfesora.editPredmetInList(java.lang.String sifra,
Predmet novi,
ModelAction ma) |