public interface Ordner
extends de.willuhn.datasource.rmi.DBObject
CREATE TABLE ordner (
id NUMERIC default UNIQUEKEY('ordner'),
title varchar(80) NOT NULL,
titleFont varchar(80),
titleColor int,
titleAlignmnet int,
content varchar(300),
contentFont varchar(80),
contentColor int,
contentAlignmnet int,
footer varchar(100),
footerFont varchar(80),
footerColor int,
footerAlignmnet int,
labelBackground int,
horizontalBarVisible boolean default true,
horizontalBarColor int,
idVisible boolean default true,
registerIndexFont varchar(80),
registerIndexColor int,
registerIndexBackground int,
registerContentFont varchar(80),
registerContentColor int,
registerContentBackground int,
width int,
lastSaveDate date,
titleDirection int,
contentDirection int,
footerDirection int,
UNIQUE (id),
PRIMARY KEY (id)
);
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.swt.graphics.Color |
getBarColor() |
java.lang.String |
getContent() |
int |
getContentAlignment() |
org.eclipse.swt.graphics.Color |
getContentColor() |
int |
getContentDirection() |
org.eclipse.swt.graphics.Font |
getContentFont() |
java.lang.String |
getFooter() |
int |
getFooterAlignment() |
org.eclipse.swt.graphics.Color |
getFooterColor() |
int |
getFooterDirection() |
org.eclipse.swt.graphics.Font |
getFooterFont() |
de.willuhn.datasource.rmi.DBIterator<Register> |
getInhaltsverzeichniss() |
org.eclipse.swt.graphics.Color |
getLabelBackground() |
java.util.Date |
getLastSaveDate() |
org.eclipse.swt.graphics.Color |
getRegisterContentBackground() |
org.eclipse.swt.graphics.Color |
getRegisterContentColor() |
org.eclipse.swt.graphics.Font |
getRegisterContentFont() |
org.eclipse.swt.graphics.Color |
getRegisterIndexBackground() |
org.eclipse.swt.graphics.Color |
getRegisterIndexColor() |
org.eclipse.swt.graphics.Font |
getRegisterIndexFont() |
int |
getTitleAlignment() |
org.eclipse.swt.graphics.Color |
getTitleColor() |
int |
getTitleDirection() |
org.eclipse.swt.graphics.Font |
getTitleFont() |
java.lang.String |
getTitleText() |
java.lang.Integer |
getWidth() |
boolean |
isBarVisible() |
boolean |
isIdVisible() |
void |
loadDefaults()
Läd die gespeicherten Defaultwerte aus
|
void |
setBarColor(org.eclipse.swt.graphics.Color color)
Setzt die Farbe der Linien
|
void |
setBarVisible(boolean visible)
Setzt die Sichbarkeit der Linien
|
void |
setContent(java.lang.String inhalt)
Setzt den Text des Hauptfeldes
|
void |
setContentAlignment(int alignment)
Setzt die Ausrichtung den Hauptfeldes (SWT.LEFT, SWT.CENTER, SWT.RIGHT)
|
void |
setContentColor(org.eclipse.swt.graphics.Color color)
Setzt die Textfarbe des Hauptfeldes
|
void |
setContentDirection(int direction)
Set the direction of the content
|
void |
setContentFont(org.eclipse.swt.graphics.Font font)
Setzt den Schrifttyp des Hauptfeldes
|
void |
setFooter(java.lang.String fussnote)
Setzt den Text des Fußbereiches
|
void |
setFooterAlignment(int alignment)
Setzt die Ausrichtung des Fußbereiches
|
void |
setFooterColor(org.eclipse.swt.graphics.Color color)
Setzt die Textfarbe des Fußbereiches
|
void |
setFooterDirection(int direction)
Set the direction of the footer
|
void |
setFooterFont(org.eclipse.swt.graphics.Font font)
Setzt den Schrifttyp des Fußbereiches
|
void |
setIdVisible(boolean visible)
Setzt die Sichbarkeit des ID-Feldes
|
void |
setLabelBackground(org.eclipse.swt.graphics.Color color)
Setzt die Hintergrundfarbe des Labels
|
void |
setLastSaveDate(java.util.Date datum)
Setzt das zuletzt geändert Datum
|
void |
setRegisterContentBackground(org.eclipse.swt.graphics.Color color)
Setzt den Hintergrundfarbe der Registerbeschreibungsfelder
|
void |
setRegisterContentColor(org.eclipse.swt.graphics.Color color)
Setzt die Textfarbe der Registerbeschreibungsfelder
|
void |
setRegisterContentFont(org.eclipse.swt.graphics.Font font)
Setzt den Schrifttyp der Registerbeschreibungsfelder
|
void |
setRegisterIndexBackground(org.eclipse.swt.graphics.Color color)
Setzt den Hintergrundfarbe der Registerindexfelder
|
void |
setRegisterIndexColor(org.eclipse.swt.graphics.Color color)
Setzt die Textfarbe der Registerindexfelder
|
void |
setRegisterIndexFont(org.eclipse.swt.graphics.Font font)
Setzt den Schrifttyp der Registerindexfelder
|
void |
setTitleAlignment(int alignment)
Setzt die Ausrichtung des Titelfeldes
|
void |
setTitleColor(org.eclipse.swt.graphics.Color color)
Setzt die Textfarbe des Titelfeldes
|
void |
setTitleDirection(int direction)
Set the direction of the title
|
void |
setTitleFont(org.eclipse.swt.graphics.Font font)
Setzt den Schirfttyp des Titelfeldes
|
void |
setTitleText(java.lang.String text)
Setzt den Text des Titelfeldes
|
void |
setWidth(java.lang.Integer width)
Setzt die Breite des Labels
|
addDeleteListener, addStoreListener, equals, getAttribute, getAttributeType, getList, getPrimaryAttribute, load, removeDeleteListener, removeStoreListenerorg.eclipse.swt.graphics.Color getBarColor()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getContent()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getContentAlignment()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionorg.eclipse.swt.graphics.Color getContentColor()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getContentDirection()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionorg.eclipse.swt.graphics.Font getContentFont()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getFooter()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFooterAlignment()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionorg.eclipse.swt.graphics.Color getFooterColor()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getFooterDirection()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionorg.eclipse.swt.graphics.Font getFooterFont()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionde.willuhn.datasource.rmi.DBIterator<Register> getInhaltsverzeichniss() throws java.rmi.RemoteException
java.rmi.RemoteExceptionorg.eclipse.swt.graphics.Color getLabelBackground()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.util.Date getLastSaveDate()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionorg.eclipse.swt.graphics.Color getRegisterContentBackground()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionorg.eclipse.swt.graphics.Color getRegisterContentColor()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionorg.eclipse.swt.graphics.Font getRegisterContentFont()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionorg.eclipse.swt.graphics.Color getRegisterIndexBackground()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionorg.eclipse.swt.graphics.Color getRegisterIndexColor()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionorg.eclipse.swt.graphics.Font getRegisterIndexFont()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getTitleAlignment()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionorg.eclipse.swt.graphics.Color getTitleColor()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getTitleDirection()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionorg.eclipse.swt.graphics.Font getTitleFont()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getTitleText()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.Integer getWidth()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean isBarVisible()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean isIdVisible()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid loadDefaults()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionSettingsvoid setBarColor(org.eclipse.swt.graphics.Color color)
throws java.rmi.RemoteException
color - die Farbe der Linienjava.rmi.RemoteExceptionvoid setBarVisible(boolean visible)
throws java.rmi.RemoteException
visible - die Sichbarkeit der Linienjava.rmi.RemoteExceptionvoid setContent(java.lang.String inhalt)
throws java.rmi.RemoteException
inhalt - den Text des Hauptfeldesjava.rmi.RemoteExceptionvoid setContentAlignment(int alignment)
throws java.rmi.RemoteException
alignment - die Ausrichtung den Hauptfeldesjava.rmi.RemoteExceptionvoid setContentColor(org.eclipse.swt.graphics.Color color)
throws java.rmi.RemoteException
color - die Textfarbe des Hauptfeldesjava.rmi.RemoteExceptionvoid setContentDirection(int direction)
throws java.rmi.RemoteException
diection - the direction, can by SWT.RIGHT, SWT.LEFT or SWT.HORIZONTALjava.rmi.RemoteExceptionvoid setContentFont(org.eclipse.swt.graphics.Font font)
throws java.rmi.RemoteException
font - den Schrifttyp des Hauptfeldesjava.rmi.RemoteExceptionvoid setFooter(java.lang.String fussnote)
throws java.rmi.RemoteException
fussnote - den Text des Fußbereichesjava.rmi.RemoteExceptionvoid setFooterAlignment(int alignment)
throws java.rmi.RemoteException
alignment - die Ausrichtung des Fußbereichesjava.rmi.RemoteExceptionvoid setFooterColor(org.eclipse.swt.graphics.Color color)
throws java.rmi.RemoteException
color - die Textfarbe des Fußbereichesjava.rmi.RemoteExceptionvoid setFooterDirection(int direction)
throws java.rmi.RemoteException
diection - the direction, can by SWT.RIGHT, SWT.LEFT or SWT.HORIZONTALjava.rmi.RemoteExceptionvoid setFooterFont(org.eclipse.swt.graphics.Font font)
throws java.rmi.RemoteException
font - den Schrifttyp des Fußbereichesjava.rmi.RemoteExceptionvoid setIdVisible(boolean visible)
throws java.rmi.RemoteException
visible - die Sichbarkeit des ID-Feldesjava.rmi.RemoteExceptionvoid setLabelBackground(org.eclipse.swt.graphics.Color color)
throws java.rmi.RemoteException
color - die Hintergrundfarbe des Labelsjava.rmi.RemoteExceptionvoid setLastSaveDate(java.util.Date datum)
throws java.rmi.RemoteException
datum - das zuletzt geändert Datumjava.rmi.RemoteExceptionvoid setRegisterContentBackground(org.eclipse.swt.graphics.Color color)
throws java.rmi.RemoteException
color - den Hintergrundfarbe der Registerbeschreibungsfelderjava.rmi.RemoteExceptionvoid setRegisterContentColor(org.eclipse.swt.graphics.Color color)
throws java.rmi.RemoteException
color - die Textfarbe der Registerbeschreibungsfelderjava.rmi.RemoteExceptionvoid setRegisterContentFont(org.eclipse.swt.graphics.Font font)
throws java.rmi.RemoteException
font - den Schrifttyp der Registerbeschreibungsfelderjava.rmi.RemoteExceptionvoid setRegisterIndexBackground(org.eclipse.swt.graphics.Color color)
throws java.rmi.RemoteException
color - den Hintergrundfarbe der Registerindexfelderjava.rmi.RemoteExceptionvoid setRegisterIndexColor(org.eclipse.swt.graphics.Color color)
throws java.rmi.RemoteException
color - die Textfarbe der Registerindexfelderjava.rmi.RemoteExceptionvoid setRegisterIndexFont(org.eclipse.swt.graphics.Font font)
throws java.rmi.RemoteException
font - den Schrifttyp der Registerindexfelderjava.rmi.RemoteExceptionvoid setTitleAlignment(int alignment)
throws java.rmi.RemoteException
alignment - die Ausrichtung des Titelfeldesjava.rmi.RemoteExceptionvoid setTitleColor(org.eclipse.swt.graphics.Color color)
throws java.rmi.RemoteException
color - die Textfarbe des Titelfeldesjava.rmi.RemoteExceptionvoid setTitleDirection(int direction)
throws java.rmi.RemoteException
diection - the direction, can by SWT.RIGHT, SWT.LEFT or SWT.HORIZONTALjava.rmi.RemoteExceptionvoid setTitleFont(org.eclipse.swt.graphics.Font font)
throws java.rmi.RemoteException
font - den Schrifttyp des Titelfeldesjava.rmi.RemoteExceptionvoid setTitleText(java.lang.String text)
throws java.rmi.RemoteException
text - den Text des Titelfeldesjava.rmi.RemoteExceptionvoid setWidth(java.lang.Integer width)
throws java.rmi.RemoteException
width - die Breite des Labelsjava.rmi.RemoteException