|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
weka.gui.ViewerDialog
public class ViewerDialog
A downsized version of the ArffViewer, displaying only one Instances-Object.
ArffViewer,
Serialized Form| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.awt.Dialog |
|---|
Dialog.ModalExclusionType, Dialog.ModalityType |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.BaselineResizeBehavior |
| Field Summary | |
|---|---|
static int |
APPROVE_OPTION
Signifies an OK property selection |
static int |
CANCEL_OPTION
Signifies a cancelled property selection |
| Fields inherited from class java.awt.Dialog |
|---|
DEFAULT_MODALITY_TYPE |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
|---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
ViewerDialog(Frame parent)
initializes the dialog with the given parent |
|
| Method Summary | |
|---|---|
Instances |
getInstances()
returns the currently displayed instances |
boolean |
isChanged()
returns whether the data has been changed |
void |
setInstances(Instances inst)
sets the instances to display |
int |
showDialog()
Pops up the modal dialog and waits for Cancel or OK. |
int |
showDialog(Instances inst)
Pops up the modal dialog and waits for Cancel or OK. |
void |
stateChanged(ChangeEvent e)
Invoked when the target of the listener has changed its state. |
| Methods inherited from class javax.swing.JDialog |
|---|
getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setTransferHandler, update |
| Methods inherited from class java.awt.Dialog |
|---|
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, setVisible, show, toBack |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int APPROVE_OPTION
public static final int CANCEL_OPTION
| Constructor Detail |
|---|
public ViewerDialog(Frame parent)
parent - the parent for this dialog| Method Detail |
|---|
public void setInstances(Instances inst)
public Instances getInstances()
public boolean isChanged()
public void stateChanged(ChangeEvent e)
stateChanged in interface ChangeListenerpublic int showDialog()
public int showDialog(Instances inst)
inst - the instances to display
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||