org.qriterium.dogma.gui
Class DogmaFormView

java.lang.Object
  extended by org.qriterium.dogma.gui.DogmaFormView

public class DogmaFormView
extends java.lang.Object


Field Summary
static int PANELHEIGHT
           
static int PANELWIDTH
           
 
Constructor Summary
DogmaFormView()
          Makes FormView for new resource creation
DogmaFormView(DogmaResource resource)
          Makes FormView for manipulation of existing resource
 
Method Summary
static DogmaFormView getCurrent()
          Gets the current window, null if none is open
static void main(java.lang.String[] args)
           
 void setResource(DogmaResource resource)
          Makes the FormView to show the given resource.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PANELWIDTH

public static final int PANELWIDTH
See Also:
Constant Field Values

PANELHEIGHT

public static final int PANELHEIGHT
See Also:
Constant Field Values
Constructor Detail

DogmaFormView

public DogmaFormView()
Makes FormView for new resource creation

Parameters:
base - rb

DogmaFormView

public DogmaFormView(DogmaResource resource)
Makes FormView for manipulation of existing resource

Parameters:
resource - A resource to viewed
Method Detail

main

public static void main(java.lang.String[] args)

setResource

public void setResource(DogmaResource resource)
Makes the FormView to show the given resource.

Parameters:
resource - Resource to be shown.

getCurrent

public static DogmaFormView getCurrent()
Gets the current window, null if none is open

Returns: