
com.viaoa.web.swing.JSplitPane 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.swing;
import java.awt.Dimension;
public class JSplitPane extends Component {
public static final String VERTICAL_SPLIT = null;
public static final String HORIZONTAL_SPLIT = null;
public JSplitPane(String verticalSplit, JPanel searchPanel, JPanel selectPanel) {
// TODO Auto-generated constructor stub
}
public void addNotify() {
// TODO Auto-generated method stub
}
public Dimension getSize() {
return null;
}
public void setResizeWeight(double d) {
}
public void setDividerSize(int i) {
// TODO Auto-generated method stub
}
public void setOneTouchExpandable(boolean b) {
// TODO Auto-generated method stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy