|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VehicleType | |
---|---|
vanetsim.gui.controlpanels | |
vanetsim.gui.helpers |
Uses of VehicleType in vanetsim.gui.controlpanels |
---|
Methods in vanetsim.gui.controlpanels with parameters of type VehicleType | |
---|---|
void |
VehicleTypeDialog.saveType(VehicleType tmpType)
Save gui fields values to VehicleType object |
Method parameters in vanetsim.gui.controlpanels with type arguments of type VehicleType | |
---|---|
boolean |
VehicleTypeDialog.compareTypeList(java.util.ArrayList<VehicleType> list1,
java.util.ArrayList<VehicleType> list2)
Compares two vehicle type arraylists if they are different |
boolean |
VehicleTypeDialog.compareTypeList(java.util.ArrayList<VehicleType> list1,
java.util.ArrayList<VehicleType> list2)
Compares two vehicle type arraylists if they are different |
Uses of VehicleType in vanetsim.gui.helpers |
---|
Fields in vanetsim.gui.helpers with type parameters of type VehicleType | |
---|---|
java.util.ArrayList<VehicleType> |
VehicleTypeXML.types_
The ArrayList types collects all VehicleTypes |
Methods in vanetsim.gui.helpers that return types with arguments of type VehicleType | |
---|---|
java.util.ArrayList<VehicleType> |
VehicleTypeXML.getVehicleTypes()
Returns a ArrayList with all vehicle types found. |
Method parameters in vanetsim.gui.helpers with type arguments of type VehicleType | |
---|---|
void |
VehicleTypeXML.saveVehicleTypes(java.util.ArrayList<VehicleType> tmpList)
Save all vehicle types in tmpList to the xmlPath_ |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |