java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
openfuture.bugbase.app.view.AbsPanel
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- Direct Known Subclasses:
- BugBasePanel, DatabaseAdminView, DoubleListPanel, GeneralAdminView, InfoDialog, ListPanel, ProjectAdminView
- public abstract class AbsPanel
- extends javax.swing.JPanel
AbsPanel.java
Created: Wed Feb 02 05:57:21 2000
- Version:
- $Revision: 1.3 $
Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
Fields inherited from class java.awt.Container |
|
Methods inherited from class javax.swing.JComponent |
addAncestorListener, addNotify, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBorder, getBounds, getClientProperty, getComponentGraphics, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFont, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update |
Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setLayout, transferFocusDownCycle, validate, validateTree |
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle |
myFocusListener
private java.awt.event.FocusListener myFocusListener
myActionListener
private java.awt.event.ActionListener myActionListener
myListSelectionListener
private javax.swing.event.ListSelectionListener myListSelectionListener
myItemListener
private java.awt.event.ItemListener myItemListener
myController
private openfuture.bugbase.app.controller.AbsController myController
listControl
private openfuture.bugbase.app.controller.ListController listControl
normalFont
static java.awt.Font normalFont
bigFont
static java.awt.Font bigFont
smallFont
static java.awt.Font smallFont
AbsPanel
public AbsPanel(openfuture.bugbase.app.controller.AbsController myController)
init
public void init()
init
public void init(java.lang.String panelname)
refreshView
public void refreshView()
checkEnabling
public void checkEnabling()
createLabel
public javax.swing.JLabel createLabel(java.lang.String s)
createTextField
public javax.swing.JTextField createTextField(java.lang.String name,
java.lang.String s)
createPasswordField
public javax.swing.JPasswordField createPasswordField(java.lang.String name,
java.lang.String s)
createTextArea
public javax.swing.JTextArea createTextArea(java.lang.String name,
java.lang.String s)
createButton
public javax.swing.JButton createButton(java.lang.String s)
createComboBox
public javax.swing.JComboBox createComboBox(java.util.Vector s,
java.lang.String command)
createRadioButton
public javax.swing.JRadioButton createRadioButton(java.lang.String name,
java.lang.String command)
createCheckBox
public javax.swing.JCheckBox createCheckBox(java.lang.String name,
java.lang.String command)
createList
public javax.swing.JList createList(openfuture.bugbase.app.model.SimpleListModel theListModel)
getMyFocusListener
public java.awt.event.FocusListener getMyFocusListener()
- Get the value of myFocusListener.
setMyFocusListener
public void setMyFocusListener(java.awt.event.FocusListener v)
- Set the value of myFocusListener.
getMyActionListener
public java.awt.event.ActionListener getMyActionListener()
- Get the value of myActionListener.
setMyActionListener
public void setMyActionListener(java.awt.event.ActionListener v)
- Set the value of myActionListener.
getMyItemListener
public java.awt.event.ItemListener getMyItemListener()
- Get the value of myItemListener.
setMyItemListener
public void setMyItemListener(java.awt.event.ItemListener v)
- Set the value of myItemListener.
getMyListSelectionListener
public javax.swing.event.ListSelectionListener getMyListSelectionListener()
- Get the value of myListSelectionListener.
setMyListSelectionListener
public void setMyListSelectionListener(javax.swing.event.ListSelectionListener v)
- Set the value of myListSelectionListener.
DateToString
public java.lang.String DateToString(java.util.Date date)
getIndex
public int getIndex(java.lang.String toFind,
java.util.Vector choices)
getMyController
public openfuture.bugbase.app.controller.AbsController getMyController()
- Get the value of myController.
setMyController
public void setMyController(openfuture.bugbase.app.controller.AbsController v)
- Set the value of myController.