164165166167168169170
public void updateUI() { firePropertyChange("UI", null, getUI()); } protected ComponentUI createRepresentativeAnchorUI() { return new ContentRepresentativeAnchorUI(ContentDescriptor.this); }