bllmplugin/javadoc/bllm/LitecoinPriceObject.Metadata

LitecoinPriceObject.Metadata (bllm 0.1 API)
bllm

Class LitecoinPriceObject.Metadata

  • java.lang.Object
    • bllm.LitecoinPriceObject.Metadata
  • Enclosing class:
    LitecoinPriceObject


    public static final class LitecoinPriceObject.Metadata
    extends java.lang.Object
Share

bllmplugin/javadoc/bllm/LitecoinPriceObject

LitecoinPriceObject (bllm 0.1 API)
bllm

Class LitecoinPriceObject

  • java.lang.Object
    • bllm.LitecoinPriceObject


  • public final class LitecoinPriceObject
    extends java.lang.Object
    https://timboudreau.com/blog/json/read https://api.coinmarketcap.com/v2/ticker/2/ caution must be USD (not uSD so must change USD to USd and uSD to USD)
Share

bllmplugin/javadoc/bllm/Main

Main (bllm 0.1 API)
bllm

Class Main

  • java.lang.Object
    • bllm.Main


  • public class Main
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      Main() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Main

        public Main()
    • Method Detail

      • main

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

bllmplugin/javadoc/bllm/TransactionObject.Input

TransactionObject.Input (bllm 0.1 API)
bllm

Class TransactionObject.Input

  • java.lang.Object
    • bllm.TransactionObject.Input
  • Enclosing class:
    TransactionObject


    public static final class TransactionObject.Input
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      Input(java.lang.String prev_hash, long output_index, java.lang.String script, long output_value, long sequence, java.lang.String[] addresses, java.lang.String script_type, long age) 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • prev_hash

        public final java.lang.String prev_hash
      • output_index

        public final long output_index
      • script

        public final java.lang.String script
      • output_value

        public final long output_value
      • sequence

        public final long sequence
      • addresses

        public final java.lang.String[] addresses
      • script_type

        public final java.lang.String script_type
      • age

        public final long age
    • Constructor Detail

      • Input

        public Input(java.lang.String prev_hash,
                     long output_index,
                     java.lang.String script,
                     long output_value,
                     long sequence,
                     java.lang.String[] addresses,
                     java.lang.String script_type,
                     long age)
Share

bllmplugin/javadoc/bllm/Transaction

Transaction (bllm 0.1 API)
bllm

Class Transaction

  • java.lang.Object
    • bllm.Transaction


  • public class Transaction
    extends java.lang.Object
    • Constructor Detail

      • Transaction

        public Transaction(java.lang.String transactionID,
                           java.lang.String merchantWalletID,
                           java.lang.String unitsOfRequestedPayment)
        Create a LiteCoin Transaction Object. This object will provide access to transaction parameters, which will be used to validate the license. The lto provides the transaction value in Satoshis, which are converted to Bitcoin by dividing by 1e8. a transaction: https://api.blockcypher.com/v1/ltc/main/txs/9e9c462b755defda988e9950b9797cecd055a017d32d9c6feff89ebdea5fe3cd my wallet: LMGaFd8tmxJSDbo3GLZFJaPd1kNJ9r1v48
    • Method Detail

      • getNumberOfConfirmations

        public long getNumberOfConfirmations()
      • getDoubleSpend

        public boolean getDoubleSpend()
      • getTransactionDate

        public java.time.LocalDate getTransactionDate()
      • getPaymentInSatoshis

        public long getPaymentInSatoshis()
      • getDeltaTime

        public long getDeltaTime()
        Time in hours between now and transaction execution
      • getWalletIDnotFound

        public boolean getWalletIDnotFound()
Share

bllmplugin/javadoc/bllm/TransactionFailedPanel

TransactionFailedPanel (bllm 0.1 API)
bllm

