|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.utils4swing.common.Utils4Swing.GlassPaneState
public static final class Utils4Swing.GlassPaneState
State of the UI before showing a glass pane.
| Constructor Summary | |
|---|---|
Utils4Swing.GlassPaneState(Component glassPane,
MouseListener mouseListener,
Component focusOwner,
Cursor cursor)
Constructor with all data. |
|
| Method Summary | |
|---|---|
Cursor |
getCursor()
Cursor of the glass pane before it was shown. |
Component |
getFocusOwner()
Owner of the focus before the glass pane was shown. |
Component |
getGlassPane()
Glass pane. |
MouseListener |
getMouseListener()
Mouse listener to remove from the glass pane. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Utils4Swing.GlassPaneState(Component glassPane,
MouseListener mouseListener,
Component focusOwner,
Cursor cursor)
glassPane - Glass pane to hide.mouseListener - Mouse listener to remove from the glass pane.focusOwner - Owner of the focus before the glass pane was shown.cursor - Cursor of the glass pane before it was shown.| Method Detail |
|---|
public final Component getGlassPane()
public final MouseListener getMouseListener()
public final Component getFocusOwner()
public final Cursor getCursor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||