Menu

#19 Change the property display structure. [DOC]

open
nobody
None
6
2008-09-07
2008-09-06
Bhupendra
No

Code Design:

getProps() {
props = super.getProps();
props.add(PropStruct);
return props;
}

PropStruct {
name,
caption,
type,
callbackclass
}

Callbackclass {
getPropValue
setPropValue
}

Discussion

  • Bhupendra

    Bhupendra - 2008-09-07
    • labels: 815838 -->
    • milestone: 875311 -->
    • assigned_to: bhupendra_aole --> nobody
    • summary: Change the property display structure. --> Change the property display structure. [DOC]
     
  • Bhupendra

    Bhupendra - 2008-09-07

    Logged In: YES
    user_id=1443685
    Originator: YES

    Users can now modify objects properties interactively in the Modify Panel on the right.
    Dep:
    App.java 1.27
    ACamera.java 1.9
    ABox.java 1.13
    ConeObj.java 1.11
    CylinderObj.java 1.11
    PlaneObj.java 1.10
    PyramidObj.java 1.8
    SphereObj.java 1.10
    TorusObj.java 1.9
    ARenderable.java 1..5
    ARepresent.java 1.9
    AMenuBar.java 1.12
    AToolBar.java 1.3
    GenProp.java 1.3

     

Log in to post a comment.