|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.ui.GraphPaperLayout.EditPanel
public static class GraphPaperLayout.EditPanel
Class EditPanel _more_
| Field Summary | |
|---|---|
static Cursor |
DEFAULT_CURSOR
_more_ |
static String |
DRAG_BOTTOM
_more_ |
static String |
DRAG_LEFT
_more_ |
static String |
DRAG_RIGHT
_more_ |
static String |
DRAG_TOP
_more_ |
static Cursor |
MOVE_CURSOR
_more_ |
| Constructor Summary | |
|---|---|
GraphPaperLayout.EditPanel(int cols,
int rows,
List locs)
_more_ |
|
| Method Summary | |
|---|---|
void |
deltaColumn(Integer i)
_more_ |
void |
deltaRow(Integer i)
_more_ |
JComponent |
getContents()
_more_ |
void |
mouseClicked(MouseEvent e)
_more_ |
void |
mouseDragged(MouseEvent e)
_more_ |
void |
mouseEntered(MouseEvent e)
_more_ |
void |
mouseExited(MouseEvent e)
_more_ |
void |
mouseMoved(MouseEvent e)
_more_ |
void |
mousePressed(MouseEvent e)
_more_ |
void |
mouseReleased(MouseEvent e)
_more_ |
void |
paintComponent(Graphics g)
_more_ |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DRAG_LEFT
public static final String DRAG_RIGHT
public static final String DRAG_TOP
public static final String DRAG_BOTTOM
public static final Cursor MOVE_CURSOR
public static final Cursor DEFAULT_CURSOR
| Constructor Detail |
|---|
public GraphPaperLayout.EditPanel(int cols,
int rows,
List locs)
cols - _more_rows - _more_locs - _more_| Method Detail |
|---|
public void deltaColumn(Integer i)
i - _more_public void deltaRow(Integer i)
i - _more_public JComponent getContents()
public void mouseDragged(MouseEvent e)
mouseDragged in interface MouseMotionListenere - _more_public void mouseMoved(MouseEvent e)
mouseMoved in interface MouseMotionListenere - _more_public void mouseClicked(MouseEvent e)
mouseClicked in interface MouseListenere - _more_public void mouseEntered(MouseEvent e)
mouseEntered in interface MouseListenere - _more_public void mouseExited(MouseEvent e)
mouseExited in interface MouseListenere - _more_public void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListenere - _more_public void mousePressed(MouseEvent e)
mousePressed in interface MouseListenere - _more_public void paintComponent(Graphics g)
g - _more_
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||