|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kemet.lf.components.dialog.Zoom
public class Zoom
Zoom : Zoom manager to show the complete content of a selected component.
| Constructor Summary | |
|---|---|
Zoom(java.lang.String name,
java.lang.String title,
javax.swing.JPanel content)
initialize the zoom manager. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
return the name of content zoom. |
int |
getPosX()
return the (X) coordinate of dialog. |
int |
getPosY()
return the (Y) coordinate of dialog. |
static boolean |
isAlreadyVisible(java.lang.String name)
verify if a particular zoom is visible ? |
void |
setPosX(int posX)
set the (X) coordinate of dialog. |
void |
setPosY(int posY)
set the (Y) coordinate of dialog. |
void |
show()
display zoom content. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Zoom(java.lang.String name,
java.lang.String title,
javax.swing.JPanel content)
initialize the zoom manager.
title - title of info dialogcontent - content of dialog| Method Detail |
|---|
public void show()
display zoom content.
public static boolean isAlreadyVisible(java.lang.String name)
verify if a particular zoom is visible ?
name - name of dialog
public int getPosX()
return the (X) coordinate of dialog.
public void setPosX(int posX)
set the (X) coordinate of dialog.
posX - (X) coordinate of dialogpublic int getPosY()
return the (Y) coordinate of dialog.
public void setPosY(int posY)
set the (Y) coordinate of dialog.
posY - (Y) coordinate of dialogpublic java.lang.String getName()
return the name of content zoom.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||