//
// Location properties
//
////////////////////////////////////////////////////////////////////////////
private void addLocationProperties() {
addBroadcastListener(new ObjectInfoAllProperties() {
public void invoke(ObjectInfo object, List<Property> properties) throws Exception {
if (object instanceof WidgetInfo && object.getParent() == LayoutPanelInfo.this) {
WidgetInfo widget = (WidgetInfo) object;
addLocationProperties(properties, widget, true, "Anchor H");
addLocationProperties(properties, widget, false, "Anchor V");