org.qriterium.dogma.gui
Class DogmaFormView
java.lang.Object
org.qriterium.dogma.gui.DogmaFormView
public class DogmaFormView
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PANELWIDTH
public static final int PANELWIDTH
- See Also:
- Constant Field Values
PANELHEIGHT
public static final int PANELHEIGHT
- See Also:
- Constant Field Values
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
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: