public final class ImmoToolAppUtils extends Object
Modifier and Type | Method and Description |
---|---|
static AbstractMainTab |
getMatchingTab(Class clazz) |
static AbstractMainTab |
getSelectedTab() |
static int |
getSelectedTabIndex() |
static AbstractMainTab |
getTab(Class clazz) |
static AbstractMainTab |
getTab(int index) |
static int |
getTabIndex(Class clazz) |
static int |
getTabIndex(Component component) |
static AbstractMainTab[] |
getTabs(Class clazz) |
static boolean |
hasTab(Class clazz) |
static boolean |
hasTab(Component component) |
static void |
insertTabAt(AbstractMainTab tab,
int index) |
static boolean |
isBetaVersion() |
static void |
removeTab(Component component) |
static void |
removeTab(Component component,
boolean force) |
static void |
removeTab(int index) |
static void |
removeTab(int index,
boolean force) |
static void |
selectTab(Component component) |
static void |
selectTab(int index) |
static void |
setTabAt(AbstractMainTab tab,
int index) |
static void |
showManual(String key,
Window owner) |
static void |
showManual(Window owner) |
static void |
showTab(AbstractMainTab tab) |
static void |
showTab(AbstractMainTab tab,
boolean select) |
public static AbstractMainTab getMatchingTab(Class clazz)
public static AbstractMainTab getSelectedTab()
public static int getSelectedTabIndex()
public static AbstractMainTab getTab(int index)
public static AbstractMainTab getTab(Class clazz)
public static AbstractMainTab[] getTabs(Class clazz)
public static int getTabIndex(Class clazz)
public static int getTabIndex(Component component)
public static boolean hasTab(Class clazz)
public static boolean hasTab(Component component)
public static void insertTabAt(AbstractMainTab tab, int index)
public static boolean isBetaVersion()
public static void removeTab(Component component)
public static void removeTab(Component component, boolean force)
public static void removeTab(int index)
public static void removeTab(int index, boolean force)
public static void selectTab(int index)
public static void selectTab(Component component)
public static void setTabAt(AbstractMainTab tab, int index)
public static void showManual(Window owner)
public static void showTab(AbstractMainTab tab)
public static void showTab(AbstractMainTab tab, boolean select)
Copyright © 2015 OpenEstate. All rights reserved.