
com.viaoa.web.OATableScrollPane Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oa-web Show documentation
Show all versions of oa-web Show documentation
Object Automation Web library
package com.viaoa.web;
import com.viaoa.web.swing.ComponentInterface;
import com.viaoa.web.swing.LayoutInterface;
import com.viaoa.web.swing.TitledBorder;
public class OATableScrollPane implements LayoutInterface, ComponentInterface {
public OATableScrollPane(OATable table, int fixedColumns) {
// TODO Auto-generated constructor stub
}
public void setBorder(TitledBorder titledBorder) {
// TODO Auto-generated method stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy