|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
net.sf.j3d.threeD.ui.dialogs.EditTransformDialog
public class EditTransformDialog
An EditTransformDialog object allows the user to edit the transformation properties of an AbstractSurface object.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
TOOL_TIP_TEXT_KEY, 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 | |
|---|---|
EditTransformDialog(AbstractSurface surface,
int index,
DynamicDisplay display)
Constructs a new EditTransformDialog object that can be used to edit the transformation of the specified AbstractSurface object at the specified index. |
|
| Method Summary | |
|---|---|
void |
apply()
Applies the changes made in this dialog. |
void |
closeDialog()
Closes (and disposes) this dialog if it is open. |
EventHandler |
getEventHandler()
Returns the EventHandler object used by this EditTransformDialog object. |
void |
setEventHandler(EventHandler handler)
Sets the EventHandler object used by this EditTransformDialog object to the specified EventHandler object. |
void |
showDialog()
Shows this dialog in a JFrame. |
void |
updateFields()
Updates the fields of this dialog so that they match the TransformMatrixUI object being edited. |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EditTransformDialog(AbstractSurface surface,
int index,
DynamicDisplay display)
| Method Detail |
|---|
public void showDialog()
showDialog in interface Dialogpublic void closeDialog()
closeDialog in interface Dialogpublic void apply()
public void updateFields()
public void setEventHandler(EventHandler handler)
setEventHandler in interface EventGeneratorpublic EventHandler getEventHandler()
getEventHandler in interface EventGenerator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||