Klasse PThemeTableEntry
java.lang.Object
com.processing.mnse.themetools.table.PThemeTableEntry
The Class PThemeTableEntry.
represents a table row entries
-
Konstruktorübersicht
KonstruktorBeschreibungPThemeTableEntry
(String label, Color color, String style) Instantiates a new theme table entry. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungCreates the property value.static PThemeTableEntry
Empty entry.static PThemeTableEntry
fromString
(String key, String value) From string.static PThemeTableEntry
fromTable
(DefaultTableModel m, int r) From table.getColor()
Gets the color.getLabel()
Gets the label.getStyle()
Gets the style.void
Sets the color.void
Sets the label.void
Sets the style.Object[]
To table element.
-
Konstruktordetails
-
PThemeTableEntry
Instantiates a new theme table entry.- Parameter:
label
- the labelcolor
- the colorstyle
- the style
-
-
Methodendetails
-
getLabel
Gets the label.- Gibt zurück:
- the label
-
setLabel
Sets the label.- Parameter:
label
- the new label
-
getColor
Gets the color.- Gibt zurück:
- the color
-
setColor
Sets the color.- Parameter:
color
- the new color
-
getStyle
Gets the style.- Gibt zurück:
- the style
-
setStyle
Sets the style.- Parameter:
style
- the new style
-
emptyEntry
Empty entry.- Gibt zurück:
- the theme table entry
-
fromString
From string.- Parameter:
key
- the keyvalue
- the value- Gibt zurück:
- the theme table entry
-
fromTable
From table.- Parameter:
m
- the mr
- the r- Gibt zurück:
- the theme table entry
-
toTableElement
To table element.- Gibt zurück:
- the object[]
-
createPropertyValue
Creates the property value.- Gibt zurück:
- the string
-