/* */ package NET.worlds.scape; /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ class ObjEditorDialog /* */ extends ObjectSelectorDialog /* */ { /* */ private static final long serialVersionUID = 1L; /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ ObjEditorDialog(EditTile parent, String title, Property property, SuperRoot r, Class clas) /* */ { /* 32 */ super(parent, title, property, r, clas); /* */ } /* */ /* */ protected void addIt(Property p, Object obj) /* */ { /* 37 */ this.parent.addUndoableSet(p, obj); /* */ } /* */ } /* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\scape\ObjEditorDialog.class * Java compiler version: 6 (50.0) * JD-Core Version: 0.7.1 */