|
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.ChoicePanel
This class was generated by a SmartGuide.
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 | |
ChoicePanel()
ChoicePanel constructor comment. |
|
ChoicePanel(String aPrompt,
Vector aChoiceList)
This method was created by a SmartGuide. |
Method Summary | |
void |
actionPerformed(ActionEvent evt)
This method was created by a SmartGuide. |
void |
addComponents()
This method was created by a SmartGuide. |
JComboBox |
addPrompt(String labelString,
Vector possibleValues,
String initialValue)
This method was created by a SmartGuide. |
Dimension |
getPreferredSize()
This method was created by a SmartGuide. |
String |
getSelection()
This method was created by a SmartGuide. |
void |
initialize()
This method was created by a SmartGuide. |
static Vector |
vectorFromArray(Object[] anArray)
This method was created in VisualAge. |
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 ChoicePanel()
public ChoicePanel(String aPrompt, Vector aChoiceList)
aPrompt
- java.lang.StringaChoiceList
- java.util.VectorMethod Detail |
public void actionPerformed(ActionEvent evt)
actionPerformed
in interface ActionListener
actionPerformed
in class PropertiesPanel
evt
- ActionEventpublic void addComponents()
addComponents
in class PropertiesPanel
public JComboBox addPrompt(String labelString, Vector possibleValues, String initialValue)
public Dimension getPreferredSize()
getPreferredSize
in class PropertiesPanel
public String getSelection()
public void initialize()
initialize
in class PropertiesPanel
public static Vector vectorFromArray(Object[] anArray)
|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |