|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvmm.core.UserExhibit.Support
vmm.core3D.UserExhibit3D.Support
public static class UserExhibit3D.Support
This subclass of UserExhibit.Support contains user data for a 3D user exhibit.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class vmm.core.UserExhibit.Support |
|---|
UserExhibit.Support.Dialog, UserExhibit.Support.ExtraPanel |
| Constructor Summary | |
|---|---|
UserExhibit3D.Support(UserExhibit3D exhibit3D)
Create a 3D user exhibit support object. |
|
| Method Summary | |
|---|---|
void |
addToXML(org.w3c.dom.Document containingDocument,
org.w3c.dom.Element userDataElement)
This is called by the system when the user exhibit is being saved to a settings file to write the user data to the settings file. |
protected UserExhibit.Support.Dialog |
createDialog(Display display,
View view,
boolean creating)
Called by UserExhibit.Support.showCreateDialog(Display) and UserExhibit.Support.showChangeDialog(Display, View)
to actually create the dialog box. |
protected void |
finish(UserExhibit.Support.Dialog dialog,
View view,
boolean creating)
Called by UserExhibit.Support.showCreateDialog(Display) and UserExhibit.Support.showChangeDialog(Display, View)
after the user has clicked the OK button to dismiss the dialog box. |
boolean |
getShowViewpoint()
|
void |
setShowViewpoint(boolean showViewpoint)
Sets the showViewpoint property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserExhibit3D.Support(UserExhibit3D exhibit3D)
| Method Detail |
|---|
public boolean getShowViewpoint()
setShowViewpoint(boolean)public void setShowViewpoint(boolean showViewpoint)
protected UserExhibit.Support.Dialog createDialog(Display display,
View view,
boolean creating)
UserExhibit.SupportUserExhibit.Support.showCreateDialog(Display) and UserExhibit.Support.showChangeDialog(Display, View)
to actually create the dialog box. This can be overridden by a subclass to
customize the dialog box.
createDialog in class UserExhibit.Support
protected void finish(UserExhibit.Support.Dialog dialog,
View view,
boolean creating)
UserExhibit.SupportUserExhibit.Support.showCreateDialog(Display) and UserExhibit.Support.showChangeDialog(Display, View)
after the user has clicked the OK button to dismiss the dialog box. It can be
overridden in a subclass to customize the way the data in the dialog box is applied.
finish in class UserExhibit.Support
public void addToXML(org.w3c.dom.Document containingDocument,
org.w3c.dom.Element userDataElement)
UserExhibit.Support
addToXML in class UserExhibit.Support
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||