public class DataManager extends FwkApplication
| Property Keyword | Datatype | Default | Description |
|---|---|---|---|
| DataManager.Text.Title | String | DataManager.Text.Title | The title text of the application. |
| com.highqsoft.datamanager.DataManager | String | com.highqsoft.datamanager.DataManager | The name of the application. |
| Icon.DataManager | String | com/highqsoft/fwk/images/DataManager.gif | The icon of the application. |
| DataManager.os_name.File.CommandContainer | String | empty | The filename of a xml file that define the
command container. Replace os_name with the java internal os.name property and replace with spaces with underscores. Via the system info, you are able to detect the java internal string. |
| DataManager.Class.CommandContainer | String | empty | The name of the CommandContainer class. The DataManager tries to read the XML file specified via the keyword DataManager.os_name.File.CommandContainer first. |
| Text.Exit | String | Text.Exit | The text key for the string Exit |
| Text.File | String | Text.File | The text key for the string File |
| Text.Help | String | Text.Help | The text key for the string Help |
| Text.HelpBroker | String | Text.HelpBroker | The text key for the string HelpBroker |
| Text.About | String | Text.About | The text key for the string About |
| DataManager.Width | int | The preferred width of a frame. | The width of the frame. |
| DataManager.Height | int | The preferred height of a frame. | The height of the frame. |
| DataManager.X | int | The default X position of a frame. | The X position of the frame. |
| DataManager.Y | int | The default Y position of a frame. | The Y position of the frame. |
| DataManager.Title | String | DataManager.Title | The DataManager application title. |
| DataManager.Text.BusName | String | DataManager.Text.BusName | The label text string. |
| DataManager.Text.DataFilter | String | DataManager.Text.DataFilter | The label text string. |
| DataManager.Text.DataFlavor | String | DataManager.Text.DataFlavor | The label text string. |
| DataManager.Text.Component | String | DataManager.Text.Component | The label text string. |
| DataManager.Text.Title | String | DataManager.Text.Title | Title of the application. |
| DataManager.ToolTip.CommandContainer | String | DataManager.ToolTip.CommandContainer | Command container tooltip. |
| DataManager.Text.ChannelList | String | DataManager.Text.ChannelList | |
| DataManager.Text.ChildList | String | DataManager.Text.ChildList | The label text string. |
| DataManager.Text.NoGroup | String | DataManager.Text.NoGroup | The label text string. |
| DataManager.ToolTip.AddToGroup | String | DataManager.ToolTip.AddToGroup | The tooltip to add a item to a group. |
| DataManager.ToolTip.CloseGroup | String | DataManager.ToolTip.CloseGroup | The tooltip to close a group. |
| DataManager.ToolTip.OpenGroup | String | DataManager.ToolTip.OpenGroup | The tooltip to open a group. |
| DataManager.ToolTip.NewGroup | String | DataManager.ToolTip.NewGroup | The tooltip to create a new group. |
| DataManager.ToolTip.RemoveFromGroup | String | DataManager.ToolTip.RemoveFromGroup | The tooltip to remove a item from a group. |
| DataManager.Reader | PropertyGroup | SimpleReader = com.highqsoft.fwk.util.FwkSimpleASCIIColumnsReader | This property group contains the reader classes for the columns. The specified object(s) must implement the FwkReadColumnsFromStreamInterface to read columns from a stream. Additionally they must extend the com.highqsoft.fwk.FwkFileFilter to be used as a file filter for the file selector. |
| DataManager.Writer | PropertyGroup | SimpleWriter = com.highqsoft.fwk.util.FwkSimpleASCIIColumnsWriter | This property group contains the writer classes for the columns. The specified object(s) must implement the FwkWriteColumnsFromStreamInterface to write columns to a stream. Additionally they must extend the com.highqsoft.fwk.FwkFileFilter to be used as a file filter for the file selector. |
,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected static FwkDescriptionInterface |
descriptor |
static java.lang.String |
version |
applicationThread, args, controller, eternal, executeStateListeners, pageFormat, panel, port, readingDOM, serviceControlManager, statusLabel, statusPanelinfoBusMemberSupportchangeManager, properties, suspendChangeManagersourceauthor, buildnr, className, company, copyright, creationDate, dateFormatString, description, eMail, FWK_ICON, FWK_ICON_ARRAY, FWK_ICON_BG, FWK_ICON_BG_ARRAY, FWK_ICON_BG_LARGE, FWK_ICON_BG_LARGE_ARRAY, FWK_ICON_LARGE, FWK_ICON_LARGE_ARRAY, icon, ICON, iconCount, iconKey, internetAddress, name, titleNameINFOBUS_SOURCEAUTHOR, BUILDNR, COMPANY, COPYRIGHT, DATE_FORMAT, DEFAULT_ICON, DESCRIPTION, INTERNET, LARGE_ICON, LARGE_KEY_EXT, LARGE_OPAQUE_ICON, LARGE_OPAQUE_KEY_EXT, OPAQUE_ICON, OPAQUE_KEY_EXT, RCS_DATE_FORMAT, SUPPORT_EMAIL, TITLE_NAME| Constructor and Description |
|---|
DataManager() |
| Modifier and Type | Method and Description |
|---|---|
CommandContainerInterface |
getCommandContainer()
Get the command container.
|
FwkCommandInterface[] |
getCommands()
Retrieve the command array.
|
static FwkDescriptionInterface |
getDescriptor() |
FwkPanelInterface |
getPanel()
Get the panel of this application.
|
FwkInfoBusImmediateAccessInterface[] |
getSelectedItems()
Get the selected items.
|
FwkReadColumnsFromStreamInterface[] |
getStreamReaders()
Get the objects that read column from stream.
|
FwkWriteColumnsToStreamInterface[] |
getStreamWriters()
Get the objects that write columns to stream.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
static void |
main(java.lang.String[] args)
Main module of this application.
|
void |
run()
The run method.
|
addExecuteStateListener, destroyController, exit, fireExecuteStateEvent, getController, getFwkPort, getNumberOfPages, getPageFormat, getPrintable, getPrintJobName, getPriority, getStatusPanel, hasFwkPort, init, isEternal, isInterrupted, isRegistered, print, readConstructor, readFromDOM, readingDOM, readingDOM, register, register, register, removeExecuteStateListener, setArguments, setController, setEternal, setPageFormat, setPanel, setPriority, setServiceControlManager, start, stop, unregister, writeConstructor, writeToDOM, writeToXMLaddInfoBusPropertyListener, addInfoBusVetoableListener, finalize, getInfoBus, getInfoBusName, getMemberName, isConnected, joinInfoBus, removeInfoBusPropertyListener, removeInfoBusVetoableListener, setInfoBus, setInfoBusName, setMemberName, setNameaddDataItemChangeListener, fireItemAdded, fireItemDeleted, fireItemRevoked, fireItemValueChanged, getName, getProperty, getPropertyGroup, getSource, isChangeManagerSuspended, release, removeDataItemChangeListener, setProperty, setPropertyGroup, suspendChangeManageraddCommand, addCommand, addToGroup, addToGroup, addVetoableChangeListener, addVetoableChangeListener, clearCommands, commandsAvailable, compareTo, deleteGroup, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getAuthor, getBuild, getCommand, getCommands, getCompany, getCompanyInternetAddress, getCopyright, getCreationDate, getCreationDate, getDateFormatString, getDescription, getFwkMimeTypes, getGroup, getIcon, getIcon, getIconKey, getIconKey, getPersistentObjectNames, getSupportEMail, getTitle, getTitleName, getVetoableChangeArray, getVetoableChangeListenerArray, getVetoableChangeListenerArray, groupExists, removeCommand, removeFromGroup, removeVetoableChangeListener, removeVetoableChangeListener, setAuthor, setBuild, setCommands, setCompany, setCompanyInternetAddress, setCopyright, setCreationDate, setDateFormatString, setDescription, setDescriptor, setDescriptor, setIcon, setIcon, setIconKey, setIconKey, setSource, setSupportEMail, setTitleNameaddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, isPropertyChangeEventSuspended, removePropertyChangeListener, removePropertyChangeListener, suspendPropertyChangeEventsgetClassName, getPresentationString, getPresentationString, getTransferData, getTransferDataFlavors, isDataFlavorSupported, lostOwnership, setClassName, setCreationDate, toStringgetNiceVersionclone, equals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetInfoBusName, getMemberName, isConnected, setInfoBusName, setMemberNameaddInfoBusPropertyListener, addInfoBusVetoableListener, getInfoBus, removeInfoBusPropertyListener, removeInfoBusVetoableListener, setInfoBusgetCompanyfireItemAdded, fireItemDeleted, fireItemRevoked, fireItemValueChanged, getProperty, getPropertyGroup, setProperty, setPropertyGroup, suspendChangeManagergetCommands, getPersistentObjectNamesaddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, isPropertyChangeEventSuspended, removePropertyChangeListener, removePropertyChangeListener, setSource, suspendPropertyChangeEventsaddVetoableChangeListener, addVetoableChangeListener, getVetoableChangeArray, getVetoableChangeListenerArray, getVetoableChangeListenerArray, removeVetoableChangeListener, removeVetoableChangeListenergetAuthor, getBuild, getClassName, getCompanyInternetAddress, getCopyright, getCreationDate, getCreationDate, getDateFormatString, getDescription, getIcon, getIcon, getIconKey, getIconKey, getName, getPresentationString, getPresentationString, getSupportEMail, getTitle, getTitleName, setAuthor, setBuild, setClassName, setCompany, setCompanyInternetAddress, setCopyright, setCreationDate, setCreationDate, setDateFormatString, setDescription, setDescriptor, setIcon, setIcon, setIconKey, setIconKey, setName, setSupportEMail, setTitleNamegetTransferData, getTransferDataFlavors, isDataFlavorSupportedaddCommand, addCommand, addToGroup, addToGroup, clearCommands, commandsAvailable, deleteGroup, getCommand, getGroup, groupExists, removeCommand, removeFromGroup, setCommandsgetPresentationString, getPresentationStringreleasepublic static final java.lang.String version
protected static final FwkDescriptionInterface descriptor
public java.lang.String getVersion()
FwkInterfacegetVersion in interface FwkInterfacegetVersion in class FwkApplicationpublic static FwkDescriptionInterface getDescriptor()
public void run()
run in interface java.lang.Runnablerun in class FwkApplicationpublic FwkCommandInterface[] getCommands()
getCommands in interface FwkInstructionInterfacegetCommands in class FwkPersistencepublic FwkPanelInterface getPanel()
getPanel in interface FwkApplicationInterfacegetPanel in class FwkApplicationpublic FwkReadColumnsFromStreamInterface[] getStreamReaders()
public FwkWriteColumnsToStreamInterface[] getStreamWriters()
public FwkInfoBusImmediateAccessInterface[] getSelectedItems()
public CommandContainerInterface getCommandContainer()
public static void main(java.lang.String[] args)