com.cbse.jeasy
Class JEInsets

java.lang.Object
  extended by com.cbse.jeasy.JEObject
      extended by com.cbse.jeasy.JEInsets

public class JEInsets
extends JEObject

A class building an insets. An Insets object is a representation of the borders of a container. It specifies the space that a container must leave at each of its edges. The space can be a border, a blank space, or a title.

Properties
namevaluescomment
id*Id of the object. Let it begin with IN_
topint valueThe inset from the top.
leftint valueThe inset from the left.
bottomint valueThe inset from the bottom.
rightint valueThe inset from the right.
* = property you have to set; bold = default value

Version:
%I%, %G%
Author:
H.Pfohl

Field Summary
 int bottom
           
 java.awt.Insets is
           
 int left
           
 int right
           
 int top
           
 
Fields inherited from class com.cbse.jeasy.JEObject
DEVELOPPING, INPUT_ERROR_DATE, INPUT_ERROR_LENGTH, INPUT_ERROR_MANDATORY, INPUT_ERROR_PARSE, INPUT_ERROR_RANGE, INPUT_ERROR_TIME, INPUT_ERRORS, NO_INPUT_ERROR, RUNNING
 
Constructor Summary
JEInsets()
           
JEInsets(java.lang.String s)
          Reads the properties from a string.
 
Method Summary
 int getbottom()
           
 java.awt.Insets getInsets()
           
 int getleft()
           
 int getright()
           
 int gettop()
           
 void setbottom(int I_bottom)
           
 void setleft(int I_left)
           
 void setright(int I_right)
           
 void settop(int I_top)
           
 
Methods inherited from class com.cbse.jeasy.JEObject
backupEntry, clear, deserializeValue, getApplet, getApplLocale, getCenter, getComponent, getEast, getElementAt, getElementSize, getId, getJCallBack, getJClass, getLabel, getMode, getName, getNorth, getObjLocale, getParentId, getPreview, getProjectDirectory, getProperty, getRegisterText, getSouth, getStarted, getTitle, getType, getWest, getXMLtag, isEditable, isEnabled, isEnterprise, isProfessional, isStandard, isVisible, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEadd, JEaddTab, removeProperties, removeProperty, restoreEntry, serializeValue, setApplet, setApplLocale, setEditable, setEditable, setEnabled, setEnabled, setFocus, setJCallBack, setMarkable, setMarkable, setMode, setObjLocale, setParentId, setPreview, setProjectDirectory, setProperty, setStarted, setVisible, setVisible, start, wasEntryChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

top

public int top

left

public int left

bottom

public int bottom

right

public int right

is

public java.awt.Insets is
Constructor Detail

JEInsets

public JEInsets(java.lang.String s)
Reads the properties from a string.

Parameters:
s - contains properties and values
See Also:
JE#PropertyString

JEInsets

public JEInsets()
Method Detail

getInsets

public java.awt.Insets getInsets()

getbottom

public int getbottom()

getright

public int getright()

getleft

public int getleft()

gettop

public int gettop()

setbottom

public void setbottom(int I_bottom)

setright

public void setright(int I_right)

setleft

public void setleft(int I_left)

settop

public void settop(int I_top)