jaxx.runtime.swing
Class AboutPanel

java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Container
          extended by javax.swing.JComponent
              extended by javax.swing.JPanel
                  extended by jaxx.runtime.swing.Table
                      extended by jaxx.runtime.swing.AboutPanel
All Implemented Interfaces:
java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, JAXXContext, JAXXObject

public class AboutPanel
extends Table
implements JAXXObject

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.JPanel
javax.swing.JPanel.AccessibleJPanel
 
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
protected  java.util.List<java.lang.Object> $activeBindings
           
protected  java.util.Map<java.lang.String,java.lang.Object> $bindingSources
           
protected  java.util.Map<java.lang.String,java.lang.Object> $objectMap
           
protected  javax.swing.JScrollPane aboutContent
           
protected  java.lang.String aboutText
           
protected  java.awt.Color backgroundColor
           
protected  javax.swing.JLabel bottomLabel
           
protected  java.lang.String bottomText
           
protected  javax.swing.JButton close
           
protected  JAXXContext delegateContext
           
protected  java.lang.String iconPath
           
protected  javax.swing.JScrollPane licenseContent
           
protected  java.lang.String licenseText
           
protected  javax.swing.JTextArea licenseTextArea
           
static org.apache.commons.logging.Log log
           
protected  javax.swing.JTabbedPane tabs
           
protected  javax.swing.JScrollPane thirdpartyContent
           
protected  java.lang.String thirdpartyText
           
protected  javax.swing.JTextArea thirdpartyTextArea
           
protected  java.lang.String title
           
protected  javax.swing.JPanel topPanel
           
 
Fields inherited from class jaxx.runtime.swing.Table
DEFAULT_INSETS
 
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 java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
AboutPanel()
           
AboutPanel(JAXXContext parentContext)
           
 
Method Summary
static JAXXObjectDescriptor $getJAXXObjectDescriptor()
           
protected  void addChildrenToAboutContent()
           
protected  void addChildrenToLicenseContent()
           
protected  void addChildrenToTabs()
           
protected  void addChildrenToThirdpartyContent()
           
 void applyDataBinding(java.lang.String $binding)
           
 void buildTopPanel()
           
protected  void create$JEditorPane3()
           
protected  void createAboutContent()
           
protected  void createAboutText()
           
protected  void createBackgroundColor()
           
protected  void createBottomLabel()
           
protected  void createBottomText()
           
protected  void createClose()
           
protected  void createIconPath()
           
protected  void createLicenseContent()
           
protected  void createLicenseText()
           
protected  void createLicenseTextArea()
           
protected  void createTabs()
           
protected  void createThirdpartyContent()
           
protected  void createThirdpartyText()
           
protected  void createThirdpartyTextArea()
           
protected  void createTitle()
           
protected  void createTopPanel()
           
 void doHyperlinkUpdate__on__$JEditorPane3(javax.swing.event.HyperlinkEvent event)
           
 void firePropertyChange(java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue)
           
 java.util.List<java.lang.Object> get$activeBindings()
           
 java.util.Map<java.lang.String,java.lang.Object> get$bindingSources()
           
protected  java.lang.String get$jaxxObjectDescriptor()
           
protected  javax.swing.JEditorPane get$JEditorPane3()
           
protected  javax.swing.JLabel get$JLabel2()
           
protected  javax.swing.JPanel get$JPanel1()
           
protected  javax.swing.JPanel get$JPanel4()
           
 java.util.Map<java.lang.String,java.lang.Object> get$objectMap()
           
protected  java.util.Map get$previousValues()
           
protected  TabInfo get$TabInfo5()
           
protected  TabInfo get$TabInfo6()
           
protected  TabInfo get$TabInfo7()
           
protected  AboutPanel get$Table0()
           
 javax.swing.JScrollPane getAboutContent()
           
 java.lang.String getAboutText()
           
protected  boolean getAllComponentsCreated()
           
 java.awt.Color getBackgroundColor()
           
 javax.swing.JLabel getBottomLabel()
           
 java.lang.String getBottomText()
           
 javax.swing.JButton getClose()
           
protected  boolean getContextInitialized()
           
<T> T
getContextValue(java.lang.Class<T> clazz)
           
<T> T
getContextValue(java.lang.Class<T> clazz, java.lang.String name)
           
 JAXXContext getDelegateContext()
           
 java.lang.String getIconPath()
           
 javax.swing.JScrollPane getLicenseContent()
           
 java.lang.String getLicenseText()
           
 javax.swing.JTextArea getLicenseTextArea()
           
protected  org.apache.commons.logging.Log getLog()
           
 java.lang.Object getObjectById(java.lang.String id)
           
<O extends java.awt.Container>
O
getParentContainer(java.lang.Class<O> clazz)
           
