Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
VAquaClient - Release 2
Index
A B C D G I J L M O R S T V 

A

add(JButton) - Method in class SegmentedControlBuilder
Add a push button to the collection.
add(JToggleButton) - Method in class SegmentedControlBuilder
Add a toggle button to the collection.
AppearanceSupport - Class in org.violetlib.vaquaclient
Indirect support for appearance objects.

B

build() - Method in class SegmentedControlBuilder
Create and return the segmented control component.

C

columnAtPoint(Point) - Method in class JTableWithMargins
columnAtPoint(Point) - Method in class JTableWithMargins.TableHeaderWithMargins

D

displayAsSheet(Window, Runnable) - Static method in class VSheet
Display a window as a sheet, if possible.
doLayout() - Method in class JTableWithMargins

G

getBuildID() - Static method in class VAquaClient
Return an identification of this build of VAquaClient.
getCellRect(int, int, boolean) - Method in class JTableWithMargins
getEffectiveAppearanceSystemColor(String) - Static method in class AppearanceSupport
Return a named system color appropriate for the current appearance.
getHeaderRect(int) - Method in class JTableWithMargins.TableHeaderWithMargins
getMaximumSize() - Method in class JTableWithMargins
getMinimumSize() - Method in class JTableWithMargins
getPreferredSize() - Method in class JTableWithMargins
getReleaseName() - Static method in class VAquaClient
Return an identification of this release of VAquaClient.
GRADIENT - Static variable in class SegmentedControlBuilder

I

INSET_VIEW_MARGIN_KEY - Static variable in class JTableWithMargins
INSET_VIEW_VERTICAL_MARGIN_KEY - Static variable in class JTableWithMargins
isAquaInstalled() - Static method in class VAquaClient
Indicate whether the installed look and feel is VAqua or the standard Aqua look and feel.
isEffectiveAppearanceDark() - Static method in class AppearanceSupport
Indicate whether the current appearance is a dark appearance.
isVAquaInstalled() - Static method in class VAquaClient
Indicate whether VAqua is the installed look and feel.

J

JTableWithMargins - Class in org.violetlib.vaquaclient
An extended JTable that knows about VAqua's inset view mode and adjusts the table margins accordingly.
JTableWithMargins() - Constructor for class JTableWithMargins
JTableWithMargins(TableModel) - Constructor for class JTableWithMargins
JTableWithMargins(TableModel, TableColumnModel) - Constructor for class JTableWithMargins
JTableWithMargins(TableModel, TableColumnModel, ListSelectionModel) - Constructor for class JTableWithMargins
JTableWithMargins(int, int) - Constructor for class JTableWithMargins
JTableWithMargins(Vector<? extends Vector>, Vector<?>) - Constructor for class JTableWithMargins
JTableWithMargins(Object[][], Object[]) - Constructor for class JTableWithMargins
JTableWithMargins.TableHeaderWithMargins - Class in org.violetlib.vaquaclient

L

LARGE - Static variable in class SegmentedControlBuilder

M

MINI - Static variable in class SegmentedControlBuilder

O

org.violetlib.vaquaclient - package org.violetlib.vaquaclient

R

REGULAR - Static variable in class SegmentedControlBuilder
ROUND_RECT - Static variable in class SegmentedControlBuilder

S

SegmentedControlBuilder - Class in org.violetlib.vaquaclient
Assemble a horizontal collection of buttons with the appropriate client properties to be displayed as a segmented control when using the Aqua or VAqua look and feel on macOS.
SegmentedControlBuilder(String, boolean, String, int) - Constructor for class SegmentedControlBuilder
Create a builder of a segmented control.
SEPARATED - Static variable in class SegmentedControlBuilder
showDialog(JDialog, Runnable) - Static method in class VSheet
Display a document modal dialog.
showFileChooserDialog(Component, JFileChooser, Consumer<Integer>) - Static method in class VSheet
Display a file chooser as a document modal dialog.
showOpenDialog(Component, JFileChooser, Consumer<Integer>) - Static method in class VSheet
Display a file chooser as a document modal open dialog.
showOptionPane(Component, JOptionPane, String, Consumer<Integer>) - Static method in class VSheet
Display an option pane as a document modal dialog.
showSaveDialog(Component, JFileChooser, Consumer<Integer>) - Static method in class VSheet
Display a file chooser as a document modal save dialog.
showVersion() - Static method in class VAquaClient
Write a description of this version of VAquaClient to standard error.
sizeColumnsToFit(int) - Method in class JTableWithMargins
SMALL - Static variable in class SegmentedControlBuilder

T

TableHeaderWithMargins(TableColumnModel) - Constructor for class JTableWithMargins.TableHeaderWithMargins
TEXTURED - Static variable in class SegmentedControlBuilder
TEXTURED_SEPARATED - Static variable in class SegmentedControlBuilder

V

VAquaClient - Class in org.violetlib.vaquaclient
VSheet - Class in org.violetlib.vaquaclient
Support for macOS sheets using the VAqua look and feel.