public class ChoiceListController extends TextListController
ChoiceListController class implements a view of a MVC model
for the choice. The model of the MVC model is a TextListModel
object and the view of the MVC model is a TextListView object.Choice,
TextListModel,
TextListView,
直列化された形式actionListener, actionListenerK, deselectionEnabled, itemListener, itemListenerK, lastShiftSelectedIndex, model, movingSelectionEnabled, MULTIPLE_SELECTIONS, popupMenu, selectionMode, SHIFT_MULTIPLE_SELECTIONS, SINGLE_SELECTION, viewA_COPY, A_CUT, A_FIND, A_PASTE, A_PRINT, A_UNDO, CLICK_TO_FOCUS, clickToFocus, L_COPY, L_CUT, L_EDIT, L_FIND, L_PASTE, L_PRINT, L_UNDO, lostClipboardOwnership, selectionVisibleAtFocus| コンストラクタと説明 |
|---|
ChoiceListController(TextListView view)
Constructs a choice controller with the specified text list view.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
focusGained(java.awt.event.FocusEvent e)
Invoked when a component gains the keyboard focus.
|
void |
focusLost(java.awt.event.FocusEvent e)
Invoked when a component loses the keyboard focus.
|
void |
mouseDragged(java.awt.event.MouseEvent e)
Invoked when the mouse button is pressed on a component and then dragged.
|
void |
mouseMoved(java.awt.event.MouseEvent e)
Invoked when the mouse button has been moved on a component.
|
void |
mousePressed(java.awt.event.MouseEvent e)
Invoked when the mouse has been pressed on a component.
|
void |
mouseReleased(java.awt.event.MouseEvent e)
Invoked when the mouse has been released on a component.
|
actionPerformed, addActionListener, addItem, addItem, addItemListener, addTextItem, createFindDialog, createMenuItem, createPopupMenu, deselect, deselect, findTextLine, findTextLine, findTextLine, getColumn, getColumnCount, getItem, getItemCount, getItems, getModel, getPopupMenu, getRowItem, getRowItems, getRows, getRowTextItem, getRowTextItems, getSelectedIndex, getSelectedIndexes, getSelectedObjects, getSelectionMode, getTextItem, getTextItems, getView, getVisibleIndex, isDeselectionEnabled, isIndexSelected, isMovingSelectionEnabled, isMultipleMode, keyPressed, makeVisible, mouseDragAction, notifyActionListeners, notifyActionListeners, notifyItemListeners, notifyItemListeners, remove, remove, remove, removeActionListener, removeAll, removeItemListener, removeSelectedIndexes, replaceItem, replaceItem, replaceTextItem, select, select, setDeselectionEnabled, setItem, setItem, setItems, setItems, setMenuEnabled, setMovingSelectionEnabled, setMultipleMode, setPopupMenu, setSelectionMode, setTextItem, setTextItems, shiftMultipleSelectActionaddToView, getClipboardString, getClipboardText, getClipboardText, getCutBufferText, getResourceString, isClickToFocus, isMouseFocus, isSelectionVisibleAtFocus, keyReleased, keyTyped, lostOwnership, mouseClicked, mouseEntered, mouseExited, removeFromView, setClickToFocus, setClipboardString, setClipboardText, setCutBuffer, setMouseFocus, setSelectionVisibleAtFocuspublic ChoiceListController(TextListView view)
view - the text list view.public void mousePressed(java.awt.event.MouseEvent e)
mousePressed インタフェース内 java.awt.event.MouseListenermousePressed クラス内 TextListControllerMouseListenerpublic void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased インタフェース内 java.awt.event.MouseListenermouseReleased クラス内 TextListControllerMouseListenerpublic void mouseMoved(java.awt.event.MouseEvent e)
mouseMoved インタフェース内 java.awt.event.MouseMotionListenermouseMoved クラス内 TextListControllerMouseMotionListenerpublic void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged インタフェース内 java.awt.event.MouseMotionListenermouseDragged クラス内 TextListControllerMouseMotionListenerpublic void focusGained(java.awt.event.FocusEvent e)
focusGained インタフェース内 java.awt.event.FocusListenerfocusGained クラス内 TextControllerFocusListenerpublic void focusLost(java.awt.event.FocusEvent e)
focusLost インタフェース内 java.awt.event.FocusListenerfocusLost クラス内 TextControllerFocusListener