public class AppScreens extends Object implements Comparator<Class<?>>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ADMIN_SCREEN |
protected static String |
SEARCH_SCREEN |
protected static String |
SETTINGS_SCREEN |
protected static String[] |
SPECIAL_SCREENS |
| Constructor and Description |
|---|
AppScreens() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Class<?> o1,
Class<?> o2) |
Class<?>[] |
constructScreens(Map<String,Class<?>> mainScreens) |
protected boolean |
isSpecialScreen(Class<?> cls) |
protected int |
screenOrder(Class<?> scrClass) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongprotected static final String SEARCH_SCREEN
protected static final String SETTINGS_SCREEN
protected static final String ADMIN_SCREEN
protected static final String[] SPECIAL_SCREENS
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.