org.das2.dasml
Class FormBase

java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Container
          extended by javax.swing.JComponent
              extended by javax.swing.JTabbedPane
                  extended by org.das2.dasml.FormBase
All Implemented Interfaces:
java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.SwingConstants, FormComponent

public class FormBase
extends javax.swing.JTabbedPane
implements FormComponent

This class displays a Java form that is generated from an XML Document that is provided as input.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.JTabbedPane
javax.swing.JTabbedPane.AccessibleJTabbedPane, javax.swing.JTabbedPane.ModelListener
 
Nested classes/interfaces inherited from class javax.swing.JComponent
javax.swing.JComponent.AccessibleJComponent
 
Nested classes/interfaces inherited from class java.awt.Container
java.awt.Container.AccessibleAWTContainer
 
Nested classes/interfaces inherited from class java.awt.Component
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy
 
Field Summary
 
Fields inherited from class javax.swing.JTabbedPane
changeEvent, changeListener, model, SCROLL_TAB_LAYOUT, tabPlacement, WRAP_TAB_LAYOUT
 
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Fields inherited from interface javax.swing.SwingConstants
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
FormBase(boolean editable)
           
FormBase(java.io.InputStream in, org.xml.sax.ErrorHandler eh, boolean editable)
           
FormBase(java.io.Reader reader, org.xml.sax.ErrorHandler eh, boolean editable)
           
FormBase(java.net.URL url, org.xml.sax.ErrorHandler eh, boolean editable)
          Creates a FormBase object
 
Method Summary
 void addForm(FormTab form)
           
 void addWindow(FormWindow window)
           
 java.lang.Object checkValue(java.lang.String name, java.lang.Class type, java.lang.String tag)
           
 void deregisterComponent()
           
 DasApplication getDasApplication()
           
 java.lang.String getDasName()
           
 DnDSupport getDnDSupport()
           
 org.w3c.dom.Element getDOMElement(org.w3c.dom.Document document)
           
 boolean getEditingMode()
           
 FormBase getForm()
           
 java.util.List getWindowList()
           
 java.lang.Object invoke(java.lang.String name, java.lang.String[] args)
           
protected  void paintBorder(java.awt.Graphics g)
          Paints the component's border.
 void registerComponent()
           
 void removeWindow(FormWindow window)
           
 void serialize(java.io.OutputStream out)
          Writes the XML representation of this form to the specified byte stream
 void setDasName(java.lang.String name)
           
 void setEditingMode(boolean b)
           
 boolean startDrag(int x, int y, int action, java.awt.event.MouseEvent evt)
           
 
Methods inherited from class javax.swing.JTabbedPane
add, add, add, add, add, addChangeListener, addTab, addTab, addTab, createChangeListener, fireStateChanged, getAccessibleContext, getBackgroundAt, getBoundsAt, getChangeListeners, getComponentAt, getDisabledIconAt, getDisplayedMnemonicIndexAt, getForegroundAt, getIconAt, getMnemonicAt, getModel, getSelectedComponent, getSelectedIndex, getTabComponentAt, getTabCount, getTabLayoutPolicy, getTabPlacement, getTabRunCount, getTitleAt, getToolTipText, getToolTipTextAt, getUI, getUIClassID, indexAtLocation, indexOfComponent, indexOfTab, indexOfTab, indexOfTabComponent, insertTab, isEnabledAt, paramString, remove, remove, removeAll, removeChangeListener, removeTabAt, setBackgroundAt, setComponentAt, setDisabledIconAt, setDisplayedMnemonicIndexAt, setEnabledAt, setForegroundAt, setIconAt, setMnemonicAt, setModel, setSelectedComponent, setSelectedIndex, setTabComponentAt, setTabLayoutPolicy, setTabPlacement, setTitleAt, setToolTipTextAt, setUI, updateUI
 
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
 
Methods inherited from class java.awt.Container
addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormBase

public FormBase(java.net.URL url,
                org.xml.sax.ErrorHandler eh,
                boolean editable)
         throws java.io.IOException,
                org.xml.sax.SAXException
Creates a FormBase object

Parameters:
url - A uniform resouce locator pointing to the XML document to parse.
Throws:
java.io.IOException
org.xml.sax.SAXException

FormBase

public FormBase(java.io.InputStream in,
                org.xml.sax.ErrorHandler eh,
                boolean editable)
         throws java.io.IOException,
                org.xml.sax.SAXException
Throws:
java.io.IOException
org.xml.sax.SAXException

FormBase

public FormBase(java.io.Reader reader,
                org.xml.sax.ErrorHandler eh,
                boolean editable)
         throws java.io.IOException,
                org.xml.sax.SAXException
Throws:
java.io.IOException
org.xml.sax.SAXException

FormBase

public FormBase(boolean editable)
Method Detail

addForm

public void addForm(FormTab form)

addWindow

public void addWindow(FormWindow window)

removeWindow

public void removeWindow(FormWindow window)

serialize

public void serialize(java.io.OutputStream out)
               throws java.io.IOException
Writes the XML representation of this form to the specified byte stream

Parameters:
out - the specified byte stream
Throws:
java.io.IOException

checkValue

public java.lang.Object checkValue(java.lang.String name,
                                   java.lang.Class type,
                                   java.lang.String tag)
                            throws DasPropertyException,
                                   DasNameException
Throws:
DasPropertyException
DasNameException

invoke

public java.lang.Object invoke(java.lang.String name,
                               java.lang.String[] args)
                        throws DasPropertyException,
                               DataFormatException,
                               ParsedExpressionException,
                               java.lang.reflect.InvocationTargetException
Throws:
DasPropertyException
DataFormatException
ParsedExpressionException
java.lang.reflect.InvocationTargetException

getEditingMode

public boolean getEditingMode()
Specified by:
getEditingMode in interface FormComponent

setEditingMode

public void setEditingMode(boolean b)
Specified by:
setEditingMode in interface FormComponent

getForm

public FormBase getForm()
Specified by:
getForm in interface FormComponent

getDOMElement

public org.w3c.dom.Element getDOMElement(org.w3c.dom.Document document)
Specified by:
getDOMElement in interface FormComponent

paintBorder

protected void paintBorder(java.awt.Graphics g)
Paints the component's border.

If you override this in a subclass you should not make permanent changes to the passed in Graphics. For example, you should not alter the clip Rectangle or modify the transform. If you need to do these operations you may find it easier to create a new Graphics from the passed in Graphics and manipulate it.

Overrides:
paintBorder in class javax.swing.JComponent
Parameters:
g - the Graphics context in which to paint
See Also:
JComponent.paint(java.awt.Graphics), JComponent.setBorder(javax.swing.border.Border)

getDnDSupport

public DnDSupport getDnDSupport()
Specified by:
getDnDSupport in interface FormComponent

startDrag

public boolean startDrag(int x,
                         int y,
                         int action,
                         java.awt.event.MouseEvent evt)
Specified by:
startDrag in interface FormComponent

getDasName

public java.lang.String getDasName()
Specified by:
getDasName in interface FormComponent

getWindowList

public java.util.List getWindowList()

setDasName

public void setDasName(java.lang.String name)
                throws DasNameException
Specified by:
setDasName in interface FormComponent
Throws:
DasNameException

deregisterComponent

public void deregisterComponent()
Specified by:
deregisterComponent in interface FormComponent

getDasApplication

public DasApplication getDasApplication()
Specified by:
getDasApplication in interface FormComponent

registerComponent

public void registerComponent()
                       throws DasException
Specified by:
registerComponent in interface FormComponent
Throws:
DasException