public class ComponentEvent extends Object
Modifier and Type | Field and Description |
---|---|
static int |
NEXT_MONTH |
static int |
NEXT_YEAR |
static int |
PREVIOUS_MONTH |
static int |
PREVIOUS_YEAR |
Constructor and Description |
---|
ComponentEvent(int what,
JComponent component) |
Modifier and Type | Method and Description |
---|---|
JComponent |
getComponent() |
int |
getWhat() |
public static final int PREVIOUS_YEAR
public static final int PREVIOUS_MONTH
public static final int NEXT_MONTH
public static final int NEXT_YEAR
public ComponentEvent(int what, JComponent component)
public int getWhat()
public JComponent getComponent()
Copyright © 2017. All rights reserved.