de.kleopatra.forms.description
Interface Line

All Superinterfaces:
Stylable
All Known Subinterfaces:
Column, Row
All Known Implementing Classes:
JGoodiesColumn, JGoodiesLine, JGoodiesRow

public interface Line
extends Stylable

Description of row/column.

Version:
$Revision: 1.2 $ $Date: 2004/09/30 10:18:21 $
Author:
(C) 2003 Jeanette Winzenburg, Berlin

Field Summary
static java.lang.Object CUSTOM
           
static java.lang.Object DEFAULT_CONTENT
           
static java.lang.Object GLUE
           
static java.lang.Object MIN_CONTENT
           
static java.lang.Object PREF_CONTENT
           
static java.lang.Object RELATED_GAP
           
static java.lang.Object UNRELATED_GAP
           
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener l)
           
 java.lang.Object getGroupID()
          id of the line group.
 java.lang.String getMediumDescription()
          hmmm.. needed in LineRenderer...
 int getPixelSize(java.awt.Component comp)
          helping the builder to set some size in a screen representation.
 boolean isGap()
           
 boolean isGlue()
           
 void removePropertyChangeListener(java.beans.PropertyChangeListener l)
           
 void setGroupID(java.lang.Object groupID)
           
 
Methods inherited from interface de.kleopatra.forms.description.Stylable
getStyle, getStyles, getType, getValidEncoding, setType
 

Field Detail

DEFAULT_CONTENT

public static final java.lang.Object DEFAULT_CONTENT

RELATED_GAP

public static final java.lang.Object RELATED_GAP

GLUE

public static final java.lang.Object GLUE

PREF_CONTENT

public static final java.lang.Object PREF_CONTENT

MIN_CONTENT

public static final java.lang.Object MIN_CONTENT

CUSTOM

public static final java.lang.Object CUSTOM

UNRELATED_GAP

public static final java.lang.Object UNRELATED_GAP
Method Detail

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener l)

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener l)

getGroupID

public java.lang.Object getGroupID()
id of the line group.


setGroupID

public void setGroupID(java.lang.Object groupID)

isGap

public boolean isGap()

isGlue

public boolean isGlue()

getPixelSize

public int getPixelSize(java.awt.Component comp)
helping the builder to set some size in a screen representation.

PENDING: should not be here.


getMediumDescription

public java.lang.String getMediumDescription()
hmmm.. needed in LineRenderer...



Copyright © 2003, 2004 SwingEmpire Jeanette Winzenburg. All Rights Reserved.