|
SRJRCFrames v0.1.296 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jgoodies.binding.beans.Model de.schwarzrot.data.support.AbstractEntity de.schwarzrot.app.config.support.AbstractConfigBase de.schwarzrot.app.config.ApplicationConfig
public class ApplicationConfig
base class for local application configurations (implemented by
preferences
Constructor Summary | |
---|---|
ApplicationConfig()
|
|
ApplicationConfig(ApplicationConfig other)
|
Method Summary | |
---|---|
JarExtension |
getArchive()
accessor to the archive that holds the application. |
int |
getExtraTBOrientation()
returns the orientation of the extra toolbar |
Map<String,Integer> |
getSkipList()
startupSize and startupPosition are virtual properties, which are calculated at first access. |
int |
getStartupHeight()
|
Point |
getStartupPosition()
|
Dimension |
getStartupSize()
|
int |
getStartupWidth()
|
int |
getStartupX()
|
int |
getStartupY()
|
List<String> |
getUserAttributes()
return a list of properties, that are user attributes. |
String |
getVersion()
|
void |
setArchive(JarExtension je)
|
void |
setExtraTBOrientation(int extraTBOrientation)
|
void |
setStartupHeight(int h)
|
void |
setStartupPosition(Point startupPosition)
|
void |
setStartupSize(Dimension startupSize)
|
void |
setStartupWidth(int w)
|
void |
setStartupX(int x)
|
void |
setStartupY(int y)
|
void |
setVersion(String version)
|
void |
validate(boolean read)
will be called just before saving and after loading, so it is intended to give the opportunity to calculate virtual fields. |
Methods inherited from class de.schwarzrot.app.config.support.AbstractConfigBase |
---|
getPersistenceName, getSupportedDBDrivers, getSystemClass, isUserType |
Methods inherited from class de.schwarzrot.data.support.AbstractEntity |
---|
adoptChildren, adoptChildren, adoptGroupedChildren, compareTo, equals, getCModified, getCode, getDefaultOrder, getDtCreated, getDtModified, getId, getLogger, getMappings, getSchemaName, getUCreated, getUModified, getUniqColumnNames, getVariantColumnName, getVariantTypeMap, hashCode, isDirty, isVirtual, setCModified, setDirty, setDtCreated, setDtModified, setId, setSchemaName, setUCreated, setUModified, toString |
Methods inherited from class com.jgoodies.binding.beans.Model |
---|
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, equals, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, fireMultiplePropertiesChanged, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.jgoodies.binding.beans.Observable |
---|
addPropertyChangeListener, removePropertyChangeListener |
Constructor Detail |
---|
public ApplicationConfig()
public ApplicationConfig(ApplicationConfig other)
Method Detail |
---|
public final JarExtension getArchive()
JarExtension
that describes the archive of current
applicationpublic final int getExtraTBOrientation()
public Map<String,Integer> getSkipList()
getSkipList
in interface Entity
getSkipList
in class AbstractEntity
public final int getStartupHeight()
public Point getStartupPosition()
public final Dimension getStartupSize()
public final int getStartupWidth()
public final int getStartupX()
public final int getStartupY()
public List<String> getUserAttributes()
Entity
getUserAttributes
in interface Entity
getUserAttributes
in class AbstractEntity
public final String getVersion()
public final void setArchive(JarExtension je)
public final void setExtraTBOrientation(int extraTBOrientation)
public void setStartupHeight(int h)
public final void setStartupPosition(Point startupPosition)
public final void setStartupSize(Dimension startupSize)
public void setStartupWidth(int w)
public void setStartupX(int x)
public void setStartupY(int y)
public final void setVersion(String version)
public void validate(boolean read)
Entity
validate
in interface Entity
validate
in class AbstractEntity
read
- signals whether calculation should be done for reading or for
writing
|
SRJRCFrames v0.1.296 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |