SMACS

smacs.gui.explorer
Class SmacsIdentity

java.lang.Object
  extended bysmacs.xngr.browser.exchanger.XngrIdentity
      extended bysmacs.gui.explorer.SmacsIdentity
All Implemented Interfaces:
ExchangerIdentity

public class SmacsIdentity
extends XngrIdentity

derives from XngrIdentity adding SMACS info. This makes Splash and AboutBox to show the SMACS project info.


Field Summary
 
Fields inherited from class smacs.xngr.browser.exchanger.XngrIdentity
identity
 
Fields inherited from interface smacs.xngr.browser.ExchangerIdentity
XNGR_COPYRIGHT_PROPERTY, XNGR_DESCRIPTION_PROPERTY, XNGR_ICONFILE32_PROPERTY, XNGR_REFERENCE_PROPERTY, XNGR_TITLE_PROPERTY, XNGR_VENDOR_PROPERTY, XNGR_VERSION_PROPERTY
 
Constructor Summary
protected SmacsIdentity()
          initiaized to SMACS project info.
 
Method Summary
static ExchangerIdentity getIdentity()
          return singleton. call this function early.
 int getMaximumTextWidth()
          .
 
Methods inherited from class smacs.xngr.browser.exchanger.XngrIdentity
getCopyright, getDescription, getIconFile32, getReference, getTitle, getVendor, getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmacsIdentity

protected SmacsIdentity()
initiaized to SMACS project info.

See Also:
getIdentity()
Method Detail

getIdentity

public static ExchangerIdentity getIdentity()
return singleton. call this function early.


getMaximumTextWidth

public int getMaximumTextWidth()
. Here we prefer a wider default window size.

Specified by:
getMaximumTextWidth in interface ExchangerIdentity
Overrides:
getMaximumTextWidth in class XngrIdentity

SMACS