Class TransactionFailedPanel

  • java.lang.Object
    • java.awt.Component
      • java.awt.Container
        • java.awt.Window
          • java.awt.Frame
            • javax.swing.JFrame
              • bllm.TransactionFailedPanel
  • All Implemented Interfaces:
    java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants


    public class TransactionFailedPanel
    extends javax.swing.JFrame
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.swing.JFrame

        javax.swing.JFrame.AccessibleJFrame
      • Nested classes/interfaces inherited from class java.awt.Frame

        java.awt.Frame.AccessibleAWTFrame
      • Nested classes/interfaces inherited from class java.awt.Window

        java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type
      • 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.JFrame

        accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled
      • Fields inherited from class java.awt.Frame

        CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
      • Fields inherited from class java.awt.Component

        BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
      • Fields inherited from interface javax.swing.WindowConstants

        DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE
      • Fields inherited from interface java.awt.image.ImageObserver

        ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
    • Constructor Summary

      Constructors 
      Constructor and Description
      TransactionFailedPanel(DialogLicenseManager parent, double dollarCost, double cost, java.lang.String unitsOfCost, java.lang.String merchantWalletID, java.lang.String licenseID, java.lang.String transactionID, long requiredConfirmations, int expiresInHours, boolean doubleSpend, long deltaTime, long actualConfirmations, double dollarSubmitted, double costSubmitted, boolean walletIDnotFound, java.lang.String title) 
    • Method Summary

      • Methods inherited from class javax.swing.JFrame

        addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update
      • Methods inherited from class java.awt.Frame

        addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setBackground, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setOpacity, setResizable, setShape, setState, setTitle, setUndecorated
      • Methods inherited from class java.awt.Window

        addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBackground, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOpacity, getOwnedWindows, getOwner, getOwnerlessWindows, getShape, getToolkit, getType, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isAutoRequestFocus, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isOpaque, isShowing, isValidateRoot, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setAutoRequestFocus, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocation, setLocation, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setType, setVisible, show, toBack, toFront
      • Methods inherited from class java.awt.Container

        add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, 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, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, revalidate, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.awt.MenuContainer

        getFont, postEvent
    • Constructor Detail

      • TransactionFailedPanel

        public TransactionFailedPanel(DialogLicenseManager parent,
                                      double dollarCost,
                                      double cost,
                                      java.lang.String unitsOfCost,
                                      java.lang.String merchantWalletID,
                                      java.lang.String licenseID,
                                      java.lang.String transactionID,
                                      long requiredConfirmations,
                                      int expiresInHours,
                                      boolean doubleSpend,
                                      long deltaTime,
                                      long actualConfirmations,
                                      double dollarSubmitted,
                                      double costSubmitted,
                                      boolean walletIDnotFound,
                                      java.lang.String title)
Share

bllmplugin/javadoc/bllm/TransactionObject.Output

TransactionObject.Output (bllm 0.1 API)
bllm

Class TransactionObject.Output

  • java.lang.Object
    • bllm.TransactionObject.Output
  • Enclosing class:
    TransactionObject


    public static final class TransactionObject.Output
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String[] addresses 
      java.lang.String script 
      java.lang.String script_type 
      long value 
    • Constructor Summary

      Constructors 
      Constructor and Description
      Output(long value, java.lang.String script, java.lang.String[] addresses, java.lang.String script_type) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String[] getAddresses() 
      long getValue() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        public final long value
      • script

        public final java.lang.String script
      • addresses

        public final java.lang.String[] addresses
      • script_type

        public final java.lang.String script_type
    • Constructor Detail

      • Output

        public Output(long value,
                      java.lang.String script,
                      java.lang.String[] addresses,
                      java.lang.String script_type)
    • Method Detail

      • getAddresses

        public java.lang.String[] getAddresses()
      • getValue

        public long getValue()
Share

bllmplugin/javadoc/bllm/TransactionObject

TransactionObject (bllm 0.1 API)
bllm

