All Packages Class Hierarchy This Package Previous Next Index
Class jclass.chart.JCCustomizerPage
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----jclass.bwt.JCContainer
|
+----jclass.chart.JCCustomizerPage
- public abstract class JCCustomizerPage
- extends JCContainer
Base class for Property Pages
-
JCCustomizerPage()
-
-
getFrame(Component)
-
Gets the component's parent frame.
-
getObject()
- Method called to return the target that this page is editing
-
getPropertyFrame()
- Utility method to return a frame for placing a propery page in
Will be overridden in subclasses
-
init()
- Method called to initialize the page
-
launch()
- Utility method to show the Customizer
-
setObject()
- Method called to update the page with values from the current target
-
setObject(Object)
- Method called to update the page with values from the given source
-
showError(String)
- Method to show() an Info Dialog containing important messages
JCCustomizerPage
public JCCustomizerPage()
init
public void init()
- Method called to initialize the page
getObject
public Object getObject()
- Method called to return the target that this page is editing
setObject
public void setObject(Object source)
- Method called to update the page with values from the given source
setObject
public void setObject()
- Method called to update the page with values from the current target
showError
public static void showError(String msg)
- Method to show() an Info Dialog containing important messages
getPropertyFrame
public Frame getPropertyFrame()
- Utility method to return a frame for placing a propery page in
Will be overridden in subclasses
launch
public void launch()
- Utility method to show the Customizer
getFrame
public static Frame getFrame(Component comp)
- Gets the component's parent frame.
Repeated from BWTUtil
All Packages Class Hierarchy This Package Previous Next Index