|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JPanel | +--com.klg.jclass.chart3d.JCChart3dCustomizerPage
Base class for Property Pages. This class is used internally by JClass Chart 3D and should not be used by applications.
Nested Class Summary |
Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
protected Object |
target
The target that this page is editing. |
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
JCChart3dCustomizerPage()
|
Method Summary | |
static JFrame |
getFrame(Component comp)
Gets the component's parent frame. |
Object |
getObject()
Method that returns the target that this page is editing. |
JFrame |
getPropertyFrame()
Utility method that returns a frame for placing a propery page in. |
void |
initialize()
Method that initializes the page. |
void |
launch(Point p)
Utility method that shows the Customizer. |
void |
setObject()
Method that updates the page with values from the current target. |
void |
setObject(Object source)
Method that updates the page with values from the given source. |
static void |
showError(String msg)
Method to show() an Info Dialog containing important messages. |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected Object target
Constructor Detail |
public JCChart3dCustomizerPage()
Method Detail |
public void initialize()
public Object getObject()
public void setObject(Object source)
source
- the new target for editingpublic void setObject()
public static void showError(String msg)
show()
an Info Dialog containing important messages.
msg
- the message to showpublic JFrame getPropertyFrame()
public void launch(Point p)
p
- point at which to launch the customizerpublic static JFrame getFrame(Component comp)
comp
- the component whose parent frame should be returned
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |