Package jimm.datavision.gui

Examples of jimm.datavision.gui.SectionWidget.repaint()


    SectionWidget sw = fw.getSectionWidget();
    f.getBounds().setBounds(preMoveInfo.origBounds); // Move to original bounds
    fw.moveToSection(preMoveInfo.sectionWidget); // Move to original section
    sectionResizeCommand.undo();
    if (sw != preMoveInfo.sectionWidget)
  sw.repaint();
}

}
View Full Code Here


    aggregateWidget = new FieldWidget(null, aggregate);
    sectionWidget.addField(aggregateWidget);

    // For some reason we need to force a repaint of the section. Can't
    // just call invalidate.
    sectionWidget.repaint();
}

protected void deleteAggregate() {
    java.awt.Component parent = aggregateWidget.getComponent().getParent();
    aggregateWidget.doDelete();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.