|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectadams.gui.visualization.instance.HistogramFactory
public class HistogramFactory
A factory for histogram related objects.
| Nested Class Summary | |
|---|---|
static class |
HistogramFactory.Dialog
Dialog for displaying histograms generated from instances. |
static class |
HistogramFactory.Panel
A panel for displaying a histogram based on the GC data of a instance. |
static class |
HistogramFactory.SetupDialog
A dialog that queries the user about parameters for displaying histograms. |
| Constructor Summary | |
|---|---|
HistogramFactory()
|
|
| Method Summary | |
|---|---|
static HistogramFactory.Dialog |
getDialog(Dialog owner,
Dialog.ModalityType modality)
Returns a new dialog for displaying histograms. |
static HistogramFactory.Dialog |
getDialog(Frame owner,
boolean modal)
Returns a new dialog for displaying displaying histograms. |
static HistogramFactory.Panel |
getPanel()
Returns an instance of a new panel for displaying histograms. |
static HistogramFactory.SetupDialog |
getSetupDialog(Dialog owner,
Dialog.ModalityType modality)
Returns an instance of a setup dialog for displaying histograms. |
static HistogramFactory.SetupDialog |
getSetupDialog(Frame owner,
boolean modal)
Returns an instance of a setup dialog for displaying histograms. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HistogramFactory()
| Method Detail |
|---|
public static HistogramFactory.Panel getPanel()
public static HistogramFactory.SetupDialog getSetupDialog(Dialog owner,
Dialog.ModalityType modality)
owner - the owning componentmodality - the type of modality
public static HistogramFactory.SetupDialog getSetupDialog(Frame owner,
boolean modal)
owner - the owning componentmodal - if true then the dialog will be modal
public static HistogramFactory.Dialog getDialog(Dialog owner,
Dialog.ModalityType modality)
owner - the owning componentmodality - the type of modality
public static HistogramFactory.Dialog getDialog(Frame owner,
boolean modal)
owner - the owning componentmodal - if true then the dialog will be modal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||