|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JPanel | +--org.arch4j.ui.components.PropertiesPanel | +--org.arch4j.ui.components.MultiChoicePanel
Insert the type's description here. Creation date: (2/10/00 3:12:02 PM)
Field Summary |
Fields inherited from class org.arch4j.ui.components.PropertiesPanel |
bottomOffset, boxOffset, buttonOffset, cancelButton, dialog, fieldOffset, layout, leftIndent, m_isDirty, okButton, performer, returnValue, rightIndent, topOffset, x, y, yHeight, yIncrement |
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.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 | |
MultiChoicePanel()
MultiChoicePanel constructor comment. |
|
MultiChoicePanel(String aPrompt,
String[] aChoiceList)
MultiChoicePanel constructor comment. |
Method Summary | |
void |
actionPerformed(ActionEvent event)
This method was created by a SmartGuide. |
void |
addComponents()
Method overriden to do nothing. |
Dimension |
getPreferredSize()
This method was created by a SmartGuide. |
Object[] |
getSelectedItems()
Create the list box to use for prompting the user. |
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 |
Constructor Detail |
public MultiChoicePanel()
public MultiChoicePanel(String aPrompt, String[] aChoiceList)
aPrompt
- java.lang.StringaChoiceList
- java.util.VectorMethod Detail |
public void actionPerformed(ActionEvent event)
actionPerformed
in interface ActionListener
actionPerformed
in class PropertiesPanel
public void addComponents()
addComponents
in class PropertiesPanel
public Dimension getPreferredSize()
getPreferredSize
in class PropertiesPanel
public Object[] getSelectedItems()
|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |