| Package | Description |
|---|---|
| kr.co.hanwha.hifive.enums | |
| kr.co.hanwha.hifive.screen.main | |
| kr.co.hanwha.hifive.screen.main.setting | |
| kr.co.hanwha.hifive.util |
| Modifier and Type | Method and Description |
|---|---|
static MainTab |
MainTab.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MainTab[] |
MainTab.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private MainTab |
MainActivity.mSelectedTab |
| Modifier and Type | Method and Description |
|---|---|
private MainTab |
MainActivity.getDefaultTab() |
| Modifier and Type | Method and Description |
|---|---|
private void |
MainActivity.selectTab(MainTab tab)
Fragment
|
| Modifier and Type | Method and Description |
|---|---|
private void |
SettingScreenActivity.setDefaultScreen(MainTab tab)
Support methods
|
| Modifier and Type | Method and Description |
|---|---|
static MainTab |
HFInfoUtil.getDefaultScreen(android.content.Context context)
Default Screen
|
| Modifier and Type | Method and Description |
|---|---|
static void |
HFInfoUtil.setDefaultScreen(android.content.Context context,
MainTab tab) |