Class ClassSchemaBuilder

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class ClassSchemaBuilder extends JFrame implements Serializable
See Also:
  • Field Details

    • processed

      public boolean processed
    • files

      public List<File[]> files
    • tempDir

      public String tempDir
  • Constructor Details

    • ClassSchemaBuilder

      public ClassSchemaBuilder()
  • Method Details

    • setMaxRes

      public void setMaxRes(int maxRes)
    • getMaxRes

      public int getMaxRes()
    • buttonGOActionPerformed

      public void buttonGOActionPerformed(ActionEvent e)
    • drawElement

      public void drawElement(Graphics g, one.empty3.feature.ClassSchemaBuilder.DiagramElement diagramElement)
    • selectFromPoint

      public one.empty3.feature.ClassSchemaBuilder.DiagramElement selectFromPoint(int x, int y)
    • drawAllElements

      public void drawAllElements()
    • addClassToSchema

      public void addClassToSchema()
    • addThenToSchema

      public void addThenToSchema()
    • main

      public static void main(String[] args)
    • toString

      public String toString()
      Overrides:
      toString in class Component