public class RCONSOLE_AVAILABLECOLORS extends VirtualServerUserWindowAdapter implements AdminColorChanged
TOOLTIP_TEXT
Constructor and Description |
---|
RCONSOLE_AVAILABLECOLORS() |
Modifier and Type | Method and Description |
---|---|
void |
clientUpdated(Transaction trans)
This method is called from the VirtualPanel
to cause a client transaction to update the panels.
|
void |
create(VirtualPanel panel,
VirtualCUserWindow userWindow,
PhantomCUserWindow data)
This method is called whenever the class has been instantiated.
|
boolean |
deleteAll()
Deletes all lines in a list capable control.
|
void |
dispose()
This method is called whenever a panel has been disposed of,
in order to remove listeners, etc, in order to free up memory.
|
void |
fireCreate(Transaction trans)
This method fires the creation data transaction to the client.
|
void |
fireUpdate(Transaction trans)
This method is used to fire an update message to the client by
a virtual class.
|
int |
getNextSelection(int line)
Gets the next selected line after the specified line.
|
boolean |
insertLine(String data,
int line)
Inserts a line in a list capable control.
|
boolean |
isEnabled()
Gets the enabled state of an item.
|
void |
issueAction(Transaction trans)
This method is invoked by the server kernel when an event has occured
on the client side (such as a push button has been pressed).
|
boolean |
isVisible()
Gets the visibility state of an item.
|
void |
processChangedColors()
The colors have been changed.
|
boolean |
setLine(String data,
int line)
Sets a line in a list capable control.
|
boolean |
setSelection(int line,
boolean isSelect)
Changes the selection state on a line.
|
areTextPromptsAlwaysRefreshed, callControl, deleteLine, getBackgroundColor, getCell, getColor, getFont, getForegroundColor, getLength, getLine, getLineCount, getProperty, getText, hostScreenChanged, isChecked, refresh, refreshTextPrompts, selectField, setBackgroundColor, setCell, setChecked, setColor, setEnabled, setFileFromList, setFocus, setFocus, setFont, setForegroundColor, setLength, setListFromFile, setProperty, setText, setVisible
public void create(VirtualPanel panel, VirtualCUserWindow userWindow, PhantomCUserWindow data)
create
in interface VirtualServerUserWindowInterface
create
in class VirtualServerUserWindowAdapter
public void dispose()
dispose
in interface VirtualUserWindowInterface
dispose
in class VirtualServerUserWindowAdapter
public void processChangedColors()
processChangedColors
in interface AdminColorChanged
public void fireCreate(Transaction trans)
fireCreate
in interface VirtualUserWindowInterface
fireCreate
in class VirtualServerUserWindowAdapter
public void fireUpdate(Transaction trans)
fireUpdate
in interface VirtualUserWindowInterface
fireUpdate
in class VirtualServerUserWindowAdapter
public void clientUpdated(Transaction trans)
getNextSelection
function.clientUpdated
in interface VirtualUserWindowInterface
clientUpdated
in class VirtualServerUserWindowAdapter
public void issueAction(Transaction trans)
issueAction
in interface VirtualUserWindowInterface
issueAction
in class VirtualServerUserWindowAdapter
public boolean setSelection(int line, boolean isSelect)
setSelection
in interface VirtualInterface
setSelection
in class VirtualServerUserWindowAdapter
line
- The line on which to change the selection state.isSelect
- The new selection state.true
for successful operation, false
for failure.public int getNextSelection(int line)
getNextSelection
in interface VirtualInterface
getNextSelection
in class VirtualServerUserWindowAdapter
line
- The line from which to start the search.public boolean insertLine(String data, int line)
insertLine
in interface VirtualInterface
insertLine
in class VirtualServerUserWindowAdapter
public boolean setLine(String data, int line)
VirtualServerUserWindowAdapter
setLine
in interface VirtualInterface
setLine
in class VirtualServerUserWindowAdapter
public boolean deleteAll()
deleteAll
in interface VirtualInterface
deleteAll
in class VirtualServerUserWindowAdapter
public boolean isEnabled()
isEnabled
in interface VirtualInterface
isEnabled
in class VirtualServerUserWindowAdapter
public boolean isVisible()
isVisible
in interface VirtualInterface
isVisible
in class VirtualServerUserWindowAdapter
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.