|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Panel
jp.co.fujitsu.reffi.client.swing.helper.CorrelationImageViewer
public class CorrelationImageViewer
[概 要]
[詳 細]
[備 考]
[環 境] JDK 6.0 Update 11
Copyright (c) 2008-2009 FUJITSU Japan All rights reserved.
| 入れ子のクラスの概要 |
|---|
| クラス java.awt.Panel から継承された入れ子のクラス/インタフェース |
|---|
Panel.AccessibleAWTPanel |
| クラス java.awt.Container から継承された入れ子のクラス/インタフェース |
|---|
Container.AccessibleAWTContainer |
| クラス java.awt.Component から継承された入れ子のクラス/インタフェース |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| フィールドの概要 | |
|---|---|
ClassNode[] |
classNodes
|
BaseController |
controller
|
| クラス java.awt.Component から継承されたフィールド |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| インタフェース java.awt.image.ImageObserver から継承されたフィールド |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| コンストラクタの概要 | |
|---|---|
CorrelationImageViewer()
[概 要] [詳 細] [備 考] |
|
| メソッドの概要 | |
|---|---|
void |
buildNodes(BaseController controller)
[概 要] [詳 細] [備 考] |
void |
mouseClicked(MouseEvent e)
[概 要] [詳 細] [備 考] |
void |
mouseDragged(MouseEvent e)
[概 要] [詳 細] [備 考] |
void |
mouseEntered(MouseEvent e)
[概 要] [詳 細] [備 考] |
void |
mouseExited(MouseEvent e)
[概 要] [詳 細] [備 考] |
void |
mouseMoved(MouseEvent e)
[概 要] [詳 細] [備 考] |
void |
mousePressed(MouseEvent e)
[概 要] [詳 細] [備 考] |
void |
mouseReleased(MouseEvent e)
[概 要] [詳 細] [備 考] |
void |
paintNode(Graphics g,
ClassNode n,
FontMetrics fm)
[概 要] [詳 細] [備 考] |
void |
run()
[概 要] [詳 細] [備 考] |
void |
start()
[概 要] [詳 細] [備 考] |
void |
stop()
[概 要] [詳 細] [備 考] |
void |
update(Graphics g)
[概 要] [詳 細] [備 考] |
| クラス java.awt.Panel から継承されたメソッド |
|---|
addNotify, getAccessibleContext |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
|---|
public ClassNode[] classNodes
public BaseController controller
| コンストラクタの詳細 |
|---|
public CorrelationImageViewer()
[概 要]
[詳 細]
[備 考]
| メソッドの詳細 |
|---|
public void buildNodes(BaseController controller)
throws SecurityException,
IllegalArgumentException,
InstantiationException,
IllegalAccessException,
NoSuchMethodException,
InvocationTargetException
[概 要]
[詳 細]
[備 考]
controller -
SecurityException
IllegalArgumentException
InstantiationException
IllegalAccessException
NoSuchMethodException
InvocationTargetExceptionpublic void run()
[概 要]
[詳 細]
[備 考]
Runnable 内の runpublic void update(Graphics g)
[概 要]
[詳 細]
[備 考]
Container 内の update
public void paintNode(Graphics g,
ClassNode n,
FontMetrics fm)
[概 要]
[詳 細]
[備 考]
g - n - fm - public void mouseClicked(MouseEvent e)
[概 要]
[詳 細]
[備 考]
MouseListener 内の mouseClickedpublic void mousePressed(MouseEvent e)
[概 要]
[詳 細]
[備 考]
MouseListener 内の mousePressedpublic void mouseReleased(MouseEvent e)
[概 要]
[詳 細]
[備 考]
MouseListener 内の mouseReleasedpublic void mouseEntered(MouseEvent e)
[概 要]
[詳 細]
[備 考]
MouseListener 内の mouseEnteredpublic void mouseExited(MouseEvent e)
[概 要]
[詳 細]
[備 考]
MouseListener 内の mouseExitedpublic void mouseDragged(MouseEvent e)
[概 要]
[詳 細]
[備 考]
MouseMotionListener 内の mouseDraggedpublic void mouseMoved(MouseEvent e)
[概 要]
[詳 細]
[備 考]
MouseMotionListener 内の mouseMovedpublic void start()
[概 要]
[詳 細]
[備 考]
public void stop()
[概 要]
[詳 細]
[備 考]
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||