Package | Description |
---|---|
oracle.javatools.ui.list | |
oracle.javatools.ui.table | |
oracle.javatools.ui.tree |
Modifier and Type | Class and Description |
---|---|
class |
EmptyListTextLayer<V extends javax.swing.JComponent>
A TextLayer to display a message over a JList when it is empty.
Use by creating a JLayer/JXLayer with a JList or a scrollpane containing a JList, and an instance of this class. |
Modifier and Type | Class and Description |
---|---|
class |
EmptyTableTextLayer<V extends javax.swing.JComponent>
A TextLayer to display a message over a JTable when it is empty.
Use by creating a JLayer/JXLayer with a JTable (or a scrollpane containing a JTable), and an instance of this class. |
Modifier and Type | Class and Description |
---|---|
class |
EmptyTreeTextLayer<V extends javax.swing.JComponent>
A TextLayer to display a message over a JTree when it is empty.
Use by creating a JLayer/JXLayer with a JTree or a scrollpane containing a JTree, and an instance of this class. |