The button factory.
This factory is used to create the button when it's first needed. Modifying this property will NOT cause already
created buttons to be replaced. The created button will be set to non-focusable and will be assigned the icon from
WindowTabButtonProperties.ICON and the tool tip from
WindowTabButtonProperties.TOOL_TIP_TEXT . An action listener is also added to the button.
since: IDW 1.1.0
Gets the
DockingWindowAction that is performed when the button is clicked.
the DockingWindowAction that is performed when the button is clicked since: IDW 1.3.0
Gets the button factory.
This factory is used to create the button when it's first needed. Modifying this property will NOT cause already
created buttons to be replaced. The created button will be set to non-focusable and will be assigned the icon from
WindowTabButtonProperties.ICON and the tool tip from
WindowTabButtonProperties.TOOL_TIP_TEXT . An action listener is also added to the button.
the button factory since: IDW 1.1.0
Sets the
DockingWindowAction that will be performed when the button is clicked.
Parameters: action - the DockingWindowAction that is performed when the button is clicked this since: IDW 1.3.0
Sets the button factory.
This factory is used to create the button when it's first needed. Modifying this property will NOT cause already
created buttons to be replaced. The created button will be set to non-focusable and will be assigned the icon from
WindowTabButtonProperties.ICON and the tool tip from
WindowTabButtonProperties.TOOL_TIP_TEXT . An action listener is also added to the button.
Parameters: factory - the button factory this since: IDW 1.1.0
Sets the action is performed when the button is clicked.
Also sets the icon and tooltip text of the button using the values from
DockingWindowAction .
Parameters: action - the action that is performed when the button is clicked this since: IDW 1.3.0