GrammarScope  4.0.0
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
grammarscope.common.component.ColorPad Class Reference
Inheritance diagram for grammarscope.common.component.ColorPad:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.common.component.ColorPad:
Collaboration graph
[legend]

Public Member Functions

 ColorPad ()
 
void setBackground (final Color color)
 
Color getBackground ()
 
void paintComponent (final Graphics g)
 
void addActionListener (final ActionListener listener)
 

Private Attributes

Color color
 
final Vector< ActionListener > listeners
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Color pad

Author
Bernard Bou

Constructor & Destructor Documentation

◆ ColorPad()

grammarscope.common.component.ColorPad.ColorPad ( )

Constructor

Member Function Documentation

◆ addActionListener()

void grammarscope.common.component.ColorPad.addActionListener ( final ActionListener  listener)

Add action listener

Parameters
listeneraction listener

◆ getBackground()

Color grammarscope.common.component.ColorPad.getBackground ( )

◆ paintComponent()

void grammarscope.common.component.ColorPad.paintComponent ( final Graphics  g)

◆ setBackground()

void grammarscope.common.component.ColorPad.setBackground ( final Color  color)

Member Data Documentation

◆ color

Color grammarscope.common.component.ColorPad.color
private

Background color

◆ listeners

final Vector<ActionListener> grammarscope.common.component.ColorPad.listeners
private

Action listeners

◆ serialVersionUID

final long grammarscope.common.component.ColorPad.serialVersionUID = 1L
staticprivate

The documentation for this class was generated from the following file: