public class SwingSpy
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected javax.swing.JDialog |
spyDialog |
protected SwingSpyGlassPane |
spyGlass |
protected SwingSpyPanel |
spyPanel |
| Constructor and Description |
|---|
SwingSpy() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.swing.JRootPane |
createSpyRootPane()
Creates spy root pane for spy dialog.
|
protected void |
initSpyDialog(java.awt.Component rootComponent,
java.awt.Component component)
Initializes Spy dialog.
|
static void |
install()
Installs the SwingSpy globally if not already installed.
|
protected void |
printUsageMessage()
Print SwingSpy usage message.
|
void |
showSpyDialog(java.awt.Component component)
Shows spy dialog on selected component.
|
void |
showSpyDialog(java.awt.Component rootComponent,
java.awt.Component component)
Shows spy dialog or reload existing one.
|
protected javax.swing.JDialog spyDialog
protected SwingSpyPanel spyPanel
protected SwingSpyGlassPane spyGlass
protected void printUsageMessage()
public static void install()
public void showSpyDialog(java.awt.Component component)
public void showSpyDialog(java.awt.Component rootComponent,
java.awt.Component component)
rootComponent - root componentcomponent - current componentprotected void initSpyDialog(java.awt.Component rootComponent,
java.awt.Component component)
protected javax.swing.JRootPane createSpyRootPane()
Copyright © 2003-2013 Jodd Team