Class TransactionObject

  • java.lang.Object
    • bllm.TransactionObject


  • public final class TransactionObject
    extends java.lang.Object
    • Field Detail

      • block_height

        public final long block_height
      • block_index

        public final long block_index
      • hash

        public final java.lang.String hash
      • addresses

        public final java.lang.String[] addresses
      • total

        public final long total
      • fees

        public final long fees
      • size

        public final long size
      • preference

        public final java.lang.String preference
      • relayed_by

        public final java.lang.String relayed_by
      • received

        public final java.lang.String received
      • ver

        public final long ver
      • double_spend

        public final boolean double_spend
      • vin_sz

        public final long vin_sz
      • vout_sz

        public final long vout_sz
      • confirmations

        public final long confirmations
    • Constructor Detail

      • TransactionObject

        public TransactionObject(long block_height,
                                 long block_index,
                                 java.lang.String hash,
                                 java.lang.String[] addresses,
                                 long total,
                                 long fees,
                                 long size,
                                 java.lang.String preference,
                                 java.lang.String relayed_by,
                                 java.lang.String received,
                                 long ver,
                                 boolean double_spend,
                                 long vin_sz,
                                 long vout_sz,
                                 long confirmations,
                                 TransactionObject.Input[] inputs,
                                 TransactionObject.Output[] outputs)
    • Method Detail

      • getTransactionDate

        public java.lang.String getTransactionDate()
      • getConfirmations

        public long getConfirmations()
      • getDoubleSpend

        public boolean getDoubleSpend()
Share

bllmplugin/javadoc/bllm/package-frame

bllm (bllm 0.1 API)

bllm

Share

bllmplugin/javadoc/bllm/UnlicensedPanel

UnlicensedPanel (bllm 0.1 API)
bllm

Class UnlicensedPanel

  • java.lang.Object
    • java.awt.Component
      • java.awt.Container
        • java.awt.Window
          • java.awt.Frame
            • javax.swing.JFrame
              • bllm.UnlicensedPanel
  • All Implemented Interfaces:
    java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants


    public class UnlicensedPanel
    extends javax.swing.JFrame
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class javax.swing.JFrame

        javax.swing.JFrame.AccessibleJFrame
      • Nested classes/interfaces inherited from class java.awt.Frame

        java.awt.Frame.AccessibleAWTFrame
      • Nested classes/interfaces inherited from class java.awt.Window

        java.awt.Window.AccessibleAWTWindow, java.awt.Window.Type
      • 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 
      Modifier and Type Field and Description
      javax.swing.JLabel confirmationsLabel 
      • Fields inherited from class javax.swing.JFrame

        accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled
      • Fields inherited from class java.awt.Frame

        CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
      • Fields inherited from class java.awt.Component

        BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
      • Fields inherited from interface javax.swing.WindowConstants

        DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE
      • Fields inherited from interface java.awt.image.ImageObserver

        ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
    • Constructor Summary

      Constructors 
      Constructor and Description
      UnlicensedPanel(DialogLicenseManager _parent, boolean _useTrialBanner, int _trialExpiresInDays, double _requestedPayment, java.lang.String _unitsOfRequestedPayment, java.lang.String _merchantWalletID, java.lang.String _licenseID, long _requiredConfirmations, int _expiresInHours, LicenseManager _lm, java.lang.String _title) 
    • Method Summary

      • Methods inherited from class javax.swing.JFrame

        addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update
      • Methods inherited from class java.awt.Frame

        addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setBackground, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setOpacity, setResizable, setShape, setState, setTitle, setUndecorated
      • Methods inherited from class java.awt.Window

        addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBackground, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOpacity, getOwnedWindows, getOwner, getOwnerlessWindows, getShape, getToolkit, getType, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isAutoRequestFocus, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isOpaque, isShowing, isValidateRoot, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setAutoRequestFocus, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocation, setLocation, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setType, setVisible, show, toBack, toFront
      • Methods inherited from class java.awt.Container

        add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, 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, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, revalidate, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.awt.MenuContainer

        getFont, postEvent
    • Field Detail

      • confirmationsLabel

        public javax.swing.JLabel confirmationsLabel
    • Constructor Detail

      • UnlicensedPanel

        public UnlicensedPanel(DialogLicenseManager _parent,
                               boolean _useTrialBanner,
                               int _trialExpiresInDays,
                               double _requestedPayment,
                               java.lang.String _unitsOfRequestedPayment,
                               java.lang.String _merchantWalletID,
                               java.lang.String _licenseID,
                               long _requiredConfirmations,
                               int _expiresInHours,
                               LicenseManager _lm,
                               java.lang.String _title)
Share