| java.lang.Object org.netbeans.modules.sql.framework.ui.utils.UIUtil
UIUtil | abstract public class UIUtil (Code) | | Provides UI-related facilities.
author: Wei Han, Ritesh Adval, Jonathan Giron |
addEscapeListener | public static void addEscapeListener(JDialog dialog)(Code) | | |
getColumnToolTip | public static String getColumnToolTip(SQLDBColumn column)(Code) | | Generates HTML-formatted String containing detailed information on the given
SQLDBColumn instance.
Parameters: column - SQLDBColumn whose metadata are to be displayed in the tooltip String containing HTML-formatted column metadata |
getResolvedTableName | public static String getResolvedTableName(SQLDBTable table)(Code) | | Gets fully-resolved (not fully-qualified) table name for the given SQLDBTable
instance.
Parameters: table - SQLDBTable whose name is to be resolved fully-resolved table name |
getTableToolTip | public static String getTableToolTip(SQLDBTable table)(Code) | | Generates HTML-formatted String containing detailed information on the given
SQLDBTable instance.
Parameters: table - SQLDBTable whose metadata are to be displayed in the tooltip String containing HTML-formatted table metadata |
makeJTableCloseOnDoubleEscape | public static void makeJTableCloseOnDoubleEscape(JComponent table)(Code) | | |
showYesAllDialog | public static int showYesAllDialog(Component parent, Object msg, String title)(Code) | | Show "Yes/No" message box.
Parameters: parent - - parent Parameters: msg - - msg Parameters: title - - title - selected option |
startProgressDialog | public static synchronized void startProgressDialog(String title, String message)(Code) | | |
stopProgressDialog | public static synchronized void stopProgressDialog()(Code) | | |
|
|