public class ApplicationUIUtil extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ApplicationUIUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
doSelectCell(JTable table,
int rowIndex,
int columnIndex)
Deprecated.
since 2.18, use instead
JTables.doSelectCell(JTable, int, int) |
static ApplicationUIContext |
getApplicationContext(JAXXObject ui) |
static Desktop |
getDesktopForBrowse() |
static Desktop |
getDesktopForMail() |
static Desktop |
getDesktopForOpen() |
static void |
mail(String subject,
String body) |
static org.jdesktop.swingx.decorator.Highlighter |
newBackgroundColorHighlighter(org.jdesktop.swingx.decorator.HighlightPredicate predicate,
Color color) |
static org.jdesktop.swingx.decorator.Highlighter |
newForegroundColorHighlighter(org.jdesktop.swingx.decorator.HighlightPredicate predicate,
Color color) |
static void |
openLink(URI uri) |
static void |
openLink(URL url) |
static void |
selectFirstCellOnFirstRowAndStopEditing(org.jdesktop.swingx.JXTable table)
Deprecated.
since 2.18, use instead
JTables.selectFirstCellOnFirstRowAndStopEditing(JTable) |
static void |
selectFirstCellOnLastRow(org.jdesktop.swingx.JXTable table)
Deprecated.
since 2.18, use instead
JTables.selectFirstCellOnLastRow(JTable) |
static void |
selectFirstCellOnRow(org.jdesktop.swingx.JXTable table,
int row,
boolean stopEdit)
Deprecated.
since 2.18, use instead
JTables.selectFirstCellOnRow(JTable, int, boolean) |
static void |
setApplicationContext(JAXXObject ui,
ApplicationUIContext context) |
public static void setApplicationContext(JAXXObject ui, ApplicationUIContext context)
public static ApplicationUIContext getApplicationContext(JAXXObject ui)
public static org.jdesktop.swingx.decorator.Highlighter newBackgroundColorHighlighter(org.jdesktop.swingx.decorator.HighlightPredicate predicate,
Color color)
public static org.jdesktop.swingx.decorator.Highlighter newForegroundColorHighlighter(org.jdesktop.swingx.decorator.HighlightPredicate predicate,
Color color)
public static void openLink(URL url)
public static Desktop getDesktopForBrowse()
public static Desktop getDesktopForOpen()
public static void openLink(URI uri)
public static Desktop getDesktopForMail()
@Deprecated public static void selectFirstCellOnFirstRowAndStopEditing(org.jdesktop.swingx.JXTable table)
JTables.selectFirstCellOnFirstRowAndStopEditing(JTable)@Deprecated public static void selectFirstCellOnLastRow(org.jdesktop.swingx.JXTable table)
JTables.selectFirstCellOnLastRow(JTable)@Deprecated public static void selectFirstCellOnRow(org.jdesktop.swingx.JXTable table, int row, boolean stopEdit)
JTables.selectFirstCellOnRow(JTable, int, boolean)@Deprecated public static void doSelectCell(JTable table, int rowIndex, int columnIndex)
JTables.doSelectCell(JTable, int, int)Copyright © 2008–2015 CodeLutin. All rights reserved.