public class UIUtil extends Object
| Constructor and Description |
|---|
UIUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dock(Window window)
"Injects" windows's content to parent window
|
static void |
dock(Window window,
Window dockTo)
"Injects" windows's content to another window
|
static void |
scroll(JTable table,
int rowIndex,
int vColIndex)
Scrolls view if it is located in a JViewport, so that the specified cell
is displayed in the center.
|
static void |
scrollToSelectedRow(JTable table)
Scrolls table within JViewport to the selected row if there is one.
|
public static void scrollToSelectedRow(JTable table)
public static void scroll(JTable table, int rowIndex, int vColIndex)
public static void dock(Window window, Window dockTo)
public static void dock(Window window)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.