|
MDateSelector | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MPopup
The following interface describes what a popup should implement. We do this because Popup Calendar uses popup that can be windows or panels.
| Field Summary | |
|---|---|
static int |
HEAVY
Heavyweight popup type (JWindow) |
static int |
LIGHT
Lightweight popup type (JPanel) |
static int |
MEDIUM
Mediumweight popup type (Panel) not yet implemented |
| Method Summary | |
|---|---|
void |
addComponent(Component aComponent,
Object constraints)
|
int |
getWeight()
|
boolean |
isShadow()
|
boolean |
isVisible()
|
void |
pack()
|
void |
removeComponent(Component c)
|
void |
requestFocus()
|
void |
setLocationOnScreen(int x,
int y)
|
void |
setParent(Component invoker)
|
void |
setShadow(boolean hasShadow)
|
void |
setVisible(boolean visible)
|
| Field Detail |
|---|
static final int LIGHT
static final int MEDIUM
static final int HEAVY
| Method Detail |
|---|
void addComponent(Component aComponent,
Object constraints)
void removeComponent(Component c)
void pack()
void setParent(Component invoker)
void setVisible(boolean visible)
boolean isVisible()
void setLocationOnScreen(int x,
int y)
void requestFocus()
int getWeight()
void setShadow(boolean hasShadow)
boolean isShadow()
|
MDateSelector | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||