|
||||||||||
| 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
nl.tudelft.simulation.introspection.gui.IntroSpectionDialog
public class IntroSpectionDialog
A GUI element for presentation and manipulation of an introspected object. The dialog is 'powered' by an instance of {see ObjectJTable}. The dialog is positioned to a 'parent' window, or displayed centered if no parent window is available.
(c) copyright 2002-2005-2004 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JDialog |
|---|
JDialog.AccessibleJDialog |
| Nested classes/interfaces inherited from class java.awt.Dialog |
|---|
Dialog.AccessibleAWTDialog, Dialog.ModalExclusionType, Dialog.ModalityType |
| Nested classes/interfaces inherited from class java.awt.Window |
|---|
Window.AccessibleAWTWindow |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JDialog |
|---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
| 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 | |
|---|---|
IntroSpectionDialog(Frame parent,
Object introspected,
String title)
Constructs a new IntroSpectionDialog. |
|
IntroSpectionDialog(Object introspected)
Constructs a new IntroSpectionDialog. |
|
IntroSpectionDialog(Object introspected,
String title)
Constructs a new IntroSpectionDialog. |
|
IntroSpectionDialog(String title,
IntrospectingTableModelInterface content)
Constructs a new IntroSpectionDialog. |
|
IntroSpectionDialog(String title,
JTable content)
Constructs a new IntroSpectionDialog. |
|
IntroSpectionDialog(Window parent,
Object introspected)
Constructs a new IntroSpectionDialog. |
|
IntroSpectionDialog(Window parent,
String title,
IntrospectingTableModelInterface content)
Constructs a new IntroSpectionDialog. |
|
IntroSpectionDialog(Window parent,
String title,
JTable content)
Constructs a new IntroSpectionDialog. |
|
| Method Summary | |
|---|---|
protected void |
formatDialog()
Reformats this dialog to reflect changes in the table displayed. |
protected void |
setRelativeLocation()
Initializes the location of this dialog relative to its parent window if any. |
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IntroSpectionDialog(Object introspected)
introspected - The introspected object
public IntroSpectionDialog(Window parent,
Object introspected)
parent - The parent window, used for locating the dialogintrospected - The introspected object
public IntroSpectionDialog(Object introspected,
String title)
title - The title of the frameintrospected - The introspected object
public IntroSpectionDialog(String title,
IntrospectingTableModelInterface content)
title - The title of the dialogcontent - The object table-model containing the data of the
introspected object
public IntroSpectionDialog(Window parent,
String title,
IntrospectingTableModelInterface content)
parent - The parent window, used for locating the dialogtitle - The title of the dialogcontent - The object table-model containing the data of the
introspected object
public IntroSpectionDialog(Frame parent,
Object introspected,
String title)
parent - The parent window, used for locating the dialogtitle - The title of the dialogintrospected - The introspected object
public IntroSpectionDialog(String title,
JTable content)
title - The title of the dialogcontent - The table displaying the data of the introspected object
public IntroSpectionDialog(Window parent,
String title,
JTable content)
parent - The parent window, used for locating the dialogtitle - The title of the dialogcontent - The table displaying the data of the introspected object| Method Detail |
|---|
protected void formatDialog()
protected void setRelativeLocation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||