Serialized Form


Package NOS.gui

Class NOS.gui.NOSApplet extends javax.swing.JApplet implements Serializable

Serialized Fields

login

NOSLogin login

running

boolean running

Class NOS.gui.NOSBorderlessWindow extends NOSWindow implements Serializable

Class NOS.gui.NOSButton extends javax.swing.JComponent implements Serializable

Serialized Fields

als

java.util.Vector<E> als

image

java.awt.Image image

pimage

java.awt.Image pimage

size

java.awt.Dimension size

press

boolean press

toggle

boolean toggle

custom_icon_pix

int[] custom_icon_pix

custom_icon_width

int custom_icon_width

custom_icon_height

int custom_icon_height

icon

int icon

label

java.lang.String label

border

boolean border

style

Style style

focus

java.awt.Image focus

unfocus

java.awt.Image unfocus

pressed

java.awt.Image pressed

hover

boolean hover

Class NOS.gui.NOSDialog extends NOSWindow implements Serializable

Serialized Fields

running

boolean running

modal

boolean modal

returncode

int returncode

parent

NOSWindow parent

proc

NOSProcess proc

Class NOS.gui.NOSFileDialog extends NOSDialog implements Serializable

Serialized Fields

file

NOSFile file

dir

NOSFile dir

status

javax.swing.JLabel status

message

java.lang.String message

rootpath

java.lang.String rootpath

path

javax.swing.JTextField path

fileview

javax.swing.JScrollPane fileview

type

int type

Class NOS.gui.NOSMenu extends NOSBorderlessWindow implements Serializable

Serialized Fields

MENU_ITEM_WIDTH

int MENU_ITEM_WIDTH

MENU_ITEM_HEIGHT

int MENU_ITEM_HEIGHT

MENU_ITEM_COUNT

int MENU_ITEM_COUNT

desktop

NOSDesktop desktop

menu

javax.swing.JList menu

v

java.util.Vector<E> v

oldhover

int oldhover

oldx

int oldx

oldy

int oldy

loc

java.awt.Point loc

isSubmenu

boolean isSubmenu

me

NOSMenu me

parent

NOSMenu parent

background

java.awt.Image background

Class NOS.gui.NOSMessageDialog extends NOSDialog implements Serializable

Class NOS.gui.NOSSystemBar extends NOSBorderlessWindow implements Serializable

Serialized Fields

SYSTEMBAR_HEIGHT

int SYSTEMBAR_HEIGHT

SYSTEMBAR_WIDTH

int SYSTEMBAR_WIDTH

SYSTEMBAR_ITEM_HEIGHT

int SYSTEMBAR_ITEM_HEIGHT

desktop

NOSDesktop desktop

taskbar

NOS.gui.NOSSystemBar.Taskbar taskbar

clock

NOS.gui.NOSSystemBar.Clock clock

background

java.awt.Image background

timeformat

java.text.SimpleDateFormat timeformat

clockfm

java.awt.FontMetrics clockfm

taskview

NOS.gui.NOSSystemBar.TaskView taskview

running

boolean running

Class NOS.gui.NOSWindow extends javax.swing.JPanel implements Serializable

Serialized Fields

topPanel

NOS.gui.NOSWindow.TopPanel topPanel

contentPanel

javax.swing.JPanel contentPanel

bottomPanel

NOS.gui.NOSWindow.BottomPanel bottomPanel

east

NOS.gui.NOSWindow.SidePanel east

west

NOS.gui.NOSWindow.SidePanel west

close

NOSButton close

max

NOSButton max

min

NOSButton min

title

java.lang.String title

style

Style style

focus

boolean focus

maximised

boolean maximised

restoresize

java.awt.Dimension restoresize

restoreloc

java.awt.Point restoreloc

clampToDesktopBorders

boolean clampToDesktopBorders

windowlisteners

java.util.Vector<E> windowlisteners

numbuttons

int numbuttons

shadowColour

java.awt.Color shadowColour

dialog

NOSDialog dialog

backbuffer

java.awt.Image backbuffer

composite

java.awt.Composite composite

onTop

boolean onTop

Package NOS.io

Class NOS.io.Settings extends java.util.Hashtable implements Serializable

Serialized Fields

instream

java.io.InputStream instream

theFile

NOSFile theFile

divider

char divider

ignoreCase

boolean ignoreCase

removeQuotesFromValues

boolean removeQuotesFromValues