Serialized Form

  • Package org.cytoscape.application.swing

    • Class org.cytoscape.application.swing.AbstractCyAction extends AbstractAction implements Serializable

      • Serialized Fields

        • acceleratorKeyStroke
          KeyStroke acceleratorKeyStroke
          The accelerator keystroke, if set.
        • acceleratorSet
          boolean acceleratorSet
          Indicates whether accelerator keys have been set for the action.
        • configurationProperties
          Map<String,​String> configurationProperties
          The configuration properties. Adding it here allows extensions of this class to pass their own properties.
        • enabler
          org.cytoscape.application.swing.AbstractEnableSupport enabler
          A support class for deciding whether the action should be enabled.
        • inEdgeTableToolBar
          boolean inEdgeTableToolBar
          Indicates whether the action is in the Edge Table Panel's toolbar.
        • inMenuBar
          boolean inMenuBar
          Indicates whether the action is in a menu.
        • inNetworkTableToolBar
          boolean inNetworkTableToolBar
          Indicates whether the action is in the Network Table Panel's toolbar.
        • inNodeTableToolBar
          boolean inNodeTableToolBar
          Indicates whether the action is in the Node Table Panel's toolbar.
        • insertSeparatorAfter
          boolean insertSeparatorAfter
          Indicates whether a menu separator should be inserted after this item
        • insertSeparatorBefore
          boolean insertSeparatorBefore
          Indicates whether a menu separator should be inserted before this item
        • insertToolbarSeparatorAfter
          boolean insertToolbarSeparatorAfter
          Indicates whether a toolbar separator should be inserted after this item
        • insertToolbarSeparatorBefore
          boolean insertToolbarSeparatorBefore
          Indicates whether a toolbar separator should be inserted before this item
        • inToolBar
          boolean inToolBar
          Indicates whether the action is in the main toolbar.
        • inUnassignedTableToolBar
          boolean inUnassignedTableToolBar
          Indicates whether the action is in the Unassigned Tables Panel's toolbar.
        • menuGravity
          float menuGravity
          The float value placing the action within the menu. Value of 0.0 is the beginning and -1.0 means to sort alphabetically. App developers are strongly encouraged to set specific gravities within your own menus.
        • name
          String name
          The name of the action.
        • preferredMenu
          String preferredMenu
          The name describing the preferred menu for the action.
        • toolbarGravity
          float toolbarGravity
          The float value placing the action within the toolbar. Value of 0.0 is the beginning and -1.0 means to sort alphabetically. App developers are strongly encouraged to set specific gravities within your own menus.
        • toolTipImage
          URL toolTipImage
          Path to an optional tool tip image
        • useCheckBoxMenuItem
          boolean useCheckBoxMenuItem
          Indicates whether to use a checkbox menu item.
        • useToggleButton
          boolean useToggleButton
          Indicates whether to use a toggle button in the tool bar.
    • Class org.cytoscape.application.swing.CyColumnComboBox extends JComboBox<CyColumn> implements Serializable

    • Class org.cytoscape.application.swing.CyColumnSelector extends JPanel implements Serializable

  • Package org.cytoscape.equations

  • Package org.cytoscape.util.swing

  • Package org.cytoscape.work.swing