|
|||||||||
| Home >> All >> openfuture >> bugbase >> app >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
openfuture.bugbase.app.view
Class ListPanel

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
openfuture.bugbase.app.view.AbsPanel
openfuture.bugbase.app.view.ListPanel
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- Direct Known Subclasses:
- SimpleListPanel, UserPanel
- public class ListPanel
- extends AbsPanel
| Nested Class Summary |
| 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 |
| Field Summary | |
(package private) javax.swing.JButton |
addButton
|
(package private) javax.swing.JButton |
deleteButton
|
protected java.lang.String |
label
|
(package private) javax.swing.JList |
listElement
|
(package private) javax.swing.JButton |
saveButton
|
private openfuture.bugbase.app.model.SimpleListModel |
theListModel
|
| Fields inherited from class openfuture.bugbase.app.view.AbsPanel |
bigFont, normalFont, smallFont |
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
ListPanel(java.lang.String label,
openfuture.bugbase.app.controller.ListController control)
|
|
| Method Summary | |
void |
checkEnabling()
|
void |
clear()
|
void |
init(java.lang.String[] constraints)
|
void |
refreshView()
|
void |
refreshView(java.util.LinkedList list)
|
void |
setAddActionCommand(java.lang.String s)
Modifies the action command produced by this button |
void |
setDeleteActionCommand(java.lang.String s)
Modifies the action command produced by this button |
void |
setEnabled(boolean yes)
Set the value of the enabled property. |
void |
setSaveActionCommand(java.lang.String s)
Modifies the action command produced by this button |
void |
setSelectedIndex(int i)
|
| Methods inherited from class openfuture.bugbase.app.view.AbsPanel |
createButton, createCheckBox, createComboBox, createLabel, createList, createPasswordField, createRadioButton, createTextArea, createTextField, DateToString, getIndex, getMyActionListener, getMyController, getMyFocusListener, getMyItemListener, getMyListSelectionListener, init, init, setMyActionListener, setMyController, setMyFocusListener, setMyItemListener, setMyListSelectionListener |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
label
protected java.lang.String label
addButton
javax.swing.JButton addButton
deleteButton
javax.swing.JButton deleteButton
saveButton
javax.swing.JButton saveButton
listElement
javax.swing.JList listElement
theListModel
private openfuture.bugbase.app.model.SimpleListModel theListModel
| Constructor Detail |
ListPanel
public ListPanel(java.lang.String label, openfuture.bugbase.app.controller.ListController control)
| Method Detail |
init
public void init(java.lang.String[] constraints)
checkEnabling
public void checkEnabling()
- Overrides:
checkEnablingin classAbsPanel
refreshView
public void refreshView()
- Overrides:
refreshViewin classAbsPanel
refreshView
public void refreshView(java.util.LinkedList list)
clear
public void clear()
setEnabled
public void setEnabled(boolean yes)
- Description copied from class:
javax.swing.JComponent - Set the value of the
enabledproperty.
setSelectedIndex
public void setSelectedIndex(int i)
setSaveActionCommand
public void setSaveActionCommand(java.lang.String s)
- Modifies the action command produced by this button
setDeleteActionCommand
public void setDeleteActionCommand(java.lang.String s)
- Modifies the action command produced by this button
setAddActionCommand
public void setAddActionCommand(java.lang.String s)
- Modifies the action command produced by this button
|
|||||||||
| Home >> All >> openfuture >> bugbase >> app >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC