Package docking

Class DialogComponentProvider

    • Field Summary

      Fields 
      ChangeModifier and Type Field Description
      NEWprotected javax.swing.JButton applyButton  
      NEWprotected javax.swing.JButton cancelButton  
      NEWprotected javax.swing.JButton dismissButton  
      NEWprotected javax.swing.JButton okButton  
      NEWprotected javax.swing.JPanel rootPanel  
    • Constructor Summary

      Constructors 
      ChangeModifier Constructor Description
      protected DialogComponentProvider​(java.lang.String title)
      Constructor for a GhidraDialogComponent that be modal and will include a status line and a button panel.
      protected DialogComponentProvider​(java.lang.String title, boolean modal)
      Constructor for a GhidraDialogComponent that will include a status line and a button panel.
      protected DialogComponentProvider​(java.lang.String title, boolean modal, boolean includeStatus, boolean includeButtons, boolean canRunTasks)
      Constructs a new GhidraDialogComponent.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      ChangeModifier and Type Method Description
      void addAction​(DockingActionIf action)
      Add an action to this dialog.
      NEWprotected void addApplyButton()
      Adds an "Apply" button to the button panel.
      NEWprotected void addButton​(javax.swing.JButton button)
      Adds a button to the button panel at the bottom of the dialog.
      NEWprotected void addCancelButton()
      Adds a "Cancel" button to the button panel.
      NEWprotected void addDismissButton()
      Adds a "Dismiss" button to the button panel.
      NEWprotected void addOKButton()
      Adds an "OK" button to the button panel.
      NEWprotected void addWorkPanel​(javax.swing.JComponent comp)
      Used by derived classes to add dialog specific gui elements
      NEWprotected void alertMessage()
      Signals for this dialog to visually draw the user's attention to the status text
      NEWprotected void alertMessage​(Callback alertFinishedCallback)
      Signals for this dialog to visually draw the user's attention to the status text
      NEWprotected void applyCallback()
      The callback method for when the "Apply" button is pressed.
      NEWprotected void cancelCallback()
      The callback method for when the "Cancel" button is pressed.
      NEWprotected void cancelCurrentTask()
      Cancel the task that is running.
      NEWprotected void clearScheduledTask()  
      void clearStatusText()
      Clears the text from the dialog's status line.
      void close()  
      NEWprotected void dialogClosed()
      Override this method if you want to do something when the dialog is made invisible
      NEWprotected void dialogShown()
      Override this method if you want to do something when the dialog is made visible
      NEWprotected void dismissCallback()
      The callback method for when the "Dismiss" button is pressed.
      NEWprotected void doInitialize()
      a callback mechanism for children to do work
      NEWprotected void escapeCallback()
      The callback method for when the escape key is pressed.
      NEWprotected void executeProgressTask​(Task task, int delay)
      Execute a non-modal task that has progress and can be cancelled.
      ActionContext getActionContext​(java.awt.event.MouseEvent event)
      An optional extension point for subclasses to provider action context for the actions used by this provider.
      java.util.Set<DockingActionIf> getActions()  
      java.awt.Color getBackground()
      Gets the background color of this component.
      NEWprotected java.awt.Rectangle getBounds()
      Gets the bound of this dialog component.
      javax.swing.JComponent getComponent()  
      javax.swing.JButton getDefaultButton()
      Returns the default button for the dialog.
      java.awt.Dimension getDefaultSize()  
      NEWprotected java.awt.Dimension getDialogSize()  
      java.awt.Component getFocusComponent()
      Returns the component that will receive focus when the dialog is shown
      NEWprotected java.awt.Component getGlassPane()  
      java.awt.Point getIntialLocation()
      Returns the initial location for the dialog or null if none was set
      NEWprotected java.awt.Point getLocationOnScreen()
      Gets the location of this provider on the screen.
      java.awt.Dimension getPreferredSize()
      Returns the preferred size of this component.
      boolean getRemberSize()
      Returns true if this dialog remembers its size from one invocation to the next.
      boolean getRememberLocation()
      Returns true if this dialog remembers its location from one invocation to the next.
      NEWprotected javax.swing.JLabel getStatusLabel()  
      java.lang.String getStatusText()
      returns the current status in the dialogs status line=
      NEWprotected TaskMonitorComponent getTaskMonitorComponent()  
      NEWprotected TaskScheduler getTaskScheduler()
      Get the task scheduler for the dialog
      java.lang.String getTitle()
      Returns the title for this component
      boolean getUseSharedLocation()
      Returns true if this dialog uses shared location and size information.
      void hideTaskMonitorComponent()
      Will hide the progress panel if it was showing.
      NEWprotected boolean isApplyEnabled()
      Returns true if the apply button is enabled
      NEWprotected boolean isCancelEnabled()
      Returns true if the cancel button is enabled
      boolean isModal()
      Returns true if this component should be displayed in a modal dialog
      NEWprotected boolean isOKEnabled()
      Returns true if the OK button is enabled
      boolean isResizeable()  
      boolean isRunningTask()
      Returns true if this dialog is running a task.
      boolean isShowing()  
      boolean isTransient()
      Returns true if this dialog is intended to be shown and hidden relatively quickly.
      boolean isVisible()  
      static void main​(java.lang.String[] args)  
      NEWprotected void notifyContextChanged()
      Signals to this provider that it needs to updated the enabled state of its managed actions.
      NEWprotected void okCallback()
      The callback method for when the "OK" button is pressed.
      void removeAction​(DockingActionIf action)  
      NEWprotected void removeButton​(javax.swing.JButton button)
      Remove the given button from the dialog
      NEWprotected void removeWorkPanel()  
      NEWprotected void repack()  
      NEWprotected void setApplyEnabled​(boolean state)
      Sets the enablement state of the "Apply" button.
      NEWprotected void setApplyToolTip​(java.lang.String tooltip)
      Sets the Tooltip for the Apply button
      void setBackground​(java.awt.Color color)
      Sets the background on this component.
      NEWprotected void setCancelButtonText​(java.lang.String text)  
      NEWprotected void setCancelEnabled​(boolean state)
      Sets the enablement state of the "CANCEL" button.
      NEWprotected void setCancelToolTip​(java.lang.String tooltip)
      Sets the Tooltip for the Cancel button
      void setCursor​(java.awt.Cursor cursor)
      Sets the cursor on the root panel for the dialog component.
      void setDefaultButton​(javax.swing.JButton button)
      Sets the button to make "Default" when the dialog is shown.
      void setDefaultSize​(int width, int height)  
      NEWprotected void setDialogSize​(java.awt.Dimension d)  
      NEWprotected void setDismissToolTip​(java.lang.String tooltip)
      Sets the Tooltip for the Dismiss button
      void setFocusComponent​(java.awt.Component focusComponent)
      Sets the component that should be given focus when the dialog is activated.
      NEWprotected void setGlassPane​(java.awt.Component component)  
      void setHelpLocation​(HelpLocation helpLocation)
      Set the help Location for this dialog.
      void setInitialLocation​(int x, int y)
      Sets the initial location for the dialog
      void setMinimumSize​(int width, int height)  
      void setMinimumSize​(java.awt.Dimension minSize)
      Sets the minimum size of the dialog
      NEWprotected void setOkButtonText​(java.lang.String text)  
      NEWprotected void setOkEnabled​(boolean state)
      Sets the enablement state of the "OK" button.
      NEWprotected void setOkToolTip​(java.lang.String tooltip)
      Sets the Tooltip for the OK button
      void setPreferredSize​(int width, int height)
      Sets the preferred size of the dialog.
      void setRememberLocation​(boolean rememberLocation)
      Sets this dialog to remember its location from one invocation to the next.
      void setRememberSize​(boolean rememberSize)
      Sets this dialog to remember its size from one invocation to the next.
      void setResizable​(boolean resizeable)
      Sets the resizable property for the corresponding dialog.
      void setStatusJustification​(int justification)
      Sets the horizontal position of the status label.
      void setStatusText​(java.lang.String text)
      Sets the text in the dialog's status line using the default color
      void setStatusText​(java.lang.String message, MessageType type)
      Sets the text in the dialog's status line using the specified message type to control the color.
      void setStatusText​(java.lang.String message, MessageType type, boolean alert)
      Set the current status as the specified type
      void setTitle​(java.lang.String title)
      Sets the title to be displayed in the dialogs title bar
      void setTransient​(boolean isTransient)
      Sets this dialog to be transient (see isTransient()
      void setUseSharedLocation​(boolean useSharedLocation)
      Specifies whether or not this dialog component should use the same remembered location (and size) no matter which window this dialog is launched from.
      NEWprotected void showProgressBar​(java.lang.String localTitle, boolean hasProgress, boolean canCancel, int delay)  
      TaskMonitor showTaskMonitorComponent​(java.lang.String localTitle, boolean hasProgress, boolean canCancel)
      Shows the progress bar for this dialog.
      NEWprotected void stopProgressTimer()
      Stop the timer if one was started to delay showing the progress bar.
      void taskCancelled​(Task task)
      Notification that the task was canceled; the progress panel is removed.
      void taskCompleted​(Task task)
      Notification that the given task completed so that the progress panel can be removed.
      void toFront()
      Moves the dialog associated with this provider to the front.
      java.lang.String toString()  
      void waitForCurrentTask()
      Blocks the calling thread until the current task has completed; used by JUnit tests.
      • Methods inherited from class java.lang.Object

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

      • rootPanel NEW

        protected javax.swing.JPanel rootPanel
      • okButton NEW

        protected javax.swing.JButton okButton
      • applyButton NEW

        protected javax.swing.JButton applyButton
      • cancelButton NEW

        protected javax.swing.JButton cancelButton
      • dismissButton NEW

        protected javax.swing.JButton dismissButton

Constructor Detail

  • Method Detail

    • doInitialize NEW

      protected void doInitialize()
      a callback mechanism for children to do work
    • getComponent

      public javax.swing.JComponent getComponent()
    • repack NEW

      protected void repack()
    • setDialogSize NEW

      protected void setDialogSize​(java.awt.Dimension d)
    • getDialogSize NEW

      protected java.awt.Dimension getDialogSize()
    • setBackground

      public void setBackground​(java.awt.Color color)
      Sets the background on this component.
      Parameters:
      color - The color to set.
    • getBackground

      public java.awt.Color getBackground()
      Gets the background color of this component.
      Returns:
      The background color of this component.
    • setPreferredSize

      public void setPreferredSize​(int width,
                                   int height)
      Sets the preferred size of the dialog. Note that if you set the preferred size, the dialog will ignore any natural preferred size of your components.
      Parameters:
      width - the preferred width
      height - the preferred height;
    • setDefaultSize

      public void setDefaultSize​(int width,
                                 int height)
    • getDefaultSize

      public java.awt.Dimension getDefaultSize()
    • setMinimumSize

      public void setMinimumSize​(int width,
                                 int height)
    • setMinimumSize

      public void setMinimumSize​(java.awt.Dimension minSize)
      Sets the minimum size of the dialog
      Parameters:
      minSize - the min size of the dialog
    • getBounds NEW

      protected java.awt.Rectangle getBounds()
      Gets the bound of this dialog component. This is relative the parent of this provider.
      Returns:
      the bound of this dialog component.
      See Also:
      Component.getBounds()
    • getLocationOnScreen NEW

      protected java.awt.Point getLocationOnScreen()
      Gets the location of this provider on the screen. Calling getBounds() provides a relative location. This method provides a location absolute on the screen.
      Returns:
      the location of this provider on the screen.
      See Also:
      Component.getLocationOnScreen()
    • getPreferredSize

      public java.awt.Dimension getPreferredSize()
      Returns the preferred size of this component.
      Returns:
      the preferred size of this component.
    • setCursor

      public void setCursor​(java.awt.Cursor cursor)
      Sets the cursor on the root panel for the dialog component.
      Parameters:
      cursor - the cursor to use.
    • addWorkPanel NEW

      protected void addWorkPanel​(javax.swing.JComponent comp)
      Used by derived classes to add dialog specific gui elements
      Parameters:
      comp - the Component containing the derived class's components.
    • removeWorkPanel NEW

      protected void removeWorkPanel()
    • addButton NEW

      protected void addButton​(javax.swing.JButton button)
      Adds a button to the button panel at the bottom of the dialog. Buttons will be added from left to right.

      Implementation Note: Calling this method will set the given button as the default button on this dialog when:

      • No button has yet been added, and
      • No default button has been assigned
      To change this behavior, call setDefaultButton(JButton) with the desired default button.
      Parameters:
      button - the button
    • removeButton NEW

      protected void removeButton​(javax.swing.JButton button)
      Remove the given button from the dialog
      Parameters:
      button - the button
    • executeProgressTask NEW

      protected void executeProgressTask​(Task task,
                                         int delay)
      Execute a non-modal task that has progress and can be cancelled.
      Parameters:
      task - task to execute; a progress bar is displayed next to the status field in this dialog if the task has progress; for indeterminate tasks, a "spinning globe" is displayed to indicate that something is happening.
      delay - number of milliseconds to delay until progress bar is displayed; a value less than or equal to 0 means to show the progress bar immediately
      Throws:
      java.lang.IllegalArgumentException - if the given task is modal
    • clearScheduledTask NEW

      protected void clearScheduledTask()
    • cancelCurrentTask NEW

      protected void cancelCurrentTask()
      Cancel the task that is running.
    • waitForCurrentTask

      public void waitForCurrentTask()
      Blocks the calling thread until the current task has completed; used by JUnit tests.
    • isRunningTask

      public boolean isRunningTask()
      Returns true if this dialog is running a task.
      Returns:
      true if this dialog is running a task.
    • addOKButton NEW

      protected void addOKButton()
      Adds an "OK" button to the button panel. The protected method okCallback() will be invoked whenever the "OK" button is pressed.
    • addCancelButton NEW

      protected void addCancelButton()
      Adds a "Cancel" button to the button panel. The protected method CancelCallback() will be invoked whenever the "Cancel" button is pressed.
    • addDismissButton NEW

      protected void addDismissButton()
      Adds a "Dismiss" button to the button panel. The protected method dismissCallback() will be invoked whenever the "Dismiss" button is pressed.
    • addApplyButton NEW

      protected void addApplyButton()
      Adds an "Apply" button to the button panel. The protected method applyCallback() will be invoked whenever the "Apply" button is pressed.
    • setApplyToolTip NEW

      protected void setApplyToolTip​(java.lang.String tooltip)
      Sets the Tooltip for the Apply button
      Parameters:
      tooltip - the tooltip
    • setOkButtonText NEW

      protected void setOkButtonText​(java.lang.String text)
    • setOkToolTip NEW

      protected void setOkToolTip​(java.lang.String tooltip)
      Sets the Tooltip for the OK button
      Parameters:
      tooltip - the tooltip
    • setCancelToolTip NEW

      protected void setCancelToolTip​(java.lang.String tooltip)
      Sets the Tooltip for the Cancel button
      Parameters:
      tooltip - the tooltip
    • setCancelButtonText NEW

      protected void setCancelButtonText​(java.lang.String text)
    • setDismissToolTip NEW

      protected void setDismissToolTip​(java.lang.String tooltip)
      Sets the Tooltip for the Dismiss button
      Parameters:
      tooltip - the tooltip
    • setOkEnabled NEW

      protected void setOkEnabled​(boolean state)
      Sets the enablement state of the "OK" button.
      Parameters:
      state - true to enable the button, false to disable the button.
    • setCancelEnabled NEW

      protected void setCancelEnabled​(boolean state)
      Sets the enablement state of the "CANCEL" button.
      Parameters:
      state - true to enable the button, false to disable the button.
    • setApplyEnabled NEW

      protected void setApplyEnabled​(boolean state)
      Sets the enablement state of the "Apply" button.
      Parameters:
      state - true to enable the button, false to disable the button.
    • isCancelEnabled NEW

      protected boolean isCancelEnabled()
      Returns true if the cancel button is enabled
      Returns:
      true if the cancel button is enabled
    • isOKEnabled NEW

      protected boolean isOKEnabled()
      Returns true if the OK button is enabled
      Returns:
      true if the OK button is enabled
    • isApplyEnabled NEW

      protected boolean isApplyEnabled()
      Returns true if the apply button is enabled
      Returns:
      true if the apply button is enabled
    • setStatusText

      public void setStatusText​(java.lang.String text)
      Sets the text in the dialog's status line using the default color
      Specified by:
      setStatusText in interface StatusListener
      Parameters:
      text - the text to display in the status line
    • setStatusText

      public void setStatusText​(java.lang.String message,
                                MessageType type)
      Sets the text in the dialog's status line using the specified message type to control the color.
      Specified by:
      setStatusText in interface StatusListener
      Parameters:
      message - the message
      type - the message type
    • setStatusText

      public void setStatusText​(java.lang.String message,
                                MessageType type,
                                boolean alert)
      Description copied from interface: StatusListener
      Set the current status as the specified type
      Specified by:
      setStatusText in interface StatusListener
      Parameters:
      message - status text
      type - status type
      alert - true to grab the user's attention
    • alertMessage NEW

      protected void alertMessage()
      Signals for this dialog to visually draw the user's attention to the status text
    • alertMessage NEW

      protected void alertMessage​(Callback alertFinishedCallback)
      Signals for this dialog to visually draw the user's attention to the status text
      Parameters:
      alertFinishedCallback - this will be called when the alert is finished. This allows clients to perform work, like re-enabling buttons that were disabled before calling this method
    • stopProgressTimer NEW

      protected void stopProgressTimer()
      Stop the timer if one was started to delay showing the progress bar.
    • showProgressBar NEW

      protected void showProgressBar​(java.lang.String localTitle,
                                     boolean hasProgress,
                                     boolean canCancel,
                                     int delay)
    • clearStatusText

      public void clearStatusText()
      Clears the text from the dialog's status line.
      Specified by:
      clearStatusText in interface StatusListener
    • getStatusText

      public java.lang.String getStatusText()
      returns the current status in the dialogs status line=
      Returns:
      the status text
    • getStatusLabel NEW

      protected javax.swing.JLabel getStatusLabel()
    • getTaskScheduler NEW

      protected TaskScheduler getTaskScheduler()
      Get the task scheduler for the dialog
      Returns:
      the task scheduler
    • showTaskMonitorComponent

      public TaskMonitor showTaskMonitorComponent​(java.lang.String localTitle,
                                                  boolean hasProgress,
                                                  boolean canCancel)
      Shows the progress bar for this dialog.
      Parameters:
      localTitle - the name of the task
      hasProgress - true if the progress bar should show progress; false to be indeterminate
      canCancel - true if the task can be cancelled
      Returns:
      the TaskMonitor used by to communicate progress
      See Also:
      hideTaskMonitorComponent()
    • applyCallback NEW

      protected void applyCallback()
      The callback method for when the "Apply" button is pressed.
    • okCallback NEW

      protected void okCallback()
      The callback method for when the "OK" button is pressed.
    • cancelCallback NEW

      protected void cancelCallback()
      The callback method for when the "Cancel" button is pressed. The default behavior is to call setVisible(false) and dispose() on the dialog.
    • close

      public void close()
    • dismissCallback NEW

      protected void dismissCallback()
      The callback method for when the "Dismiss" button is pressed. The default behavior is to call the cancel Callback.
    • escapeCallback NEW

      protected void escapeCallback()
      The callback method for when the escape key is pressed. The default behavior is the call setVisible(false) on the dialog.
    • isModal

      public boolean isModal()
      Returns true if this component should be displayed in a modal dialog
      Returns:
      true if this component should be displayed in a modal dialog
    • setStatusJustification

      public void setStatusJustification​(int justification)
      Sets the horizontal position of the status label.
      Parameters:
      justification - One of the following constants defined in SwingConstants: LEFT, CENTER (the default for image-only labels), RIGHT,
    • taskCancelled

      public void taskCancelled​(Task task)
      Notification that the task was canceled; the progress panel is removed.
      Specified by:
      taskCancelled in interface TaskListener
      Parameters:
      task - task that was canceled
    • taskCompleted

      public void taskCompleted​(Task task)
      Notification that the given task completed so that the progress panel can be removed.
      Specified by:
      taskCompleted in interface TaskListener
      Parameters:
      task - task that completed
    • setFocusComponent

      public void setFocusComponent​(java.awt.Component focusComponent)
      Sets the component that should be given focus when the dialog is activated.

      Implementation Note: If the given component is a JButton, then that component will be made the default button.

      Parameters:
      focusComponent - the component that should receive default focus.
      See Also:
      setFocusComponent(Component)
    • getFocusComponent

      public java.awt.Component getFocusComponent()
      Returns the component that will receive focus when the dialog is shown
      Returns:
      the component
    • setHelpLocation

      public void setHelpLocation​(HelpLocation helpLocation)
      Set the help Location for this dialog.
      Parameters:
      helpLocation - the helpLocation for this dialog.
    • setDefaultButton

      public void setDefaultButton​(javax.swing.JButton button)
      Sets the button to make "Default" when the dialog is shown. If no default button is desired, then pass null as the button value.
      Parameters:
      button - the button to make default enabled.
    • getDefaultButton

      public javax.swing.JButton getDefaultButton()
      Returns the default button for the dialog.
      Returns:
      the button
    • setTitle

      public void setTitle​(java.lang.String title)
      Sets the title to be displayed in the dialogs title bar
      Parameters:
      title - the title
    • getGlassPane NEW

      protected java.awt.Component getGlassPane()
    • setGlassPane NEW

      protected void setGlassPane​(java.awt.Component component)
    • getTitle

      public java.lang.String getTitle()
      Returns the title for this component
      Returns:
      the title
    • toFront

      public void toFront()
      Moves the dialog associated with this provider to the front.
    • isVisible

      public boolean isVisible()
    • isShowing

      public boolean isShowing()
    • dialogShown NEW

      protected void dialogShown()
      Override this method if you want to do something when the dialog is made visible
    • dialogClosed NEW

      protected void dialogClosed()
      Override this method if you want to do something when the dialog is made invisible
    • setInitialLocation

      public void setInitialLocation​(int x,
                                     int y)
      Sets the initial location for the dialog
      Parameters:
      x - the x coordinate
      y - the y coordinate
    • getIntialLocation

      public java.awt.Point getIntialLocation()
      Returns the initial location for the dialog or null if none was set
      Returns:
      the point
    • setResizable

      public void setResizable​(boolean resizeable)
      Sets the resizable property for the corresponding dialog.
      Parameters:
      resizeable - if false the user will not be able to resize the dialog.
    • isResizeable

      public boolean isResizeable()
    • getActionContext

      public ActionContext getActionContext​(java.awt.event.MouseEvent event)
      An optional extension point for subclasses to provider action context for the actions used by this provider.
      Specified by:
      getActionContext in interface ActionContextProvider
      Parameters:
      event - The mouse event used (may be null) to generate a popup menu
    • notifyContextChanged NEW

      protected void notifyContextChanged()
      Signals to this provider that it needs to updated the enabled state of its managed actions.
    • addAction

      public void addAction​(DockingActionIf action)
      Add an action to this dialog. Only actions with icons are added to the toolbar.
      Parameters:
      action - popup menu action
    • setRememberLocation

      public void setRememberLocation​(boolean rememberLocation)
      Sets this dialog to remember its location from one invocation to the next. The default is to remember location.
      Parameters:
      rememberLocation - true to remember, false otherwise.
    • getRememberLocation

      public boolean getRememberLocation()
      Returns true if this dialog remembers its location from one invocation to the next.
      Returns:
      true if this dialog remembers its location from one invocation to the next.
    • setRememberSize

      public void setRememberSize​(boolean rememberSize)
      Sets this dialog to remember its size from one invocation to the next. The default is to remember size.
      Parameters:
      rememberSize - true to remember, false otherwise.
    • getRemberSize

      public boolean getRemberSize()
      Returns true if this dialog remembers its size from one invocation to the next.
      Returns:
      true if this dialog remembers its size from one invocation to the next.
    • getUseSharedLocation

      public boolean getUseSharedLocation()
      Returns true if this dialog uses shared location and size information.
      Returns:
      true if this dialog uses shared location and size information.
      See Also:
      setUseSharedLocation(boolean)
    • setUseSharedLocation

      public void setUseSharedLocation​(boolean useSharedLocation)
      Specifies whether or not this dialog component should use the same remembered location (and size) no matter which window this dialog is launched from. The default is not to use shared location and size, which means that there is a remembered location and size for this dialog for each window that has launched it (i.e. the window is the parent of the dialog).
      Parameters:
      useSharedLocation - true to share locations
    • isTransient

      public boolean isTransient()
      Returns true if this dialog is intended to be shown and hidden relatively quickly. This is used to determine if this dialog should be allowed to parent other components. The default is false.
      Returns:
      true if this dialog is transient
    • setTransient

      public void setTransient​(boolean isTransient)
      Sets this dialog to be transient (see isTransient()
      Parameters:
      isTransient - true for transient; false is the default
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • main

      public static void main​(java.lang.String[] args)
                       throws java.lang.Exception
      Throws:
      java.lang.Exception