<O extends java.awt.Container>
O
getParentContainer(java.lang.Object source, java.lang.Class<O> clazz)
           
 javax.swing.JTabbedPane getTabs()
           
 javax.swing.JScrollPane getThirdpartyContent()
           
 java.lang.String getThirdpartyText()
           
 javax.swing.JTextArea getThirdpartyTextArea()
           
 java.lang.String getTitle()
           
 javax.swing.JPanel getTopPanel()
           
 void init()
           
protected  java.lang.String load(java.lang.String filename)
           
 void processDataBinding(java.lang.String dest)
           
 void processDataBinding(java.lang.String $dest, boolean $force)
           
<T> void
removeContextValue(java.lang.Class<T> clazz)
           
<T> void
removeContextValue(java.lang.Class<T> clazz, java.lang.String name)
           
 void removeDataBinding(java.lang.String $binding)
           
 void setAboutText(java.lang.String newValue)
           
 void setBackgroundColor(java.awt.Color newValue)
           
 void setBottomText(java.lang.String newValue)
           
<T> void
setContextValue(T o)
           
<T> void
setContextValue(T o, java.lang.String name)
           
 void setIconPath(java.lang.String newValue)
           
 void setLicenseFile(java.lang.String filename)
           
 void setLicenseText(java.lang.String newValue)
           
 void setThirdpartyFile(java.lang.String filename)
           
 void setThirdpartyText(java.lang.String newValue)
           
 void setTitle(java.lang.String newValue)
           
 void showInDialog(java.awt.Frame ui, boolean undecorated)
           
 
Methods inherited from class jaxx.runtime.swing.Table
getCellConstraints, getRowConstraints, getTableConstraints, newCell, newRow, setLayout
 
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, 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, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, 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
add, add, add, add, add, 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, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, 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, 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
 

Field Detail

log

public static final org.apache.commons.logging.Log log

$activeBindings

protected java.util.List<java.lang.Object> $activeBindings

$bindingSources

protected java.util.Map<java.lang.String,java.lang.Object> $bindingSources

$objectMap

protected java.util.Map<java.lang.String,java.lang.Object> $objectMap

aboutContent

protected javax.swing.JScrollPane aboutContent

aboutText

protected java.lang.String aboutText

backgroundColor

protected java.awt.Color backgroundColor

bottomLabel

protected javax.swing.JLabel bottomLabel

bottomText

protected java.lang.String bottomText

close

protected javax.swing.JButton close

delegateContext

protected final JAXXContext delegateContext

iconPath

protected java.lang.String iconPath

licenseContent

protected javax.swing.JScrollPane licenseContent

licenseText

protected java.lang.String licenseText

licenseTextArea

protected javax.swing.JTextArea licenseTextArea

tabs

protected javax.swing.JTabbedPane tabs

thirdpartyContent

protected javax.swing.JScrollPane thirdpartyContent

thirdpartyText

protected java.lang.String thirdpartyText

thirdpartyTextArea

protected javax.swing.JTextArea thirdpartyTextArea

title

protected java.lang.String title

topPanel

protected javax.swing.JPanel topPanel
Constructor Detail

AboutPanel

public AboutPanel()

AboutPanel

public AboutPanel(JAXXContext parentContext)
Method Detail

setLicenseFile

public void setLicenseFile(java.lang.String filename)

setThirdpartyFile

public void setThirdpartyFile(java.lang.String filename)

buildTopPanel

public void buildTopPanel()

init

public void init()

showInDialog

public void showInDialog(java.awt.Frame ui,
                         boolean undecorated)

load

protected java.lang.String load(java.lang.String filename)

$getJAXXObjectDescriptor

public static JAXXObjectDescriptor $getJAXXObjectDescriptor()

applyDataBinding

public void applyDataBinding(java.lang.String $binding)
Specified by:
applyDataBinding in interface JAXXObject

firePropertyChange

public void firePropertyChange(java.lang.String propertyName,
                               java.lang.Object oldValue,
                               java.lang.Object newValue)
Specified by:
firePropertyChange in interface JAXXObject
Overrides:
firePropertyChange in class java.awt.Component

get$objectMap

public java.util.Map<java.lang.String,java.lang.Object> get$objectMap()
Specified by:
get$objectMap in interface JAXXObject

getObjectById

public java.lang.Object getObjectById(java.lang.String id)
Specified by:
getObjectById in interface JAXXObject

processDataBinding

public void processDataBinding(java.lang.String dest)
Specified by:
processDataBinding in interface JAXXObject

processDataBinding

public void processDataBinding(java.lang.String $dest,
                               boolean $force)

removeDataBinding

public void removeDataBinding(java.lang.String $binding)
Specified by:
removeDataBinding in interface JAXXObject

getContextValue

public <T> T getContextValue(java.lang.Class<T> clazz)
Specified by:
getContextValue in interface JAXXContext

getContextValue

public <T> T getContextValue(java.lang.Class<T> clazz,
                             java.lang.String name)
Specified by:
getContextValue in interface JAXXContext

getDelegateContext

