IgmpProfileIpAddressView.java :  » App » learnandroid » com » lgnortel » profile » olt » manager » view » igmp » Android Open Source

Android Open Source » App » learnandroid 
learnandroid » com » lgnortel » profile » olt » manager » view » igmp » IgmpProfileIpAddressView.java
package com.lgnortel.profile.olt.manager.view.igmp;

import javax.swing.JTable;

import com.lgnortel.profile.common.ProfileComplexChildView;
import com.lgnortel.r4.r4equipment.common.ManagementTableIF;

public class IgmpProfileIpAddressView extends ProfileComplexChildView {

  /**
   * 
   */
  private static final long serialVersionUID = -7124602337920499544L;
  public IgmpProfileIpAddressView(String title, ManagementTableIF controller) {
    super(title, controller);
  }
  protected void resizeTable() {
    table.setAutoResizeMode(JTable.AUTO_RESIZE_ALL_COLUMNS);
  }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.