VMListTable: add sorting table items function to table column
authorjihye424.kim <jihye424.kim@samsung.com>
Mon, 7 Sep 2015 04:44:11 +0000 (13:44 +0900)
committerjihye424.kim <jihye424.kim@samsung.com>
Tue, 8 Sep 2015 05:11:04 +0000 (14:11 +0900)
commite30ebb3c5d6c8718cb1ad212a9c8755a0071d5ed
treeae0521f8787c936ecef37f097fe341a1ed16cfa6
parent1e1327e2edb2a90ed2605f10c9291576960828df
VMListTable: add sorting table items function to table column

- profile image column is sorted using profile's priority
- add priority variable to 'Profile' class
- profile's priority: mobile -> wearable -> tv

Change-Id: Ifb9ffaaa266a38d6d17b517058ffa99f5d344c7d
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
src/org/tizen/emulator/manager/platform/Profile.java
src/org/tizen/emulator/manager/ui/renewal/tableviewer/ItemProfilePair.java [new file with mode: 0644]
src/org/tizen/emulator/manager/ui/renewal/tableviewer/ProfileButton.java
src/org/tizen/emulator/manager/ui/renewal/tableviewer/VMListTable.java