public JAXXContext getDelegateContext()
Specified by:
getDelegateContext in interface JAXXObject

getParentContainer

public <O extends java.awt.Container> O getParentContainer(java.lang.Class<O> clazz)
Specified by:
getParentContainer in interface JAXXContext

getParentContainer

public <O extends java.awt.Container> O getParentContainer(java.lang.Object source,
                                                           java.lang.Class<O> clazz)
Specified by:
getParentContainer in interface JAXXContext

removeContextValue

public <T> void removeContextValue(java.lang.Class<T> clazz)
Specified by:
removeContextValue in interface JAXXContext

removeContextValue

public <T> void removeContextValue(java.lang.Class<T> clazz,
                                   java.lang.String name)
Specified by:
removeContextValue in interface JAXXContext

setContextValue

public <T> void setContextValue(T o)
Specified by:
setContextValue in interface JAXXContext

setContextValue

public <T> void setContextValue(T o,
                                java.lang.String name)
Specified by:
setContextValue in interface JAXXContext

doHyperlinkUpdate__on__$JEditorPane3

public void doHyperlinkUpdate__on__$JEditorPane3(javax.swing.event.HyperlinkEvent event)

get$activeBindings

public java.util.List<java.lang.Object> get$activeBindings()

get$bindingSources

public java.util.Map<java.lang.String,java.lang.Object> get$bindingSources()

getAboutContent

public javax.swing.JScrollPane getAboutContent()

getAboutText

public java.lang.String getAboutText()

getBackgroundColor

public java.awt.Color getBackgroundColor()

getBottomLabel

public javax.swing.JLabel getBottomLabel()

getBottomText

public java.lang.String getBottomText()

getClose

public javax.swing.JButton getClose()

getIconPath

public java.lang.String getIconPath()

getLicenseContent

public javax.swing.JScrollPane getLicenseContent()

getLicenseText

public java.lang.String getLicenseText()

getLicenseTextArea

public javax.swing.JTextArea getLicenseTextArea()

getTabs

public javax.swing.JTabbedPane getTabs()

getThirdpartyContent

public javax.swing.JScrollPane getThirdpartyContent()

getThirdpartyText

public java.lang.String getThirdpartyText()

getThirdpartyTextArea

public javax.swing.JTextArea getThirdpartyTextArea()

getTitle

public java.lang.String getTitle()

getTopPanel

public javax.swing.JPanel getTopPanel()

setAboutText

public void setAboutText(java.lang.String newValue)

setBackgroundColor

public void setBackgroundColor(java.awt.Color newValue)

setBottomText

public void setBottomText(java.lang.String newValue)

setIconPath

public void setIconPath(java.lang.String newValue)

setLicenseText

public void setLicenseText(java.lang.String newValue)

setThirdpartyText

public void setThirdpartyText(java.lang.String newValue)

setTitle

public void setTitle(java.lang.String newValue)

get$JEditorPane3

protected javax.swing.JEditorPane get$JEditorPane3()

get$JLabel2

protected javax.swing.JLabel get$JLabel2()

get$JPanel1

protected javax.swing.JPanel get$JPanel1()

get$JPanel4

protected javax.swing.JPanel get$JPanel4()

get$TabInfo5

protected TabInfo get$TabInfo5()

get$TabInfo6

protected TabInfo get$TabInfo6()

get$TabInfo7

protected TabInfo get$TabInfo7()

get$Table0

protected AboutPanel get$Table0()

get$jaxxObjectDescriptor

protected java.lang.String get$jaxxObjectDescriptor()

get$previousValues

protected java.util.Map get$previousValues()

getAllComponentsCreated

protected boolean getAllComponentsCreated()

getContextInitialized

protected boolean getContextInitialized()

getLog

protected org.apache.commons.logging.Log getLog()

addChildrenToAboutContent

protected void addChildrenToAboutContent()

addChildrenToLicenseContent

protected void addChildrenToLicenseContent()

addChildrenToTabs

protected void addChildrenToTabs()

addChildrenToThirdpartyContent

protected void addChildrenToThirdpartyContent()

create$JEditorPane3

protected void create$JEditorPane3()

createAboutContent

protected void createAboutContent()

createAboutText

protected void createAboutText()

createBackgroundColor

protected void createBackgroundColor()

createBottomLabel

protected void createBottomLabel()

createBottomText

protected void createBottomText()

createClose

protected void createClose()

createIconPath

protected void createIconPath()

createLicenseContent

protected void createLicenseContent()

createLicenseText

protected void createLicenseText()

createLicenseTextArea

protected void createLicenseTextArea()

createTabs

protected void createTabs()

createThirdpartyContent

protected void createThirdpartyContent()

createThirdpartyText

protected void createThirdpartyText()

createThirdpartyTextArea

protected void createThirdpartyTextArea()

createTitle

protected void createTitle()

createTopPanel

protected void createTopPanel()


Copyright © 2008-2009 CodeLutin. All Rights Reserved.