|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the interface that any wordfreak input dialog (or chooser) should implement.
Method Summary | |
void |
addComponent(javax.swing.JComponent component)
Adds the specified component to this chooser. |
void |
addComponent(javax.swing.JComponent component,
boolean stretch)
Adds the specified component to this chooser indicating whether the chooser should stretch to accomidate it. |
void |
addComponents(javax.swing.JComponent[] components)
Adds the specified components to this chooser indicating whether the chooser should stretch to accomidate them. |
void |
addComponents(javax.swing.JComponent[] components,
boolean[] stretches)
Adds the specified components to this chooser indicating for which the chooser should stretch to accomidate them. |
void |
dispose()
Destroys the chooser. |
void |
focusComponent(java.lang.String name)
Assigns the component with the specified name focus. |
java.util.List |
getChooserComponents()
Returns the components of this chooser. |
void |
resize()
Tells the chooser to resize. |
void |
setFontType(java.lang.String name)
Sets the font used by the chooser to the specified name. |
void |
toFront()
Indicates that the chooser should be moved to the front. |
Method Detail |
public void addComponent(javax.swing.JComponent component)
component
- The componet to be added.public void addComponent(javax.swing.JComponent component, boolean stretch)
component
- The componet to be added.stretch
- Whether the chooser should stretch to accomidate the specified component.public void addComponents(javax.swing.JComponent[] components)
components
- public void addComponents(javax.swing.JComponent[] components, boolean[] stretches)
components
- The componets to be added.stretches
- Whether the chooser should stretch to accomidate the specified components.public java.util.List getChooserComponents()
public void dispose()
public void toFront()
public void resize()
public void setFontType(java.lang.String name)
name
- public void focusComponent(java.lang.String name)
name
- The name of the component to be given focus.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |