|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
weka.gui.GenericObjectEditor.GOEPanel
public class GenericObjectEditor.GOEPanel
Handles the GUI side of editing values.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.BaselineResizeBehavior |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
TOOL_TIP_TEXT_KEY, 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 | |
|---|---|
GenericObjectEditor.GOEPanel()
Creates the GUI editor component. |
|
| Method Summary | |
|---|---|
void |
addCancelListener(ActionListener a)
This is used to hook an action listener to the cancel button. |
void |
addOkListener(ActionListener a)
This is used to hook an action listener to the ok button. |
void |
removeCancelListener(ActionListener a)
This is used to remove an action listener from the cancel button. |
void |
removeOkListener(ActionListener a)
This is used to remove an action listener from the ok button. |
void |
setOkButtonText(String newLabel)
Allows customization of the action label on the dialog. |
void |
updateChildPropertySheet()
Updates the child property sheet, and creates if needed. |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GenericObjectEditor.GOEPanel()
| Method Detail |
|---|
public void setOkButtonText(String newLabel)
newLabel - the new string for the ok buttonpublic void addOkListener(ActionListener a)
a - The action listener.public void addCancelListener(ActionListener a)
a - The action listener.public void removeOkListener(ActionListener a)
a - The action listenerpublic void removeCancelListener(ActionListener a)
a - The action listenerpublic void updateChildPropertySheet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||