|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjodd.swing.spy.SwingSpy
public class SwingSpy
SwingSpy.
Field Summary | |
---|---|
protected javax.swing.JDialog |
spyDialog
|
protected SwingSpyGlassPane |
spyGlass
|
protected SwingSpyPanel |
spyPanel
|
Constructor Summary | |
---|---|
SwingSpy()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected javax.swing.JDialog spyDialog
protected SwingSpyPanel spyPanel
protected SwingSpyGlassPane spyGlass
Constructor Detail |
---|
public SwingSpy()
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |