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


Constructor Index

 o JCCustomizerPage()

Method Index

 o getFrame(Component)
Gets the component's parent frame.
 o getObject()
Method called to return the target that this page is editing
 o getPropertyFrame()
Utility method to return a frame for placing a propery page in Will be overridden in subclasses
 o init()
Method called to initialize the page
 o launch()
Utility method to show the Customizer
 o setObject()
Method called to update the page with values from the current target
 o setObject(Object)
Method called to update the page with values from the given source
 o showError(String)
Method to show() an Info Dialog containing important messages

Constructors

 o JCCustomizerPage
 public JCCustomizerPage()

Methods

 o init
 public void init()
Method called to initialize the page

 o getObject
 public Object getObject()
Method called to return the target that this page is editing

 o setObject
 public void setObject(Object source)
Method called to update the page with values from the given source

 o setObject
 public void setObject()
Method called to update the page with values from the current target

 o showError
 public static void showError(String msg)
Method to show() an Info Dialog containing important messages

 o getPropertyFrame
 public Frame getPropertyFrame()
Utility method to return a frame for placing a propery page in Will be overridden in subclasses

 o launch
 public void launch()
Utility method to show the Customizer

 o 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