|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
jp.sonohara.common.swing.AbstractFrame
jp.sonohara.common.action.swing.AbstractActionFrame
jp.sonohara.framework.katana.swing.AbstractFrame
ISwingFrame実装アクションフレームクラス。 $Log: AbstractFrame.java,v $ Revision 1.2 2004/07/12 01:19:06 sonohara Ver0.0.4_15 2004/07/10 ・Swingスプラッシュ対応 ・アクションライブラリアップデート対応 Revision 1.1 2004/05/16 15:48:34 keika Ver0.0.0_0 2004/05/14 新規リリース
入れ子クラスの概要 |
クラス javax.swing.JFrame から継承した入れ子クラス |
javax.swing.JFrame.AccessibleJFrame |
クラス java.awt.Frame から継承した入れ子クラス |
java.awt.Frame.AccessibleAWTFrame |
クラス java.awt.Window から継承した入れ子クラス |
java.awt.Window.AccessibleAWTWindow |
クラス java.awt.Container から継承した入れ子クラス |
java.awt.Container.AccessibleAWTContainer |
クラス java.awt.Component から継承した入れ子クラス |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
フィールドの概要 |
クラス javax.swing.JFrame から継承したフィールド |
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled |
クラス java.awt.Frame から継承したフィールド |
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
クラス java.awt.Component から継承したフィールド |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
インタフェース javax.swing.WindowConstants から継承したフィールド |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
インタフェース java.awt.image.ImageObserver から継承したフィールド |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
コンストラクタの概要 | |
AbstractFrame(ISwingActionMain isamMain)
コンストラクタ。 |
|
AbstractFrame(ISwingActionMain isamMain,
java.awt.GraphicsConfiguration gc)
コンストラクタ。 |
|
AbstractFrame(ISwingActionMain isamMain,
java.lang.String sTitle)
コンストラクタ。 |
|
AbstractFrame(ISwingActionMain isamMain,
java.lang.String sTitle,
java.awt.GraphicsConfiguration gc)
コンストラクタ。 |
メソッドの概要 | |
protected jp.sonohara.common.action.ActionMap |
getActionMap()
アクションマップ取得。 |
javax.swing.JFrame |
getJFrame()
JFrame取得。 |
ISwingActionMain |
getMain()
メイン取得。 |
void |
initFrame()
フレームの初期化。 |
protected void |
processWindowEvent(java.awt.event.WindowEvent we)
ウィンドウイベント処理。 |
void |
showHelpText(java.lang.String sText)
ヒントの表示。 |
クラス jp.sonohara.common.action.swing.AbstractActionFrame から継承したメソッド |
exception, getAction, getActionMenuBar, getActionToolBar, getMainPanel, getStatus, init, initLayout |
クラス javax.swing.JFrame から継承したメソッド |
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, remove, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update |
クラス java.awt.Frame から継承したメソッド |
addNotify, finalize, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
クラス java.awt.Window から継承したメソッド |
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, hide, isActive, isFocusableWindow, isFocusCycleRoot, isFocused, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationRelativeTo, show, toBack, toFront |
クラス java.awt.Container から継承したメソッド |
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree |
クラス java.awt.Component から継承したメソッド |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle |
クラス java.lang.Object から継承したメソッド |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
インタフェース jp.sonohara.framework.katana.IFrame から継承したメソッド |
hide, show |
インタフェース java.awt.MenuContainer から継承したメソッド |
getFont, postEvent |
コンストラクタの詳細 |
public AbstractFrame(ISwingActionMain isamMain)
isamMain
- 指定するメイン。public AbstractFrame(ISwingActionMain isamMain, java.lang.String sTitle)
isamMain
- 指定するメイン。sTitle
- 指定するタイトル。public AbstractFrame(ISwingActionMain isamMain, java.awt.GraphicsConfiguration gc)
isamMain
- 指定するメイン。gc
- 指定するグラフィック設定。public AbstractFrame(ISwingActionMain isamMain, java.lang.String sTitle, java.awt.GraphicsConfiguration gc)
isamMain
- 指定するメイン。sTitle
- 指定するタイトル。gc
- 指定するグラフィック設定。メソッドの詳細 |
public void initFrame() throws MainException
IFrame
内の initFrame
MainException
- 例外発生時。public javax.swing.JFrame getJFrame()
ISwingFrame
内の getJFrame
public ISwingActionMain getMain()
ISwingFrame
内の getMain
protected jp.sonohara.common.action.ActionMap getActionMap()
protected void processWindowEvent(java.awt.event.WindowEvent we)
we
- イベント。public void showHelpText(java.lang.String sText)
IFrame
内の showHelpText
sText
- 表示する文字列。
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |