インタフェース ClientInterface

すべてのスーパーインタフェース:
CommonInterface, jp.ne.mki.wedge.run.interfaces.RuleEngineInterface
既知の実装クラスのリスト:
AbstractClient, AbstractGet, AbstractHttpAccess, AbstractLayoutRule, AbstractPost, AddTabPanel, CallJavaScript, CheckInputRecord, CheckIsVisibleFrame, CloseFrame, DownloadFileFromURL, EmptyRowThenTableRowDelete, ExecuteAfterEvent, ExecuteAfterTakeOver, ExecuteAfterUntilEmpty, ExecuteBeforeEvent, ExecutionControl_Index, ExecutionControl_Parameter, ExtensionFileChooser, FileTransferRule, FolderChooser, ForeachExecuteAfter, FrameHidden, FrameVisible, GetCurrentComponentValue, GetCurrentTabIndex, GetFrameName, GetLineMatch, GetNameMatch, GetParameter, GetSelectedIndex, GetTableHeaderValue, GetTableSelectedCoordinates, GetTableSelectedValue, GetURLForOpen, GetUserObjects, IfMatchParamThenTableRowDelete, JWSReadCsvFile, JWSReadFile, JWSWriteCsvFile, JWSWriteFile, OpenURL, PostLineMatch, PostNameMatch, PrintFrame, RearrangeTab, RearrangeTable, RemoveTabPanel, RemoveUserObjects, SampleForHtml, SetBackColor, SetBackColorToTableEditor, SetBackColorToTableRenderer, SetBorderLayout, SetCalendarToPanel, SetCaretUpdatePolicy, SetCheckEnum, SetCheckExists, SetCheckFixLength, SetCheckLength, SetCheckMaximum, SetCheckMinimum, SetColumnWidth, SetComboHorizontalScrollBar, SetComboMaxRow, SetComboSelectedKey, SetComponentText, SetCurrentTabIndex, SetDefaultFocusComponent, SetDisabledMenu, SetDisabledToolbar, SetDisableItems, SetEditable, SetEditableTableColumn, SetEnabledByInItem, SetEnabledMenu, SetEnabledToolbar, SetEnableItems, SetFocus, SetFocusToTableCell, SetFontToTableAllColumn, SetFontToTableEditor, SetFontToTableRenderer, SetForeColor, SetForeColorToTableEditor, SetForeColorToTableRenderer, SetFrameFunctionKeyListener, SetFrameKeyListenerExtends, SetFrameMaximization, SetFrameMinimization, SetFramePosition, SetFunctionKeyMapToButton, SetFunctionKeyMapToToolbar, SetGridBagLayout, SetGridLayout, SetHorizontalAlignment, SetItemToTableComboEditor, SetKeyMapToButton, SetLabelBorder, SetRealTimeInputCheck, SetSelectedIndex, SetSelectedRowChangeListener, SetTabChangeListener, SetTabDisabled, SetTabEnabled, SetTableHeaderClickListener, SetTableHeaderValue, SetTableSelectedValue, SetTextPositionToTableEditor, SetTextPositionToTableRenderer, SetTextToTableEditor, SetTextToTableRenderer, SetTimer, SetUnEditableTableColumn, SetUnVisible, SetUserObjects, SetVerticalAlignment, SetVisible, SetVisibleByInItem, SetWindowTitle, ShowDBAccessCountDialog, ShowErrorDialog, ShowFileOpenDialog, ShowFileSaveDialog, ShowFrame, ShowImageByUrl, ShowMessageDialog, ShowServerParameterDialog, ShowTableRowControl, ShowYesNoCancelDialog, ShowYesNoDialog, SkipRule, StructureIfElse, StructureSetErrorFlag, StructureSwitchCase, StructureTryCatch, TableRowAddition, TableSelectedRowCopy, TableSelectedRowDelete, TableSelectedRowDown, TableSelectedRowInsert, TableSelectedRowMove, TableSelectedRowUp, TableSort, TabTitleNameChange, ToolkitPrintFrame, XM_ImageFileChooser

public interface ClientInterface extends CommonInterface
  • フィールド詳細

  • メソッドの詳細

    • getManager

      jp.ne.mki.wedge.run.client.control.Manager getManager()
      Managerオブジェクト取得
      パラメータ:
      manager -
    • getInItem

      jp.ne.mki.wedge.run.client.data.Item getInItem(int line)
      InputRecordのindexによる取得
      パラメータ:
      int - 行番号
      戻り値:
      Item
    • getInItem

      jp.ne.mki.wedge.run.client.data.Item getInItem(String key)
      InputRecordの取得
      パラメータ:
      String - アイテムの物理名称
      戻り値:
      Item
    • getOutItem

      jp.ne.mki.wedge.run.client.data.Item getOutItem(int line)
      OutputRecordの取得
      パラメータ:
      int - 行番号
      戻り値:
      DataInterface
    • getOutItem

      jp.ne.mki.wedge.run.client.data.Item getOutItem(String key)
      OutputRecordの取得
      パラメータ:
      String - アイテムの物理名称
      戻り値:
      Item